Skip to content
Success

Console Output

Skipping 370 KB.. Full Log
22:27:01 [2022-09-09T22:27:01.173Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
22:27:01 [2022-09-09T22:27:01.173Z] === RUN   TestPauseStopPausedContainer
22:27:01 [2022-09-09T22:27:01.743Z] --- PASS: TestPauseStopPausedContainer (0.51s)
22:27:01 [2022-09-09T22:27:01.743Z] === RUN   TestPidHost
22:27:02 [2022-09-09T22:27:02.143Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd
22:27:02 [2022-09-09T22:27:02.144Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy
22:27:02 [2022-09-09T22:27:02.144Z] GOOS="linux" GOARCH="s390x" GOARM=""
22:27:02 [2022-09-09T22:27:02.144Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy
22:27:02 [2022-09-09T22:27:02.144Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
22:27:02 [2022-09-09T22:27:02.466Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44124/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6b0daf201db88deb0a327d380325a8dd1812857e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6b0daf201db88deb0a327d380325a8dd1812857e hack/validate/vendor
22:27:02 [2022-09-09T22:27:02.684Z] --- PASS: TestPidHost (1.11s)
22:27:02 [2022-09-09T22:27:02.684Z] === RUN   TestPsFilter
22:27:02 [2022-09-09T22:27:02.944Z] --- PASS: TestPsFilter (0.16s)
22:27:02 [2022-09-09T22:27:02.944Z] === RUN   TestRemoveContainerWithRemovedVolume
22:27:03 [2022-09-09T22:27:03.036Z] +++ dirname ./hack/vendor.sh
22:27:03 [2022-09-09T22:27:03.036Z] ++ cd ./hack
22:27:03 [2022-09-09T22:27:03.036Z] ++ pwd
22:27:03 [2022-09-09T22:27:03.036Z] + SCRIPTDIR=/go/src/github.com/docker/docker/hack
22:27:03 [2022-09-09T22:27:03.036Z] + /go/src/github.com/docker/docker/hack/go-mod-prepare.sh
22:27:03 [2022-09-09T22:27:03.036Z] + GO111MODULE=auto
22:27:03 [2022-09-09T22:27:03.036Z] + go mod tidy -modfile vendor.mod -compat 1.17
22:27:03 [2022-09-09T22:27:03.295Z] go: downloading github.com/gorilla/mux v1.8.0
22:27:03 [2022-09-09T22:27:03.295Z] go: downloading github.com/sirupsen/logrus v1.8.1
22:27:03 [2022-09-09T22:27:03.514Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.45s)
22:27:03 [2022-09-09T22:27:03.514Z] === RUN   TestRemoveContainerWithVolume
22:27:03 [2022-09-09T22:27:03.555Z] go: downloading google.golang.org/grpc v1.47.0
22:27:03 [2022-09-09T22:27:03.555Z] go: downloading github.com/docker/distribution v2.8.1+incompatible
22:27:03 [2022-09-09T22:27:03.774Z] --- PASS: TestRemoveContainerWithVolume (0.46s)
22:27:03 [2022-09-09T22:27:03.774Z] === RUN   TestRemoveContainerRunning
22:27:03 [2022-09-09T22:27:03.815Z] go: downloading github.com/pkg/errors v0.9.1
22:27:03 [2022-09-09T22:27:03.815Z] go: downloading github.com/containerd/containerd v1.6.8
22:27:04 [2022-09-09T22:27:04.075Z] go: downloading gotest.tools/v3 v3.2.0
22:27:04 [2022-09-09T22:27:04.075Z] go: downloading github.com/docker/go-units v0.5.0
22:27:04 [2022-09-09T22:27:04.335Z] go: downloading github.com/golang/gddo v0.0.0-20190904175337-72a348e765d2
22:27:04 [2022-09-09T22:27:04.335Z] go: downloading github.com/thaJeztah/image-spec v1.0.2-0.20220908165244-ca2e500b1693
22:27:04 [2022-09-09T22:27:04.335Z] go: downloading golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
22:27:04 [2022-09-09T22:27:04.335Z] go: downloading github.com/thaJeztah/buildkit v0.0.0-20220909221023-9b391e65ec47
22:27:04 [2022-09-09T22:27:04.344Z] --- PASS: TestRemoveContainerRunning (0.45s)
22:27:04 [2022-09-09T22:27:04.344Z] === RUN   TestRemoveContainerForceRemoveRunning
22:27:04 [2022-09-09T22:27:04.595Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
22:27:04 [2022-09-09T22:27:04.595Z] go: downloading github.com/docker/go-connections v0.4.0
22:27:04 [2022-09-09T22:27:04.595Z] go: downloading github.com/gogo/protobuf v1.3.2
22:27:04 [2022-09-09T22:27:04.856Z] go: downloading github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
22:27:04 [2022-09-09T22:27:04.856Z] go: downloading go.etcd.io/bbolt v1.3.6
22:27:04 [2022-09-09T22:27:04.856Z] go: downloading github.com/opencontainers/go-digest v1.0.0
22:27:04 [2022-09-09T22:27:04.856Z] go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
22:27:04 [2022-09-09T22:27:04.914Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.46s)
22:27:04 [2022-09-09T22:27:04.914Z] === RUN   TestRemoveInvalidContainer
22:27:04 [2022-09-09T22:27:04.914Z] --- PASS: TestRemoveInvalidContainer (0.01s)
22:27:04 [2022-09-09T22:27:04.914Z] === RUN   TestRenameLinkedContainer
22:27:05 [2022-09-09T22:27:05.116Z] go: downloading github.com/Microsoft/go-winio v0.5.2
22:27:05 [2022-09-09T22:27:05.116Z] go: downloading github.com/docker/go-metrics v0.0.1
22:27:05 [2022-09-09T22:27:05.116Z] go: downloading github.com/moby/sys/signal v0.7.0
22:27:05 [2022-09-09T22:27:05.116Z] go: downloading github.com/moby/sys/symlink v0.2.0
22:27:05 [2022-09-09T22:27:05.116Z] go: downloading github.com/opencontainers/runc v1.1.3
22:27:05 [2022-09-09T22:27:05.116Z] go: downloading golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10
22:27:05 [2022-09-09T22:27:05.116Z] go: downloading github.com/containerd/continuity v0.3.0
22:27:05 [2022-09-09T22:27:05.376Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1
22:27:05 [2022-09-09T22:27:05.376Z] go: downloading github.com/tonistiigi/fsutil v0.0.0-20220510150904-0dbf3a8a7d58
22:27:05 [2022-09-09T22:27:05.376Z] go: downloading github.com/google/go-cmp v0.5.7
22:27:05 [2022-09-09T22:27:05.376Z] go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
22:27:05 [2022-09-09T22:27:05.376Z] go: downloading github.com/spf13/cobra v1.1.3
22:27:05 [2022-09-09T22:27:05.376Z] go: downloading github.com/ishidawataru/sctp v0.0.0-20210707070123-9a39160e9062
22:27:05 [2022-09-09T22:27:05.376Z] go: downloading github.com/containerd/cgroups v1.0.4
22:27:05 [2022-09-09T22:27:05.376Z] go: downloading github.com/coreos/go-systemd/v22 v22.3.2
22:27:05 [2022-09-09T22:27:05.376Z] go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220721174824-48dd89375d0a
22:27:05 [2022-09-09T22:27:05.376Z] go: downloading github.com/spf13/pflag v1.0.5
22:27:05 [2022-09-09T22:27:05.376Z] go: downloading github.com/hashicorp/go-memdb v1.3.2
22:27:05 [2022-09-09T22:27:05.945Z] go: downloading github.com/moby/sys/mount v0.3.3
22:27:05 [2022-09-09T22:27:05.945Z] go: downloading github.com/opencontainers/selinux v1.10.1
22:27:05 [2022-09-09T22:27:05.945Z] go: downloading github.com/google/uuid v1.3.0
22:27:05 [2022-09-09T22:27:05.945Z] go: downloading github.com/vishvananda/netlink v1.2.1-beta.2
22:27:05 [2022-09-09T22:27:05.945Z] go: downloading github.com/Microsoft/hcsshim v0.9.4
22:27:05 [2022-09-09T22:27:05.945Z] go: downloading github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4
22:27:05 [2022-09-09T22:27:05.945Z] go: downloading github.com/moby/locker v1.0.1
22:27:05 [2022-09-09T22:27:05.945Z] go: downloading github.com/moby/sys/mountinfo v0.6.2
22:27:06 [2022-09-09T22:27:06.204Z] go: downloading github.com/prometheus/client_golang v1.12.2
22:27:06 [2022-09-09T22:27:06.204Z] go: downloading github.com/tonistiigi/go-archvariant v1.0.0
22:27:06 [2022-09-09T22:27:06.204Z] go: downloading github.com/imdario/mergo v0.3.12
22:27:06 [2022-09-09T22:27:06.204Z] go: downloading github.com/vbatts/tar-split v0.11.2
22:27:06 [2022-09-09T22:27:06.204Z] go: downloading github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible
22:27:06 [2022-09-09T22:27:06.204Z] go: downloading github.com/containerd/fifo v1.0.0
22:27:06 [2022-09-09T22:27:06.204Z] go: downloading github.com/aws/aws-sdk-go v1.31.6
22:27:06 [2022-09-09T22:27:06.823Z] --- PASS: TestRenameLinkedContainer (1.91s)
22:27:06 [2022-09-09T22:27:06.823Z] === RUN   TestRenameStoppedContainer
22:27:07 [2022-09-09T22:27:07.083Z] --- PASS: TestRenameStoppedContainer (0.44s)
22:27:07 [2022-09-09T22:27:07.083Z] === RUN   TestRenameRunningContainerAndReuse
22:27:08 [2022-09-09T22:27:08.037Z] --- PASS: TestRenameRunningContainerAndReuse (0.93s)
22:27:08 [2022-09-09T22:27:08.037Z] === RUN   TestRenameInvalidName
22:27:08 [2022-09-09T22:27:08.606Z] --- PASS: TestRenameInvalidName (0.48s)
22:27:08 [2022-09-09T22:27:08.606Z] === RUN   TestRenameAnonymousContainer
22:27:08 [2022-09-09T22:27:08.746Z] go: downloading github.com/fluent/fluent-logger-golang v1.9.0
22:27:08 [2022-09-09T22:27:08.746Z] go: downloading cloud.google.com/go v0.93.3
22:27:08 [2022-09-09T22:27:08.746Z] go: downloading github.com/Graylog2/go-gelf v0.0.0-20191017102106-1550ee647df0
22:27:08 [2022-09-09T22:27:08.746Z] go: downloading cloud.google.com/go/logging v1.4.2
22:27:08 [2022-09-09T22:27:08.746Z] go: downloading google.golang.org/genproto v0.0.0-20220310185008-1973136f34c6
22:27:08 [2022-09-09T22:27:08.746Z] go: downloading code.cloudfoundry.org/clock v1.0.0
22:27:08 [2022-09-09T22:27:08.746Z] go: downloading github.com/bsphere/le_go v0.0.0-20200109081728-fc06dab2caa8
22:27:08 [2022-09-09T22:27:08.746Z] go: downloading github.com/RackSec/srslog v0.0.0-20180709174129-a4725f04ec91
22:27:08 [2022-09-09T22:27:08.746Z] go: downloading github.com/moby/sys/sequential v0.5.0
22:27:08 [2022-09-09T22:27:08.746Z] go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
22:27:08 [2022-09-09T22:27:08.746Z] go: downloading github.com/containerd/typeurl v1.0.2
22:27:08 [2022-09-09T22:27:08.746Z] go: downloading github.com/pelletier/go-toml v1.9.4
22:27:08 [2022-09-09T22:27:08.746Z] go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
22:27:08 [2022-09-09T22:27:08.746Z] go: downloading github.com/docker/libkv v0.2.2-0.20211217103745-e480589147e3
22:27:09 [2022-09-09T22:27:09.007Z] go: downloading github.com/miekg/dns v1.1.27
22:27:09 [2022-09-09T22:27:09.007Z] go: downloading github.com/moby/ipvs v1.0.2
22:27:09 [2022-09-09T22:27:09.007Z] go: downloading github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f
22:27:09 [2022-09-09T22:27:09.007Z] go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
22:27:09 [2022-09-09T22:27:09.576Z] go: downloading github.com/creack/pty v1.1.11
22:27:09 [2022-09-09T22:27:09.576Z] go: downloading github.com/hashicorp/serf v0.8.5
22:27:09 [2022-09-09T22:27:09.835Z] go: downloading github.com/deckarep/golang-set v0.0.0-20141123011944-ef32fa3046d9
22:27:09 [2022-09-09T22:27:09.835Z] go: downloading github.com/godbus/dbus/v5 v5.0.6
22:27:09 [2022-09-09T22:27:09.835Z] go: downloading github.com/armon/go-radix v0.0.0-20150105235045-e39d623f12e8
22:27:09 [2022-09-09T22:27:09.835Z] go: downloading github.com/hashicorp/memberlist v0.4.0
22:27:09 [2022-09-09T22:27:09.835Z] go: downloading github.com/klauspost/compress v1.15.9
22:27:10 [2022-09-09T22:27:10.517Z] --- PASS: TestRenameAnonymousContainer (1.70s)
22:27:10 [2022-09-09T22:27:10.517Z] === RUN   TestRenameContainerWithSameName
22:27:10 [2022-09-09T22:27:10.775Z] go: downloading github.com/morikuni/aec v1.0.0
22:27:10 [2022-09-09T22:27:10.775Z] go: downloading github.com/rootless-containers/rootlesskit v1.0.0
22:27:10 [2022-09-09T22:27:10.776Z] --- PASS: TestRenameContainerWithSameName (0.48s)
22:27:10 [2022-09-09T22:27:10.776Z] === RUN   TestRenameContainerWithLinkedContainer
22:27:11 [2022-09-09T22:27:11.715Z] --- PASS: TestRenameContainerWithLinkedContainer (0.96s)
22:27:11 [2022-09-09T22:27:11.715Z] === RUN   TestResize
22:27:12 [2022-09-09T22:27:12.284Z] --- PASS: TestResize (0.46s)
22:27:12 [2022-09-09T22:27:12.284Z] === RUN   TestResizeWithInvalidSize
22:27:12 [2022-09-09T22:27:12.544Z] --- PASS: TestResizeWithInvalidSize (0.45s)
22:27:12 [2022-09-09T22:27:12.544Z] === RUN   TestResizeWhenContainerNotStarted
22:27:13 [2022-09-09T22:27:13.113Z] --- PASS: TestResizeWhenContainerNotStarted (0.44s)
22:27:13 [2022-09-09T22:27:13.113Z] === RUN   TestDaemonRestartKillContainers
22:27:13 [2022-09-09T22:27:13.113Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:27:13 [2022-09-09T22:27:13.113Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:27:13 [2022-09-09T22:27:13.114Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:27:13 [2022-09-09T22:27:13.312Z] go: downloading github.com/stretchr/testify v1.7.1
22:27:13 [2022-09-09T22:27:13.312Z] go: downloading github.com/golang/protobuf v1.5.2
22:27:13 [2022-09-09T22:27:13.312Z] go: downloading github.com/containerd/stargz-snapshotter/estargz v0.12.0
22:27:13 [2022-09-09T22:27:13.312Z] go: downloading github.com/hashicorp/go-multierror v1.1.1
22:27:13 [2022-09-09T22:27:13.312Z] go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
22:27:13 [2022-09-09T22:27:13.312Z] go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
22:27:13 [2022-09-09T22:27:13.312Z] go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
22:27:13 [2022-09-09T22:27:13.312Z] go: downloading go.opentelemetry.io/otel v1.4.1
22:27:13 [2022-09-09T22:27:13.312Z] go: downloading go.opentelemetry.io/otel/sdk v1.4.1
22:27:13 [2022-09-09T22:27:13.312Z] go: downloading go.opentelemetry.io/otel/trace v1.4.1
22:27:13 [2022-09-09T22:27:13.312Z] go: downloading github.com/in-toto/in-toto-golang v0.3.3
22:27:13 [2022-09-09T22:27:13.312Z] go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
22:27:13 [2022-09-09T22:27:13.572Z] go: downloading go.opentelemetry.io/proto/otlp v0.12.0
22:27:13 [2022-09-09T22:27:13.572Z] go: downloading github.com/mitchellh/hashstructure/v2 v2.0.2
22:27:13 [2022-09-09T22:27:13.572Z] go: downloading github.com/containerd/console v1.0.3
22:27:13 [2022-09-09T22:27:13.572Z] go: downloading github.com/containerd/go-runc v1.0.0
22:27:13 [2022-09-09T22:27:13.572Z] go: downloading github.com/gogo/googleapis v1.4.1
22:27:13 [2022-09-09T22:27:13.832Z] go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
22:27:13 [2022-09-09T22:27:13.832Z] go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
22:27:13 [2022-09-09T22:27:13.832Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
22:27:13 [2022-09-09T22:27:13.832Z] go: downloading github.com/hashicorp/golang-lru v0.5.4
22:27:13 [2022-09-09T22:27:13.832Z] go: downloading github.com/hashicorp/go-uuid v1.0.1
22:27:13 [2022-09-09T22:27:13.832Z] go: downloading github.com/inconshreveable/mousetrap v1.0.0
22:27:13 [2022-09-09T22:27:13.832Z] go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
22:27:13 [2022-09-09T22:27:13.832Z] go: downloading github.com/fernet/fernet-go v0.0.0-20180830025343-9eac43b88a5e
22:27:13 [2022-09-09T22:27:13.832Z] go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
22:27:13 [2022-09-09T22:27:13.832Z] go: downloading github.com/phayes/permbits v0.0.0-20190612203442-39d7c581d2ee
22:27:13 [2022-09-09T22:27:13.832Z] go: downloading github.com/containerd/ttrpc v1.1.0
22:27:13 [2022-09-09T22:27:13.832Z] go: downloading github.com/cyphar/filepath-securejoin v0.2.3
22:27:13 [2022-09-09T22:27:13.832Z] go: downloading github.com/beorn7/perks v1.0.1
22:27:13 [2022-09-09T22:27:13.832Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2
22:27:13 [2022-09-09T22:27:13.832Z] go: downloading github.com/prometheus/client_model v0.2.0
22:27:13 [2022-09-09T22:27:13.832Z] go: downloading github.com/prometheus/common v0.32.1
22:27:13 [2022-09-09T22:27:13.832Z] go: downloading github.com/prometheus/procfs v0.7.3
22:27:13 [2022-09-09T22:27:13.832Z] go: downloading google.golang.org/protobuf v1.27.1
22:27:13 [2022-09-09T22:27:13.832Z] go: downloading gopkg.in/yaml.v2 v2.4.0
22:27:13 [2022-09-09T22:27:13.832Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
22:27:14 [2022-09-09T22:27:14.092Z] go: downloading github.com/tinylib/msgp v1.1.0
22:27:14 [2022-09-09T22:27:14.092Z] go: downloading github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
22:27:14 [2022-09-09T22:27:14.092Z] go: downloading google.golang.org/api v0.54.0
22:27:14 [2022-09-09T22:27:14.496Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:27:14 [2022-09-09T22:27:14.756Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:27:16 [2022-09-09T22:27:16.137Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:27:16 [2022-09-09T22:27:16.137Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:27:16 [2022-09-09T22:27:16.644Z] go: downloading github.com/googleapis/gax-go/v2 v2.0.5
22:27:16 [2022-09-09T22:27:16.644Z] go: downloading go.opencensus.io v0.23.0
22:27:16 [2022-09-09T22:27:16.644Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
22:27:16 [2022-09-09T22:27:16.644Z] go: downloading github.com/google/certificate-transparency-go v1.0.20
22:27:16 [2022-09-09T22:27:16.644Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da
22:27:16 [2022-09-09T22:27:16.644Z] go: downloading github.com/hashicorp/go-msgpack v0.5.5
22:27:16 [2022-09-09T22:27:16.644Z] go: downloading github.com/google/btree v1.0.1
22:27:16 [2022-09-09T22:27:16.644Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2
22:27:16 [2022-09-09T22:27:16.644Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529
22:27:16 [2022-09-09T22:27:16.644Z] go: downloading github.com/cilium/ebpf v0.7.0
22:27:16 [2022-09-09T22:27:16.644Z] go: downloading go.uber.org/goleak v1.1.12
22:27:16 [2022-09-09T22:27:16.644Z] go: downloading github.com/davecgh/go-spew v1.1.1
22:27:16 [2022-09-09T22:27:16.644Z] go: downloading github.com/pmezard/go-difflib v1.0.0
22:27:16 [2022-09-09T22:27:16.644Z] go: downloading gopkg.in/yaml.v3 v3.0.1
22:27:16 [2022-09-09T22:27:16.904Z] go: downloading golang.org/x/text v0.3.7
22:27:17 [2022-09-09T22:27:17.474Z] go: downloading github.com/hashicorp/errwrap v1.1.0
22:27:17 [2022-09-09T22:27:17.474Z] go: downloading github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2
22:27:17 [2022-09-09T22:27:17.474Z] go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
22:27:17 [2022-09-09T22:27:17.474Z] go: downloading github.com/gofrs/flock v0.8.1
22:27:17 [2022-09-09T22:27:17.474Z] go: downloading github.com/go-logr/logr v1.2.2
22:27:17 [2022-09-09T22:27:17.474Z] go: downloading github.com/shibumi/go-pathspec v1.2.0
22:27:17 [2022-09-09T22:27:17.474Z] go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
22:27:17 [2022-09-09T22:27:17.474Z] go: downloading github.com/felixge/httpsnoop v1.0.2
22:27:17 [2022-09-09T22:27:17.474Z] go: downloading go.opentelemetry.io/otel/metric v0.27.0
22:27:17 [2022-09-09T22:27:17.474Z] go: downloading github.com/agext/levenshtein v1.2.3
22:27:17 [2022-09-09T22:27:17.474Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
22:27:17 [2022-09-09T22:27:17.474Z] go: downloading github.com/jmespath/go-jmespath v0.4.0
22:27:17 [2022-09-09T22:27:17.474Z] go: downloading github.com/philhofer/fwd v1.0.0
22:27:17 [2022-09-09T22:27:17.474Z] go: downloading github.com/kr/pretty v0.2.1
22:27:17 [2022-09-09T22:27:17.517Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
22:27:17 [2022-09-09T22:27:17.517Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
22:27:17 [2022-09-09T22:27:17.734Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
22:27:17 [2022-09-09T22:27:17.734Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c
22:27:17 [2022-09-09T22:27:17.734Z] go: downloading github.com/frankban/quicktest v1.11.3
22:27:17 [2022-09-09T22:27:17.734Z] go: downloading github.com/go-logr/stdr v1.2.2
22:27:17 [2022-09-09T22:27:17.734Z] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
22:27:17 [2022-09-09T22:27:17.734Z] go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
22:27:17 [2022-09-09T22:27:17.734Z] go: downloading github.com/container-storage-interface/spec v1.5.0
22:27:17 [2022-09-09T22:27:17.734Z] go: downloading github.com/akutz/memconn v0.1.0
22:27:17 [2022-09-09T22:27:17.734Z] go: downloading github.com/onsi/ginkgo v1.16.4
22:27:17 [2022-09-09T22:27:17.734Z] go: downloading github.com/onsi/gomega v1.17.0
22:27:17 [2022-09-09T22:27:17.993Z] go: downloading github.com/dperny/gocsi v1.2.3-pre
22:27:17 [2022-09-09T22:27:17.993Z] go: downloading go.etcd.io/etcd/pkg/v3 v3.5.2
22:27:17 [2022-09-09T22:27:17.993Z] go: downloading go.etcd.io/etcd/server/v3 v3.5.2
22:27:18 [2022-09-09T22:27:18.253Z] go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.2
22:27:18 [2022-09-09T22:27:18.253Z] go: downloading github.com/kr/text v0.2.0
22:27:18 [2022-09-09T22:27:18.253Z] go: downloading google.golang.org/appengine v1.6.7
22:27:18 [2022-09-09T22:27:18.253Z] go: downloading github.com/jmespath/go-jmespath/internal/testify v1.5.1
22:27:18 [2022-09-09T22:27:18.253Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
22:27:18 [2022-09-09T22:27:18.253Z] go: downloading github.com/cockroachdb/datadriven v0.0.0-20200714090401-bf6692d28da5
22:27:18 [2022-09-09T22:27:18.253Z] go: downloading go.uber.org/zap v1.17.0
22:27:18 [2022-09-09T22:27:18.253Z] go: downloading github.com/dustin/go-humanize v1.0.0
22:27:18 [2022-09-09T22:27:18.253Z] go: downloading github.com/nxadm/tail v1.4.8
22:27:18 [2022-09-09T22:27:18.512Z] go: downloading github.com/cockroachdb/errors v1.2.4
22:27:18 [2022-09-09T22:27:18.512Z] go: downloading go.uber.org/atomic v1.7.0
22:27:18 [2022-09-09T22:27:18.512Z] go: downloading go.uber.org/multierr v1.6.0
22:27:18 [2022-09-09T22:27:18.512Z] go: downloading github.com/akutz/gosync v0.1.0
22:27:18 [2022-09-09T22:27:18.512Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
22:27:18 [2022-09-09T22:27:18.512Z] go: downloading github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f
22:27:18 [2022-09-09T22:27:18.512Z] go: downloading github.com/getsentry/raven-go v0.2.0
22:27:18 [2022-09-09T22:27:18.512Z] go: downloading github.com/fsnotify/fsnotify v1.5.1
22:27:18 [2022-09-09T22:27:18.512Z] go: downloading github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054
22:27:19 [2022-09-09T22:27:19.081Z] + GO111MODULE=auto
22:27:19 [2022-09-09T22:27:19.081Z] + go mod vendor -modfile vendor.mod
22:27:20 [2022-09-09T22:27:20.811Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
22:27:21 [2022-09-09T22:27:21.070Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
22:27:23 [2022-09-09T22:27:23.279Z] Congratulations! All vendoring changes are done the right way.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
22:27:24 [2022-09-09T22:27:24.967Z] + echo Ensuring container killed.
22:27:24 [2022-09-09T22:27:24.967Z] Ensuring container killed.
22:27:24 [2022-09-09T22:27:24.967Z] + docker rm -vf docker-pr3
22:27:24 [2022-09-09T22:27:24.967Z] Error response from daemon: No such container: docker-pr3
[Pipeline] sh
22:27:25 [2022-09-09T22:27:25.255Z] + echo Chowning /workspace to jenkins user
22:27:25 [2022-09-09T22:27:25.255Z] Chowning /workspace to jenkins user
22:27:25 [2022-09-09T22:27:25.255Z] + id -u
22:27:25 [2022-09-09T22:27:25.255Z] + id -g
22:27:25 [2022-09-09T22:27:25.255Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44124:/workspace busybox chown -R 1000:1000 /workspace
22:27:25 [2022-09-09T22:27:25.270Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:27:25 [2022-09-09T22:27:25.270Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
22:27:26 [2022-09-09T22:27:26.491Z] + bundleName=unit
22:27:26 [2022-09-09T22:27:26.491Z] + echo Creating unit-bundles.tar.gz
22:27:26 [2022-09-09T22:27:26.491Z] Creating unit-bundles.tar.gz
22:27:26 [2022-09-09T22:27:26.491Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report*.xml bundles/go-test-report*.json bundles/coverage*.out
22:27:26 [2022-09-09T22:27:26.491Z] tar: bundles/junit-report*.xml: Cannot stat: No such file or directory
22:27:26 [2022-09-09T22:27:26.491Z] tar: bundles/go-test-report*.json: Cannot stat: No such file or directory
22:27:26 [2022-09-09T22:27:26.491Z] tar: bundles/coverage*.out: Cannot stat: No such file or directory
22:27:26 [2022-09-09T22:27:26.491Z] tar: Exiting with failure status due to previous errors
[Pipeline] }
22:27:26 [2022-09-09T22:27:26.501Z] ERROR: Failed to create bundles.tar.gz
22:27:26 [2022-09-09T22:27:26.501Z] ERROR: script returned exit code 2
[Pipeline] // catchError
[Pipeline] sh
22:27:26 [2022-09-09T22:27:26.649Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:27:26 [2022-09-09T22:27:26.800Z] + make clean
22:27:26 [2022-09-09T22:27:26.909Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:27:27 [2022-09-09T22:27:27.060Z] docker volume rm -f docker-dev-cache docker-mod-cache
22:27:27 [2022-09-09T22:27:27.060Z] docker-dev-cache
22:27:27 [2022-09-09T22:27:27.060Z] docker-mod-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
22:27:28 [2022-09-09T22:27:28.291Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:27:28 [2022-09-09T22:27:28.861Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:27:30 [2022-09-09T22:27:30.769Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
22:27:30 [2022-09-09T22:27:30.769Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.37s)
22:27:30 [2022-09-09T22:27:30.769Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.65s)
22:27:30 [2022-09-09T22:27:30.769Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.33s)
22:27:30 [2022-09-09T22:27:30.769Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.74s)
22:27:30 [2022-09-09T22:27:30.769Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.29s)
22:27:30 [2022-09-09T22:27:30.769Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.33s)
22:27:30 [2022-09-09T22:27:30.769Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.49s)
22:27:30 [2022-09-09T22:27:30.769Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.52s)
22:27:30 [2022-09-09T22:27:30.769Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.95s)
22:27:30 [2022-09-09T22:27:30.769Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.05s)
22:27:30 [2022-09-09T22:27:30.769Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.72s)
22:27:30 [2022-09-09T22:27:30.769Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.78s)
22:27:30 [2022-09-09T22:27:30.769Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.95s)
22:27:30 [2022-09-09T22:27:30.769Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.05s)
22:27:30 [2022-09-09T22:27:30.769Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.76s)
22:27:30 [2022-09-09T22:27:30.769Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.74s)
22:27:30 [2022-09-09T22:27:30.769Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
22:27:30 [2022-09-09T22:27:30.769Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
22:27:31 [2022-09-09T22:27:31.709Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
22:27:32 [2022-09-09T22:27:32.648Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.95s)
22:27:32 [2022-09-09T22:27:32.648Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.99s)
22:27:32 [2022-09-09T22:27:32.648Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.95s)
22:27:32 [2022-09-09T22:27:32.648Z] === RUN   TestCgroupNamespacesRun
22:27:34 [2022-09-09T22:27:34.028Z] --- PASS: TestCgroupNamespacesRun (1.18s)
22:27:34 [2022-09-09T22:27:34.028Z] === RUN   TestCgroupNamespacesRunPrivileged
22:27:34 [2022-09-09T22:27:34.967Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.22s)
22:27:34 [2022-09-09T22:27:34.967Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
22:27:36 [2022-09-09T22:27:36.351Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.26s)
22:27:36 [2022-09-09T22:27:36.351Z] === RUN   TestCgroupNamespacesRunHostMode
22:27:37 [2022-09-09T22:27:37.311Z] --- PASS: TestCgroupNamespacesRunHostMode (1.21s)
22:27:37 [2022-09-09T22:27:37.312Z] === RUN   TestCgroupNamespacesRunPrivateMode
22:27:38 [2022-09-09T22:27:38.707Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.21s)
22:27:38 [2022-09-09T22:27:38.708Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
22:27:40 [2022-09-09T22:27:40.087Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.20s)
22:27:40 [2022-09-09T22:27:40.087Z] === RUN   TestCgroupNamespacesRunInvalidMode
22:27:40 [2022-09-09T22:27:40.662Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s)
22:27:40 [2022-09-09T22:27:40.662Z] === RUN   TestCgroupNamespacesRunOlderClient
22:27:41 [2022-09-09T22:27:41.602Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.18s)
22:27:41 [2022-09-09T22:27:41.602Z] === RUN   TestNISDomainname
22:27:42 [2022-09-09T22:27:42.172Z] --- PASS: TestNISDomainname (0.57s)
22:27:42 [2022-09-09T22:27:42.172Z] === RUN   TestHostnameDnsResolution
22:27:43 [2022-09-09T22:27:43.112Z] --- PASS: TestHostnameDnsResolution (0.72s)
22:27:43 [2022-09-09T22:27:43.112Z] === RUN   TestUnprivilegedPortsAndPing
22:27:43 [2022-09-09T22:27:43.682Z] --- PASS: TestUnprivilegedPortsAndPing (0.56s)
22:27:43 [2022-09-09T22:27:43.682Z] === RUN   TestPrivilegedHostDevices
22:27:44 [2022-09-09T22:27:44.252Z] --- PASS: TestPrivilegedHostDevices (0.56s)
22:27:44 [2022-09-09T22:27:44.252Z] === RUN   TestRunConsoleSize
22:27:44 [2022-09-09T22:27:44.512Z] --- PASS: TestRunConsoleSize (0.50s)
22:27:44 [2022-09-09T22:27:44.512Z] === RUN   TestRunWithAlternativeContainerdShim
22:27:47 [2022-09-09T22:27:47.052Z] --- PASS: TestRunWithAlternativeContainerdShim (2.15s)
22:27:47 [2022-09-09T22:27:47.052Z] === RUN   TestStats
22:27:49 [2022-09-09T22:27:49.592Z] --- PASS: TestStats (2.45s)
22:27:49 [2022-09-09T22:27:49.592Z] === RUN   TestStopContainerWithTimeout
22:27:49 [2022-09-09T22:27:49.592Z] === RUN   TestStopContainerWithTimeout/0
22:27:49 [2022-09-09T22:27:49.592Z] === PAUSE TestStopContainerWithTimeout/0
22:27:49 [2022-09-09T22:27:49.592Z] === RUN   TestStopContainerWithTimeout/1
22:27:49 [2022-09-09T22:27:49.592Z] === PAUSE TestStopContainerWithTimeout/1
22:27:49 [2022-09-09T22:27:49.592Z] === RUN   TestStopContainerWithTimeout/3
22:27:49 [2022-09-09T22:27:49.592Z] === PAUSE TestStopContainerWithTimeout/3
22:27:49 [2022-09-09T22:27:49.592Z] === RUN   TestStopContainerWithTimeout/-1
22:27:49 [2022-09-09T22:27:49.592Z] === PAUSE TestStopContainerWithTimeout/-1
22:27:49 [2022-09-09T22:27:49.592Z] === CONT  TestStopContainerWithTimeout/0
22:27:49 [2022-09-09T22:27:49.592Z] === CONT  TestStopContainerWithTimeout/3
22:27:49 [2022-09-09T22:27:49.852Z] === CONT  TestStopContainerWithTimeout/-1
22:27:51 [2022-09-09T22:27:51.759Z] === CONT  TestStopContainerWithTimeout/1
22:27:53 [2022-09-09T22:27:53.673Z] --- PASS: TestStopContainerWithTimeout (0.01s)
22:27:53 [2022-09-09T22:27:53.673Z]     --- PASS: TestStopContainerWithTimeout/0 (0.62s)
22:27:53 [2022-09-09T22:27:53.673Z]     --- PASS: TestStopContainerWithTimeout/3 (2.68s)
22:27:53 [2022-09-09T22:27:53.673Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.43s)
22:27:53 [2022-09-09T22:27:53.673Z]     --- PASS: TestStopContainerWithTimeout/1 (1.48s)
22:27:53 [2022-09-09T22:27:53.673Z] === RUN   TestDeleteDevicemapper
22:27:53 [2022-09-09T22:27:53.673Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:27:53 [2022-09-09T22:27:53.673Z] --- SKIP: TestDeleteDevicemapper (0.00s)
22:27:53 [2022-09-09T22:27:53.673Z] === RUN   TestStopContainerWithRestartPolicyAlways
22:27:55 [2022-09-09T22:27:55.055Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.64s)
22:27:55 [2022-09-09T22:27:55.055Z] === RUN   TestUpdateMemory
22:27:55 [2022-09-09T22:27:55.626Z] --- PASS: TestUpdateMemory (0.60s)
22:27:55 [2022-09-09T22:27:55.626Z] === RUN   TestUpdateCPUQuota
22:27:56 [2022-09-09T22:27:56.566Z] --- PASS: TestUpdateCPUQuota (0.76s)
22:27:56 [2022-09-09T22:27:56.566Z] === RUN   TestUpdatePidsLimit
22:27:56 [2022-09-09T22:27:56.566Z] === RUN   TestUpdatePidsLimit/update_from_none
22:27:56 [2022-09-09T22:27:56.566Z] === RUN   TestUpdatePidsLimit/no_change
22:27:56 [2022-09-09T22:27:56.826Z] === RUN   TestUpdatePidsLimit/update_lower
22:27:57 [2022-09-09T22:27:57.086Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
22:27:57 [2022-09-09T22:27:57.346Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
22:27:57 [2022-09-09T22:27:57.606Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
22:27:57 [2022-09-09T22:27:57.606Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
22:27:58 [2022-09-09T22:27:58.545Z] --- PASS: TestUpdatePidsLimit (2.11s)
22:27:58 [2022-09-09T22:27:58.545Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.22s)
22:27:58 [2022-09-09T22:27:58.545Z]     --- PASS: TestUpdatePidsLimit/no_change (0.23s)
22:27:58 [2022-09-09T22:27:58.545Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.25s)
22:27:58 [2022-09-09T22:27:58.545Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.22s)
22:27:58 [2022-09-09T22:27:58.546Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s)
22:27:58 [2022-09-09T22:27:58.546Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s)
22:27:58 [2022-09-09T22:27:58.546Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.23s)
22:27:58 [2022-09-09T22:27:58.546Z] === RUN   TestUpdateRestartPolicy
22:28:10 [2022-09-09T22:28:10.888Z] --- PASS: TestUpdateRestartPolicy (11.02s)
22:28:10 [2022-09-09T22:28:10.888Z] === RUN   TestUpdateRestartWithAutoRemove
22:28:10 [2022-09-09T22:28:10.888Z] --- PASS: TestUpdateRestartWithAutoRemove (0.48s)
22:28:10 [2022-09-09T22:28:10.888Z] === RUN   TestWaitNonBlocked
22:28:10 [2022-09-09T22:28:10.888Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
22:28:10 [2022-09-09T22:28:10.888Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
22:28:10 [2022-09-09T22:28:10.888Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
22:28:10 [2022-09-09T22:28:10.888Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
22:28:10 [2022-09-09T22:28:10.888Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
22:28:10 [2022-09-09T22:28:10.888Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
22:28:10 [2022-09-09T22:28:10.888Z] --- PASS: TestWaitNonBlocked (0.01s)
22:28:10 [2022-09-09T22:28:10.888Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.59s)
22:28:10 [2022-09-09T22:28:10.888Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.68s)
22:28:10 [2022-09-09T22:28:10.888Z] === RUN   TestWaitBlocked
22:28:10 [2022-09-09T22:28:10.888Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
22:28:10 [2022-09-09T22:28:10.888Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
22:28:10 [2022-09-09T22:28:10.888Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
22:28:10 [2022-09-09T22:28:10.888Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
22:28:10 [2022-09-09T22:28:10.888Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
22:28:10 [2022-09-09T22:28:10.888Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
22:28:11 [2022-09-09T22:28:11.458Z] --- PASS: TestWaitBlocked (0.01s)
22:28:11 [2022-09-09T22:28:11.458Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.72s)
22:28:11 [2022-09-09T22:28:11.458Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.74s)
22:28:11 [2022-09-09T22:28:11.458Z] === RUN   TestWaitConditions
22:28:11 [2022-09-09T22:28:11.458Z] === RUN   TestWaitConditions/default
22:28:11 [2022-09-09T22:28:11.458Z] === PAUSE TestWaitConditions/default
22:28:11 [2022-09-09T22:28:11.458Z] === RUN   TestWaitConditions/not-running
22:28:11 [2022-09-09T22:28:11.458Z] === PAUSE TestWaitConditions/not-running
22:28:11 [2022-09-09T22:28:11.458Z] === RUN   TestWaitConditions/next-exit
22:28:11 [2022-09-09T22:28:11.458Z] === PAUSE TestWaitConditions/next-exit
22:28:11 [2022-09-09T22:28:11.458Z] === RUN   TestWaitConditions/removed
22:28:11 [2022-09-09T22:28:11.458Z] === PAUSE TestWaitConditions/removed
22:28:11 [2022-09-09T22:28:11.458Z] === CONT  TestWaitConditions/default
22:28:11 [2022-09-09T22:28:11.458Z] === CONT  TestWaitConditions/next-exit
22:28:11 [2022-09-09T22:28:11.458Z]     wait_test.go:146: ContainerID = da635234ec96c9eb1a39e373e4dd11341f051ce9c6e30dbf3172e269c6bb59a2
22:28:11 [2022-09-09T22:28:11.458Z] === CONT  TestWaitConditions/default
22:28:11 [2022-09-09T22:28:11.458Z]     wait_test.go:146: ContainerID = ab658ded5a8005e8fa0a49425a26b5cd45554253d6add685912bffd41f230d50
22:28:12 [2022-09-09T22:28:12.027Z] === CONT  TestWaitConditions/not-running
22:28:12 [2022-09-09T22:28:12.027Z]     wait_test.go:146: ContainerID = c758fea59c5b443cf962a12e38af19c07d2f1a5b139868a41e6d856a17ce69dd
22:28:12 [2022-09-09T22:28:12.287Z] === CONT  TestWaitConditions/removed
22:28:12 [2022-09-09T22:28:12.287Z]     wait_test.go:146: ContainerID = 4284a82241432b0d77389ba9c0adaac3d52beb3524d2a7cad3e2d5306df17d2c
22:28:12 [2022-09-09T22:28:12.858Z] --- PASS: TestWaitConditions (0.01s)
22:28:12 [2022-09-09T22:28:12.858Z]     --- PASS: TestWaitConditions/next-exit (0.65s)
22:28:12 [2022-09-09T22:28:12.858Z]     --- PASS: TestWaitConditions/default (0.81s)
22:28:12 [2022-09-09T22:28:12.858Z]     --- PASS: TestWaitConditions/not-running (0.59s)
22:28:12 [2022-09-09T22:28:12.858Z]     --- PASS: TestWaitConditions/removed (0.57s)
22:28:12 [2022-09-09T22:28:12.858Z] === RUN   TestWaitRestartedContainer
22:28:12 [2022-09-09T22:28:12.858Z] === RUN   TestWaitRestartedContainer/default
22:28:12 [2022-09-09T22:28:12.858Z] === PAUSE TestWaitRestartedContainer/default
22:28:12 [2022-09-09T22:28:12.858Z] === RUN   TestWaitRestartedContainer/not-running
22:28:12 [2022-09-09T22:28:12.858Z] === PAUSE TestWaitRestartedContainer/not-running
22:28:12 [2022-09-09T22:28:12.858Z] === RUN   TestWaitRestartedContainer/next-exit
22:28:12 [2022-09-09T22:28:12.858Z] === PAUSE TestWaitRestartedContainer/next-exit
22:28:12 [2022-09-09T22:28:12.858Z] === CONT  TestWaitRestartedContainer/default
22:28:12 [2022-09-09T22:28:12.858Z] === CONT  TestWaitRestartedContainer/next-exit
22:28:14 [2022-09-09T22:28:14.238Z] === CONT  TestWaitRestartedContainer/not-running
22:28:15 [2022-09-09T22:28:15.177Z] --- PASS: TestWaitRestartedContainer (0.01s)
22:28:15 [2022-09-09T22:28:15.177Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.47s)
22:28:15 [2022-09-09T22:28:15.177Z]     --- PASS: TestWaitRestartedContainer/default (1.49s)
22:28:15 [2022-09-09T22:28:15.177Z]     --- PASS: TestWaitRestartedContainer/not-running (0.92s)
22:28:15 [2022-09-09T22:28:15.177Z] === CONT  TestContainerStartOnDaemonRestart
22:28:15 [2022-09-09T22:28:15.177Z] === CONT  TestRestartDaemonWithRestartingContainer
22:28:17 [2022-09-09T22:28:17.720Z] --- PASS: TestContainerStartOnDaemonRestart (2.18s)
22:28:17 [2022-09-09T22:28:17.721Z] === CONT  TestIpcModeOlderClient
22:28:17 [2022-09-09T22:28:17.721Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.21s)
22:28:17 [2022-09-09T22:28:17.721Z] === CONT  TestContainerKillOnDaemonStart
22:28:17 [2022-09-09T22:28:17.721Z] --- PASS: TestIpcModeOlderClient (0.14s)
22:28:17 [2022-09-09T22:28:17.721Z] === CONT  TestDaemonHostGatewayIP
22:28:20 [2022-09-09T22:28:20.266Z] --- PASS: TestDaemonHostGatewayIP (2.42s)
22:28:20 [2022-09-09T22:28:20.266Z] === CONT  TestDaemonRestartIpcMode
22:28:22 [2022-09-09T22:28:22.175Z] --- PASS: TestDaemonRestartIpcMode (2.29s)
22:28:30 [2022-09-09T22:28:30.304Z] --- PASS: TestContainerKillOnDaemonStart (11.67s)
22:28:30 [2022-09-09T22:28:30.304Z] PASS
22:28:30 [2022-09-09T22:28:30.304Z] 
22:28:30 [2022-09-09T22:28:30.304Z] === Skipped
22:28:30 [2022-09-09T22:28:30.304Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
22:28:30 [2022-09-09T22:28:30.304Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:28:30 [2022-09-09T22:28:30.304Z] 
22:28:30 [2022-09-09T22:28:30.304Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
22:28:30 [2022-09-09T22:28:30.304Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
22:28:30 [2022-09-09T22:28:30.304Z] 
22:28:30 [2022-09-09T22:28:30.304Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
22:28:30 [2022-09-09T22:28:30.304Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:28:30 [2022-09-09T22:28:30.304Z] 
22:28:30 [2022-09-09T22:28:30.304Z] DONE 273 tests, 3 skipped in 133.667s
22:28:30 [2022-09-09T22:28:30.304Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
22:28:30 [2022-09-09T22:28:30.304Z] ++ 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
22:28:30 [2022-09-09T22:28:30.304Z] ++ set -e
22:28:30 [2022-09-09T22:28:30.304Z] ++ '[' -n 0 ']'
22:28:30 [2022-09-09T22:28:30.304Z] ++ set -x
22:28:30 [2022-09-09T22:28:30.304Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
22:28:30 [2022-09-09T22:28:30.304Z] === RUN   TestConfigDaemonLibtrustID
22:28:30 [2022-09-09T22:28:30.304Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
22:28:30 [2022-09-09T22:28:30.304Z] === RUN   TestConfigDaemonID
22:28:30 [2022-09-09T22:28:30.874Z]     daemon_test.go:83: [dc3086e5ff7e8] daemon is not started
22:28:30 [2022-09-09T22:28:30.874Z] --- PASS: TestConfigDaemonID (1.04s)
22:28:30 [2022-09-09T22:28:30.874Z] === RUN   TestDaemonConfigValidation
22:28:30 [2022-09-09T22:28:30.874Z] === RUN   TestDaemonConfigValidation/config_with_no_content
22:28:30 [2022-09-09T22:28:30.874Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
22:28:30 [2022-09-09T22:28:30.874Z] === RUN   TestDaemonConfigValidation/config_with_{}
22:28:30 [2022-09-09T22:28:30.874Z] === PAUSE TestDaemonConfigValidation/config_with_{}
22:28:30 [2022-09-09T22:28:30.875Z] === RUN   TestDaemonConfigValidation/invalid_config
22:28:30 [2022-09-09T22:28:30.875Z] === PAUSE TestDaemonConfigValidation/invalid_config
22:28:30 [2022-09-09T22:28:30.875Z] === RUN   TestDaemonConfigValidation/malformed_config
22:28:30 [2022-09-09T22:28:30.875Z] === PAUSE TestDaemonConfigValidation/malformed_config
22:28:30 [2022-09-09T22:28:30.875Z] === RUN   TestDaemonConfigValidation/valid_config
22:28:30 [2022-09-09T22:28:30.875Z] === PAUSE TestDaemonConfigValidation/valid_config
22:28:30 [2022-09-09T22:28:30.875Z] === CONT  TestDaemonConfigValidation/config_with_no_content
22:28:30 [2022-09-09T22:28:30.875Z] === CONT  TestDaemonConfigValidation/malformed_config
22:28:30 [2022-09-09T22:28:30.875Z] === CONT  TestDaemonConfigValidation/valid_config
22:28:30 [2022-09-09T22:28:30.875Z] === CONT  TestDaemonConfigValidation/invalid_config
22:28:30 [2022-09-09T22:28:30.875Z] === CONT  TestDaemonConfigValidation/config_with_{}
22:28:31 [2022-09-09T22:28:31.135Z] --- PASS: TestDaemonConfigValidation (0.00s)
22:28:31 [2022-09-09T22:28:31.135Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s)
22:28:31 [2022-09-09T22:28:31.135Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.08s)
22:28:31 [2022-09-09T22:28:31.135Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.08s)
22:28:31 [2022-09-09T22:28:31.135Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.06s)
22:28:31 [2022-09-09T22:28:31.135Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
22:28:31 [2022-09-09T22:28:31.135Z] === RUN   TestConfigDaemonSeccompProfiles
22:28:31 [2022-09-09T22:28:31.135Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
22:28:32 [2022-09-09T22:28:32.076Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
22:28:33 [2022-09-09T22:28:33.016Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
22:28:34 [2022-09-09T22:28:34.404Z] === CONT  TestConfigDaemonSeccompProfiles
22:28:34 [2022-09-09T22:28:34.405Z]     daemon_test.go:197: [d94c98ebc2e0c] daemon is not started
22:28:34 [2022-09-09T22:28:34.405Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
22:28:34 [2022-09-09T22:28:34.405Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
22:28:34 [2022-09-09T22:28:34.405Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
22:28:34 [2022-09-09T22:28:34.405Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
22:28:34 [2022-09-09T22:28:34.405Z] === RUN   TestDaemonProxy
22:28:34 [2022-09-09T22:28:34.405Z] === RUN   TestDaemonProxy/environment_variables
22:28:36 [2022-09-09T22:28:36.316Z] === RUN   TestDaemonProxy/command-line_options
22:28:37 [2022-09-09T22:28:37.696Z] === RUN   TestDaemonProxy/configuration_file
22:28:39 [2022-09-09T22:28:39.602Z] === RUN   TestDaemonProxy/conflicting_options
22:28:39 [2022-09-09T22:28:39.862Z] === RUN   TestDaemonProxy/reload_sanitized
22:28:40 [2022-09-09T22:28:40.431Z] --- PASS: TestDaemonProxy (6.25s)
22:28:40 [2022-09-09T22:28:40.431Z]     --- PASS: TestDaemonProxy/environment_variables (1.75s)
22:28:40 [2022-09-09T22:28:40.431Z]     --- PASS: TestDaemonProxy/command-line_options (1.74s)
22:28:40 [2022-09-09T22:28:40.431Z]     --- PASS: TestDaemonProxy/configuration_file (1.73s)
22:28:40 [2022-09-09T22:28:40.431Z]     --- PASS: TestDaemonProxy/conflicting_options (0.51s)
22:28:40 [2022-09-09T22:28:40.431Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
22:28:40 [2022-09-09T22:28:40.431Z] PASS
22:28:40 [2022-09-09T22:28:40.431Z] 
22:28:40 [2022-09-09T22:28:40.431Z] DONE 18 tests in 11.307s
22:28:40 [2022-09-09T22:28:40.431Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
22:28:40 [2022-09-09T22:28:40.431Z] ++ 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
22:28:40 [2022-09-09T22:28:40.431Z] ++ set -e
22:28:40 [2022-09-09T22:28:40.431Z] ++ '[' -n 0 ']'
22:28:40 [2022-09-09T22:28:40.431Z] ++ set -x
22:28:40 [2022-09-09T22:28:40.431Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
22:28:40 [2022-09-09T22:28:40.694Z] INFO: Testing against a local daemon
22:28:40 [2022-09-09T22:28:40.694Z] === RUN   TestCommitInheritsEnv
22:28:40 [2022-09-09T22:28:40.954Z] --- PASS: TestCommitInheritsEnv (0.33s)
22:28:40 [2022-09-09T22:28:40.954Z] === RUN   TestImportExtremelyLargeImageWorks
22:28:40 [2022-09-09T22:28:40.954Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
22:28:40 [2022-09-09T22:28:40.954Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
22:28:40 [2022-09-09T22:28:40.954Z] === RUN   TestImportWithCustomPlatform
22:28:40 [2022-09-09T22:28:40.954Z] === RUN   TestImportWithCustomPlatform/#00
22:28:41 [2022-09-09T22:28:41.214Z] === RUN   TestImportWithCustomPlatform/_______
22:28:41 [2022-09-09T22:28:41.215Z] === RUN   TestImportWithCustomPlatform//
22:28:41 [2022-09-09T22:28:41.215Z] === RUN   TestImportWithCustomPlatform/linux
22:28:41 [2022-09-09T22:28:41.215Z] === RUN   TestImportWithCustomPlatform/LINUX
22:28:41 [2022-09-09T22:28:41.215Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
22:28:41 [2022-09-09T22:28:41.215Z] === RUN   TestImportWithCustomPlatform/macos
22:28:41 [2022-09-09T22:28:41.215Z] === RUN   TestImportWithCustomPlatform/macos/arm64
22:28:41 [2022-09-09T22:28:41.215Z] === RUN   TestImportWithCustomPlatform/nintendo64
22:28:41 [2022-09-09T22:28:41.474Z] --- PASS: TestImportWithCustomPlatform (0.37s)
22:28:41 [2022-09-09T22:28:41.474Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.08s)
22:28:41 [2022-09-09T22:28:41.474Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
22:28:41 [2022-09-09T22:28:41.474Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
22:28:41 [2022-09-09T22:28:41.474Z]     --- PASS: TestImportWithCustomPlatform/linux (0.08s)
22:28:41 [2022-09-09T22:28:41.474Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.08s)
22:28:41 [2022-09-09T22:28:41.474Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.08s)
22:28:41 [2022-09-09T22:28:41.474Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
22:28:41 [2022-09-09T22:28:41.474Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
22:28:41 [2022-09-09T22:28:41.474Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
22:28:41 [2022-09-09T22:28:41.474Z] === RUN   TestImagesFilterMultiReference
22:28:41 [2022-09-09T22:28:41.474Z] --- PASS: TestImagesFilterMultiReference (0.07s)
22:28:41 [2022-09-09T22:28:41.474Z] === RUN   TestImagePullPlatformInvalid
22:28:41 [2022-09-09T22:28:41.474Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
22:28:41 [2022-09-09T22:28:41.474Z] === RUN   TestRemoveImageOrphaning
22:28:41 [2022-09-09T22:28:41.734Z] --- PASS: TestRemoveImageOrphaning (0.32s)
22:28:41 [2022-09-09T22:28:41.734Z] === RUN   TestRemoveImageGarbageCollector
22:28:41 [2022-09-09T22:28:41.734Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:28:41 [2022-09-09T22:28:41.734Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
22:28:41 [2022-09-09T22:28:41.734Z] === RUN   TestTagUnprefixedRepoByNameOrName
22:28:41 [2022-09-09T22:28:41.734Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
22:28:41 [2022-09-09T22:28:41.734Z] === RUN   TestTagInvalidReference
22:28:41 [2022-09-09T22:28:41.734Z] --- PASS: TestTagInvalidReference (0.01s)
22:28:41 [2022-09-09T22:28:41.734Z] === RUN   TestTagValidPrefixedRepo
22:28:41 [2022-09-09T22:28:41.994Z] --- PASS: TestTagValidPrefixedRepo (0.07s)
22:28:41 [2022-09-09T22:28:41.994Z] === RUN   TestTagExistedNameWithoutForce
22:28:41 [2022-09-09T22:28:41.994Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
22:28:41 [2022-09-09T22:28:41.994Z] === RUN   TestTagOfficialNames
22:28:41 [2022-09-09T22:28:41.994Z] --- PASS: TestTagOfficialNames (0.06s)
22:28:41 [2022-09-09T22:28:41.994Z] === RUN   TestTagMatchesDigest
22:28:41 [2022-09-09T22:28:41.994Z] --- PASS: TestTagMatchesDigest (0.01s)
22:28:41 [2022-09-09T22:28:41.994Z] PASS
22:28:41 [2022-09-09T22:28:41.994Z] 
22:28:41 [2022-09-09T22:28:41.994Z] === Skipped
22:28:41 [2022-09-09T22:28:41.994Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
22:28:41 [2022-09-09T22:28:41.994Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
22:28:41 [2022-09-09T22:28:41.994Z] 
22:28:41 [2022-09-09T22:28:41.994Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
22:28:41 [2022-09-09T22:28:41.994Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:28:41 [2022-09-09T22:28:41.994Z] 
22:28:41 [2022-09-09T22:28:41.994Z] DONE 22 tests, 2 skipped in 1.547s
22:28:41 [2022-09-09T22:28:41.994Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
22:28:41 [2022-09-09T22:28:41.994Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
22:28:41 [2022-09-09T22:28:41.994Z] ++ set -e
22:28:41 [2022-09-09T22:28:41.994Z] ++ '[' -n 0 ']'
22:28:41 [2022-09-09T22:28:41.994Z] ++ set -x
22:28:41 [2022-09-09T22:28:41.994Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
22:28:41 [2022-09-09T22:28:41.994Z] === RUN   TestStripANSICommands
22:28:41 [2022-09-09T22:28:41.994Z] === RUN   TestStripANSICommands/#00
22:28:41 [2022-09-09T22:28:41.994Z] === RUN   TestStripANSICommands/#01
22:28:41 [2022-09-09T22:28:41.994Z] --- PASS: TestStripANSICommands (0.00s)
22:28:41 [2022-09-09T22:28:41.994Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
22:28:41 [2022-09-09T22:28:41.994Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
22:28:41 [2022-09-09T22:28:41.994Z] PASS
22:28:41 [2022-09-09T22:28:41.994Z] 
22:28:41 [2022-09-09T22:28:41.994Z] DONE 3 tests in 0.047s
22:28:41 [2022-09-09T22:28:41.994Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
22:28:41 [2022-09-09T22:28:41.994Z] ++ 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
22:28:41 [2022-09-09T22:28:41.994Z] ++ set -e
22:28:41 [2022-09-09T22:28:41.994Z] ++ '[' -n 0 ']'
22:28:41 [2022-09-09T22:28:41.994Z] ++ set -x
22:28:41 [2022-09-09T22:28:41.994Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
22:28:42 [2022-09-09T22:28:42.254Z] INFO: Testing against a local daemon
22:28:42 [2022-09-09T22:28:42.254Z] === RUN   TestNetworkCreateDelete
22:28:42 [2022-09-09T22:28:42.254Z] --- PASS: TestNetworkCreateDelete (0.14s)
22:28:42 [2022-09-09T22:28:42.254Z] === RUN   TestDockerNetworkDeletePreferID
22:28:42 [2022-09-09T22:28:42.823Z] --- PASS: TestDockerNetworkDeletePreferID (0.40s)
22:28:42 [2022-09-09T22:28:42.823Z] === RUN   TestDaemonDNSFallback
22:28:49 [2022-09-09T22:28:49.398Z] --- PASS: TestDaemonDNSFallback (6.37s)
22:28:49 [2022-09-09T22:28:49.398Z] === RUN   TestInspectNetwork
22:28:51 [2022-09-09T22:28:51.937Z] === RUN   TestInspectNetwork/full_network_id
22:28:51 [2022-09-09T22:28:51.937Z] === RUN   TestInspectNetwork/partial_network_id
22:28:51 [2022-09-09T22:28:51.937Z] === RUN   TestInspectNetwork/network_name
22:28:51 [2022-09-09T22:28:51.937Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
22:28:56 [2022-09-09T22:28:56.134Z] --- PASS: TestInspectNetwork (7.14s)
22:28:56 [2022-09-09T22:28:56.134Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
22:28:56 [2022-09-09T22:28:56.134Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
22:28:56 [2022-09-09T22:28:56.134Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
22:28:56 [2022-09-09T22:28:56.134Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
22:28:56 [2022-09-09T22:28:56.134Z] === RUN   TestRunContainerWithBridgeNone
22:28:58 [2022-09-09T22:28:58.042Z] --- PASS: TestRunContainerWithBridgeNone (1.53s)
22:28:58 [2022-09-09T22:28:58.042Z] === RUN   TestNetworkInvalidJSON
22:28:58 [2022-09-09T22:28:58.042Z] === RUN   TestNetworkInvalidJSON/networks/create
22:28:58 [2022-09-09T22:28:58.042Z] === PAUSE TestNetworkInvalidJSON/networks/create
22:28:58 [2022-09-09T22:28:58.042Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
22:28:58 [2022-09-09T22:28:58.042Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
22:28:58 [2022-09-09T22:28:58.042Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
22:28:58 [2022-09-09T22:28:58.042Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
22:28:58 [2022-09-09T22:28:58.042Z] === CONT  TestNetworkInvalidJSON/networks/create
22:28:58 [2022-09-09T22:28:58.042Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
22:28:58 [2022-09-09T22:28:58.042Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
22:28:58 [2022-09-09T22:28:58.042Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
22:28:58 [2022-09-09T22:28:58.042Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
22:28:58 [2022-09-09T22:28:58.042Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
22:28:58 [2022-09-09T22:28:58.042Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
22:28:58 [2022-09-09T22:28:58.042Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
22:28:58 [2022-09-09T22:28:58.042Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
22:28:58 [2022-09-09T22:28:58.042Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
22:28:58 [2022-09-09T22:28:58.042Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
22:28:58 [2022-09-09T22:28:58.042Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
22:28:58 [2022-09-09T22:28:58.042Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
22:28:58 [2022-09-09T22:28:58.042Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
22:28:58 [2022-09-09T22:28:58.042Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
22:28:58 [2022-09-09T22:28:58.042Z] --- PASS: TestNetworkInvalidJSON (0.01s)
22:28:58 [2022-09-09T22:28:58.042Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
22:28:58 [2022-09-09T22:28:58.042Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
22:28:58 [2022-09-09T22:28:58.042Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
22:28:58 [2022-09-09T22:28:58.042Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
22:28:58 [2022-09-09T22:28:58.042Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
22:28:58 [2022-09-09T22:28:58.042Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
22:28:58 [2022-09-09T22:28:58.042Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
22:28:58 [2022-09-09T22:28:58.042Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
22:28:58 [2022-09-09T22:28:58.042Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
22:28:58 [2022-09-09T22:28:58.042Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
22:28:58 [2022-09-09T22:28:58.042Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
22:28:58 [2022-09-09T22:28:58.042Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
22:28:58 [2022-09-09T22:28:58.042Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
22:28:58 [2022-09-09T22:28:58.042Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
22:28:58 [2022-09-09T22:28:58.042Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
22:28:58 [2022-09-09T22:28:58.042Z] === RUN   TestNetworkList
22:28:58 [2022-09-09T22:28:58.042Z] === RUN   TestNetworkList//networks
22:28:58 [2022-09-09T22:28:58.042Z] === PAUSE TestNetworkList//networks
22:28:58 [2022-09-09T22:28:58.042Z] === RUN   TestNetworkList//networks/
22:28:58 [2022-09-09T22:28:58.042Z] === PAUSE TestNetworkList//networks/
22:28:58 [2022-09-09T22:28:58.042Z] === CONT  TestNetworkList//networks
22:28:58 [2022-09-09T22:28:58.042Z] === CONT  TestNetworkList//networks/
22:28:58 [2022-09-09T22:28:58.042Z] --- PASS: TestNetworkList (0.01s)
22:28:58 [2022-09-09T22:28:58.042Z]     --- PASS: TestNetworkList//networks/ (0.00s)
22:28:58 [2022-09-09T22:28:58.042Z]     --- PASS: TestNetworkList//networks (0.00s)
22:28:58 [2022-09-09T22:28:58.042Z] === RUN   TestHostIPv4BridgeLabel
22:28:58 [2022-09-09T22:28:58.302Z] --- PASS: TestHostIPv4BridgeLabel (0.57s)
22:28:58 [2022-09-09T22:28:58.302Z] === RUN   TestDaemonRestartWithLiveRestore
22:28:59 [2022-09-09T22:28:59.682Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
22:28:59 [2022-09-09T22:28:59.682Z] === RUN   TestDaemonDefaultNetworkPools
22:29:00 [2022-09-09T22:29:00.252Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s)
22:29:00 [2022-09-09T22:29:00.252Z] === RUN   TestDaemonRestartWithExistingNetwork
22:29:01 [2022-09-09T22:29:01.190Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s)
22:29:01 [2022-09-09T22:29:01.190Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
22:29:02 [2022-09-09T22:29:02.582Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.25s)
22:29:02 [2022-09-09T22:29:02.582Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
22:29:03 [2022-09-09T22:29:03.151Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
22:29:03 [2022-09-09T22:29:03.151Z] === RUN   TestServiceWithPredefinedNetwork
22:29:05 [2022-09-09T22:29:05.690Z] --- PASS: TestServiceWithPredefinedNetwork (2.30s)
22:29:05 [2022-09-09T22:29:05.690Z] === RUN   TestServiceRemoveKeepsIngressNetwork
22:29:05 [2022-09-09T22:29:05.690Z]     service_test.go:243: FLAKY_TEST
22:29:05 [2022-09-09T22:29:05.690Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
22:29:05 [2022-09-09T22:29:05.690Z] === RUN   TestServiceWithDataPathPortInit
22:29:20 [2022-09-09T22:29:20.582Z] --- PASS: TestServiceWithDataPathPortInit (13.71s)
22:29:20 [2022-09-09T22:29:20.582Z] === RUN   TestServiceWithDefaultAddressPoolInit
22:29:21 [2022-09-09T22:29:21.962Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:apow02tuzy1trf06zjl25urqt Created:2022-09-09 22:29:20.428158914 +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[258bb9ab573714252567422f744393c894d95f6349595fb6ff2ff3ab9b77203e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.nct7kbup5s0awo55vhjondzvv EndpointID:62043e693c831fa27492912d604eb8de06fdb639629b65a6d1d252eb17577529 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:06db7fd8b34b79abe23e4512bbe3ada8d8dd55566606555bc5e753cee3cd5283 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:d91bc643edb1 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.nct7kbup5s0awo55vhjondzvv EndpointID:62043e693c831fa27492912d604eb8de06fdb639629b65a6d1d252eb17577529 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
22:29:26 [2022-09-09T22:29:26.156Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.90s)
22:29:26 [2022-09-09T22:29:26.156Z] PASS
22:29:26 [2022-09-09T22:29:26.156Z] 
22:29:26 [2022-09-09T22:29:26.156Z] === Skipped
22:29:26 [2022-09-09T22:29:26.156Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
22:29:26 [2022-09-09T22:29:26.156Z]     service_test.go:243: FLAKY_TEST
22:29:26 [2022-09-09T22:29:26.156Z] 
22:29:26 [2022-09-09T22:29:26.156Z] DONE 38 tests, 1 skipped in 43.959s
22:29:26 [2022-09-09T22:29:26.156Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
22:29:26 [2022-09-09T22:29:26.156Z] ++ 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
22:29:26 [2022-09-09T22:29:26.156Z] ++ set -e
22:29:26 [2022-09-09T22:29:26.156Z] ++ '[' -n 0 ']'
22:29:26 [2022-09-09T22:29:26.156Z] ++ set -x
22:29:26 [2022-09-09T22:29:26.156Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
22:29:26 [2022-09-09T22:29:26.156Z] INFO: Testing against a local daemon
22:29:26 [2022-09-09T22:29:26.156Z] === RUN   TestDockerNetworkIpvlanPersistance
22:29:26 [2022-09-09T22:29:26.156Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:29:26 [2022-09-09T22:29:26.156Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
22:29:26 [2022-09-09T22:29:26.156Z] === RUN   TestDockerNetworkIpvlan
22:29:26 [2022-09-09T22:29:26.156Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:29:26 [2022-09-09T22:29:26.156Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
22:29:26 [2022-09-09T22:29:26.156Z] PASS
22:29:26 [2022-09-09T22:29:26.156Z] 
22:29:26 [2022-09-09T22:29:26.156Z] === Skipped
22:29:26 [2022-09-09T22:29:26.156Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
22:29:26 [2022-09-09T22:29:26.156Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:29:26 [2022-09-09T22:29:26.156Z] 
22:29:26 [2022-09-09T22:29:26.156Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
22:29:26 [2022-09-09T22:29:26.156Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:29:26 [2022-09-09T22:29:26.156Z] 
22:29:26 [2022-09-09T22:29:26.156Z] DONE 2 tests, 2 skipped in 0.109s
22:29:26 [2022-09-09T22:29:26.156Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
22:29:26 [2022-09-09T22:29:26.156Z] ++ 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
22:29:26 [2022-09-09T22:29:26.156Z] ++ set -e
22:29:26 [2022-09-09T22:29:26.156Z] ++ '[' -n 0 ']'
22:29:26 [2022-09-09T22:29:26.156Z] ++ set -x
22:29:26 [2022-09-09T22:29:26.157Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
22:29:26 [2022-09-09T22:29:26.157Z] INFO: Testing against a local daemon
22:29:26 [2022-09-09T22:29:26.157Z] === RUN   TestDockerNetworkMacvlanPersistance
22:29:27 [2022-09-09T22:29:27.537Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.30s)
22:29:27 [2022-09-09T22:29:27.537Z] === RUN   TestDockerNetworkMacvlan
22:29:28 [2022-09-09T22:29:28.475Z] === RUN   TestDockerNetworkMacvlan/Subinterface
22:29:29 [2022-09-09T22:29:29.046Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
22:29:29 [2022-09-09T22:29:29.985Z] === RUN   TestDockerNetworkMacvlan/NilParent
22:29:31 [2022-09-09T22:29:31.893Z] === RUN   TestDockerNetworkMacvlan/InternalMode
22:29:33 [2022-09-09T22:29:33.274Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
22:29:36 [2022-09-09T22:29:36.569Z] === RUN   TestDockerNetworkMacvlan/Addressing
22:29:37 [2022-09-09T22:29:37.515Z] --- PASS: TestDockerNetworkMacvlan (9.93s)
22:29:37 [2022-09-09T22:29:37.515Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
22:29:37 [2022-09-09T22:29:37.515Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s)
22:29:37 [2022-09-09T22:29:37.515Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.86s)
22:29:37 [2022-09-09T22:29:37.515Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.86s)
22:29:37 [2022-09-09T22:29:37.515Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.15s)
22:29:37 [2022-09-09T22:29:37.515Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.68s)
22:29:37 [2022-09-09T22:29:37.515Z] PASS
22:29:37 [2022-09-09T22:29:37.515Z] 
22:29:37 [2022-09-09T22:29:37.515Z] DONE 8 tests in 11.338s
22:29:37 [2022-09-09T22:29:37.515Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
22:29:37 [2022-09-09T22:29:37.515Z] ++ 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
22:29:37 [2022-09-09T22:29:37.515Z] ++ set -e
22:29:37 [2022-09-09T22:29:37.515Z] ++ '[' -n 0 ']'
22:29:37 [2022-09-09T22:29:37.515Z] ++ set -x
22:29:37 [2022-09-09T22:29:37.515Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
22:29:37 [2022-09-09T22:29:37.515Z] testing: warning: no tests to run
22:29:37 [2022-09-09T22:29:37.515Z] PASS
22:29:37 [2022-09-09T22:29:37.515Z] 
22:29:37 [2022-09-09T22:29:37.515Z] DONE 0 tests in 0.030s
22:29:37 [2022-09-09T22:29:37.515Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
22:29:37 [2022-09-09T22:29:37.515Z] ++ 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
22:29:37 [2022-09-09T22:29:37.515Z] ++ set -e
22:29:37 [2022-09-09T22:29:37.515Z] ++ '[' -n 0 ']'
22:29:37 [2022-09-09T22:29:37.515Z] ++ set -x
22:29:37 [2022-09-09T22:29:37.515Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
22:29:37 [2022-09-09T22:29:37.782Z] INFO: Testing against a local daemon
22:29:37 [2022-09-09T22:29:37.782Z] === RUN   TestAuthZPluginAllowRequest
22:29:39 [2022-09-09T22:29:39.168Z] --- PASS: TestAuthZPluginAllowRequest (1.20s)
22:29:39 [2022-09-09T22:29:39.168Z] === RUN   TestAuthZPluginTLS
22:29:39 [2022-09-09T22:29:39.428Z] --- PASS: TestAuthZPluginTLS (0.56s)
22:29:39 [2022-09-09T22:29:39.428Z] === RUN   TestAuthZPluginDenyRequest
22:29:39 [2022-09-09T22:29:39.997Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
22:29:39 [2022-09-09T22:29:39.997Z] === RUN   TestAuthZPluginAPIDenyResponse
22:29:40 [2022-09-09T22:29:40.567Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
22:29:40 [2022-09-09T22:29:40.567Z] === RUN   TestAuthZPluginDenyResponse
22:29:41 [2022-09-09T22:29:41.136Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
22:29:41 [2022-09-09T22:29:41.137Z] === RUN   TestAuthZPluginAllowEventStream
22:29:42 [2022-09-09T22:29:42.518Z] --- PASS: TestAuthZPluginAllowEventStream (1.17s)
22:29:42 [2022-09-09T22:29:42.518Z] === RUN   TestAuthZPluginErrorResponse
22:29:42 [2022-09-09T22:29:42.778Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
22:29:42 [2022-09-09T22:29:42.778Z] === RUN   TestAuthZPluginErrorRequest
22:29:43 [2022-09-09T22:29:43.347Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
22:29:43 [2022-09-09T22:29:43.347Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
22:29:43 [2022-09-09T22:29:43.916Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
22:29:43 [2022-09-09T22:29:43.916Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
22:29:45 [2022-09-09T22:29:45.298Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.43s)
22:29:45 [2022-09-09T22:29:45.298Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
22:29:47 [2022-09-09T22:29:47.205Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.61s)
22:29:47 [2022-09-09T22:29:47.205Z] === RUN   TestAuthZPluginHeader
22:29:47 [2022-09-09T22:29:47.465Z] --- PASS: TestAuthZPluginHeader (0.71s)
22:29:47 [2022-09-09T22:29:47.465Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
22:29:47 [2022-09-09T22:29:47.465Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:29:47 [2022-09-09T22:29:47.465Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
22:29:47 [2022-09-09T22:29:47.465Z] === RUN   TestAuthZPluginV2Disable
22:29:47 [2022-09-09T22:29:47.465Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:29:47 [2022-09-09T22:29:47.465Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
22:29:47 [2022-09-09T22:29:47.465Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
22:29:47 [2022-09-09T22:29:47.465Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:29:47 [2022-09-09T22:29:47.465Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
22:29:47 [2022-09-09T22:29:47.465Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
22:29:47 [2022-09-09T22:29:47.465Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:29:47 [2022-09-09T22:29:47.465Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
22:29:47 [2022-09-09T22:29:47.465Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
22:30:05 [2022-09-09T22:30:05.563Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
22:30:05 [2022-09-09T22:30:05.563Z] PASS
22:30:05 [2022-09-09T22:30:05.563Z] 
22:30:05 [2022-09-09T22:30:05.563Z] === Skipped
22:30:05 [2022-09-09T22:30:05.563Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
22:30:05 [2022-09-09T22:30:05.563Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:30:05 [2022-09-09T22:30:05.563Z] 
22:30:05 [2022-09-09T22:30:05.563Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
22:30:05 [2022-09-09T22:30:05.563Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:30:05 [2022-09-09T22:30:05.563Z] 
22:30:05 [2022-09-09T22:30:05.563Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
22:30:05 [2022-09-09T22:30:05.563Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:30:05 [2022-09-09T22:30:05.563Z] 
22:30:05 [2022-09-09T22:30:05.563Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
22:30:05 [2022-09-09T22:30:05.563Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:30:05 [2022-09-09T22:30:05.563Z] 
22:30:05 [2022-09-09T22:30:05.563Z] DONE 17 tests, 4 skipped in 26.901s
22:30:05 [2022-09-09T22:30:05.563Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
22:30:05 [2022-09-09T22:30:05.563Z] ++ 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
22:30:05 [2022-09-09T22:30:05.563Z] ++ set -e
22:30:05 [2022-09-09T22:30:05.563Z] ++ '[' -n 0 ']'
22:30:05 [2022-09-09T22:30:05.563Z] ++ set -x
22:30:05 [2022-09-09T22:30:05.563Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
22:30:05 [2022-09-09T22:30:05.563Z] INFO: Testing against a local daemon
22:30:05 [2022-09-09T22:30:05.563Z] === RUN   TestPluginInvalidJSON
22:30:05 [2022-09-09T22:30:05.563Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
22:30:05 [2022-09-09T22:30:05.563Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
22:30:05 [2022-09-09T22:30:05.563Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
22:30:05 [2022-09-09T22:30:05.563Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
22:30:05 [2022-09-09T22:30:05.563Z] === RUN   TestPluginInvalidJSON/plugins/pull
22:30:05 [2022-09-09T22:30:05.563Z] === PAUSE TestPluginInvalidJSON/plugins/pull
22:30:05 [2022-09-09T22:30:05.563Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
22:30:05 [2022-09-09T22:30:05.563Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
22:30:05 [2022-09-09T22:30:05.563Z] === CONT  TestPluginInvalidJSON/plugins/pull
22:30:05 [2022-09-09T22:30:05.563Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
22:30:05 [2022-09-09T22:30:05.563Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
22:30:05 [2022-09-09T22:30:05.563Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
22:30:05 [2022-09-09T22:30:05.563Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
22:30:05 [2022-09-09T22:30:05.563Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
22:30:05 [2022-09-09T22:30:05.563Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
22:30:05 [2022-09-09T22:30:05.563Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
22:30:05 [2022-09-09T22:30:05.563Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
22:30:05 [2022-09-09T22:30:05.563Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
22:30:05 [2022-09-09T22:30:05.563Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
22:30:05 [2022-09-09T22:30:05.563Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
22:30:05 [2022-09-09T22:30:05.563Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
22:30:05 [2022-09-09T22:30:05.563Z] --- PASS: TestPluginInvalidJSON (0.02s)
22:30:05 [2022-09-09T22:30:05.563Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
22:30:05 [2022-09-09T22:30:05.563Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
22:30:05 [2022-09-09T22:30:05.563Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
22:30:05 [2022-09-09T22:30:05.563Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
22:30:05 [2022-09-09T22:30:05.563Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
22:30:05 [2022-09-09T22:30:05.563Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
22:30:05 [2022-09-09T22:30:05.563Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
22:30:05 [2022-09-09T22:30:05.563Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
22:30:05 [2022-09-09T22:30:05.563Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
22:30:05 [2022-09-09T22:30:05.563Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
22:30:05 [2022-09-09T22:30:05.564Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
22:30:05 [2022-09-09T22:30:05.564Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
22:30:05 [2022-09-09T22:30:05.564Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
22:30:05 [2022-09-09T22:30:05.564Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
22:30:05 [2022-09-09T22:30:05.564Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
22:30:05 [2022-09-09T22:30:05.564Z] === RUN   TestPluginInstall
22:30:05 [2022-09-09T22:30:05.564Z] === RUN   TestPluginInstall/no_auth
22:30:08 [2022-09-09T22:30:08.860Z] time="2022-09-09T22:30:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:30:08 [2022-09-09T22:30:08.860Z] time="2022-09-09T22:30:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b295035219328dcbf5a31c50dcb9d793f04a2dbc0426906e3a07f401c532f25e" mediatype=application/vnd.docker.plugin.v1+json size=522
22:30:08 [2022-09-09T22:30:08.860Z] time="2022-09-09T22:30:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:30:08 [2022-09-09T22:30:08.860Z] time="2022-09-09T22:30:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b295035219328dcbf5a31c50dcb9d793f04a2dbc0426906e3a07f401c532f25e" mediatype=application/vnd.docker.plugin.v1+json size=522
22:30:08 [2022-09-09T22:30:08.860Z] === RUN   TestPluginInstall/with_htpasswd
22:30:09 [2022-09-09T22:30:09.120Z] time="2022-09-09T22:30:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:30:09 [2022-09-09T22:30:09.120Z] time="2022-09-09T22:30:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b295035219328dcbf5a31c50dcb9d793f04a2dbc0426906e3a07f401c532f25e" mediatype=application/vnd.docker.plugin.v1+json size=522
22:30:09 [2022-09-09T22:30:09.120Z] time="2022-09-09T22:30:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:30:09 [2022-09-09T22:30:09.120Z] time="2022-09-09T22:30:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b295035219328dcbf5a31c50dcb9d793f04a2dbc0426906e3a07f401c532f25e" mediatype=application/vnd.docker.plugin.v1+json size=522
22:30:09 [2022-09-09T22:30:09.380Z] === RUN   TestPluginInstall/with_insecure
22:30:10 [2022-09-09T22:30:10.320Z] time="2022-09-09T22:30:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:30:10 [2022-09-09T22:30:10.320Z] time="2022-09-09T22:30:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:68a122229b18c6f1a9d04fe0d9952d66efef674ba31cc6d51dc91c5e5605e38d" mediatype=application/vnd.docker.plugin.v1+json size=522
22:30:10 [2022-09-09T22:30:10.320Z] time="2022-09-09T22:30:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:30:10 [2022-09-09T22:30:10.320Z] time="2022-09-09T22:30:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:68a122229b18c6f1a9d04fe0d9952d66efef674ba31cc6d51dc91c5e5605e38d" mediatype=application/vnd.docker.plugin.v1+json size=522
22:30:10 [2022-09-09T22:30:10.580Z]     plugin_test.go:196: [dc34502932928] daemon is not started
22:30:10 [2022-09-09T22:30:10.580Z] --- PASS: TestPluginInstall (5.85s)
22:30:10 [2022-09-09T22:30:10.580Z]     --- PASS: TestPluginInstall/no_auth (4.19s)
22:30:10 [2022-09-09T22:30:10.580Z]     --- PASS: TestPluginInstall/with_htpasswd (0.60s)
22:30:10 [2022-09-09T22:30:10.580Z]     --- PASS: TestPluginInstall/with_insecure (1.06s)
22:30:10 [2022-09-09T22:30:10.580Z] === RUN   TestPluginsWithRuntimes
22:30:11 [2022-09-09T22:30:11.960Z] === RUN   TestPluginsWithRuntimes/No_Args
22:30:12 [2022-09-09T22:30:12.898Z] === RUN   TestPluginsWithRuntimes/With_Args
22:30:13 [2022-09-09T22:30:13.849Z] --- PASS: TestPluginsWithRuntimes (3.40s)
22:30:13 [2022-09-09T22:30:13.849Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.92s)
22:30:13 [2022-09-09T22:30:13.849Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.90s)
22:30:13 [2022-09-09T22:30:13.849Z] === RUN   TestPluginBackCompatMediaTypes
22:30:14 [2022-09-09T22:30:14.417Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s)
22:30:14 [2022-09-09T22:30:14.417Z] PASS
22:30:14 [2022-09-09T22:30:14.417Z] 
22:30:14 [2022-09-09T22:30:14.417Z] DONE 24 tests in 9.981s
22:30:14 [2022-09-09T22:30:14.417Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
22:30:14 [2022-09-09T22:30:14.417Z] ++ 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
22:30:14 [2022-09-09T22:30:14.417Z] ++ set -e
22:30:14 [2022-09-09T22:30:14.417Z] ++ '[' -n 0 ']'
22:30:14 [2022-09-09T22:30:14.417Z] ++ set -x
22:30:14 [2022-09-09T22:30:14.417Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
22:30:14 [2022-09-09T22:30:14.677Z] INFO: Testing against a local daemon
22:30:14 [2022-09-09T22:30:14.677Z] === RUN   TestExternalGraphDriver
22:30:14 [2022-09-09T22:30:14.936Z] === RUN   TestExternalGraphDriver/json
22:30:16 [2022-09-09T22:30:16.844Z] === RUN   TestExternalGraphDriver/spec
22:30:18 [2022-09-09T22:30:18.224Z] === RUN   TestExternalGraphDriver/pull
22:30:20 [2022-09-09T22:30:20.132Z] --- PASS: TestExternalGraphDriver (5.25s)
22:30:20 [2022-09-09T22:30:20.132Z]     --- PASS: TestExternalGraphDriver/json (1.64s)
22:30:20 [2022-09-09T22:30:20.132Z]     --- PASS: TestExternalGraphDriver/spec (1.61s)
22:30:20 [2022-09-09T22:30:20.132Z]     --- PASS: TestExternalGraphDriver/pull (1.67s)
22:30:20 [2022-09-09T22:30:20.132Z] === RUN   TestGraphdriverPluginV2
22:30:20 [2022-09-09T22:30:20.132Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:30:20 [2022-09-09T22:30:20.132Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
22:30:20 [2022-09-09T22:30:20.132Z] PASS
22:30:20 [2022-09-09T22:30:20.132Z] 
22:30:20 [2022-09-09T22:30:20.132Z] === Skipped
22:30:20 [2022-09-09T22:30:20.132Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
22:30:20 [2022-09-09T22:30:20.132Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:30:20 [2022-09-09T22:30:20.132Z] 
22:30:20 [2022-09-09T22:30:20.132Z] DONE 5 tests, 1 skipped in 5.742s
22:30:20 [2022-09-09T22:30:20.132Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
22:30:20 [2022-09-09T22:30:20.132Z] ++ 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
22:30:20 [2022-09-09T22:30:20.132Z] ++ set -e
22:30:20 [2022-09-09T22:30:20.132Z] ++ '[' -n 0 ']'
22:30:20 [2022-09-09T22:30:20.132Z] ++ set -x
22:30:20 [2022-09-09T22:30:20.132Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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
22:30:20 [2022-09-09T22:30:20.392Z] INFO: Testing against a local daemon
22:30:20 [2022-09-09T22:30:20.392Z] === RUN   TestContinueAfterPluginCrash
22:30:20 [2022-09-09T22:30:20.392Z] === PAUSE TestContinueAfterPluginCrash
22:30:20 [2022-09-09T22:30:20.392Z] === RUN   TestReadPluginNoRead
22:30:20 [2022-09-09T22:30:20.392Z] === PAUSE TestReadPluginNoRead
22:30:20 [2022-09-09T22:30:20.392Z] === RUN   TestDaemonStartWithLogOpt
22:30:20 [2022-09-09T22:30:20.392Z] === PAUSE TestDaemonStartWithLogOpt
22:30:20 [2022-09-09T22:30:20.392Z] === CONT  TestContinueAfterPluginCrash
22:30:20 [2022-09-09T22:30:20.392Z] === CONT  TestDaemonStartWithLogOpt
22:30:23 [2022-09-09T22:30:23.684Z] --- PASS: TestDaemonStartWithLogOpt (3.16s)
22:30:23 [2022-09-09T22:30:23.684Z] === CONT  TestReadPluginNoRead
22:30:25 [2022-09-09T22:30:25.593Z] === RUN   TestReadPluginNoRead/default
22:30:26 [2022-09-09T22:30:26.974Z] === RUN   TestReadPluginNoRead/disabled_caching
22:30:28 [2022-09-09T22:30:28.355Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
22:30:28 [2022-09-09T22:30:28.355Z] --- PASS: TestContinueAfterPluginCrash (8.05s)
22:30:29 [2022-09-09T22:30:29.735Z] === CONT  TestReadPluginNoRead
22:30:29 [2022-09-09T22:30:29.735Z]     read_test.go:92: [d5b6bd5d773da] daemon is not started
22:30:29 [2022-09-09T22:30:29.735Z] --- PASS: TestReadPluginNoRead (5.90s)
22:30:29 [2022-09-09T22:30:29.735Z]     --- PASS: TestReadPluginNoRead/default (1.26s)
22:30:29 [2022-09-09T22:30:29.735Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.22s)
22:30:29 [2022-09-09T22:30:29.735Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.26s)
22:30:29 [2022-09-09T22:30:29.735Z] PASS
22:30:29 [2022-09-09T22:30:29.735Z] 
22:30:29 [2022-09-09T22:30:29.735Z] DONE 6 tests in 9.192s
22:30:29 [2022-09-09T22:30:29.735Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
22:30:29 [2022-09-09T22:30:29.735Z] ++ 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
22:30:29 [2022-09-09T22:30:29.735Z] ++ set -e
22:30:29 [2022-09-09T22:30:29.735Z] ++ '[' -n 0 ']'
22:30:29 [2022-09-09T22:30:29.735Z] ++ set -x
22:30:29 [2022-09-09T22:30:29.735Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
22:30:29 [2022-09-09T22:30:29.735Z] testing: warning: no tests to run
22:30:29 [2022-09-09T22:30:29.735Z] PASS
22:30:29 [2022-09-09T22:30:29.735Z] 
22:30:29 [2022-09-09T22:30:29.735Z] DONE 0 tests in 0.044s
22:30:29 [2022-09-09T22:30:29.735Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
22:30:29 [2022-09-09T22:30:29.735Z] ++ 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
22:30:29 [2022-09-09T22:30:29.735Z] ++ set -e
22:30:29 [2022-09-09T22:30:29.735Z] ++ '[' -n 0 ']'
22:30:29 [2022-09-09T22:30:29.735Z] ++ set -x
22:30:29 [2022-09-09T22:30:29.735Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
22:30:29 [2022-09-09T22:30:29.735Z] INFO: Testing against a local daemon
22:30:29 [2022-09-09T22:30:29.735Z] === RUN   TestPluginWithDevMounts
22:30:29 [2022-09-09T22:30:29.735Z] === PAUSE TestPluginWithDevMounts
22:30:29 [2022-09-09T22:30:29.735Z] === CONT  TestPluginWithDevMounts
22:30:31 [2022-09-09T22:30:31.116Z] --- PASS: TestPluginWithDevMounts (1.56s)
22:30:31 [2022-09-09T22:30:31.116Z] PASS
22:30:31 [2022-09-09T22:30:31.116Z] 
22:30:31 [2022-09-09T22:30:31.116Z] DONE 1 tests in 1.682s
22:30:31 [2022-09-09T22:30:31.116Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
22:30:31 [2022-09-09T22:30:31.116Z] ++ 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
22:30:31 [2022-09-09T22:30:31.116Z] ++ set -e
22:30:31 [2022-09-09T22:30:31.116Z] ++ '[' -n 0 ']'
22:30:31 [2022-09-09T22:30:31.116Z] ++ set -x
22:30:31 [2022-09-09T22:30:31.116Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
22:30:31 [2022-09-09T22:30:31.376Z] INFO: Testing against a local daemon
22:30:31 [2022-09-09T22:30:31.376Z] === RUN   TestSecretInspect
22:30:33 [2022-09-09T22:30:33.916Z] --- PASS: TestSecretInspect (2.19s)
22:30:33 [2022-09-09T22:30:33.916Z] === RUN   TestSecretList
22:30:35 [2022-09-09T22:30:35.823Z] --- PASS: TestSecretList (2.22s)
22:30:35 [2022-09-09T22:30:35.823Z] === RUN   TestSecretsCreateAndDelete
22:30:38 [2022-09-09T22:30:38.364Z] --- PASS: TestSecretsCreateAndDelete (2.16s)
22:30:38 [2022-09-09T22:30:38.364Z] === RUN   TestSecretsUpdate
22:30:40 [2022-09-09T22:30:40.292Z] --- PASS: TestSecretsUpdate (2.22s)
22:30:40 [2022-09-09T22:30:40.292Z] === RUN   TestTemplatedSecret
22:30:42 [2022-09-09T22:30:42.831Z] --- PASS: TestTemplatedSecret (2.57s)
22:30:42 [2022-09-09T22:30:42.831Z] === RUN   TestSecretCreateResolve
22:30:45 [2022-09-09T22:30:45.370Z] --- PASS: TestSecretCreateResolve (2.21s)
22:30:45 [2022-09-09T22:30:45.370Z] PASS
22:30:45 [2022-09-09T22:30:45.370Z] 
22:30:45 [2022-09-09T22:30:45.370Z] DONE 6 tests in 13.685s
22:30:45 [2022-09-09T22:30:45.370Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
22:30:45 [2022-09-09T22:30:45.370Z] ++ 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
22:30:45 [2022-09-09T22:30:45.370Z] ++ set -e
22:30:45 [2022-09-09T22:30:45.370Z] ++ '[' -n 0 ']'
22:30:45 [2022-09-09T22:30:45.370Z] ++ set -x
22:30:45 [2022-09-09T22:30:45.370Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
22:30:45 [2022-09-09T22:30:45.370Z] INFO: Testing against a local daemon
22:30:45 [2022-09-09T22:30:45.370Z] === RUN   TestServiceCreateInit
22:30:45 [2022-09-09T22:30:45.370Z] === RUN   TestServiceCreateInit/daemonInitDisabled
22:30:48 [2022-09-09T22:30:48.663Z] === RUN   TestServiceCreateInit/daemonInitEnabled
22:30:52 [2022-09-09T22:30:52.860Z] --- PASS: TestServiceCreateInit (7.18s)
22:30:52 [2022-09-09T22:30:52.860Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.55s)
22:30:52 [2022-09-09T22:30:52.860Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.62s)
22:30:52 [2022-09-09T22:30:52.860Z] === RUN   TestCreateServiceMultipleTimes
22:31:07 [2022-09-09T22:31:07.750Z] --- PASS: TestCreateServiceMultipleTimes (15.11s)
22:31:07 [2022-09-09T22:31:07.750Z] === RUN   TestCreateServiceConflict
22:31:09 [2022-09-09T22:31:09.658Z] --- PASS: TestCreateServiceConflict (2.21s)
22:31:09 [2022-09-09T22:31:09.658Z] === RUN   TestCreateServiceMaxReplicas
22:31:12 [2022-09-09T22:31:12.197Z] --- PASS: TestCreateServiceMaxReplicas (2.63s)
22:31:12 [2022-09-09T22:31:12.197Z] === RUN   TestCreateWithDuplicateNetworkNames
22:31:27 [2022-09-09T22:31:27.110Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.10s)
22:31:27 [2022-09-09T22:31:27.110Z] === RUN   TestCreateServiceSecretFileMode
22:31:28 [2022-09-09T22:31:28.051Z] --- PASS: TestCreateServiceSecretFileMode (2.54s)
22:31:28 [2022-09-09T22:31:28.051Z] === RUN   TestCreateServiceConfigFileMode
22:31:30 [2022-09-09T22:31:30.590Z] --- PASS: TestCreateServiceConfigFileMode (2.44s)
22:31:30 [2022-09-09T22:31:30.590Z] === RUN   TestCreateServiceSysctls
22:31:33 [2022-09-09T22:31:33.884Z] --- PASS: TestCreateServiceSysctls (3.07s)
22:31:33 [2022-09-09T22:31:33.884Z] === RUN   TestCreateServiceCapabilities
22:31:35 [2022-09-09T22:31:35.793Z] --- PASS: TestCreateServiceCapabilities (2.40s)
22:31:35 [2022-09-09T22:31:35.794Z] === RUN   TestInspect
22:31:38 [2022-09-09T22:31:38.333Z] --- PASS: TestInspect (2.67s)
22:31:38 [2022-09-09T22:31:38.333Z] === RUN   TestCreateJob
22:31:41 [2022-09-09T22:31:41.627Z] --- PASS: TestCreateJob (3.00s)
22:31:41 [2022-09-09T22:31:41.627Z] === RUN   TestReplicatedJob
22:31:46 [2022-09-09T22:31:46.910Z] --- PASS: TestReplicatedJob (5.17s)
22:31:46 [2022-09-09T22:31:46.910Z] === RUN   TestUpdateReplicatedJob
22:31:50 [2022-09-09T22:31:50.205Z] --- PASS: TestUpdateReplicatedJob (3.16s)
22:31:50 [2022-09-09T22:31:50.205Z] === RUN   TestServiceListWithStatuses
22:31:50 [2022-09-09T22:31:50.205Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
22:31:50 [2022-09-09T22:31:50.205Z] --- SKIP: TestServiceListWithStatuses (0.00s)
22:31:50 [2022-09-09T22:31:50.205Z] === RUN   TestDockerNetworkConnectAlias
22:31:54 [2022-09-09T22:31:54.404Z] --- PASS: TestDockerNetworkConnectAlias (4.09s)
22:31:54 [2022-09-09T22:31:54.404Z] === RUN   TestDockerNetworkReConnect
22:31:57 [2022-09-09T22:31:57.700Z] --- PASS: TestDockerNetworkReConnect (3.31s)
22:31:57 [2022-09-09T22:31:57.700Z] === RUN   TestServicePlugin
22:31:57 [2022-09-09T22:31:57.700Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:31:57 [2022-09-09T22:31:57.700Z] --- SKIP: TestServicePlugin (0.00s)
22:31:57 [2022-09-09T22:31:57.700Z] === RUN   TestServiceUpdateLabel
22:31:59 [2022-09-09T22:31:59.634Z] --- PASS: TestServiceUpdateLabel (2.18s)
22:31:59 [2022-09-09T22:31:59.634Z] === RUN   TestServiceUpdateSecrets
22:32:14 [2022-09-09T22:32:14.528Z] --- PASS: TestServiceUpdateSecrets (14.47s)
22:32:14 [2022-09-09T22:32:14.528Z] === RUN   TestServiceUpdateConfigs
22:32:29 [2022-09-09T22:32:29.421Z] --- PASS: TestServiceUpdateConfigs (14.35s)
22:32:29 [2022-09-09T22:32:29.421Z] === RUN   TestServiceUpdateNetwork
22:32:41 [2022-09-09T22:32:41.638Z] --- PASS: TestServiceUpdateNetwork (12.24s)
22:32:41 [2022-09-09T22:32:41.638Z] === RUN   TestServiceUpdatePidsLimit
22:32:41 [2022-09-09T22:32:41.638Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
22:32:42 [2022-09-09T22:32:42.208Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
22:32:50 [2022-09-09T22:32:50.333Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
22:32:56 [2022-09-09T22:32:56.921Z] --- PASS: TestServiceUpdatePidsLimit (16.08s)
22:32:56 [2022-09-09T22:32:56.921Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s)
22:32:56 [2022-09-09T22:32:56.921Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s)
22:32:56 [2022-09-09T22:32:56.921Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s)
22:32:56 [2022-09-09T22:32:56.921Z] PASS
22:32:56 [2022-09-09T22:32:56.921Z] 
22:32:56 [2022-09-09T22:32:56.921Z] === Skipped
22:32:56 [2022-09-09T22:32:56.921Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
22:32:56 [2022-09-09T22:32:56.921Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
22:32:56 [2022-09-09T22:32:56.921Z] 
22:32:56 [2022-09-09T22:32:56.921Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
22:32:56 [2022-09-09T22:32:56.921Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:32:56 [2022-09-09T22:32:56.921Z] 
22:32:56 [2022-09-09T22:32:56.921Z] DONE 27 tests, 2 skipped in 131.546s
22:32:56 [2022-09-09T22:32:56.921Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
22:32:56 [2022-09-09T22:32:56.921Z] ++ 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
22:32:56 [2022-09-09T22:32:56.921Z] ++ set -e
22:32:56 [2022-09-09T22:32:56.921Z] ++ '[' -n 0 ']'
22:32:56 [2022-09-09T22:32:56.921Z] ++ set -x
22:32:56 [2022-09-09T22:32:56.921Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
22:32:56 [2022-09-09T22:32:56.922Z] INFO: Testing against a local daemon
22:32:56 [2022-09-09T22:32:56.922Z] === RUN   TestSessionCreate
22:32:56 [2022-09-09T22:32:56.922Z] --- PASS: TestSessionCreate (0.02s)
22:32:56 [2022-09-09T22:32:56.922Z] === RUN   TestSessionCreateWithBadUpgrade
22:32:56 [2022-09-09T22:32:56.922Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
22:32:56 [2022-09-09T22:32:56.922Z] PASS
22:32:56 [2022-09-09T22:32:56.922Z] 
22:32:56 [2022-09-09T22:32:56.922Z] DONE 2 tests in 0.131s
22:32:56 [2022-09-09T22:32:56.922Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
22:32:56 [2022-09-09T22:32:56.922Z] ++ 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
22:32:56 [2022-09-09T22:32:56.922Z] ++ set -e
22:32:56 [2022-09-09T22:32:56.922Z] ++ '[' -n 0 ']'
22:32:56 [2022-09-09T22:32:56.922Z] ++ set -x
22:32:56 [2022-09-09T22:32:56.922Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
22:32:56 [2022-09-09T22:32:56.922Z] INFO: Testing against a local daemon
22:32:56 [2022-09-09T22:32:56.922Z] === RUN   TestCgroupDriverSystemdMemoryLimit
22:32:56 [2022-09-09T22:32:56.922Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
22:32:56 [2022-09-09T22:32:56.922Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
22:32:56 [2022-09-09T22:32:56.922Z] === RUN   TestDiskUsage
22:32:56 [2022-09-09T22:32:56.922Z] === PAUSE TestDiskUsage
22:32:56 [2022-09-09T22:32:56.922Z] === RUN   TestEventsExecDie
22:32:57 [2022-09-09T22:32:57.191Z] --- PASS: TestEventsExecDie (0.56s)
22:32:57 [2022-09-09T22:32:57.191Z] === RUN   TestEventsBackwardsCompatible
22:32:57 [2022-09-09T22:32:57.459Z] --- PASS: TestEventsBackwardsCompatible (0.07s)
22:32:57 [2022-09-09T22:32:57.459Z] === RUN   TestEventsVolumeCreate
22:32:57 [2022-09-09T22:32:57.460Z] --- PASS: TestEventsVolumeCreate (0.07s)
22:32:57 [2022-09-09T22:32:57.460Z] === RUN   TestInfoBinaryCommits
22:32:57 [2022-09-09T22:32:57.460Z] --- PASS: TestInfoBinaryCommits (0.02s)
22:32:57 [2022-09-09T22:32:57.460Z] === RUN   TestInfoAPIVersioned
22:32:57 [2022-09-09T22:32:57.460Z] --- PASS: TestInfoAPIVersioned (0.01s)
22:32:57 [2022-09-09T22:32:57.460Z] === RUN   TestInfoAPI
22:32:57 [2022-09-09T22:32:57.460Z] --- PASS: TestInfoAPI (0.02s)
22:32:57 [2022-09-09T22:32:57.460Z] === RUN   TestInfoAPIWarnings
22:33:15 [2022-09-09T22:33:15.558Z] --- PASS: TestInfoAPIWarnings (16.54s)
22:33:15 [2022-09-09T22:33:15.558Z] === RUN   TestInfoDebug
22:33:15 [2022-09-09T22:33:15.558Z] --- PASS: TestInfoDebug (0.52s)
22:33:15 [2022-09-09T22:33:15.558Z] === RUN   TestInfoInsecureRegistries
22:33:15 [2022-09-09T22:33:15.558Z] --- PASS: TestInfoInsecureRegistries (0.52s)
22:33:15 [2022-09-09T22:33:15.558Z] === RUN   TestInfoRegistryMirrors
22:33:15 [2022-09-09T22:33:15.558Z] --- PASS: TestInfoRegistryMirrors (0.52s)
22:33:15 [2022-09-09T22:33:15.558Z] === RUN   TestLoginFailsWithBadCredentials
22:33:16 [2022-09-09T22:33:16.127Z] --- PASS: TestLoginFailsWithBadCredentials (0.40s)
22:33:16 [2022-09-09T22:33:16.127Z] === RUN   TestPingCacheHeaders
22:33:16 [2022-09-09T22:33:16.127Z] --- PASS: TestPingCacheHeaders (0.02s)
22:33:16 [2022-09-09T22:33:16.127Z] === RUN   TestPingGet
22:33:16 [2022-09-09T22:33:16.127Z] --- PASS: TestPingGet (0.01s)
22:33:16 [2022-09-09T22:33:16.127Z] === RUN   TestPingHead
22:33:16 [2022-09-09T22:33:16.127Z] --- PASS: TestPingHead (0.02s)
22:33:16 [2022-09-09T22:33:16.127Z] === RUN   TestPingSwarmHeader
22:33:16 [2022-09-09T22:33:16.697Z] === RUN   TestPingSwarmHeader/before_swarm_init
22:33:17 [2022-09-09T22:33:17.266Z] === RUN   TestPingSwarmHeader/after_swarm_init
22:33:18 [2022-09-09T22:33:18.205Z] === RUN   TestPingSwarmHeader/after_swarm_leave
22:33:18 [2022-09-09T22:33:18.205Z] --- PASS: TestPingSwarmHeader (2.19s)
22:33:18 [2022-09-09T22:33:18.205Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
22:33:18 [2022-09-09T22:33:18.205Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
22:33:18 [2022-09-09T22:33:18.205Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
22:33:18 [2022-09-09T22:33:18.205Z] === RUN   TestPingBuilderHeader
22:33:18 [2022-09-09T22:33:18.205Z] === RUN   TestPingBuilderHeader/default_config
22:33:18 [2022-09-09T22:33:18.774Z] === RUN   TestPingBuilderHeader/buildkit_disabled
22:33:19 [2022-09-09T22:33:19.343Z] --- PASS: TestPingBuilderHeader (1.05s)
22:33:19 [2022-09-09T22:33:19.343Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
22:33:19 [2022-09-09T22:33:19.343Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
22:33:19 [2022-09-09T22:33:19.343Z] === RUN   TestVersion
22:33:19 [2022-09-09T22:33:19.343Z] --- PASS: TestVersion (0.02s)
22:33:19 [2022-09-09T22:33:19.343Z] === CONT  TestDiskUsage
22:33:19 [2022-09-09T22:33:19.912Z] === RUN   TestDiskUsage/empty
22:33:19 [2022-09-09T22:33:19.912Z] === RUN   TestDiskUsage/empty/container_types
22:33:19 [2022-09-09T22:33:19.912Z] === RUN   TestDiskUsage/empty/image_types
22:33:19 [2022-09-09T22:33:19.912Z] === RUN   TestDiskUsage/empty/volume_types
22:33:19 [2022-09-09T22:33:19.912Z] === RUN   TestDiskUsage/empty/build-cache_types
22:33:19 [2022-09-09T22:33:19.912Z] === RUN   TestDiskUsage/empty/container,_volume_types
22:33:19 [2022-09-09T22:33:19.912Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
22:33:19 [2022-09-09T22:33:19.912Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
22:33:19 [2022-09-09T22:33:19.912Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
22:33:19 [2022-09-09T22:33:19.912Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
22:33:19 [2022-09-09T22:33:19.912Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
22:33:19 [2022-09-09T22:33:19.912Z] === RUN   TestDiskUsage/after_LoadBusybox
22:33:19 [2022-09-09T22:33:19.912Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
22:33:19 [2022-09-09T22:33:19.912Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
22:33:19 [2022-09-09T22:33:19.912Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
22:33:19 [2022-09-09T22:33:19.912Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
22:33:19 [2022-09-09T22:33:19.912Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
22:33:19 [2022-09-09T22:33:19.912Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
22:33:19 [2022-09-09T22:33:19.912Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
22:33:19 [2022-09-09T22:33:19.912Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
22:33:19 [2022-09-09T22:33:19.912Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
22:33:19 [2022-09-09T22:33:19.912Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
22:33:19 [2022-09-09T22:33:19.912Z] === RUN   TestDiskUsage/after_container.Run
22:33:20 [2022-09-09T22:33:20.483Z] === RUN   TestDiskUsage/after_container.Run/container_types
22:33:20 [2022-09-09T22:33:20.483Z] === RUN   TestDiskUsage/after_container.Run/image_types
22:33:20 [2022-09-09T22:33:20.483Z] === RUN   TestDiskUsage/after_container.Run/volume_types
22:33:20 [2022-09-09T22:33:20.483Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
22:33:20 [2022-09-09T22:33:20.483Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
22:33:20 [2022-09-09T22:33:20.483Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
22:33:20 [2022-09-09T22:33:20.483Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
22:33:20 [2022-09-09T22:33:20.483Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
22:33:20 [2022-09-09T22:33:20.483Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
22:33:20 [2022-09-09T22:33:20.483Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
22:33:20 [2022-09-09T22:33:20.483Z] --- PASS: TestDiskUsage (1.18s)
22:33:20 [2022-09-09T22:33:20.483Z]     --- PASS: TestDiskUsage/empty (0.01s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.18s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]     --- PASS: TestDiskUsage/after_container.Run (0.33s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z] PASS
22:33:20 [2022-09-09T22:33:20.483Z] 
22:33:20 [2022-09-09T22:33:20.483Z] === Skipped
22:33:20 [2022-09-09T22:33:20.483Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
22:33:20 [2022-09-09T22:33:20.483Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
22:33:20 [2022-09-09T22:33:20.483Z] 
22:33:20 [2022-09-09T22:33:20.483Z] DONE 57 tests, 1 skipped in 23.869s
22:33:20 [2022-09-09T22:33:20.483Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
22:33:20 [2022-09-09T22:33:20.483Z] ++ 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
22:33:20 [2022-09-09T22:33:20.483Z] ++ set -e
22:33:20 [2022-09-09T22:33:20.483Z] ++ '[' -n 0 ']'
22:33:20 [2022-09-09T22:33:20.483Z] ++ set -x
22:33:20 [2022-09-09T22:33:20.483Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
22:33:20 [2022-09-09T22:33:20.483Z] INFO: Testing against a local daemon
22:33:20 [2022-09-09T22:33:20.483Z] === RUN   TestVolumesCreateAndList
22:33:20 [2022-09-09T22:33:20.743Z] --- PASS: TestVolumesCreateAndList (0.02s)
22:33:20 [2022-09-09T22:33:20.743Z] === RUN   TestVolumesRemove
22:33:20 [2022-09-09T22:33:20.743Z] --- PASS: TestVolumesRemove (0.08s)
22:33:20 [2022-09-09T22:33:20.743Z] === RUN   TestVolumesInspect
22:33:20 [2022-09-09T22:33:20.743Z] --- PASS: TestVolumesInspect (0.02s)
22:33:20 [2022-09-09T22:33:20.743Z] === RUN   TestVolumesInvalidJSON
22:33:20 [2022-09-09T22:33:20.743Z] === RUN   TestVolumesInvalidJSON/volumes/create
22:33:20 [2022-09-09T22:33:20.743Z] === PAUSE TestVolumesInvalidJSON/volumes/create
22:33:20 [2022-09-09T22:33:20.743Z] === CONT  TestVolumesInvalidJSON/volumes/create
22:33:20 [2022-09-09T22:33:20.743Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
22:33:20 [2022-09-09T22:33:20.743Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
22:33:20 [2022-09-09T22:33:20.743Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
22:33:20 [2022-09-09T22:33:20.743Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
22:33:20 [2022-09-09T22:33:20.743Z] --- PASS: TestVolumesInvalidJSON (0.01s)
22:33:20 [2022-09-09T22:33:20.743Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
22:33:20 [2022-09-09T22:33:20.743Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
22:33:20 [2022-09-09T22:33:20.743Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
22:33:20 [2022-09-09T22:33:20.743Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
22:33:20 [2022-09-09T22:33:20.743Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
22:33:20 [2022-09-09T22:33:20.743Z] PASS
22:33:20 [2022-09-09T22:33:20.743Z] 
22:33:20 [2022-09-09T22:33:20.743Z] DONE 9 tests in 0.239s
22:33:20 [2022-09-09T22:33:20.743Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
22:33:21 [2022-09-09T22:33:21.006Z] ++++ cat bundles/test-integration/docker.pid
22:33:21 [2022-09-09T22:33:21.006Z] +++ kill 14912
22:33:21 [2022-09-09T22:33:21.006Z] +++ /etc/init.d/apparmor stop
22:33:21 [2022-09-09T22:33:21.006Z] Leaving: AppArmorNo profiles have been unloaded.
22:33:21 [2022-09-09T22:33:21.006Z] 
22:33:21 [2022-09-09T22:33:21.006Z] Unloading profiles will leave already running processes permanently
22:33:21 [2022-09-09T22:33:21.006Z] unconfined, which can lead to unexpected situations.
22:33:21 [2022-09-09T22:33:21.006Z] 
22:33:21 [2022-09-09T22:33:21.006Z] To set a process to complain mode, use the command line tool
22:33:21 [2022-09-09T22:33:21.006Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
22:33:21 [2022-09-09T22:33:21.006Z] +++ true
22:33:21 [2022-09-09T22:33:21.006Z] exiting test-integration
22:33:21 [2022-09-09T22:33:21.006Z] ++ exit 0
22:33:21 [2022-09-09T22:33:21.006Z] 
Post stage
[Pipeline] junit
22:33:21 [2022-09-09T22:33:21.962Z] Recording test results
22:33:22 [2022-09-09T22:33:22.133Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
22:33:22 [2022-09-09T22:33:22.450Z] + echo Ensuring container killed.
22:33:22 [2022-09-09T22:33:22.450Z] Ensuring container killed.
22:33:22 [2022-09-09T22:33:22.450Z] + docker rm -vf docker-pr3
22:33:22 [2022-09-09T22:33:22.450Z] Error response from daemon: No such container: docker-pr3
[Pipeline] sh
22:33:22 [2022-09-09T22:33:22.735Z] + echo Chowning /workspace to jenkins user
22:33:22 [2022-09-09T22:33:22.735Z] Chowning /workspace to jenkins user
22:33:22 [2022-09-09T22:33:22.735Z] + id -u
22:33:22 [2022-09-09T22:33:22.735Z] + id -g
22:33:22 [2022-09-09T22:33:22.735Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44124:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
22:33:24 [2022-09-09T22:33:24.422Z] + bundleName=arm64-integration
22:33:24 [2022-09-09T22:33:24.422Z] + echo Creating arm64-integration-bundles.tar.gz
22:33:24 [2022-09-09T22:33:24.422Z] Creating arm64-integration-bundles.tar.gz
22:33:24 [2022-09-09T22:33:24.422Z] + + xargs tar -czf arm64-integration-bundles.tar.gz
22:33:24 [2022-09-09T22:33:24.422Z] find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
[Pipeline] archiveArtifacts
22:33:24 [2022-09-09T22:33:24.695Z] Archiving artifacts
22:33:24 [2022-09-09T22:33:24.904Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44124/3/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
22:33:25 [2022-09-09T22:33:25.204Z] + make clean
22:33:25 [2022-09-09T22:33:25.464Z] docker volume rm -f docker-dev-cache docker-mod-cache
22:33:25 [2022-09-09T22:33:25.464Z] docker-dev-cache
22:33:25 [2022-09-09T22:33:25.464Z] docker-mod-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS