Skip to content
Success

Console Output

Skipping 282 KB.. Full Log
20:35:06 [2022-10-06T20:35:06.576Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
20:35:06 [2022-10-06T20:35:06.576Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
20:35:06 [2022-10-06T20:35:06.576Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
20:35:06 [2022-10-06T20:35:06.576Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
20:35:06 [2022-10-06T20:35:06.576Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
20:35:06 [2022-10-06T20:35:06.576Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
20:35:06 [2022-10-06T20:35:06.576Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
20:35:06 [2022-10-06T20:35:06.576Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
20:35:06 [2022-10-06T20:35:06.576Z] === RUN   TestContainerStartOnDaemonRestart
20:35:06 [2022-10-06T20:35:06.576Z] === PAUSE TestContainerStartOnDaemonRestart
20:35:06 [2022-10-06T20:35:06.576Z] === RUN   TestDaemonRestartIpcMode
20:35:06 [2022-10-06T20:35:06.576Z] === PAUSE TestDaemonRestartIpcMode
20:35:06 [2022-10-06T20:35:06.576Z] === RUN   TestDaemonHostGatewayIP
20:35:06 [2022-10-06T20:35:06.576Z] === PAUSE TestDaemonHostGatewayIP
20:35:06 [2022-10-06T20:35:06.576Z] === RUN   TestRestartDaemonWithRestartingContainer
20:35:06 [2022-10-06T20:35:06.576Z] === PAUSE TestRestartDaemonWithRestartingContainer
20:35:06 [2022-10-06T20:35:06.576Z] === RUN   TestContainerKillOnDaemonStart
20:35:06 [2022-10-06T20:35:06.576Z] === PAUSE TestContainerKillOnDaemonStart
20:35:06 [2022-10-06T20:35:06.576Z] === RUN   TestDiff
20:35:07 [2022-10-06T20:35:07.143Z] --- PASS: TestDiff (0.44s)
20:35:07 [2022-10-06T20:35:07.143Z] === RUN   TestExecConsoleSize
20:35:07 [2022-10-06T20:35:07.711Z] --- PASS: TestExecConsoleSize (0.48s)
20:35:07 [2022-10-06T20:35:07.711Z] === RUN   TestExecWithCloseStdin
20:35:07 [2022-10-06T20:35:07.971Z] --- PASS: TestExecWithCloseStdin (0.51s)
20:35:07 [2022-10-06T20:35:07.971Z] === RUN   TestExec
20:35:08 [2022-10-06T20:35:08.538Z] --- PASS: TestExec (0.47s)
20:35:08 [2022-10-06T20:35:08.538Z] === RUN   TestExecUser
20:35:09 [2022-10-06T20:35:09.106Z] --- PASS: TestExecUser (0.47s)
20:35:09 [2022-10-06T20:35:09.106Z] === RUN   TestExportContainerAndImportImage
20:35:09 [2022-10-06T20:35:09.676Z] --- PASS: TestExportContainerAndImportImage (0.58s)
20:35:09 [2022-10-06T20:35:09.676Z] === RUN   TestExportContainerAfterDaemonRestart
20:35:11 [2022-10-06T20:35:11.082Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s)
20:35:11 [2022-10-06T20:35:11.082Z] === RUN   TestHealthCheckWorkdir
20:35:11 [2022-10-06T20:35:11.341Z] --- PASS: TestHealthCheckWorkdir (0.53s)
20:35:11 [2022-10-06T20:35:11.341Z] === RUN   TestHealthKillContainer
20:35:19 [2022-10-06T20:35:19.454Z] --- PASS: TestHealthKillContainer (7.81s)
20:35:19 [2022-10-06T20:35:19.454Z] === RUN   TestHealthCheckProcessKilled
20:35:19 [2022-10-06T20:35:19.713Z] --- PASS: TestHealthCheckProcessKilled (0.63s)
20:35:19 [2022-10-06T20:35:19.713Z] === RUN   TestInspectCpusetInConfigPre120
20:35:20 [2022-10-06T20:35:20.281Z] --- PASS: TestInspectCpusetInConfigPre120 (0.40s)
20:35:20 [2022-10-06T20:35:20.281Z] === RUN   TestIpcModeNone
20:35:20 [2022-10-06T20:35:20.848Z] --- PASS: TestIpcModeNone (0.46s)
20:35:20 [2022-10-06T20:35:20.848Z] === RUN   TestIpcModePrivate
20:35:21 [2022-10-06T20:35:21.107Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:75, shared: false, mustBeShared: false
20:35:21 [2022-10-06T20:35:21.107Z] --- PASS: TestIpcModePrivate (0.45s)
20:35:21 [2022-10-06T20:35:21.107Z] === RUN   TestIpcModeShareable
20:35:21 [2022-10-06T20:35:21.365Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:69, shared: true, mustBeShared: true
20:35:21 [2022-10-06T20:35:21.624Z] --- PASS: TestIpcModeShareable (0.47s)
20:35:21 [2022-10-06T20:35:21.624Z] === RUN   TestAPIIpcModeShareableAndContainer
20:35:23 [2022-10-06T20:35:23.527Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.57s)
20:35:23 [2022-10-06T20:35:23.527Z] === RUN   TestAPIIpcModeHost
20:35:23 [2022-10-06T20:35:23.527Z] --- PASS: TestAPIIpcModeHost (0.36s)
20:35:23 [2022-10-06T20:35:23.527Z] === RUN   TestDaemonIpcModeShareable
20:35:24 [2022-10-06T20:35:24.463Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true
20:35:24 [2022-10-06T20:35:24.722Z] --- PASS: TestDaemonIpcModeShareable (1.14s)
20:35:24 [2022-10-06T20:35:24.722Z] === RUN   TestDaemonIpcModePrivate
20:35:25 [2022-10-06T20:35:25.659Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false
20:35:25 [2022-10-06T20:35:25.918Z] --- PASS: TestDaemonIpcModePrivate (1.15s)
20:35:25 [2022-10-06T20:35:25.918Z] === RUN   TestDaemonIpcModePrivateFromConfig
20:35:26 [2022-10-06T20:35:26.855Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false
20:35:26 [2022-10-06T20:35:26.855Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.15s)
20:35:26 [2022-10-06T20:35:26.855Z] === RUN   TestDaemonIpcModeShareableFromConfig
20:35:28 [2022-10-06T20:35:28.231Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true
20:35:28 [2022-10-06T20:35:28.231Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.17s)
20:35:28 [2022-10-06T20:35:28.231Z] === RUN   TestIpcModeOlderClient
20:35:28 [2022-10-06T20:35:28.231Z] === PAUSE TestIpcModeOlderClient
20:35:28 [2022-10-06T20:35:28.231Z] === RUN   TestKillContainerInvalidSignal
20:35:28 [2022-10-06T20:35:28.493Z] --- PASS: TestKillContainerInvalidSignal (0.41s)
20:35:28 [2022-10-06T20:35:28.493Z] === RUN   TestKillContainer
20:35:28 [2022-10-06T20:35:28.493Z] === RUN   TestKillContainer/no_signal
20:35:29 [2022-10-06T20:35:29.060Z] === RUN   TestKillContainer/non_killing_signal
20:35:29 [2022-10-06T20:35:29.319Z] === RUN   TestKillContainer/killing_signal
20:35:29 [2022-10-06T20:35:29.888Z] --- PASS: TestKillContainer (1.31s)
20:35:29 [2022-10-06T20:35:29.888Z]     --- PASS: TestKillContainer/no_signal (0.41s)
20:35:29 [2022-10-06T20:35:29.888Z]     --- PASS: TestKillContainer/non_killing_signal (0.28s)
20:35:29 [2022-10-06T20:35:29.888Z]     --- PASS: TestKillContainer/killing_signal (0.42s)
20:35:29 [2022-10-06T20:35:29.888Z] === RUN   TestKillWithStopSignalAndRestartPolicies
20:35:29 [2022-10-06T20:35:29.888Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
20:35:30 [2022-10-06T20:35:30.455Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
20:35:31 [2022-10-06T20:35:31.023Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.22s)
20:35:31 [2022-10-06T20:35:31.023Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s)
20:35:31 [2022-10-06T20:35:31.023Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.66s)
20:35:31 [2022-10-06T20:35:31.023Z] === RUN   TestKillStoppedContainer
20:35:31 [2022-10-06T20:35:31.023Z] --- PASS: TestKillStoppedContainer (0.05s)
20:35:31 [2022-10-06T20:35:31.023Z] === RUN   TestKillStoppedContainerAPIPre120
20:35:31 [2022-10-06T20:35:31.282Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
20:35:31 [2022-10-06T20:35:31.282Z] === RUN   TestKillDifferentUserContainer
20:35:31 [2022-10-06T20:35:31.540Z] --- PASS: TestKillDifferentUserContainer (0.45s)
20:35:31 [2022-10-06T20:35:31.540Z] === RUN   TestInspectOomKilledTrue
20:35:32 [2022-10-06T20:35:32.110Z] --- PASS: TestInspectOomKilledTrue (0.50s)
20:35:32 [2022-10-06T20:35:32.110Z] === RUN   TestInspectOomKilledFalse
20:35:32 [2022-10-06T20:35:32.677Z] --- PASS: TestInspectOomKilledFalse (0.39s)
20:35:32 [2022-10-06T20:35:32.677Z] === RUN   TestLinksEtcHostsContentMatch
20:35:32 [2022-10-06T20:35:32.936Z] --- PASS: TestLinksEtcHostsContentMatch (0.33s)
20:35:32 [2022-10-06T20:35:32.936Z] === RUN   TestLinksContainerNames
20:35:33 [2022-10-06T20:35:33.873Z] --- PASS: TestLinksContainerNames (0.89s)
20:35:33 [2022-10-06T20:35:33.873Z] === RUN   TestLogsFollowTailEmpty
20:35:34 [2022-10-06T20:35:34.131Z] --- PASS: TestLogsFollowTailEmpty (0.41s)
20:35:34 [2022-10-06T20:35:34.131Z] === RUN   TestLogs
20:35:34 [2022-10-06T20:35:34.131Z] === RUN   TestLogs/driver_local
20:35:34 [2022-10-06T20:35:34.131Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
20:35:34 [2022-10-06T20:35:34.131Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
20:35:34 [2022-10-06T20:35:34.131Z] === RUN   TestLogs/driver_local/tty/only_stdout
20:35:34 [2022-10-06T20:35:34.131Z] === PAUSE TestLogs/driver_local/tty/only_stdout
20:35:34 [2022-10-06T20:35:34.131Z] === RUN   TestLogs/driver_local/tty/only_stderr
20:35:34 [2022-10-06T20:35:34.131Z] === PAUSE TestLogs/driver_local/tty/only_stderr
20:35:34 [2022-10-06T20:35:34.131Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
20:35:34 [2022-10-06T20:35:34.131Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
20:35:34 [2022-10-06T20:35:34.131Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
20:35:34 [2022-10-06T20:35:34.131Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
20:35:34 [2022-10-06T20:35:34.131Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
20:35:34 [2022-10-06T20:35:34.131Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
20:35:34 [2022-10-06T20:35:34.131Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
20:35:34 [2022-10-06T20:35:34.131Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
20:35:35 [2022-10-06T20:35:35.068Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
20:35:35 [2022-10-06T20:35:35.068Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
20:35:35 [2022-10-06T20:35:35.327Z] === CONT  TestLogs/driver_local/tty/only_stderr
20:35:35 [2022-10-06T20:35:35.586Z] === CONT  TestLogs/driver_local/tty/only_stdout
20:35:36 [2022-10-06T20:35:36.154Z] === RUN   TestLogs/driver_json-file
20:35:36 [2022-10-06T20:35:36.154Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
20:35:36 [2022-10-06T20:35:36.154Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
20:35:36 [2022-10-06T20:35:36.154Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
20:35:36 [2022-10-06T20:35:36.154Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
20:35:36 [2022-10-06T20:35:36.154Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
20:35:36 [2022-10-06T20:35:36.154Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
20:35:36 [2022-10-06T20:35:36.154Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
20:35:36 [2022-10-06T20:35:36.154Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
20:35:36 [2022-10-06T20:35:36.154Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
20:35:36 [2022-10-06T20:35:36.154Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
20:35:36 [2022-10-06T20:35:36.154Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
20:35:36 [2022-10-06T20:35:36.154Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
20:35:36 [2022-10-06T20:35:36.154Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
20:35:36 [2022-10-06T20:35:36.154Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
20:35:36 [2022-10-06T20:35:36.722Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
20:35:36 [2022-10-06T20:35:36.722Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
20:35:37 [2022-10-06T20:35:37.292Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
20:35:37 [2022-10-06T20:35:37.292Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
20:35:37 [2022-10-06T20:35:37.860Z] --- PASS: TestLogs (3.73s)
20:35:37 [2022-10-06T20:35:37.860Z]     --- PASS: TestLogs/driver_local (0.01s)
20:35:37 [2022-10-06T20:35:37.860Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.70s)
20:35:37 [2022-10-06T20:35:37.860Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.74s)
20:35:37 [2022-10-06T20:35:37.860Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.56s)
20:35:37 [2022-10-06T20:35:37.860Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.56s)
20:35:37 [2022-10-06T20:35:37.860Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.53s)
20:35:37 [2022-10-06T20:35:37.860Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.51s)
20:35:37 [2022-10-06T20:35:37.860Z]     --- PASS: TestLogs/driver_json-file (0.01s)
20:35:37 [2022-10-06T20:35:37.860Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.67s)
20:35:37 [2022-10-06T20:35:37.860Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.75s)
20:35:37 [2022-10-06T20:35:37.860Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.60s)
20:35:37 [2022-10-06T20:35:37.860Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.55s)
20:35:37 [2022-10-06T20:35:37.860Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.59s)
20:35:37 [2022-10-06T20:35:37.860Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.59s)
20:35:37 [2022-10-06T20:35:37.860Z] === RUN   TestContainerNetworkMountsNoChown
20:35:38 [2022-10-06T20:35:38.427Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s)
20:35:38 [2022-10-06T20:35:38.427Z] === RUN   TestMountDaemonRoot
20:35:38 [2022-10-06T20:35:38.427Z] === RUN   TestMountDaemonRoot/default
20:35:38 [2022-10-06T20:35:38.427Z] === PAUSE TestMountDaemonRoot/default
20:35:38 [2022-10-06T20:35:38.427Z] === RUN   TestMountDaemonRoot/private
20:35:38 [2022-10-06T20:35:38.427Z] === PAUSE TestMountDaemonRoot/private
20:35:38 [2022-10-06T20:35:38.427Z] === RUN   TestMountDaemonRoot/rprivate
20:35:38 [2022-10-06T20:35:38.427Z] === PAUSE TestMountDaemonRoot/rprivate
20:35:38 [2022-10-06T20:35:38.427Z] === RUN   TestMountDaemonRoot/slave
20:35:38 [2022-10-06T20:35:38.427Z] === PAUSE TestMountDaemonRoot/slave
20:35:38 [2022-10-06T20:35:38.427Z] === RUN   TestMountDaemonRoot/rslave
20:35:38 [2022-10-06T20:35:38.427Z] === PAUSE TestMountDaemonRoot/rslave
20:35:38 [2022-10-06T20:35:38.427Z] === RUN   TestMountDaemonRoot/shared
20:35:38 [2022-10-06T20:35:38.427Z] === PAUSE TestMountDaemonRoot/shared
20:35:38 [2022-10-06T20:35:38.427Z] === RUN   TestMountDaemonRoot/rshared
20:35:38 [2022-10-06T20:35:38.427Z] === PAUSE TestMountDaemonRoot/rshared
20:35:38 [2022-10-06T20:35:38.427Z] === CONT  TestMountDaemonRoot/default
20:35:38 [2022-10-06T20:35:38.427Z] === RUN   TestMountDaemonRoot/default/bind_root
20:35:38 [2022-10-06T20:35:38.427Z] === PAUSE TestMountDaemonRoot/default/bind_root
20:35:38 [2022-10-06T20:35:38.428Z] === RUN   TestMountDaemonRoot/default/bind_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === RUN   TestMountDaemonRoot/default/mount_root
20:35:38 [2022-10-06T20:35:38.428Z] === PAUSE TestMountDaemonRoot/default/mount_root
20:35:38 [2022-10-06T20:35:38.428Z] === RUN   TestMountDaemonRoot/default/mount_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === CONT  TestMountDaemonRoot/rslave
20:35:38 [2022-10-06T20:35:38.428Z] === RUN   TestMountDaemonRoot/rslave/bind_root
20:35:38 [2022-10-06T20:35:38.428Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
20:35:38 [2022-10-06T20:35:38.428Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === RUN   TestMountDaemonRoot/rslave/mount_root
20:35:38 [2022-10-06T20:35:38.428Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
20:35:38 [2022-10-06T20:35:38.428Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === CONT  TestMountDaemonRoot/rshared
20:35:38 [2022-10-06T20:35:38.428Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === RUN   TestMountDaemonRoot/rshared/mount_root
20:35:38 [2022-10-06T20:35:38.428Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
20:35:38 [2022-10-06T20:35:38.428Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === RUN   TestMountDaemonRoot/rshared/bind_root
20:35:38 [2022-10-06T20:35:38.428Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
20:35:38 [2022-10-06T20:35:38.428Z] === CONT  TestMountDaemonRoot/shared
20:35:38 [2022-10-06T20:35:38.428Z] === RUN   TestMountDaemonRoot/shared/bind_root
20:35:38 [2022-10-06T20:35:38.428Z] === PAUSE TestMountDaemonRoot/shared/bind_root
20:35:38 [2022-10-06T20:35:38.428Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === RUN   TestMountDaemonRoot/shared/mount_root
20:35:38 [2022-10-06T20:35:38.428Z] === PAUSE TestMountDaemonRoot/shared/mount_root
20:35:38 [2022-10-06T20:35:38.428Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === CONT  TestMountDaemonRoot/rprivate
20:35:38 [2022-10-06T20:35:38.428Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
20:35:38 [2022-10-06T20:35:38.428Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
20:35:38 [2022-10-06T20:35:38.428Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
20:35:38 [2022-10-06T20:35:38.428Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
20:35:38 [2022-10-06T20:35:38.428Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === CONT  TestMountDaemonRoot/slave
20:35:38 [2022-10-06T20:35:38.428Z] === RUN   TestMountDaemonRoot/slave/bind_root
20:35:38 [2022-10-06T20:35:38.428Z] === PAUSE TestMountDaemonRoot/slave/bind_root
20:35:38 [2022-10-06T20:35:38.428Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === RUN   TestMountDaemonRoot/slave/mount_root
20:35:38 [2022-10-06T20:35:38.428Z] === PAUSE TestMountDaemonRoot/slave/mount_root
20:35:38 [2022-10-06T20:35:38.428Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === CONT  TestMountDaemonRoot/private
20:35:38 [2022-10-06T20:35:38.428Z] === RUN   TestMountDaemonRoot/private/bind_root
20:35:38 [2022-10-06T20:35:38.428Z] === PAUSE TestMountDaemonRoot/private/bind_root
20:35:38 [2022-10-06T20:35:38.428Z] === RUN   TestMountDaemonRoot/private/bind_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === RUN   TestMountDaemonRoot/private/mount_root
20:35:38 [2022-10-06T20:35:38.428Z] === PAUSE TestMountDaemonRoot/private/mount_root
20:35:38 [2022-10-06T20:35:38.428Z] === RUN   TestMountDaemonRoot/private/mount_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === CONT  TestMountDaemonRoot/default/bind_root
20:35:38 [2022-10-06T20:35:38.428Z] === CONT  TestMountDaemonRoot/rslave/bind_root
20:35:38 [2022-10-06T20:35:38.428Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === CONT  TestMountDaemonRoot/default/mount_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === CONT  TestMountDaemonRoot/default/mount_root
20:35:38 [2022-10-06T20:35:38.428Z] === CONT  TestMountDaemonRoot/default/bind_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === CONT  TestMountDaemonRoot/shared/bind_root
20:35:38 [2022-10-06T20:35:38.428Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
20:35:38 [2022-10-06T20:35:38.428Z] === CONT  TestMountDaemonRoot/rslave/mount_root
20:35:38 [2022-10-06T20:35:38.687Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
20:35:38 [2022-10-06T20:35:38.687Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
20:35:38 [2022-10-06T20:35:38.687Z] === CONT  TestMountDaemonRoot/rshared/bind_root
20:35:38 [2022-10-06T20:35:38.687Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
20:35:38 [2022-10-06T20:35:38.687Z] === CONT  TestMountDaemonRoot/rshared/mount_root
20:35:38 [2022-10-06T20:35:38.687Z] === CONT  TestMountDaemonRoot/slave/bind_root
20:35:38 [2022-10-06T20:35:38.687Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
20:35:38 [2022-10-06T20:35:38.687Z] === CONT  TestMountDaemonRoot/shared/mount_root
20:35:38 [2022-10-06T20:35:38.687Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
20:35:38 [2022-10-06T20:35:38.687Z] === CONT  TestMountDaemonRoot/private/bind_root
20:35:38 [2022-10-06T20:35:38.687Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
20:35:38 [2022-10-06T20:35:38.687Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
20:35:38 [2022-10-06T20:35:38.687Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
20:35:38 [2022-10-06T20:35:38.946Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
20:35:38 [2022-10-06T20:35:38.946Z] === CONT  TestMountDaemonRoot/slave/mount_root
20:35:38 [2022-10-06T20:35:38.946Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
20:35:38 [2022-10-06T20:35:38.946Z] === CONT  TestMountDaemonRoot/private/mount_root
20:35:38 [2022-10-06T20:35:38.946Z] === CONT  TestMountDaemonRoot/private/mount_subpath
20:35:38 [2022-10-06T20:35:38.946Z] === CONT  TestMountDaemonRoot/private/bind_subpath
20:35:38 [2022-10-06T20:35:38.946Z] --- PASS: TestMountDaemonRoot (0.02s)
20:35:38 [2022-10-06T20:35:38.946Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
20:35:38 [2022-10-06T20:35:38.946Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s)
20:35:38 [2022-10-06T20:35:38.946Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
20:35:38 [2022-10-06T20:35:38.946Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
20:35:38 [2022-10-06T20:35:38.946Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
20:35:38 [2022-10-06T20:35:38.946Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
20:35:38 [2022-10-06T20:35:38.946Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
20:35:38 [2022-10-06T20:35:38.946Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
20:35:38 [2022-10-06T20:35:38.946Z] === RUN   TestContainerBindMountNonRecursive
20:35:40 [2022-10-06T20:35:40.324Z] --- PASS: TestContainerBindMountNonRecursive (1.32s)
20:35:40 [2022-10-06T20:35:40.324Z] === RUN   TestContainerVolumesMountedAsShared
20:35:40 [2022-10-06T20:35:40.583Z] --- PASS: TestContainerVolumesMountedAsShared (0.44s)
20:35:40 [2022-10-06T20:35:40.583Z] === RUN   TestContainerVolumesMountedAsSlave
20:35:41 [2022-10-06T20:35:41.150Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s)
20:35:41 [2022-10-06T20:35:41.150Z] === RUN   TestNetworkNat
20:35:41 [2022-10-06T20:35:41.410Z] --- PASS: TestNetworkNat (0.48s)
20:35:41 [2022-10-06T20:35:41.410Z] === RUN   TestNetworkLocalhostTCPNat
20:35:41 [2022-10-06T20:35:41.978Z] --- PASS: TestNetworkLocalhostTCPNat (0.47s)
20:35:41 [2022-10-06T20:35:41.978Z] === RUN   TestNetworkLoopbackNat
20:35:44 [2022-10-06T20:35:44.510Z] --- PASS: TestNetworkLoopbackNat (2.61s)
20:35:44 [2022-10-06T20:35:44.510Z] === RUN   TestPause
20:35:45 [2022-10-06T20:35:45.077Z] --- PASS: TestPause (0.46s)
20:35:45 [2022-10-06T20:35:45.077Z] === RUN   TestPauseFailsOnWindowsServerContainers
20:35:45 [2022-10-06T20:35:45.077Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:35:45 [2022-10-06T20:35:45.077Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
20:35:45 [2022-10-06T20:35:45.077Z] === RUN   TestPauseStopPausedContainer
20:35:45 [2022-10-06T20:35:45.644Z] --- PASS: TestPauseStopPausedContainer (0.44s)
20:35:45 [2022-10-06T20:35:45.644Z] === RUN   TestPidHost
20:35:46 [2022-10-06T20:35:46.583Z] --- PASS: TestPidHost (0.97s)
20:35:46 [2022-10-06T20:35:46.583Z] === RUN   TestPsFilter
20:35:46 [2022-10-06T20:35:46.583Z] --- PASS: TestPsFilter (0.12s)
20:35:46 [2022-10-06T20:35:46.583Z] === RUN   TestRemoveContainerWithRemovedVolume
20:35:47 [2022-10-06T20:35:47.150Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.40s)
20:35:47 [2022-10-06T20:35:47.151Z] === RUN   TestRemoveContainerWithVolume
20:35:47 [2022-10-06T20:35:47.410Z] --- PASS: TestRemoveContainerWithVolume (0.41s)
20:35:47 [2022-10-06T20:35:47.410Z] === RUN   TestRemoveContainerRunning
20:35:47 [2022-10-06T20:35:47.977Z] --- PASS: TestRemoveContainerRunning (0.43s)
20:35:47 [2022-10-06T20:35:47.977Z] === RUN   TestRemoveContainerForceRemoveRunning
20:35:48 [2022-10-06T20:35:48.236Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s)
20:35:48 [2022-10-06T20:35:48.236Z] === RUN   TestRemoveInvalidContainer
20:35:48 [2022-10-06T20:35:48.236Z] --- PASS: TestRemoveInvalidContainer (0.01s)
20:35:48 [2022-10-06T20:35:48.236Z] === RUN   TestRenameLinkedContainer
20:35:50 [2022-10-06T20:35:50.143Z] --- PASS: TestRenameLinkedContainer (1.73s)
20:35:50 [2022-10-06T20:35:50.143Z] === RUN   TestRenameStoppedContainer
20:35:50 [2022-10-06T20:35:50.402Z] --- PASS: TestRenameStoppedContainer (0.41s)
20:35:50 [2022-10-06T20:35:50.402Z] === RUN   TestRenameRunningContainerAndReuse
20:35:51 [2022-10-06T20:35:51.337Z] --- PASS: TestRenameRunningContainerAndReuse (0.88s)
20:35:51 [2022-10-06T20:35:51.337Z] === RUN   TestRenameInvalidName
20:35:51 [2022-10-06T20:35:51.600Z] --- PASS: TestRenameInvalidName (0.43s)
20:35:51 [2022-10-06T20:35:51.600Z] === RUN   TestRenameAnonymousContainer
20:35:53 [2022-10-06T20:35:53.504Z] --- PASS: TestRenameAnonymousContainer (1.58s)
20:35:53 [2022-10-06T20:35:53.505Z] === RUN   TestRenameContainerWithSameName
20:35:53 [2022-10-06T20:35:53.763Z] --- PASS: TestRenameContainerWithSameName (0.40s)
20:35:53 [2022-10-06T20:35:53.763Z] === RUN   TestRenameContainerWithLinkedContainer
20:35:54 [2022-10-06T20:35:54.698Z] --- PASS: TestRenameContainerWithLinkedContainer (0.87s)
20:35:54 [2022-10-06T20:35:54.698Z] === RUN   TestResize
20:35:54 [2022-10-06T20:35:54.957Z] --- PASS: TestResize (0.42s)
20:35:54 [2022-10-06T20:35:54.957Z] === RUN   TestResizeWithInvalidSize
20:35:55 [2022-10-06T20:35:55.524Z] --- PASS: TestResizeWithInvalidSize (0.44s)
20:35:55 [2022-10-06T20:35:55.524Z] === RUN   TestResizeWhenContainerNotStarted
20:35:55 [2022-10-06T20:35:55.783Z] --- PASS: TestResizeWhenContainerNotStarted (0.46s)
20:35:55 [2022-10-06T20:35:55.783Z] === RUN   TestDaemonRestartKillContainers
20:35:55 [2022-10-06T20:35:55.783Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:35:55 [2022-10-06T20:35:55.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:35:55 [2022-10-06T20:35:55.783Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:35:55 [2022-10-06T20:35:55.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:35:55 [2022-10-06T20:35:55.783Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:35:55 [2022-10-06T20:35:55.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:35:55 [2022-10-06T20:35:55.783Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:35:55 [2022-10-06T20:35:55.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:35:55 [2022-10-06T20:35:55.783Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:35:55 [2022-10-06T20:35:55.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:35:55 [2022-10-06T20:35:55.783Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:35:55 [2022-10-06T20:35:55.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:35:55 [2022-10-06T20:35:55.784Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:35:55 [2022-10-06T20:35:55.784Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:35:55 [2022-10-06T20:35:55.784Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:35:55 [2022-10-06T20:35:55.784Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:35:55 [2022-10-06T20:35:55.784Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
20:35:55 [2022-10-06T20:35:55.784Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
20:35:55 [2022-10-06T20:35:55.784Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
20:35:55 [2022-10-06T20:35:55.784Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
20:35:55 [2022-10-06T20:35:55.784Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
20:35:55 [2022-10-06T20:35:55.784Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
20:35:55 [2022-10-06T20:35:55.784Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
20:35:55 [2022-10-06T20:35:55.784Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
20:35:55 [2022-10-06T20:35:55.784Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:35:55 [2022-10-06T20:35:55.784Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:35:55 [2022-10-06T20:35:55.784Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:35:55 [2022-10-06T20:35:55.784Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:35:55 [2022-10-06T20:35:55.784Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:35:55 [2022-10-06T20:35:55.784Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:35:55 [2022-10-06T20:35:55.784Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:35:55 [2022-10-06T20:35:55.784Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:35:55 [2022-10-06T20:35:55.784Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:35:55 [2022-10-06T20:35:55.784Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:35:57 [2022-10-06T20:35:57.161Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
20:35:57 [2022-10-06T20:35:57.728Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:35:59 [2022-10-06T20:35:59.106Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:36:00 [2022-10-06T20:36:00.043Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:36:00 [2022-10-06T20:36:00.979Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
20:36:01 [2022-10-06T20:36:01.546Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
20:36:04 [2022-10-06T20:36:04.832Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
20:36:04 [2022-10-06T20:36:04.832Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:36:06 [2022-10-06T20:36:06.736Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:36:08 [2022-10-06T20:36:08.113Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:36:08 [2022-10-06T20:36:08.372Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:36:09 [2022-10-06T20:36:09.750Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:36:10 [2022-10-06T20:36:10.317Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:36:11 [2022-10-06T20:36:11.695Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:36:13 [2022-10-06T20:36:13.081Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
20:36:13 [2022-10-06T20:36:13.081Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.32s)
20:36:13 [2022-10-06T20:36:13.081Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.75s)
20:36:13 [2022-10-06T20:36:13.081Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.30s)
20:36:13 [2022-10-06T20:36:13.081Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.24s)
20:36:13 [2022-10-06T20:36:13.081Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.86s)
20:36:13 [2022-10-06T20:36:13.081Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.25s)
20:36:13 [2022-10-06T20:36:13.081Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.34s)
20:36:13 [2022-10-06T20:36:13.081Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.42s)
20:36:13 [2022-10-06T20:36:13.081Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.79s)
20:36:13 [2022-10-06T20:36:13.081Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.56s)
20:36:13 [2022-10-06T20:36:13.081Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.97s)
20:36:13 [2022-10-06T20:36:13.081Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.68s)
20:36:13 [2022-10-06T20:36:13.081Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.88s)
20:36:13 [2022-10-06T20:36:13.081Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.59s)
20:36:13 [2022-10-06T20:36:13.081Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.63s)
20:36:13 [2022-10-06T20:36:13.081Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.54s)
20:36:13 [2022-10-06T20:36:13.081Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
20:36:13 [2022-10-06T20:36:13.081Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
20:36:14 [2022-10-06T20:36:14.017Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
20:36:14 [2022-10-06T20:36:14.952Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.91s)
20:36:14 [2022-10-06T20:36:14.952Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.91s)
20:36:14 [2022-10-06T20:36:14.952Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.98s)
20:36:14 [2022-10-06T20:36:14.952Z] === RUN   TestCgroupNamespacesRun
20:36:16 [2022-10-06T20:36:16.328Z] --- PASS: TestCgroupNamespacesRun (1.14s)
20:36:16 [2022-10-06T20:36:16.328Z] === RUN   TestCgroupNamespacesRunPrivileged
20:36:17 [2022-10-06T20:36:17.264Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.16s)
20:36:17 [2022-10-06T20:36:17.264Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
20:36:18 [2022-10-06T20:36:18.640Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.14s)
20:36:18 [2022-10-06T20:36:18.640Z] === RUN   TestCgroupNamespacesRunHostMode
20:36:19 [2022-10-06T20:36:19.581Z] --- PASS: TestCgroupNamespacesRunHostMode (1.14s)
20:36:19 [2022-10-06T20:36:19.581Z] === RUN   TestCgroupNamespacesRunPrivateMode
20:36:20 [2022-10-06T20:36:20.957Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.18s)
20:36:20 [2022-10-06T20:36:20.957Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
20:36:21 [2022-10-06T20:36:21.893Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.12s)
20:36:21 [2022-10-06T20:36:21.893Z] === RUN   TestCgroupNamespacesRunInvalidMode
20:36:22 [2022-10-06T20:36:22.460Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s)
20:36:22 [2022-10-06T20:36:22.460Z] === RUN   TestCgroupNamespacesRunOlderClient
20:36:23 [2022-10-06T20:36:23.837Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.16s)
20:36:23 [2022-10-06T20:36:23.837Z] === RUN   TestNISDomainname
20:36:24 [2022-10-06T20:36:24.097Z] --- PASS: TestNISDomainname (0.51s)
20:36:24 [2022-10-06T20:36:24.097Z] === RUN   TestHostnameDnsResolution
20:36:24 [2022-10-06T20:36:24.665Z] --- PASS: TestHostnameDnsResolution (0.65s)
20:36:24 [2022-10-06T20:36:24.665Z] === RUN   TestUnprivilegedPortsAndPing
20:36:25 [2022-10-06T20:36:25.232Z] --- PASS: TestUnprivilegedPortsAndPing (0.50s)
20:36:25 [2022-10-06T20:36:25.232Z] === RUN   TestPrivilegedHostDevices
20:36:25 [2022-10-06T20:36:25.800Z] --- PASS: TestPrivilegedHostDevices (0.48s)
20:36:25 [2022-10-06T20:36:25.800Z] === RUN   TestRunConsoleSize
20:36:26 [2022-10-06T20:36:26.059Z] --- PASS: TestRunConsoleSize (0.42s)
20:36:26 [2022-10-06T20:36:26.059Z] === RUN   TestRunWithAlternativeContainerdShim
20:36:28 [2022-10-06T20:36:28.593Z] --- PASS: TestRunWithAlternativeContainerdShim (2.05s)
20:36:28 [2022-10-06T20:36:28.593Z] === RUN   TestStats
20:36:31 [2022-10-06T20:36:31.124Z] --- PASS: TestStats (2.45s)
20:36:31 [2022-10-06T20:36:31.124Z] === RUN   TestStopContainerWithTimeout
20:36:31 [2022-10-06T20:36:31.124Z] === RUN   TestStopContainerWithTimeout/0
20:36:31 [2022-10-06T20:36:31.124Z] === PAUSE TestStopContainerWithTimeout/0
20:36:31 [2022-10-06T20:36:31.124Z] === RUN   TestStopContainerWithTimeout/1
20:36:31 [2022-10-06T20:36:31.124Z] === PAUSE TestStopContainerWithTimeout/1
20:36:31 [2022-10-06T20:36:31.124Z] === RUN   TestStopContainerWithTimeout/3
20:36:31 [2022-10-06T20:36:31.124Z] === PAUSE TestStopContainerWithTimeout/3
20:36:31 [2022-10-06T20:36:31.124Z] === RUN   TestStopContainerWithTimeout/-1
20:36:31 [2022-10-06T20:36:31.124Z] === PAUSE TestStopContainerWithTimeout/-1
20:36:31 [2022-10-06T20:36:31.124Z] === CONT  TestStopContainerWithTimeout/0
20:36:31 [2022-10-06T20:36:31.124Z] === CONT  TestStopContainerWithTimeout/3
20:36:31 [2022-10-06T20:36:31.382Z] === CONT  TestStopContainerWithTimeout/-1
20:36:33 [2022-10-06T20:36:33.300Z] === CONT  TestStopContainerWithTimeout/1
20:36:35 [2022-10-06T20:36:35.201Z] --- PASS: TestStopContainerWithTimeout (0.01s)
20:36:35 [2022-10-06T20:36:35.201Z]     --- PASS: TestStopContainerWithTimeout/0 (0.67s)
20:36:35 [2022-10-06T20:36:35.201Z]     --- PASS: TestStopContainerWithTimeout/3 (2.70s)
20:36:35 [2022-10-06T20:36:35.201Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.41s)
20:36:35 [2022-10-06T20:36:35.201Z]     --- PASS: TestStopContainerWithTimeout/1 (1.46s)
20:36:35 [2022-10-06T20:36:35.201Z] === RUN   TestDeleteDevicemapper
20:36:35 [2022-10-06T20:36:35.201Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:36:35 [2022-10-06T20:36:35.201Z] --- SKIP: TestDeleteDevicemapper (0.00s)
20:36:35 [2022-10-06T20:36:35.201Z] === RUN   TestStopContainerWithRestartPolicyAlways
20:36:36 [2022-10-06T20:36:36.140Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.35s)
20:36:36 [2022-10-06T20:36:36.140Z] === RUN   TestUpdateMemory
20:36:36 [2022-10-06T20:36:36.708Z] --- PASS: TestUpdateMemory (0.52s)
20:36:36 [2022-10-06T20:36:36.708Z] === RUN   TestUpdateCPUQuota
20:36:37 [2022-10-06T20:36:37.643Z] --- PASS: TestUpdateCPUQuota (0.75s)
20:36:37 [2022-10-06T20:36:37.643Z] === RUN   TestUpdatePidsLimit
20:36:37 [2022-10-06T20:36:37.643Z] === RUN   TestUpdatePidsLimit/update_from_none
20:36:37 [2022-10-06T20:36:37.643Z] === RUN   TestUpdatePidsLimit/no_change
20:36:37 [2022-10-06T20:36:37.902Z] === RUN   TestUpdatePidsLimit/update_lower
20:36:38 [2022-10-06T20:36:38.160Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
20:36:38 [2022-10-06T20:36:38.419Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
20:36:38 [2022-10-06T20:36:38.419Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
20:36:38 [2022-10-06T20:36:38.678Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
20:36:39 [2022-10-06T20:36:39.615Z] --- PASS: TestUpdatePidsLimit (1.91s)
20:36:39 [2022-10-06T20:36:39.615Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.21s)
20:36:39 [2022-10-06T20:36:39.615Z]     --- PASS: TestUpdatePidsLimit/no_change (0.19s)
20:36:39 [2022-10-06T20:36:39.615Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.22s)
20:36:39 [2022-10-06T20:36:39.615Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s)
20:36:39 [2022-10-06T20:36:39.615Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s)
20:36:39 [2022-10-06T20:36:39.615Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.18s)
20:36:39 [2022-10-06T20:36:39.615Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s)
20:36:39 [2022-10-06T20:36:39.615Z] === RUN   TestUpdateRestartPolicy
20:36:51 [2022-10-06T20:36:51.818Z] --- PASS: TestUpdateRestartPolicy (10.87s)
20:36:51 [2022-10-06T20:36:51.818Z] === RUN   TestUpdateRestartWithAutoRemove
20:36:51 [2022-10-06T20:36:51.818Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s)
20:36:51 [2022-10-06T20:36:51.818Z] === RUN   TestWaitNonBlocked
20:36:51 [2022-10-06T20:36:51.818Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
20:36:51 [2022-10-06T20:36:51.818Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
20:36:51 [2022-10-06T20:36:51.818Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
20:36:51 [2022-10-06T20:36:51.818Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
20:36:51 [2022-10-06T20:36:51.818Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
20:36:51 [2022-10-06T20:36:51.818Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
20:36:51 [2022-10-06T20:36:51.818Z] --- PASS: TestWaitNonBlocked (0.01s)
20:36:51 [2022-10-06T20:36:51.818Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.55s)
20:36:51 [2022-10-06T20:36:51.818Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.58s)
20:36:51 [2022-10-06T20:36:51.818Z] === RUN   TestWaitBlocked
20:36:51 [2022-10-06T20:36:51.818Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
20:36:51 [2022-10-06T20:36:51.818Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
20:36:51 [2022-10-06T20:36:51.818Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
20:36:51 [2022-10-06T20:36:51.818Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
20:36:51 [2022-10-06T20:36:51.818Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
20:36:51 [2022-10-06T20:36:51.818Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
20:36:52 [2022-10-06T20:36:52.077Z] --- PASS: TestWaitBlocked (0.01s)
20:36:52 [2022-10-06T20:36:52.077Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.58s)
20:36:52 [2022-10-06T20:36:52.077Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.67s)
20:36:52 [2022-10-06T20:36:52.077Z] === RUN   TestWaitConditions
20:36:52 [2022-10-06T20:36:52.077Z] === RUN   TestWaitConditions/default
20:36:52 [2022-10-06T20:36:52.077Z] === PAUSE TestWaitConditions/default
20:36:52 [2022-10-06T20:36:52.077Z] === RUN   TestWaitConditions/not-running
20:36:52 [2022-10-06T20:36:52.077Z] === PAUSE TestWaitConditions/not-running
20:36:52 [2022-10-06T20:36:52.077Z] === RUN   TestWaitConditions/next-exit
20:36:52 [2022-10-06T20:36:52.077Z] === PAUSE TestWaitConditions/next-exit
20:36:52 [2022-10-06T20:36:52.077Z] === RUN   TestWaitConditions/removed
20:36:52 [2022-10-06T20:36:52.077Z] === PAUSE TestWaitConditions/removed
20:36:52 [2022-10-06T20:36:52.077Z] === CONT  TestWaitConditions/default
20:36:52 [2022-10-06T20:36:52.077Z] === CONT  TestWaitConditions/next-exit
20:36:52 [2022-10-06T20:36:52.077Z]     wait_test.go:146: ContainerID = 971b91361d08a2b0f047527ac0c9c38fffda6579270c910d9c7bd72356a71cde
20:36:52 [2022-10-06T20:36:52.077Z] === CONT  TestWaitConditions/default
20:36:52 [2022-10-06T20:36:52.077Z]     wait_test.go:146: ContainerID = 1be0507871d2f777f6365fc37e20c4ad57b7dbf7d26474d467e26095a4378cf7
20:36:52 [2022-10-06T20:36:52.644Z] === CONT  TestWaitConditions/removed
20:36:52 [2022-10-06T20:36:52.644Z]     wait_test.go:146: ContainerID = 70c9be53d6e79c30ef7379bcfdf7445d024cf9798ecde96c5eaa1876f03517a0
20:36:52 [2022-10-06T20:36:52.644Z] === CONT  TestWaitConditions/not-running
20:36:52 [2022-10-06T20:36:52.644Z]     wait_test.go:146: ContainerID = 8bccb6697bb1c54f4ff1c364fa99d35d06617edca4d298e9fc303d20d8826ad3
20:36:53 [2022-10-06T20:36:53.211Z] --- PASS: TestWaitConditions (0.01s)
20:36:53 [2022-10-06T20:36:53.211Z]     --- PASS: TestWaitConditions/next-exit (0.61s)
20:36:53 [2022-10-06T20:36:53.211Z]     --- PASS: TestWaitConditions/default (0.73s)
20:36:53 [2022-10-06T20:36:53.211Z]     --- PASS: TestWaitConditions/removed (0.56s)
20:36:53 [2022-10-06T20:36:53.211Z]     --- PASS: TestWaitConditions/not-running (0.54s)
20:36:53 [2022-10-06T20:36:53.211Z] === RUN   TestWaitRestartedContainer
20:36:53 [2022-10-06T20:36:53.211Z] === RUN   TestWaitRestartedContainer/default
20:36:53 [2022-10-06T20:36:53.211Z] === PAUSE TestWaitRestartedContainer/default
20:36:53 [2022-10-06T20:36:53.211Z] === RUN   TestWaitRestartedContainer/not-running
20:36:53 [2022-10-06T20:36:53.211Z] === PAUSE TestWaitRestartedContainer/not-running
20:36:53 [2022-10-06T20:36:53.211Z] === RUN   TestWaitRestartedContainer/next-exit
20:36:53 [2022-10-06T20:36:53.211Z] === PAUSE TestWaitRestartedContainer/next-exit
20:36:53 [2022-10-06T20:36:53.211Z] === CONT  TestWaitRestartedContainer/default
20:36:53 [2022-10-06T20:36:53.211Z] === CONT  TestWaitRestartedContainer/next-exit
20:36:54 [2022-10-06T20:36:54.590Z] === CONT  TestWaitRestartedContainer/not-running
20:36:55 [2022-10-06T20:36:55.527Z] --- PASS: TestWaitRestartedContainer (0.01s)
20:36:55 [2022-10-06T20:36:55.527Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.34s)
20:36:55 [2022-10-06T20:36:55.527Z]     --- PASS: TestWaitRestartedContainer/default (1.38s)
20:36:55 [2022-10-06T20:36:55.527Z]     --- PASS: TestWaitRestartedContainer/not-running (0.91s)
20:36:55 [2022-10-06T20:36:55.527Z] === CONT  TestContainerStartOnDaemonRestart
20:36:55 [2022-10-06T20:36:55.527Z] === CONT  TestRestartDaemonWithRestartingContainer
20:36:57 [2022-10-06T20:36:57.430Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.96s)
20:36:57 [2022-10-06T20:36:57.430Z] === CONT  TestIpcModeOlderClient
20:36:57 [2022-10-06T20:36:57.430Z] --- PASS: TestIpcModeOlderClient (0.08s)
20:36:57 [2022-10-06T20:36:57.430Z] === CONT  TestContainerKillOnDaemonStart
20:36:57 [2022-10-06T20:36:57.689Z] --- PASS: TestContainerStartOnDaemonRestart (2.13s)
20:36:57 [2022-10-06T20:36:57.689Z] === CONT  TestDaemonHostGatewayIP
20:37:00 [2022-10-06T20:37:00.233Z] --- PASS: TestDaemonHostGatewayIP (2.39s)
20:37:00 [2022-10-06T20:37:00.233Z] === CONT  TestDaemonRestartIpcMode
20:37:02 [2022-10-06T20:37:02.155Z] --- PASS: TestDaemonRestartIpcMode (2.22s)
20:37:10 [2022-10-06T20:37:10.268Z] --- PASS: TestContainerKillOnDaemonStart (11.59s)
20:37:10 [2022-10-06T20:37:10.268Z] PASS
20:37:10 [2022-10-06T20:37:10.268Z] 
20:37:10 [2022-10-06T20:37:10.268Z] === Skipped
20:37:10 [2022-10-06T20:37:10.268Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
20:37:10 [2022-10-06T20:37:10.268Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:37:10 [2022-10-06T20:37:10.268Z] 
20:37:10 [2022-10-06T20:37:10.268Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
20:37:10 [2022-10-06T20:37:10.268Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:37:10 [2022-10-06T20:37:10.268Z] 
20:37:10 [2022-10-06T20:37:10.268Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
20:37:10 [2022-10-06T20:37:10.268Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:37:10 [2022-10-06T20:37:10.268Z] 
20:37:10 [2022-10-06T20:37:10.268Z] DONE 273 tests, 3 skipped in 128.044s
20:37:10 [2022-10-06T20:37:10.268Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
20:37:10 [2022-10-06T20:37:10.268Z] ++ 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
20:37:10 [2022-10-06T20:37:10.268Z] ++ set -e
20:37:10 [2022-10-06T20:37:10.268Z] ++ '[' -n 0 ']'
20:37:10 [2022-10-06T20:37:10.268Z] ++ set -x
20:37:10 [2022-10-06T20:37:10.268Z] ++ 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
20:37:10 [2022-10-06T20:37:10.268Z] INFO: Testing against a local daemon
20:37:10 [2022-10-06T20:37:10.268Z] === RUN   TestConfigDaemonLibtrustID
20:37:10 [2022-10-06T20:37:10.268Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
20:37:10 [2022-10-06T20:37:10.268Z] === RUN   TestConfigDaemonID
20:37:10 [2022-10-06T20:37:10.835Z]     daemon_test.go:86: [db2b5153ff065] daemon is not started
20:37:10 [2022-10-06T20:37:10.835Z] --- PASS: TestConfigDaemonID (1.04s)
20:37:10 [2022-10-06T20:37:10.835Z] === RUN   TestDaemonConfigValidation
20:37:10 [2022-10-06T20:37:10.835Z] === RUN   TestDaemonConfigValidation/config_with_no_content
20:37:10 [2022-10-06T20:37:10.835Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
20:37:10 [2022-10-06T20:37:10.835Z] === RUN   TestDaemonConfigValidation/config_with_{}
20:37:10 [2022-10-06T20:37:10.835Z] === PAUSE TestDaemonConfigValidation/config_with_{}
20:37:10 [2022-10-06T20:37:10.835Z] === RUN   TestDaemonConfigValidation/invalid_config
20:37:10 [2022-10-06T20:37:10.835Z] === PAUSE TestDaemonConfigValidation/invalid_config
20:37:10 [2022-10-06T20:37:10.835Z] === RUN   TestDaemonConfigValidation/malformed_config
20:37:10 [2022-10-06T20:37:10.835Z] === PAUSE TestDaemonConfigValidation/malformed_config
20:37:10 [2022-10-06T20:37:10.836Z] === RUN   TestDaemonConfigValidation/valid_config
20:37:10 [2022-10-06T20:37:10.836Z] === PAUSE TestDaemonConfigValidation/valid_config
20:37:10 [2022-10-06T20:37:10.836Z] === CONT  TestDaemonConfigValidation/config_with_no_content
20:37:10 [2022-10-06T20:37:10.836Z] === CONT  TestDaemonConfigValidation/malformed_config
20:37:10 [2022-10-06T20:37:10.836Z] === CONT  TestDaemonConfigValidation/valid_config
20:37:10 [2022-10-06T20:37:10.836Z] === CONT  TestDaemonConfigValidation/invalid_config
20:37:11 [2022-10-06T20:37:11.095Z] === CONT  TestDaemonConfigValidation/config_with_{}
20:37:11 [2022-10-06T20:37:11.095Z] --- PASS: TestDaemonConfigValidation (0.00s)
20:37:11 [2022-10-06T20:37:11.095Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s)
20:37:11 [2022-10-06T20:37:11.095Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.07s)
20:37:11 [2022-10-06T20:37:11.095Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.06s)
20:37:11 [2022-10-06T20:37:11.095Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.07s)
20:37:11 [2022-10-06T20:37:11.095Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
20:37:11 [2022-10-06T20:37:11.095Z] === RUN   TestConfigDaemonSeccompProfiles
20:37:11 [2022-10-06T20:37:11.095Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
20:37:12 [2022-10-06T20:37:12.030Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
20:37:13 [2022-10-06T20:37:13.406Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
20:37:14 [2022-10-06T20:37:14.342Z] === CONT  TestConfigDaemonSeccompProfiles
20:37:14 [2022-10-06T20:37:14.342Z]     daemon_test.go:200: [dea185e54f0ed] daemon is not started
20:37:14 [2022-10-06T20:37:14.342Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s)
20:37:14 [2022-10-06T20:37:14.342Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
20:37:14 [2022-10-06T20:37:14.342Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
20:37:14 [2022-10-06T20:37:14.342Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
20:37:14 [2022-10-06T20:37:14.342Z] === RUN   TestDaemonProxy
20:37:14 [2022-10-06T20:37:14.342Z] === RUN   TestDaemonProxy/environment_variables
20:37:16 [2022-10-06T20:37:16.244Z] === RUN   TestDaemonProxy/command-line_options
20:37:17 [2022-10-06T20:37:17.619Z] === RUN   TestDaemonProxy/configuration_file
20:37:19 [2022-10-06T20:37:19.521Z] === RUN   TestDaemonProxy/conflicting_options
20:37:19 [2022-10-06T20:37:19.779Z] === RUN   TestDaemonProxy/reload_sanitized
20:37:20 [2022-10-06T20:37:20.345Z] --- PASS: TestDaemonProxy (6.25s)
20:37:20 [2022-10-06T20:37:20.345Z]     --- PASS: TestDaemonProxy/environment_variables (1.74s)
20:37:20 [2022-10-06T20:37:20.345Z]     --- PASS: TestDaemonProxy/command-line_options (1.74s)
20:37:20 [2022-10-06T20:37:20.345Z]     --- PASS: TestDaemonProxy/configuration_file (1.74s)
20:37:20 [2022-10-06T20:37:20.345Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
20:37:20 [2022-10-06T20:37:20.345Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
20:37:20 [2022-10-06T20:37:20.345Z] === RUN   TestLiveRestore
20:37:20 [2022-10-06T20:37:20.345Z] === RUN   TestLiveRestore/volume_references
20:37:20 [2022-10-06T20:37:20.345Z] === PAUSE TestLiveRestore/volume_references
20:37:20 [2022-10-06T20:37:20.345Z] === CONT  TestLiveRestore/volume_references
20:37:21 [2022-10-06T20:37:21.281Z] === RUN   TestLiveRestore/volume_references/restartPolicy
20:37:21 [2022-10-06T20:37:21.281Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
20:37:22 [2022-10-06T20:37:22.216Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
20:37:22 [2022-10-06T20:37:22.785Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
20:37:23 [2022-10-06T20:37:23.721Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
20:37:24 [2022-10-06T20:37:24.660Z] --- PASS: TestLiveRestore (0.00s)
20:37:24 [2022-10-06T20:37:24.660Z]     --- PASS: TestLiveRestore/volume_references (4.23s)
20:37:24 [2022-10-06T20:37:24.660Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.54s)
20:37:24 [2022-10-06T20:37:24.660Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.90s)
20:37:24 [2022-10-06T20:37:24.660Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.86s)
20:37:24 [2022-10-06T20:37:24.660Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.90s)
20:37:24 [2022-10-06T20:37:24.660Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.87s)
20:37:24 [2022-10-06T20:37:24.660Z] PASS
20:37:24 [2022-10-06T20:37:24.660Z] 
20:37:24 [2022-10-06T20:37:24.660Z] DONE 25 tests in 15.490s
20:37:24 [2022-10-06T20:37:24.660Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
20:37:24 [2022-10-06T20:37:24.660Z] ++ 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
20:37:24 [2022-10-06T20:37:24.660Z] ++ set -e
20:37:24 [2022-10-06T20:37:24.660Z] ++ '[' -n 0 ']'
20:37:24 [2022-10-06T20:37:24.660Z] ++ set -x
20:37:24 [2022-10-06T20:37:24.660Z] ++ 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
20:37:24 [2022-10-06T20:37:24.922Z] INFO: Testing against a local daemon
20:37:24 [2022-10-06T20:37:24.922Z] === RUN   TestCommitInheritsEnv
20:37:25 [2022-10-06T20:37:25.184Z] --- PASS: TestCommitInheritsEnv (0.30s)
20:37:25 [2022-10-06T20:37:25.184Z] === RUN   TestImportExtremelyLargeImageWorks
20:37:25 [2022-10-06T20:37:25.184Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
20:37:25 [2022-10-06T20:37:25.184Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
20:37:25 [2022-10-06T20:37:25.184Z] === RUN   TestImportWithCustomPlatform
20:37:25 [2022-10-06T20:37:25.184Z] === RUN   TestImportWithCustomPlatform/#00
20:37:25 [2022-10-06T20:37:25.184Z] === RUN   TestImportWithCustomPlatform/_______
20:37:25 [2022-10-06T20:37:25.184Z] === RUN   TestImportWithCustomPlatform//
20:37:25 [2022-10-06T20:37:25.184Z] === RUN   TestImportWithCustomPlatform/linux
20:37:25 [2022-10-06T20:37:25.184Z] === RUN   TestImportWithCustomPlatform/LINUX
20:37:25 [2022-10-06T20:37:25.442Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
20:37:25 [2022-10-06T20:37:25.442Z] === RUN   TestImportWithCustomPlatform/macos
20:37:25 [2022-10-06T20:37:25.442Z] === RUN   TestImportWithCustomPlatform/macos/arm64
20:37:25 [2022-10-06T20:37:25.442Z] === RUN   TestImportWithCustomPlatform/nintendo64
20:37:25 [2022-10-06T20:37:25.442Z] --- PASS: TestImportWithCustomPlatform (0.32s)
20:37:25 [2022-10-06T20:37:25.442Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
20:37:25 [2022-10-06T20:37:25.442Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
20:37:25 [2022-10-06T20:37:25.442Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
20:37:25 [2022-10-06T20:37:25.442Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
20:37:25 [2022-10-06T20:37:25.442Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
20:37:25 [2022-10-06T20:37:25.442Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
20:37:25 [2022-10-06T20:37:25.442Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
20:37:25 [2022-10-06T20:37:25.442Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
20:37:25 [2022-10-06T20:37:25.442Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
20:37:25 [2022-10-06T20:37:25.442Z] === RUN   TestImagesFilterMultiReference
20:37:25 [2022-10-06T20:37:25.442Z] --- PASS: TestImagesFilterMultiReference (0.06s)
20:37:25 [2022-10-06T20:37:25.442Z] === RUN   TestImagePullPlatformInvalid
20:37:25 [2022-10-06T20:37:25.442Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
20:37:25 [2022-10-06T20:37:25.442Z] === RUN   TestRemoveImageOrphaning
20:37:25 [2022-10-06T20:37:25.701Z] --- PASS: TestRemoveImageOrphaning (0.28s)
20:37:25 [2022-10-06T20:37:25.701Z] === RUN   TestRemoveImageGarbageCollector
20:37:25 [2022-10-06T20:37:25.701Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:37:25 [2022-10-06T20:37:25.701Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
20:37:25 [2022-10-06T20:37:25.701Z] === RUN   TestTagUnprefixedRepoByNameOrName
20:37:25 [2022-10-06T20:37:25.960Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
20:37:25 [2022-10-06T20:37:25.960Z] === RUN   TestTagInvalidReference
20:37:25 [2022-10-06T20:37:25.960Z] --- PASS: TestTagInvalidReference (0.01s)
20:37:25 [2022-10-06T20:37:25.960Z] === RUN   TestTagValidPrefixedRepo
20:37:25 [2022-10-06T20:37:25.960Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
20:37:25 [2022-10-06T20:37:25.960Z] === RUN   TestTagExistedNameWithoutForce
20:37:25 [2022-10-06T20:37:25.960Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
20:37:25 [2022-10-06T20:37:25.960Z] === RUN   TestTagOfficialNames
20:37:25 [2022-10-06T20:37:25.960Z] --- PASS: TestTagOfficialNames (0.06s)
20:37:25 [2022-10-06T20:37:25.960Z] === RUN   TestTagMatchesDigest
20:37:25 [2022-10-06T20:37:25.960Z] --- PASS: TestTagMatchesDigest (0.01s)
20:37:25 [2022-10-06T20:37:25.960Z] PASS
20:37:25 [2022-10-06T20:37:25.960Z] 
20:37:25 [2022-10-06T20:37:25.960Z] === Skipped
20:37:25 [2022-10-06T20:37:25.960Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
20:37:25 [2022-10-06T20:37:25.960Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
20:37:25 [2022-10-06T20:37:25.960Z] 
20:37:25 [2022-10-06T20:37:25.960Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
20:37:25 [2022-10-06T20:37:25.960Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:37:25 [2022-10-06T20:37:25.960Z] 
20:37:25 [2022-10-06T20:37:25.960Z] DONE 22 tests, 2 skipped in 1.347s
20:37:25 [2022-10-06T20:37:25.960Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
20:37:25 [2022-10-06T20:37:25.960Z] ++ 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
20:37:25 [2022-10-06T20:37:25.960Z] ++ set -e
20:37:25 [2022-10-06T20:37:25.960Z] ++ '[' -n 0 ']'
20:37:25 [2022-10-06T20:37:25.960Z] ++ set -x
20:37:25 [2022-10-06T20:37:25.960Z] ++ 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
20:37:25 [2022-10-06T20:37:25.960Z] === RUN   TestStripANSICommands
20:37:25 [2022-10-06T20:37:25.960Z] === RUN   TestStripANSICommands/#00
20:37:25 [2022-10-06T20:37:25.960Z] === RUN   TestStripANSICommands/#01
20:37:25 [2022-10-06T20:37:25.960Z] --- PASS: TestStripANSICommands (0.00s)
20:37:25 [2022-10-06T20:37:25.960Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
20:37:25 [2022-10-06T20:37:25.960Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
20:37:25 [2022-10-06T20:37:25.960Z] PASS
20:37:25 [2022-10-06T20:37:25.960Z] 
20:37:25 [2022-10-06T20:37:25.960Z] DONE 3 tests in 0.042s
20:37:25 [2022-10-06T20:37:25.960Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
20:37:25 [2022-10-06T20:37:25.960Z] ++ 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
20:37:25 [2022-10-06T20:37:25.960Z] ++ set -e
20:37:25 [2022-10-06T20:37:25.960Z] ++ '[' -n 0 ']'
20:37:25 [2022-10-06T20:37:25.960Z] ++ set -x
20:37:25 [2022-10-06T20:37:25.960Z] ++ 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
20:37:26 [2022-10-06T20:37:26.219Z] INFO: Testing against a local daemon
20:37:26 [2022-10-06T20:37:26.219Z] === RUN   TestNetworkCreateDelete
20:37:26 [2022-10-06T20:37:26.219Z] --- PASS: TestNetworkCreateDelete (0.14s)
20:37:26 [2022-10-06T20:37:26.219Z] === RUN   TestDockerNetworkDeletePreferID
20:37:26 [2022-10-06T20:37:26.786Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s)
20:37:26 [2022-10-06T20:37:26.786Z] === RUN   TestDaemonDNSFallback
20:37:33 [2022-10-06T20:37:33.348Z] --- PASS: TestDaemonDNSFallback (6.29s)
20:37:33 [2022-10-06T20:37:33.348Z] === RUN   TestInspectNetwork
20:37:35 [2022-10-06T20:37:35.884Z] === RUN   TestInspectNetwork/full_network_id
20:37:35 [2022-10-06T20:37:35.884Z] === RUN   TestInspectNetwork/partial_network_id
20:37:35 [2022-10-06T20:37:35.884Z] === RUN   TestInspectNetwork/network_name
20:37:35 [2022-10-06T20:37:35.884Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
20:37:40 [2022-10-06T20:37:40.071Z] --- PASS: TestInspectNetwork (7.06s)
20:37:40 [2022-10-06T20:37:40.071Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
20:37:40 [2022-10-06T20:37:40.071Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
20:37:40 [2022-10-06T20:37:40.071Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
20:37:40 [2022-10-06T20:37:40.071Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
20:37:40 [2022-10-06T20:37:40.071Z] === RUN   TestRunContainerWithBridgeNone
20:37:41 [2022-10-06T20:37:41.447Z] --- PASS: TestRunContainerWithBridgeNone (1.47s)
20:37:41 [2022-10-06T20:37:41.447Z] === RUN   TestNetworkInvalidJSON
20:37:41 [2022-10-06T20:37:41.447Z] === RUN   TestNetworkInvalidJSON/networks/create
20:37:41 [2022-10-06T20:37:41.447Z] === PAUSE TestNetworkInvalidJSON/networks/create
20:37:41 [2022-10-06T20:37:41.447Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
20:37:41 [2022-10-06T20:37:41.447Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
20:37:41 [2022-10-06T20:37:41.447Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
20:37:41 [2022-10-06T20:37:41.447Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
20:37:41 [2022-10-06T20:37:41.447Z] === CONT  TestNetworkInvalidJSON/networks/create
20:37:41 [2022-10-06T20:37:41.447Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
20:37:41 [2022-10-06T20:37:41.447Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
20:37:41 [2022-10-06T20:37:41.447Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
20:37:41 [2022-10-06T20:37:41.447Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
20:37:41 [2022-10-06T20:37:41.447Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
20:37:41 [2022-10-06T20:37:41.447Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
20:37:41 [2022-10-06T20:37:41.447Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
20:37:41 [2022-10-06T20:37:41.447Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
20:37:41 [2022-10-06T20:37:41.447Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
20:37:41 [2022-10-06T20:37:41.447Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
20:37:41 [2022-10-06T20:37:41.447Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
20:37:41 [2022-10-06T20:37:41.447Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
20:37:41 [2022-10-06T20:37:41.447Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
20:37:41 [2022-10-06T20:37:41.447Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
20:37:41 [2022-10-06T20:37:41.447Z] --- PASS: TestNetworkInvalidJSON (0.01s)
20:37:41 [2022-10-06T20:37:41.447Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
20:37:41 [2022-10-06T20:37:41.447Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
20:37:41 [2022-10-06T20:37:41.447Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
20:37:41 [2022-10-06T20:37:41.447Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
20:37:41 [2022-10-06T20:37:41.447Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
20:37:41 [2022-10-06T20:37:41.447Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
20:37:41 [2022-10-06T20:37:41.447Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
20:37:41 [2022-10-06T20:37:41.447Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
20:37:41 [2022-10-06T20:37:41.447Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
20:37:41 [2022-10-06T20:37:41.447Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
20:37:41 [2022-10-06T20:37:41.447Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
20:37:41 [2022-10-06T20:37:41.447Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
20:37:41 [2022-10-06T20:37:41.447Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
20:37:41 [2022-10-06T20:37:41.447Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
20:37:41 [2022-10-06T20:37:41.447Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
20:37:41 [2022-10-06T20:37:41.447Z] === RUN   TestNetworkList
20:37:41 [2022-10-06T20:37:41.447Z] === RUN   TestNetworkList//networks
20:37:41 [2022-10-06T20:37:41.447Z] === PAUSE TestNetworkList//networks
20:37:41 [2022-10-06T20:37:41.447Z] === RUN   TestNetworkList//networks/
20:37:41 [2022-10-06T20:37:41.447Z] === PAUSE TestNetworkList//networks/
20:37:41 [2022-10-06T20:37:41.447Z] === CONT  TestNetworkList//networks
20:37:41 [2022-10-06T20:37:41.447Z] === CONT  TestNetworkList//networks/
20:37:41 [2022-10-06T20:37:41.447Z] --- PASS: TestNetworkList (0.01s)
20:37:41 [2022-10-06T20:37:41.447Z]     --- PASS: TestNetworkList//networks (0.00s)
20:37:41 [2022-10-06T20:37:41.447Z]     --- PASS: TestNetworkList//networks/ (0.00s)
20:37:41 [2022-10-06T20:37:41.447Z] === RUN   TestHostIPv4BridgeLabel
20:37:42 [2022-10-06T20:37:42.014Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
20:37:42 [2022-10-06T20:37:42.014Z] === RUN   TestDaemonRestartWithLiveRestore
20:37:43 [2022-10-06T20:37:43.390Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
20:37:43 [2022-10-06T20:37:43.390Z] === RUN   TestDaemonDefaultNetworkPools
20:37:43 [2022-10-06T20:37:43.957Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s)
20:37:43 [2022-10-06T20:37:43.957Z] === RUN   TestDaemonRestartWithExistingNetwork
20:37:45 [2022-10-06T20:37:45.334Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s)
20:37:45 [2022-10-06T20:37:45.334Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
20:37:46 [2022-10-06T20:37:46.271Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s)
20:37:46 [2022-10-06T20:37:46.271Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
20:37:46 [2022-10-06T20:37:46.838Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
20:37:46 [2022-10-06T20:37:46.838Z] === RUN   TestServiceWithPredefinedNetwork
20:37:49 [2022-10-06T20:37:49.381Z] --- PASS: TestServiceWithPredefinedNetwork (2.20s)
20:37:49 [2022-10-06T20:37:49.381Z] === RUN   TestServiceRemoveKeepsIngressNetwork
20:37:49 [2022-10-06T20:37:49.381Z]     service_test.go:242: FLAKY_TEST
20:37:49 [2022-10-06T20:37:49.381Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
20:37:49 [2022-10-06T20:37:49.381Z] === RUN   TestServiceWithDataPathPortInit
20:38:04 [2022-10-06T20:38:04.280Z] --- PASS: TestServiceWithDataPathPortInit (13.61s)
20:38:04 [2022-10-06T20:38:04.280Z] === RUN   TestServiceWithDefaultAddressPoolInit
20:38:05 [2022-10-06T20:38:05.216Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:l5zxdpt0uc5ae2pqkfjl5dedr Created:2022-10-06 20:38:03.932929542 +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[b5d5812d22e458a6d73e11d502c19618b6b8442650c77d894a6d571006dee79c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.yk8nzxb55ugzinn08wc7gnkxl EndpointID:49690bad15dc74438a7eaece98fa80f8c50b47da1ba6521abc947a33205ba383 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:5fdaf19cf31ba6c877e1273a3714dd3411b09fb17f77b5c5cc2e22205707b3bd 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:c4286d1ccde1 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.yk8nzxb55ugzinn08wc7gnkxl EndpointID:49690bad15dc74438a7eaece98fa80f8c50b47da1ba6521abc947a33205ba383 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
20:38:09 [2022-10-06T20:38:09.403Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.78s)
20:38:09 [2022-10-06T20:38:09.403Z] PASS
20:38:09 [2022-10-06T20:38:09.403Z] 
20:38:09 [2022-10-06T20:38:09.403Z] === Skipped
20:38:09 [2022-10-06T20:38:09.403Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
20:38:09 [2022-10-06T20:38:09.403Z]     service_test.go:242: FLAKY_TEST
20:38:09 [2022-10-06T20:38:09.403Z] 
20:38:09 [2022-10-06T20:38:09.403Z] DONE 38 tests, 1 skipped in 43.336s
20:38:09 [2022-10-06T20:38:09.403Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
20:38:09 [2022-10-06T20:38:09.403Z] ++ 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
20:38:09 [2022-10-06T20:38:09.403Z] ++ set -e
20:38:09 [2022-10-06T20:38:09.403Z] ++ '[' -n 0 ']'
20:38:09 [2022-10-06T20:38:09.403Z] ++ set -x
20:38:09 [2022-10-06T20:38:09.403Z] ++ 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
20:38:09 [2022-10-06T20:38:09.403Z] INFO: Testing against a local daemon
20:38:09 [2022-10-06T20:38:09.403Z] === RUN   TestDockerNetworkIpvlanPersistance
20:38:09 [2022-10-06T20:38:09.403Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:38:09 [2022-10-06T20:38:09.403Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
20:38:09 [2022-10-06T20:38:09.403Z] === RUN   TestDockerNetworkIpvlan
20:38:09 [2022-10-06T20:38:09.403Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:38:09 [2022-10-06T20:38:09.403Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
20:38:09 [2022-10-06T20:38:09.403Z] PASS
20:38:09 [2022-10-06T20:38:09.403Z] 
20:38:09 [2022-10-06T20:38:09.403Z] === Skipped
20:38:09 [2022-10-06T20:38:09.403Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
20:38:09 [2022-10-06T20:38:09.403Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:38:09 [2022-10-06T20:38:09.403Z] 
20:38:09 [2022-10-06T20:38:09.403Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
20:38:09 [2022-10-06T20:38:09.403Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:38:09 [2022-10-06T20:38:09.403Z] 
20:38:09 [2022-10-06T20:38:09.403Z] DONE 2 tests, 2 skipped in 0.091s
20:38:09 [2022-10-06T20:38:09.662Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
20:38:09 [2022-10-06T20:38:09.662Z] ++ 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
20:38:09 [2022-10-06T20:38:09.662Z] ++ set -e
20:38:09 [2022-10-06T20:38:09.662Z] ++ '[' -n 0 ']'
20:38:09 [2022-10-06T20:38:09.662Z] ++ set -x
20:38:09 [2022-10-06T20:38:09.662Z] ++ 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
20:38:09 [2022-10-06T20:38:09.662Z] INFO: Testing against a local daemon
20:38:09 [2022-10-06T20:38:09.662Z] === RUN   TestDockerNetworkMacvlanPersistance
20:38:11 [2022-10-06T20:38:11.037Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.23s)
20:38:11 [2022-10-06T20:38:11.037Z] === RUN   TestDockerNetworkMacvlan
20:38:11 [2022-10-06T20:38:11.604Z] === RUN   TestDockerNetworkMacvlan/Subinterface
20:38:12 [2022-10-06T20:38:12.171Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
20:38:13 [2022-10-06T20:38:13.106Z] === RUN   TestDockerNetworkMacvlan/NilParent
20:38:15 [2022-10-06T20:38:15.011Z] === RUN   TestDockerNetworkMacvlan/InternalMode
20:38:16 [2022-10-06T20:38:16.387Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
20:38:19 [2022-10-06T20:38:19.674Z] === RUN   TestDockerNetworkMacvlan/Addressing
20:38:20 [2022-10-06T20:38:20.241Z] --- PASS: TestDockerNetworkMacvlan (9.21s)
20:38:20 [2022-10-06T20:38:20.241Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s)
20:38:20 [2022-10-06T20:38:20.241Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s)
20:38:20 [2022-10-06T20:38:20.241Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.79s)
20:38:20 [2022-10-06T20:38:20.241Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.77s)
20:38:20 [2022-10-06T20:38:20.241Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.94s)
20:38:20 [2022-10-06T20:38:20.241Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.56s)
20:38:20 [2022-10-06T20:38:20.241Z] PASS
20:38:20 [2022-10-06T20:38:20.241Z] 
20:38:20 [2022-10-06T20:38:20.241Z] DONE 8 tests in 10.537s
20:38:20 [2022-10-06T20:38:20.241Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
20:38:20 [2022-10-06T20:38:20.241Z] ++ 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
20:38:20 [2022-10-06T20:38:20.241Z] ++ set -e
20:38:20 [2022-10-06T20:38:20.241Z] ++ '[' -n 0 ']'
20:38:20 [2022-10-06T20:38:20.241Z] ++ set -x
20:38:20 [2022-10-06T20:38:20.241Z] ++ 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
20:38:20 [2022-10-06T20:38:20.241Z] testing: warning: no tests to run
20:38:20 [2022-10-06T20:38:20.241Z] PASS
20:38:20 [2022-10-06T20:38:20.241Z] 
20:38:20 [2022-10-06T20:38:20.241Z] DONE 0 tests in 0.024s
20:38:20 [2022-10-06T20:38:20.241Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
20:38:20 [2022-10-06T20:38:20.241Z] ++ 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
20:38:20 [2022-10-06T20:38:20.241Z] ++ set -e
20:38:20 [2022-10-06T20:38:20.241Z] ++ '[' -n 0 ']'
20:38:20 [2022-10-06T20:38:20.241Z] ++ set -x
20:38:20 [2022-10-06T20:38:20.241Z] ++ 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
20:38:20 [2022-10-06T20:38:20.241Z] INFO: Testing against a local daemon
20:38:20 [2022-10-06T20:38:20.241Z] === RUN   TestAuthZPluginAllowRequest
20:38:21 [2022-10-06T20:38:21.617Z] --- PASS: TestAuthZPluginAllowRequest (1.14s)
20:38:21 [2022-10-06T20:38:21.617Z] === RUN   TestAuthZPluginTLS
20:38:21 [2022-10-06T20:38:21.880Z] --- PASS: TestAuthZPluginTLS (0.55s)
20:38:21 [2022-10-06T20:38:21.880Z] === RUN   TestAuthZPluginDenyRequest
20:38:22 [2022-10-06T20:38:22.464Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
20:38:22 [2022-10-06T20:38:22.464Z] === RUN   TestAuthZPluginAPIDenyResponse
20:38:23 [2022-10-06T20:38:23.030Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
20:38:23 [2022-10-06T20:38:23.030Z] === RUN   TestAuthZPluginDenyResponse
20:38:23 [2022-10-06T20:38:23.597Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
20:38:23 [2022-10-06T20:38:23.597Z] === RUN   TestAuthZPluginAllowEventStream
20:38:24 [2022-10-06T20:38:24.533Z] --- PASS: TestAuthZPluginAllowEventStream (1.12s)
20:38:24 [2022-10-06T20:38:24.533Z] === RUN   TestAuthZPluginErrorResponse
20:38:25 [2022-10-06T20:38:25.101Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
20:38:25 [2022-10-06T20:38:25.101Z] === RUN   TestAuthZPluginErrorRequest
20:38:25 [2022-10-06T20:38:25.668Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
20:38:25 [2022-10-06T20:38:25.668Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
20:38:26 [2022-10-06T20:38:26.235Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
20:38:26 [2022-10-06T20:38:26.235Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
20:38:27 [2022-10-06T20:38:27.612Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.37s)
20:38:27 [2022-10-06T20:38:27.612Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
20:38:28 [2022-10-06T20:38:28.988Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.36s)
20:38:28 [2022-10-06T20:38:28.989Z] === RUN   TestAuthZPluginHeader
20:38:29 [2022-10-06T20:38:29.555Z] --- PASS: TestAuthZPluginHeader (0.70s)
20:38:29 [2022-10-06T20:38:29.555Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
20:38:29 [2022-10-06T20:38:29.555Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:38:29 [2022-10-06T20:38:29.555Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
20:38:29 [2022-10-06T20:38:29.555Z] === RUN   TestAuthZPluginV2Disable
20:38:29 [2022-10-06T20:38:29.555Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:38:29 [2022-10-06T20:38:29.555Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
20:38:29 [2022-10-06T20:38:29.555Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
20:38:29 [2022-10-06T20:38:29.555Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:38:29 [2022-10-06T20:38:29.555Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
20:38:29 [2022-10-06T20:38:29.555Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
20:38:29 [2022-10-06T20:38:29.555Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:38:29 [2022-10-06T20:38:29.555Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
20:38:29 [2022-10-06T20:38:29.555Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
20:38:47 [2022-10-06T20:38:47.637Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s)
20:38:47 [2022-10-06T20:38:47.637Z] PASS
20:38:47 [2022-10-06T20:38:47.637Z] 
20:38:47 [2022-10-06T20:38:47.637Z] === Skipped
20:38:47 [2022-10-06T20:38:47.637Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
20:38:47 [2022-10-06T20:38:47.637Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:38:47 [2022-10-06T20:38:47.637Z] 
20:38:47 [2022-10-06T20:38:47.637Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
20:38:47 [2022-10-06T20:38:47.637Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:38:47 [2022-10-06T20:38:47.637Z] 
20:38:47 [2022-10-06T20:38:47.637Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
20:38:47 [2022-10-06T20:38:47.637Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:38:47 [2022-10-06T20:38:47.637Z] 
20:38:47 [2022-10-06T20:38:47.637Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
20:38:47 [2022-10-06T20:38:47.637Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:38:47 [2022-10-06T20:38:47.637Z] 
20:38:47 [2022-10-06T20:38:47.637Z] DONE 17 tests, 4 skipped in 26.416s
20:38:47 [2022-10-06T20:38:47.637Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
20:38:47 [2022-10-06T20:38:47.637Z] ++ 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
20:38:47 [2022-10-06T20:38:47.637Z] ++ set -e
20:38:47 [2022-10-06T20:38:47.637Z] ++ '[' -n 0 ']'
20:38:47 [2022-10-06T20:38:47.637Z] ++ set -x
20:38:47 [2022-10-06T20:38:47.637Z] ++ 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
20:38:47 [2022-10-06T20:38:47.637Z] INFO: Testing against a local daemon
20:38:47 [2022-10-06T20:38:47.637Z] === RUN   TestPluginInvalidJSON
20:38:47 [2022-10-06T20:38:47.637Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
20:38:47 [2022-10-06T20:38:47.637Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
20:38:47 [2022-10-06T20:38:47.637Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
20:38:47 [2022-10-06T20:38:47.637Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
20:38:47 [2022-10-06T20:38:47.637Z] === RUN   TestPluginInvalidJSON/plugins/pull
20:38:47 [2022-10-06T20:38:47.637Z] === PAUSE TestPluginInvalidJSON/plugins/pull
20:38:47 [2022-10-06T20:38:47.637Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
20:38:47 [2022-10-06T20:38:47.637Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
20:38:47 [2022-10-06T20:38:47.637Z] === CONT  TestPluginInvalidJSON/plugins/pull
20:38:47 [2022-10-06T20:38:47.637Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
20:38:47 [2022-10-06T20:38:47.637Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
20:38:47 [2022-10-06T20:38:47.637Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
20:38:47 [2022-10-06T20:38:47.637Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
20:38:47 [2022-10-06T20:38:47.637Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
20:38:47 [2022-10-06T20:38:47.637Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
20:38:47 [2022-10-06T20:38:47.637Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
20:38:47 [2022-10-06T20:38:47.637Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
20:38:47 [2022-10-06T20:38:47.637Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
20:38:47 [2022-10-06T20:38:47.637Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
20:38:47 [2022-10-06T20:38:47.637Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
20:38:47 [2022-10-06T20:38:47.637Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
20:38:47 [2022-10-06T20:38:47.637Z] --- PASS: TestPluginInvalidJSON (0.01s)
20:38:47 [2022-10-06T20:38:47.637Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
20:38:47 [2022-10-06T20:38:47.637Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
20:38:47 [2022-10-06T20:38:47.637Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
20:38:47 [2022-10-06T20:38:47.637Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
20:38:47 [2022-10-06T20:38:47.637Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
20:38:47 [2022-10-06T20:38:47.637Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
20:38:47 [2022-10-06T20:38:47.637Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
20:38:47 [2022-10-06T20:38:47.637Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
20:38:47 [2022-10-06T20:38:47.637Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
20:38:47 [2022-10-06T20:38:47.637Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
20:38:47 [2022-10-06T20:38:47.637Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
20:38:47 [2022-10-06T20:38:47.637Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
20:38:47 [2022-10-06T20:38:47.637Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
20:38:47 [2022-10-06T20:38:47.638Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
20:38:47 [2022-10-06T20:38:47.638Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
20:38:47 [2022-10-06T20:38:47.638Z] === RUN   TestPluginInstall
20:38:47 [2022-10-06T20:38:47.638Z] === RUN   TestPluginInstall/no_auth
20:38:50 [2022-10-06T20:38:50.926Z] time="2022-10-06T20:38:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:38:50 [2022-10-06T20:38:50.926Z] time="2022-10-06T20:38:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9df7bbade0a7d0567e1c2c525008e6fd7dc3f27ebb52de077d771035efacf824" mediatype=application/vnd.docker.plugin.v1+json size=522
20:38:50 [2022-10-06T20:38:50.926Z] time="2022-10-06T20:38:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:38:50 [2022-10-06T20:38:50.926Z] time="2022-10-06T20:38:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9df7bbade0a7d0567e1c2c525008e6fd7dc3f27ebb52de077d771035efacf824" mediatype=application/vnd.docker.plugin.v1+json size=522
20:38:50 [2022-10-06T20:38:50.926Z] === RUN   TestPluginInstall/with_htpasswd
20:38:50 [2022-10-06T20:38:50.926Z] time="2022-10-06T20:38:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:38:50 [2022-10-06T20:38:50.926Z] time="2022-10-06T20:38:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9df7bbade0a7d0567e1c2c525008e6fd7dc3f27ebb52de077d771035efacf824" mediatype=application/vnd.docker.plugin.v1+json size=522
20:38:50 [2022-10-06T20:38:50.926Z] time="2022-10-06T20:38:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:38:50 [2022-10-06T20:38:50.926Z] time="2022-10-06T20:38:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9df7bbade0a7d0567e1c2c525008e6fd7dc3f27ebb52de077d771035efacf824" mediatype=application/vnd.docker.plugin.v1+json size=522
20:38:51 [2022-10-06T20:38:51.185Z] === RUN   TestPluginInstall/with_insecure
20:38:52 [2022-10-06T20:38:52.122Z] time="2022-10-06T20:38:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:38:52 [2022-10-06T20:38:52.122Z] time="2022-10-06T20:38:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bb44ccc31167894a29a721d9eb25b137af004b00ce028a81ff09c5f21ea9f9c5" mediatype=application/vnd.docker.plugin.v1+json size=522
20:38:52 [2022-10-06T20:38:52.122Z] time="2022-10-06T20:38:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:38:52 [2022-10-06T20:38:52.122Z] time="2022-10-06T20:38:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bb44ccc31167894a29a721d9eb25b137af004b00ce028a81ff09c5f21ea9f9c5" mediatype=application/vnd.docker.plugin.v1+json size=522
20:38:52 [2022-10-06T20:38:52.381Z]     plugin_test.go:196: [d41cc8bd3db7a] daemon is not started
20:38:52 [2022-10-06T20:38:52.381Z] --- PASS: TestPluginInstall (5.60s)
20:38:52 [2022-10-06T20:38:52.381Z]     --- PASS: TestPluginInstall/no_auth (3.99s)
20:38:52 [2022-10-06T20:38:52.381Z]     --- PASS: TestPluginInstall/with_htpasswd (0.57s)
20:38:52 [2022-10-06T20:38:52.381Z]     --- PASS: TestPluginInstall/with_insecure (1.03s)
20:38:52 [2022-10-06T20:38:52.381Z] === RUN   TestPluginsWithRuntimes
20:38:53 [2022-10-06T20:38:53.757Z] === RUN   TestPluginsWithRuntimes/No_Args
20:38:54 [2022-10-06T20:38:54.694Z] === RUN   TestPluginsWithRuntimes/With_Args
20:38:55 [2022-10-06T20:38:55.642Z] --- PASS: TestPluginsWithRuntimes (3.26s)
20:38:55 [2022-10-06T20:38:55.642Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.86s)
20:38:55 [2022-10-06T20:38:55.642Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.87s)
20:38:55 [2022-10-06T20:38:55.642Z] === RUN   TestPluginBackCompatMediaTypes
20:38:56 [2022-10-06T20:38:56.209Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s)
20:38:56 [2022-10-06T20:38:56.209Z] PASS
20:38:56 [2022-10-06T20:38:56.209Z] 
20:38:56 [2022-10-06T20:38:56.209Z] DONE 24 tests in 9.570s
20:38:56 [2022-10-06T20:38:56.209Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
20:38:56 [2022-10-06T20:38:56.209Z] ++ 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
20:38:56 [2022-10-06T20:38:56.209Z] ++ set -e
20:38:56 [2022-10-06T20:38:56.209Z] ++ '[' -n 0 ']'
20:38:56 [2022-10-06T20:38:56.209Z] ++ set -x
20:38:56 [2022-10-06T20:38:56.209Z] ++ 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
20:38:56 [2022-10-06T20:38:56.209Z] INFO: Testing against a local daemon
20:38:56 [2022-10-06T20:38:56.209Z] === RUN   TestExternalGraphDriver
20:38:56 [2022-10-06T20:38:56.775Z] === RUN   TestExternalGraphDriver/json
20:38:58 [2022-10-06T20:38:58.151Z] === RUN   TestExternalGraphDriver/spec
20:39:00 [2022-10-06T20:39:00.053Z] === RUN   TestExternalGraphDriver/pull
20:39:01 [2022-10-06T20:39:01.429Z] --- PASS: TestExternalGraphDriver (5.13s)
20:39:01 [2022-10-06T20:39:01.429Z]     --- PASS: TestExternalGraphDriver/json (1.59s)
20:39:01 [2022-10-06T20:39:01.429Z]     --- PASS: TestExternalGraphDriver/spec (1.58s)
20:39:01 [2022-10-06T20:39:01.429Z]     --- PASS: TestExternalGraphDriver/pull (1.63s)
20:39:01 [2022-10-06T20:39:01.429Z] === RUN   TestGraphdriverPluginV2
20:39:01 [2022-10-06T20:39:01.687Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:39:01 [2022-10-06T20:39:01.687Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
20:39:01 [2022-10-06T20:39:01.687Z] PASS
20:39:01 [2022-10-06T20:39:01.687Z] 
20:39:01 [2022-10-06T20:39:01.687Z] === Skipped
20:39:01 [2022-10-06T20:39:01.687Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
20:39:01 [2022-10-06T20:39:01.687Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:39:01 [2022-10-06T20:39:01.687Z] 
20:39:01 [2022-10-06T20:39:01.687Z] DONE 5 tests, 1 skipped in 5.564s
20:39:01 [2022-10-06T20:39:01.687Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
20:39:01 [2022-10-06T20:39:01.687Z] ++ 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
20:39:01 [2022-10-06T20:39:01.687Z] ++ set -e
20:39:01 [2022-10-06T20:39:01.687Z] ++ '[' -n 0 ']'
20:39:01 [2022-10-06T20:39:01.687Z] ++ set -x
20:39:01 [2022-10-06T20:39:01.687Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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
20:39:01 [2022-10-06T20:39:01.946Z] INFO: Testing against a local daemon
20:39:01 [2022-10-06T20:39:01.946Z] === RUN   TestContinueAfterPluginCrash
20:39:01 [2022-10-06T20:39:01.946Z] === PAUSE TestContinueAfterPluginCrash
20:39:01 [2022-10-06T20:39:01.946Z] === RUN   TestReadPluginNoRead
20:39:01 [2022-10-06T20:39:01.946Z] === PAUSE TestReadPluginNoRead
20:39:01 [2022-10-06T20:39:01.946Z] === RUN   TestDaemonStartWithLogOpt
20:39:01 [2022-10-06T20:39:01.946Z] === PAUSE TestDaemonStartWithLogOpt
20:39:01 [2022-10-06T20:39:01.946Z] === CONT  TestContinueAfterPluginCrash
20:39:01 [2022-10-06T20:39:01.946Z] === CONT  TestDaemonStartWithLogOpt
20:39:05 [2022-10-06T20:39:05.233Z] --- PASS: TestDaemonStartWithLogOpt (2.98s)
20:39:05 [2022-10-06T20:39:05.233Z] === CONT  TestReadPluginNoRead
20:39:07 [2022-10-06T20:39:07.134Z] === RUN   TestReadPluginNoRead/default
20:39:08 [2022-10-06T20:39:08.070Z] === RUN   TestReadPluginNoRead/disabled_caching
20:39:09 [2022-10-06T20:39:09.445Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
20:39:10 [2022-10-06T20:39:10.013Z] --- PASS: TestContinueAfterPluginCrash (8.02s)
20:39:10 [2022-10-06T20:39:10.580Z] === CONT  TestReadPluginNoRead
20:39:10 [2022-10-06T20:39:10.580Z]     read_test.go:91: [db613443f8999] daemon is not started
20:39:10 [2022-10-06T20:39:10.580Z] --- PASS: TestReadPluginNoRead (5.75s)
20:39:10 [2022-10-06T20:39:10.580Z]     --- PASS: TestReadPluginNoRead/default (1.20s)
20:39:10 [2022-10-06T20:39:10.580Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.21s)
20:39:10 [2022-10-06T20:39:10.580Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.21s)
20:39:10 [2022-10-06T20:39:10.580Z] PASS
20:39:10 [2022-10-06T20:39:10.580Z] 
20:39:10 [2022-10-06T20:39:10.580Z] DONE 6 tests in 8.842s
20:39:10 [2022-10-06T20:39:10.580Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
20:39:10 [2022-10-06T20:39:10.580Z] ++ 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
20:39:10 [2022-10-06T20:39:10.580Z] ++ set -e
20:39:10 [2022-10-06T20:39:10.580Z] ++ '[' -n 0 ']'
20:39:10 [2022-10-06T20:39:10.580Z] ++ set -x
20:39:10 [2022-10-06T20:39:10.580Z] ++ 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
20:39:10 [2022-10-06T20:39:10.580Z] testing: warning: no tests to run
20:39:10 [2022-10-06T20:39:10.580Z] PASS
20:39:10 [2022-10-06T20:39:10.580Z] 
20:39:10 [2022-10-06T20:39:10.580Z] DONE 0 tests in 0.031s
20:39:10 [2022-10-06T20:39:10.580Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
20:39:10 [2022-10-06T20:39:10.580Z] ++ 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
20:39:10 [2022-10-06T20:39:10.580Z] ++ set -e
20:39:10 [2022-10-06T20:39:10.580Z] ++ '[' -n 0 ']'
20:39:10 [2022-10-06T20:39:10.580Z] ++ set -x
20:39:10 [2022-10-06T20:39:10.580Z] ++ 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
20:39:10 [2022-10-06T20:39:10.839Z] INFO: Testing against a local daemon
20:39:10 [2022-10-06T20:39:10.839Z] === RUN   TestPluginWithDevMounts
20:39:10 [2022-10-06T20:39:10.839Z] === PAUSE TestPluginWithDevMounts
20:39:10 [2022-10-06T20:39:10.839Z] === CONT  TestPluginWithDevMounts
20:39:12 [2022-10-06T20:39:12.358Z] --- PASS: TestPluginWithDevMounts (1.57s)
20:39:12 [2022-10-06T20:39:12.358Z] PASS
20:39:12 [2022-10-06T20:39:12.358Z] 
20:39:12 [2022-10-06T20:39:12.358Z] DONE 1 tests in 1.684s
20:39:12 [2022-10-06T20:39:12.358Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
20:39:12 [2022-10-06T20:39:12.358Z] ++ 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
20:39:12 [2022-10-06T20:39:12.358Z] ++ set -e
20:39:12 [2022-10-06T20:39:12.358Z] ++ '[' -n 0 ']'
20:39:12 [2022-10-06T20:39:12.358Z] ++ set -x
20:39:12 [2022-10-06T20:39:12.358Z] ++ 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
20:39:12 [2022-10-06T20:39:12.358Z] INFO: Testing against a local daemon
20:39:12 [2022-10-06T20:39:12.358Z] === RUN   TestSecretInspect
20:39:14 [2022-10-06T20:39:14.891Z] --- PASS: TestSecretInspect (2.18s)
20:39:14 [2022-10-06T20:39:14.891Z] === RUN   TestSecretList
20:39:16 [2022-10-06T20:39:16.795Z] --- PASS: TestSecretList (2.19s)
20:39:16 [2022-10-06T20:39:16.795Z] === RUN   TestSecretsCreateAndDelete
20:39:19 [2022-10-06T20:39:19.328Z] --- PASS: TestSecretsCreateAndDelete (2.26s)
20:39:19 [2022-10-06T20:39:19.328Z] === RUN   TestSecretsUpdate
20:39:21 [2022-10-06T20:39:21.231Z] --- PASS: TestSecretsUpdate (2.18s)
20:39:21 [2022-10-06T20:39:21.231Z] === RUN   TestTemplatedSecret
20:39:23 [2022-10-06T20:39:23.763Z] --- PASS: TestTemplatedSecret (2.43s)
20:39:23 [2022-10-06T20:39:23.763Z] === RUN   TestSecretCreateResolve
20:39:26 [2022-10-06T20:39:26.294Z] --- PASS: TestSecretCreateResolve (2.30s)
20:39:26 [2022-10-06T20:39:26.294Z] PASS
20:39:26 [2022-10-06T20:39:26.294Z] 
20:39:26 [2022-10-06T20:39:26.294Z] DONE 6 tests in 13.627s
20:39:26 [2022-10-06T20:39:26.294Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
20:39:26 [2022-10-06T20:39:26.294Z] ++ 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
20:39:26 [2022-10-06T20:39:26.294Z] ++ set -e
20:39:26 [2022-10-06T20:39:26.294Z] ++ '[' -n 0 ']'
20:39:26 [2022-10-06T20:39:26.294Z] ++ set -x
20:39:26 [2022-10-06T20:39:26.294Z] ++ 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
20:39:26 [2022-10-06T20:39:26.294Z] INFO: Testing against a local daemon
20:39:26 [2022-10-06T20:39:26.294Z] === RUN   TestServiceCreateInit
20:39:26 [2022-10-06T20:39:26.294Z] === RUN   TestServiceCreateInit/daemonInitDisabled
20:39:30 [2022-10-06T20:39:30.482Z] === RUN   TestServiceCreateInit/daemonInitEnabled
20:39:33 [2022-10-06T20:39:33.768Z] --- PASS: TestServiceCreateInit (7.45s)
20:39:33 [2022-10-06T20:39:33.768Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.62s)
20:39:33 [2022-10-06T20:39:33.768Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.82s)
20:39:33 [2022-10-06T20:39:33.768Z] === RUN   TestCreateServiceMultipleTimes
20:39:48 [2022-10-06T20:39:48.651Z] --- PASS: TestCreateServiceMultipleTimes (14.92s)
20:39:48 [2022-10-06T20:39:48.651Z] === RUN   TestCreateServiceConflict
20:39:51 [2022-10-06T20:39:51.194Z] --- PASS: TestCreateServiceConflict (2.25s)
20:39:51 [2022-10-06T20:39:51.194Z] === RUN   TestCreateServiceMaxReplicas
20:39:53 [2022-10-06T20:39:53.728Z] --- PASS: TestCreateServiceMaxReplicas (2.60s)
20:39:53 [2022-10-06T20:39:53.728Z] === RUN   TestCreateWithDuplicateNetworkNames
20:40:08 [2022-10-06T20:40:08.607Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.10s)
20:40:08 [2022-10-06T20:40:08.607Z] === RUN   TestCreateServiceSecretFileMode
20:40:08 [2022-10-06T20:40:08.866Z] --- PASS: TestCreateServiceSecretFileMode (2.47s)
20:40:08 [2022-10-06T20:40:08.866Z] === RUN   TestCreateServiceConfigFileMode
20:40:11 [2022-10-06T20:40:11.397Z] --- PASS: TestCreateServiceConfigFileMode (2.38s)
20:40:11 [2022-10-06T20:40:11.397Z] === RUN   TestCreateServiceSysctls
20:40:14 [2022-10-06T20:40:14.683Z] --- PASS: TestCreateServiceSysctls (2.95s)
20:40:14 [2022-10-06T20:40:14.683Z] === RUN   TestCreateServiceCapabilities
20:40:16 [2022-10-06T20:40:16.586Z] --- PASS: TestCreateServiceCapabilities (2.38s)
20:40:16 [2022-10-06T20:40:16.586Z] === RUN   TestInspect
20:40:19 [2022-10-06T20:40:19.874Z] --- PASS: TestInspect (2.68s)
20:40:19 [2022-10-06T20:40:19.874Z] === RUN   TestCreateJob
20:40:22 [2022-10-06T20:40:22.406Z] --- PASS: TestCreateJob (2.92s)
20:40:22 [2022-10-06T20:40:22.406Z] === RUN   TestReplicatedJob
20:40:27 [2022-10-06T20:40:27.690Z] --- PASS: TestReplicatedJob (4.56s)
20:40:27 [2022-10-06T20:40:27.690Z] === RUN   TestUpdateReplicatedJob
20:40:30 [2022-10-06T20:40:30.222Z] --- PASS: TestUpdateReplicatedJob (3.02s)
20:40:30 [2022-10-06T20:40:30.222Z] === RUN   TestServiceListWithStatuses
20:40:30 [2022-10-06T20:40:30.222Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:40:30 [2022-10-06T20:40:30.222Z] --- SKIP: TestServiceListWithStatuses (0.00s)
20:40:30 [2022-10-06T20:40:30.222Z] === RUN   TestDockerNetworkConnectAlias
20:40:34 [2022-10-06T20:40:34.412Z] --- PASS: TestDockerNetworkConnectAlias (4.10s)
20:40:34 [2022-10-06T20:40:34.412Z] === RUN   TestDockerNetworkReConnect
20:40:37 [2022-10-06T20:40:37.698Z] --- PASS: TestDockerNetworkReConnect (3.38s)
20:40:37 [2022-10-06T20:40:37.698Z] === RUN   TestServicePlugin
20:40:37 [2022-10-06T20:40:37.698Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:40:37 [2022-10-06T20:40:37.698Z] --- SKIP: TestServicePlugin (0.00s)
20:40:37 [2022-10-06T20:40:37.698Z] === RUN   TestServiceUpdateLabel
20:40:39 [2022-10-06T20:40:39.604Z] --- PASS: TestServiceUpdateLabel (2.28s)
20:40:39 [2022-10-06T20:40:39.604Z] === RUN   TestServiceUpdateSecrets
20:40:54 [2022-10-06T20:40:54.484Z] --- PASS: TestServiceUpdateSecrets (14.38s)
20:40:54 [2022-10-06T20:40:54.484Z] === RUN   TestServiceUpdateConfigs
20:41:09 [2022-10-06T20:41:09.362Z] --- PASS: TestServiceUpdateConfigs (14.28s)
20:41:09 [2022-10-06T20:41:09.362Z] === RUN   TestServiceUpdateNetwork
20:41:21 [2022-10-06T20:41:21.590Z] --- PASS: TestServiceUpdateNetwork (12.26s)
20:41:21 [2022-10-06T20:41:21.590Z] === RUN   TestServiceUpdatePidsLimit
20:41:21 [2022-10-06T20:41:21.849Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
20:41:22 [2022-10-06T20:41:22.417Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
20:41:30 [2022-10-06T20:41:30.532Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
20:41:37 [2022-10-06T20:41:37.094Z] --- PASS: TestServiceUpdatePidsLimit (15.91s)
20:41:37 [2022-10-06T20:41:37.094Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.52s)
20:41:37 [2022-10-06T20:41:37.094Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s)
20:41:37 [2022-10-06T20:41:37.094Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s)
20:41:37 [2022-10-06T20:41:37.094Z] PASS
20:41:37 [2022-10-06T20:41:37.094Z] 
20:41:37 [2022-10-06T20:41:37.094Z] === Skipped
20:41:37 [2022-10-06T20:41:37.094Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
20:41:37 [2022-10-06T20:41:37.094Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:41:37 [2022-10-06T20:41:37.094Z] 
20:41:37 [2022-10-06T20:41:37.094Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
20:41:37 [2022-10-06T20:41:37.094Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:41:37 [2022-10-06T20:41:37.094Z] 
20:41:37 [2022-10-06T20:41:37.094Z] DONE 27 tests, 2 skipped in 130.401s
20:41:37 [2022-10-06T20:41:37.094Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
20:41:37 [2022-10-06T20:41:37.094Z] ++ 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
20:41:37 [2022-10-06T20:41:37.094Z] ++ set -e
20:41:37 [2022-10-06T20:41:37.094Z] ++ '[' -n 0 ']'
20:41:37 [2022-10-06T20:41:37.094Z] ++ set -x
20:41:37 [2022-10-06T20:41:37.094Z] ++ 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
20:41:37 [2022-10-06T20:41:37.094Z] INFO: Testing against a local daemon
20:41:37 [2022-10-06T20:41:37.094Z] === RUN   TestSessionCreate
20:41:37 [2022-10-06T20:41:37.094Z] --- PASS: TestSessionCreate (0.02s)
20:41:37 [2022-10-06T20:41:37.094Z] === RUN   TestSessionCreateWithBadUpgrade
20:41:37 [2022-10-06T20:41:37.094Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
20:41:37 [2022-10-06T20:41:37.094Z] PASS
20:41:37 [2022-10-06T20:41:37.094Z] 
20:41:37 [2022-10-06T20:41:37.094Z] DONE 2 tests in 0.135s
20:41:37 [2022-10-06T20:41:37.094Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
20:41:37 [2022-10-06T20:41:37.094Z] ++ 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
20:41:37 [2022-10-06T20:41:37.094Z] ++ set -e
20:41:37 [2022-10-06T20:41:37.094Z] ++ '[' -n 0 ']'
20:41:37 [2022-10-06T20:41:37.094Z] ++ set -x
20:41:37 [2022-10-06T20:41:37.095Z] ++ 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
20:41:37 [2022-10-06T20:41:37.095Z] INFO: Testing against a local daemon
20:41:37 [2022-10-06T20:41:37.095Z] === RUN   TestCgroupDriverSystemdMemoryLimit
20:41:37 [2022-10-06T20:41:37.095Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:41:37 [2022-10-06T20:41:37.095Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
20:41:37 [2022-10-06T20:41:37.095Z] === RUN   TestDiskUsage
20:41:37 [2022-10-06T20:41:37.095Z] === PAUSE TestDiskUsage
20:41:37 [2022-10-06T20:41:37.095Z] === RUN   TestEventsExecDie
20:41:37 [2022-10-06T20:41:37.095Z] --- PASS: TestEventsExecDie (0.51s)
20:41:37 [2022-10-06T20:41:37.095Z] === RUN   TestEventsBackwardsCompatible
20:41:37 [2022-10-06T20:41:37.353Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
20:41:37 [2022-10-06T20:41:37.353Z] === RUN   TestEventsVolumeCreate
20:41:37 [2022-10-06T20:41:37.353Z] --- PASS: TestEventsVolumeCreate (0.06s)
20:41:37 [2022-10-06T20:41:37.353Z] === RUN   TestInfoBinaryCommits
20:41:37 [2022-10-06T20:41:37.353Z] --- PASS: TestInfoBinaryCommits (0.02s)
20:41:37 [2022-10-06T20:41:37.353Z] === RUN   TestInfoAPIVersioned
20:41:37 [2022-10-06T20:41:37.353Z] --- PASS: TestInfoAPIVersioned (0.01s)
20:41:37 [2022-10-06T20:41:37.353Z] === RUN   TestInfoAPI
20:41:37 [2022-10-06T20:41:37.353Z] --- PASS: TestInfoAPI (0.02s)
20:41:37 [2022-10-06T20:41:37.353Z] === RUN   TestInfoAPIWarnings
20:41:55 [2022-10-06T20:41:55.436Z] --- PASS: TestInfoAPIWarnings (16.54s)
20:41:55 [2022-10-06T20:41:55.436Z] === RUN   TestInfoDebug
20:41:55 [2022-10-06T20:41:55.436Z] --- PASS: TestInfoDebug (0.52s)
20:41:55 [2022-10-06T20:41:55.436Z] === RUN   TestInfoInsecureRegistries
20:41:55 [2022-10-06T20:41:55.436Z] --- PASS: TestInfoInsecureRegistries (0.52s)
20:41:55 [2022-10-06T20:41:55.436Z] === RUN   TestInfoRegistryMirrors
20:41:55 [2022-10-06T20:41:55.436Z] --- PASS: TestInfoRegistryMirrors (0.52s)
20:41:55 [2022-10-06T20:41:55.436Z] === RUN   TestLoginFailsWithBadCredentials
20:41:56 [2022-10-06T20:41:56.003Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
20:41:56 [2022-10-06T20:41:56.003Z] === RUN   TestPingCacheHeaders
20:41:56 [2022-10-06T20:41:56.003Z] --- PASS: TestPingCacheHeaders (0.02s)
20:41:56 [2022-10-06T20:41:56.003Z] === RUN   TestPingGet
20:41:56 [2022-10-06T20:41:56.003Z] --- PASS: TestPingGet (0.01s)
20:41:56 [2022-10-06T20:41:56.003Z] === RUN   TestPingHead
20:41:56 [2022-10-06T20:41:56.003Z] --- PASS: TestPingHead (0.02s)
20:41:56 [2022-10-06T20:41:56.003Z] === RUN   TestPingSwarmHeader
20:41:56 [2022-10-06T20:41:56.570Z] === RUN   TestPingSwarmHeader/before_swarm_init
20:41:56 [2022-10-06T20:41:56.829Z] === RUN   TestPingSwarmHeader/after_swarm_init
20:41:58 [2022-10-06T20:41:58.206Z] === RUN   TestPingSwarmHeader/after_swarm_leave
20:41:58 [2022-10-06T20:41:58.206Z] --- PASS: TestPingSwarmHeader (2.04s)
20:41:58 [2022-10-06T20:41:58.206Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
20:41:58 [2022-10-06T20:41:58.206Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
20:41:58 [2022-10-06T20:41:58.206Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
20:41:58 [2022-10-06T20:41:58.206Z] === RUN   TestPingBuilderHeader
20:41:58 [2022-10-06T20:41:58.206Z] === RUN   TestPingBuilderHeader/default_config
20:41:58 [2022-10-06T20:41:58.465Z] === RUN   TestPingBuilderHeader/buildkit_disabled
20:41:59 [2022-10-06T20:41:59.032Z] --- PASS: TestPingBuilderHeader (1.05s)
20:41:59 [2022-10-06T20:41:59.032Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
20:41:59 [2022-10-06T20:41:59.032Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
20:41:59 [2022-10-06T20:41:59.032Z] === RUN   TestVersion
20:41:59 [2022-10-06T20:41:59.032Z] --- PASS: TestVersion (0.02s)
20:41:59 [2022-10-06T20:41:59.032Z] === CONT  TestDiskUsage
20:41:59 [2022-10-06T20:41:59.600Z] === RUN   TestDiskUsage/empty
20:41:59 [2022-10-06T20:41:59.600Z] === RUN   TestDiskUsage/empty/container_types
20:41:59 [2022-10-06T20:41:59.600Z] === RUN   TestDiskUsage/empty/image_types
20:41:59 [2022-10-06T20:41:59.600Z] === RUN   TestDiskUsage/empty/volume_types
20:41:59 [2022-10-06T20:41:59.600Z] === RUN   TestDiskUsage/empty/build-cache_types
20:41:59 [2022-10-06T20:41:59.600Z] === RUN   TestDiskUsage/empty/container,_volume_types
20:41:59 [2022-10-06T20:41:59.600Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
20:41:59 [2022-10-06T20:41:59.600Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
20:41:59 [2022-10-06T20:41:59.600Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
20:41:59 [2022-10-06T20:41:59.600Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
20:41:59 [2022-10-06T20:41:59.600Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
20:41:59 [2022-10-06T20:41:59.600Z] === RUN   TestDiskUsage/after_LoadBusybox
20:41:59 [2022-10-06T20:41:59.600Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
20:41:59 [2022-10-06T20:41:59.600Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
20:41:59 [2022-10-06T20:41:59.600Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
20:41:59 [2022-10-06T20:41:59.600Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
20:41:59 [2022-10-06T20:41:59.600Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
20:41:59 [2022-10-06T20:41:59.600Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
20:41:59 [2022-10-06T20:41:59.600Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
20:41:59 [2022-10-06T20:41:59.600Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
20:41:59 [2022-10-06T20:41:59.600Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
20:41:59 [2022-10-06T20:41:59.600Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
20:41:59 [2022-10-06T20:41:59.600Z] === RUN   TestDiskUsage/after_container.Run
20:42:00 [2022-10-06T20:42:00.193Z] === RUN   TestDiskUsage/after_container.Run/container_types
20:42:00 [2022-10-06T20:42:00.193Z] === RUN   TestDiskUsage/after_container.Run/image_types
20:42:00 [2022-10-06T20:42:00.193Z] === RUN   TestDiskUsage/after_container.Run/volume_types
20:42:00 [2022-10-06T20:42:00.193Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
20:42:00 [2022-10-06T20:42:00.193Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
20:42:00 [2022-10-06T20:42:00.193Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
20:42:00 [2022-10-06T20:42:00.193Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
20:42:00 [2022-10-06T20:42:00.193Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
20:42:00 [2022-10-06T20:42:00.193Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
20:42:00 [2022-10-06T20:42:00.193Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
20:42:00 [2022-10-06T20:42:00.193Z] --- PASS: TestDiskUsage (1.16s)
20:42:00 [2022-10-06T20:42:00.193Z]     --- PASS: TestDiskUsage/empty (0.01s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.17s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]     --- PASS: TestDiskUsage/after_container.Run (0.34s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z] PASS
20:42:00 [2022-10-06T20:42:00.193Z] 
20:42:00 [2022-10-06T20:42:00.193Z] === Skipped
20:42:00 [2022-10-06T20:42:00.193Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
20:42:00 [2022-10-06T20:42:00.193Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:42:00 [2022-10-06T20:42:00.193Z] 
20:42:00 [2022-10-06T20:42:00.193Z] DONE 57 tests, 1 skipped in 23.601s
20:42:00 [2022-10-06T20:42:00.193Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
20:42:00 [2022-10-06T20:42:00.193Z] ++ 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
20:42:00 [2022-10-06T20:42:00.193Z] ++ set -e
20:42:00 [2022-10-06T20:42:00.193Z] ++ '[' -n 0 ']'
20:42:00 [2022-10-06T20:42:00.193Z] ++ set -x
20:42:00 [2022-10-06T20:42:00.193Z] ++ 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
20:42:00 [2022-10-06T20:42:00.193Z] INFO: Testing against a local daemon
20:42:00 [2022-10-06T20:42:00.193Z] === RUN   TestVolumesCreateAndList
20:42:00 [2022-10-06T20:42:00.193Z] --- PASS: TestVolumesCreateAndList (0.02s)
20:42:00 [2022-10-06T20:42:00.193Z] === RUN   TestVolumesRemove
20:42:00 [2022-10-06T20:42:00.476Z] --- PASS: TestVolumesRemove (0.09s)
20:42:00 [2022-10-06T20:42:00.476Z] === RUN   TestVolumesInspect
20:42:00 [2022-10-06T20:42:00.476Z] --- PASS: TestVolumesInspect (0.02s)
20:42:00 [2022-10-06T20:42:00.476Z] === RUN   TestVolumesInvalidJSON
20:42:00 [2022-10-06T20:42:00.476Z] === RUN   TestVolumesInvalidJSON/volumes/create
20:42:00 [2022-10-06T20:42:00.476Z] === PAUSE TestVolumesInvalidJSON/volumes/create
20:42:00 [2022-10-06T20:42:00.476Z] === CONT  TestVolumesInvalidJSON/volumes/create
20:42:00 [2022-10-06T20:42:00.476Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
20:42:00 [2022-10-06T20:42:00.476Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
20:42:00 [2022-10-06T20:42:00.476Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
20:42:00 [2022-10-06T20:42:00.476Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
20:42:00 [2022-10-06T20:42:00.476Z] --- PASS: TestVolumesInvalidJSON (0.01s)
20:42:00 [2022-10-06T20:42:00.476Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
20:42:00 [2022-10-06T20:42:00.476Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
20:42:00 [2022-10-06T20:42:00.476Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
20:42:00 [2022-10-06T20:42:00.476Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
20:42:00 [2022-10-06T20:42:00.476Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
20:42:00 [2022-10-06T20:42:00.476Z] === RUN   TestVolumePruneAnonymous
20:42:00 [2022-10-06T20:42:00.476Z] --- PASS: TestVolumePruneAnonymous (0.03s)
20:42:00 [2022-10-06T20:42:00.476Z] PASS
20:42:00 [2022-10-06T20:42:00.476Z] 
20:42:00 [2022-10-06T20:42:00.476Z] DONE 10 tests in 0.270s
20:42:00 [2022-10-06T20:42:00.476Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
20:42:00 [2022-10-06T20:42:00.476Z] ++++ cat bundles/test-integration/docker.pid
20:42:00 [2022-10-06T20:42:00.476Z] +++ kill 14825
20:42:00 [2022-10-06T20:42:00.741Z] +++ /etc/init.d/apparmor stop
20:42:00 [2022-10-06T20:42:00.741Z] Leaving: AppArmorNo profiles have been unloaded.
20:42:00 [2022-10-06T20:42:00.741Z] 
20:42:00 [2022-10-06T20:42:00.741Z] Unloading profiles will leave already running processes permanently
20:42:00 [2022-10-06T20:42:00.741Z] unconfined, which can lead to unexpected situations.
20:42:00 [2022-10-06T20:42:00.741Z] 
20:42:00 [2022-10-06T20:42:00.741Z] To set a process to complain mode, use the command line tool
20:42:00 [2022-10-06T20:42:00.741Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:42:00 [2022-10-06T20:42:00.741Z] +++ true
20:42:00 [2022-10-06T20:42:00.741Z] exiting test-integration
20:42:00 [2022-10-06T20:42:00.741Z] ++ exit 0
20:42:00 [2022-10-06T20:42:00.741Z] 
Post stage
[Pipeline] junit
20:42:01 [2022-10-06T20:42:01.695Z] Recording test results
20:42:01 [2022-10-06T20:42:01.841Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
20:42:02 [2022-10-06T20:42:02.148Z] + echo Ensuring container killed.
20:42:02 [2022-10-06T20:42:02.149Z] Ensuring container killed.
20:42:02 [2022-10-06T20:42:02.149Z] + docker rm -vf docker-pr2
20:42:02 [2022-10-06T20:42:02.149Z] Error response from daemon: No such container: docker-pr2
[Pipeline] sh
20:42:02 [2022-10-06T20:42:02.430Z] + echo Chowning /workspace to jenkins user
20:42:02 [2022-10-06T20:42:02.430Z] Chowning /workspace to jenkins user
20:42:02 [2022-10-06T20:42:02.430Z] + id -u
20:42:02 [2022-10-06T20:42:02.430Z] + id -g
20:42:02 [2022-10-06T20:42:02.430Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44253:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
20:42:04 [2022-10-06T20:42:04.095Z] + bundleName=arm64-integration
20:42:04 [2022-10-06T20:42:04.095Z] + echo Creating arm64-integration-bundles.tar.gz
20:42:04 [2022-10-06T20:42:04.095Z] Creating arm64-integration-bundles.tar.gz
20:42:04 [2022-10-06T20:42:04.095Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
20:42:04 [2022-10-06T20:42:04.095Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
20:42:04 [2022-10-06T20:42:04.366Z] Archiving artifacts
20:42:04 [2022-10-06T20:42:04.586Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44253/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
20:42:04 [2022-10-06T20:42:04.880Z] + make clean
20:42:05 [2022-10-06T20:42:05.144Z] docker volume rm -f docker-dev-cache docker-mod-cache
20:42:05 [2022-10-06T20:42:05.144Z] docker-dev-cache
20:42:05 [2022-10-06T20:42:05.144Z] 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