Skip to content
Success

Console Output

Skipping 541 KB.. Full Log
22:35:13 [2022-10-13T22:35:13.839Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
22:35:13 [2022-10-13T22:35:13.839Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
22:35:13 [2022-10-13T22:35:13.839Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
22:35:13 [2022-10-13T22:35:13.839Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
22:35:13 [2022-10-13T22:35:13.839Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
22:35:13 [2022-10-13T22:35:13.839Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
22:35:13 [2022-10-13T22:35:13.839Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
22:35:13 [2022-10-13T22:35:13.839Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
22:35:13 [2022-10-13T22:35:13.839Z] === RUN   TestContainerStartOnDaemonRestart
22:35:13 [2022-10-13T22:35:13.839Z] === PAUSE TestContainerStartOnDaemonRestart
22:35:13 [2022-10-13T22:35:13.839Z] === RUN   TestDaemonRestartIpcMode
22:35:13 [2022-10-13T22:35:13.839Z] === PAUSE TestDaemonRestartIpcMode
22:35:13 [2022-10-13T22:35:13.839Z] === RUN   TestDaemonHostGatewayIP
22:35:13 [2022-10-13T22:35:13.839Z] === PAUSE TestDaemonHostGatewayIP
22:35:13 [2022-10-13T22:35:13.839Z] === RUN   TestRestartDaemonWithRestartingContainer
22:35:13 [2022-10-13T22:35:13.839Z] === PAUSE TestRestartDaemonWithRestartingContainer
22:35:13 [2022-10-13T22:35:13.839Z] === RUN   TestContainerKillOnDaemonStart
22:35:13 [2022-10-13T22:35:13.839Z] === PAUSE TestContainerKillOnDaemonStart
22:35:13 [2022-10-13T22:35:13.839Z] === RUN   TestDiff
22:35:14 [2022-10-13T22:35:14.097Z] --- PASS: TestDiff (0.45s)
22:35:14 [2022-10-13T22:35:14.097Z] === RUN   TestExecConsoleSize
22:35:14 [2022-10-13T22:35:14.664Z] --- PASS: TestExecConsoleSize (0.51s)
22:35:14 [2022-10-13T22:35:14.664Z] === RUN   TestExecWithCloseStdin
22:35:15 [2022-10-13T22:35:15.230Z] --- PASS: TestExecWithCloseStdin (0.51s)
22:35:15 [2022-10-13T22:35:15.230Z] === RUN   TestExec
22:35:15 [2022-10-13T22:35:15.796Z] --- PASS: TestExec (0.52s)
22:35:15 [2022-10-13T22:35:15.796Z] === RUN   TestExecUser
22:35:16 [2022-10-13T22:35:16.363Z] --- PASS: TestExecUser (0.49s)
22:35:16 [2022-10-13T22:35:16.363Z] === RUN   TestExportContainerAndImportImage
22:35:16 [2022-10-13T22:35:16.930Z] --- PASS: TestExportContainerAndImportImage (0.62s)
22:35:16 [2022-10-13T22:35:16.930Z] === RUN   TestExportContainerAfterDaemonRestart
22:35:18 [2022-10-13T22:35:18.305Z] --- PASS: TestExportContainerAfterDaemonRestart (1.34s)
22:35:18 [2022-10-13T22:35:18.305Z] === RUN   TestHealthCheckWorkdir
22:35:18 [2022-10-13T22:35:18.872Z] --- PASS: TestHealthCheckWorkdir (0.58s)
22:35:18 [2022-10-13T22:35:18.872Z] === RUN   TestHealthKillContainer
22:35:26 [2022-10-13T22:35:26.979Z] --- PASS: TestHealthKillContainer (7.93s)
22:35:26 [2022-10-13T22:35:26.979Z] === RUN   TestHealthCheckProcessKilled
22:35:27 [2022-10-13T22:35:27.545Z] --- PASS: TestHealthCheckProcessKilled (0.68s)
22:35:27 [2022-10-13T22:35:27.545Z] === RUN   TestInspectCpusetInConfigPre120
22:35:27 [2022-10-13T22:35:27.803Z] --- PASS: TestInspectCpusetInConfigPre120 (0.43s)
22:35:27 [2022-10-13T22:35:27.803Z] === RUN   TestIpcModeNone
22:35:28 [2022-10-13T22:35:28.370Z] --- PASS: TestIpcModeNone (0.51s)
22:35:28 [2022-10-13T22:35:28.370Z] === RUN   TestIpcModePrivate
22:35:28 [2022-10-13T22:35:28.628Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false
22:35:28 [2022-10-13T22:35:28.886Z] --- PASS: TestIpcModePrivate (0.50s)
22:35:28 [2022-10-13T22:35:28.886Z] === RUN   TestIpcModeShareable
22:35:29 [2022-10-13T22:35:29.144Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true
22:35:29 [2022-10-13T22:35:29.402Z] --- PASS: TestIpcModeShareable (0.49s)
22:35:29 [2022-10-13T22:35:29.402Z] === RUN   TestAPIIpcModeShareableAndContainer
22:35:31 [2022-10-13T22:35:31.302Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.61s)
22:35:31 [2022-10-13T22:35:31.302Z] === RUN   TestAPIIpcModeHost
22:35:31 [2022-10-13T22:35:31.302Z] --- PASS: TestAPIIpcModeHost (0.39s)
22:35:31 [2022-10-13T22:35:31.302Z] === RUN   TestDaemonIpcModeShareable
22:35:32 [2022-10-13T22:35:32.236Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true
22:35:32 [2022-10-13T22:35:32.494Z] --- PASS: TestDaemonIpcModeShareable (1.19s)
22:35:32 [2022-10-13T22:35:32.494Z] === RUN   TestDaemonIpcModePrivate
22:35:33 [2022-10-13T22:35:33.428Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false
22:35:33 [2022-10-13T22:35:33.686Z] --- PASS: TestDaemonIpcModePrivate (1.20s)
22:35:33 [2022-10-13T22:35:33.686Z] === RUN   TestDaemonIpcModePrivateFromConfig
22:35:34 [2022-10-13T22:35:34.621Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false
22:35:34 [2022-10-13T22:35:34.879Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.16s)
22:35:34 [2022-10-13T22:35:34.879Z] === RUN   TestDaemonIpcModeShareableFromConfig
22:35:36 [2022-10-13T22:35:36.253Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true
22:35:36 [2022-10-13T22:35:36.253Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.35s)
22:35:36 [2022-10-13T22:35:36.253Z] === RUN   TestIpcModeOlderClient
22:35:36 [2022-10-13T22:35:36.253Z] === PAUSE TestIpcModeOlderClient
22:35:36 [2022-10-13T22:35:36.253Z] === RUN   TestKillContainerInvalidSignal
22:35:36 [2022-10-13T22:35:36.512Z] --- PASS: TestKillContainerInvalidSignal (0.43s)
22:35:36 [2022-10-13T22:35:36.512Z] === RUN   TestKillContainer
22:35:36 [2022-10-13T22:35:36.770Z] === RUN   TestKillContainer/no_signal
22:35:37 [2022-10-13T22:35:37.028Z] === RUN   TestKillContainer/non_killing_signal
22:35:37 [2022-10-13T22:35:37.286Z] === RUN   TestKillContainer/killing_signal
22:35:38 [2022-10-13T22:35:38.220Z] --- PASS: TestKillContainer (1.38s)
22:35:38 [2022-10-13T22:35:38.220Z]     --- PASS: TestKillContainer/no_signal (0.42s)
22:35:38 [2022-10-13T22:35:38.220Z]     --- PASS: TestKillContainer/non_killing_signal (0.29s)
22:35:38 [2022-10-13T22:35:38.220Z]     --- PASS: TestKillContainer/killing_signal (0.47s)
22:35:38 [2022-10-13T22:35:38.220Z] === RUN   TestKillWithStopSignalAndRestartPolicies
22:35:38 [2022-10-13T22:35:38.220Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
22:35:38 [2022-10-13T22:35:38.478Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
22:35:39 [2022-10-13T22:35:39.412Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.28s)
22:35:39 [2022-10-13T22:35:39.412Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s)
22:35:39 [2022-10-13T22:35:39.412Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.69s)
22:35:39 [2022-10-13T22:35:39.412Z] === RUN   TestKillStoppedContainer
22:35:39 [2022-10-13T22:35:39.412Z] --- PASS: TestKillStoppedContainer (0.05s)
22:35:39 [2022-10-13T22:35:39.412Z] === RUN   TestKillStoppedContainerAPIPre120
22:35:39 [2022-10-13T22:35:39.412Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
22:35:39 [2022-10-13T22:35:39.412Z] === RUN   TestKillDifferentUserContainer
22:35:39 [2022-10-13T22:35:39.979Z] --- PASS: TestKillDifferentUserContainer (0.43s)
22:35:39 [2022-10-13T22:35:39.979Z] === RUN   TestInspectOomKilledTrue
22:35:40 [2022-10-13T22:35:40.237Z] --- PASS: TestInspectOomKilledTrue (0.50s)
22:35:40 [2022-10-13T22:35:40.237Z] === RUN   TestInspectOomKilledFalse
22:35:40 [2022-10-13T22:35:40.804Z] --- PASS: TestInspectOomKilledFalse (0.44s)
22:35:40 [2022-10-13T22:35:40.804Z] === RUN   TestLinksEtcHostsContentMatch
22:35:41 [2022-10-13T22:35:41.062Z] --- PASS: TestLinksEtcHostsContentMatch (0.33s)
22:35:41 [2022-10-13T22:35:41.062Z] === RUN   TestLinksContainerNames
22:35:41 [2022-10-13T22:35:41.998Z] --- PASS: TestLinksContainerNames (0.88s)
22:35:41 [2022-10-13T22:35:41.998Z] === RUN   TestLogsFollowTailEmpty
22:35:42 [2022-10-13T22:35:42.565Z] --- PASS: TestLogsFollowTailEmpty (0.42s)
22:35:42 [2022-10-13T22:35:42.565Z] === RUN   TestLogs
22:35:42 [2022-10-13T22:35:42.565Z] === RUN   TestLogs/driver_local
22:35:42 [2022-10-13T22:35:42.565Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
22:35:42 [2022-10-13T22:35:42.565Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
22:35:42 [2022-10-13T22:35:42.565Z] === RUN   TestLogs/driver_local/tty/only_stdout
22:35:42 [2022-10-13T22:35:42.565Z] === PAUSE TestLogs/driver_local/tty/only_stdout
22:35:42 [2022-10-13T22:35:42.565Z] === RUN   TestLogs/driver_local/tty/only_stderr
22:35:42 [2022-10-13T22:35:42.565Z] === PAUSE TestLogs/driver_local/tty/only_stderr
22:35:42 [2022-10-13T22:35:42.565Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
22:35:42 [2022-10-13T22:35:42.565Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
22:35:42 [2022-10-13T22:35:42.565Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
22:35:42 [2022-10-13T22:35:42.565Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
22:35:42 [2022-10-13T22:35:42.565Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
22:35:42 [2022-10-13T22:35:42.565Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
22:35:42 [2022-10-13T22:35:42.565Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
22:35:42 [2022-10-13T22:35:42.565Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
22:35:43 [2022-10-13T22:35:43.132Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
22:35:43 [2022-10-13T22:35:43.132Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
22:35:43 [2022-10-13T22:35:43.700Z] === CONT  TestLogs/driver_local/tty/only_stderr
22:35:43 [2022-10-13T22:35:43.700Z] === CONT  TestLogs/driver_local/tty/only_stdout
22:35:44 [2022-10-13T22:35:44.294Z] === RUN   TestLogs/driver_json-file
22:35:44 [2022-10-13T22:35:44.294Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
22:35:44 [2022-10-13T22:35:44.294Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
22:35:44 [2022-10-13T22:35:44.294Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
22:35:44 [2022-10-13T22:35:44.294Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
22:35:44 [2022-10-13T22:35:44.294Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
22:35:44 [2022-10-13T22:35:44.294Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
22:35:44 [2022-10-13T22:35:44.294Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
22:35:44 [2022-10-13T22:35:44.294Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
22:35:44 [2022-10-13T22:35:44.294Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
22:35:44 [2022-10-13T22:35:44.294Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
22:35:44 [2022-10-13T22:35:44.294Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
22:35:44 [2022-10-13T22:35:44.294Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
22:35:44 [2022-10-13T22:35:44.294Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
22:35:44 [2022-10-13T22:35:44.294Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
22:35:45 [2022-10-13T22:35:45.245Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
22:35:45 [2022-10-13T22:35:45.245Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
22:35:45 [2022-10-13T22:35:45.812Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
22:35:45 [2022-10-13T22:35:45.812Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
22:35:46 [2022-10-13T22:35:46.378Z] --- PASS: TestLogs (3.89s)
22:35:46 [2022-10-13T22:35:46.378Z]     --- PASS: TestLogs/driver_local (0.01s)
22:35:46 [2022-10-13T22:35:46.378Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.74s)
22:35:46 [2022-10-13T22:35:46.378Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.78s)
22:35:46 [2022-10-13T22:35:46.378Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.56s)
22:35:46 [2022-10-13T22:35:46.378Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.56s)
22:35:46 [2022-10-13T22:35:46.378Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.55s)
22:35:46 [2022-10-13T22:35:46.378Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.58s)
22:35:46 [2022-10-13T22:35:46.378Z]     --- PASS: TestLogs/driver_json-file (0.01s)
22:35:46 [2022-10-13T22:35:46.378Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.77s)
22:35:46 [2022-10-13T22:35:46.378Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.81s)
22:35:46 [2022-10-13T22:35:46.378Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.56s)
22:35:46 [2022-10-13T22:35:46.378Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.65s)
22:35:46 [2022-10-13T22:35:46.378Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.55s)
22:35:46 [2022-10-13T22:35:46.378Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.54s)
22:35:46 [2022-10-13T22:35:46.378Z] === RUN   TestContainerNetworkMountsNoChown
22:35:46 [2022-10-13T22:35:46.639Z] --- PASS: TestContainerNetworkMountsNoChown (0.44s)
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/default
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/default
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/private
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/private
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/rprivate
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/rprivate
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/slave
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/slave
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/rslave
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/rslave
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/shared
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/shared
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/rshared
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/rshared
22:35:46 [2022-10-13T22:35:46.639Z] === CONT  TestMountDaemonRoot/default
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/default/bind_root
22:35:46 [2022-10-13T22:35:46.639Z] === CONT  TestMountDaemonRoot/rslave
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/rslave/mount_root
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/rslave/bind_root
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/default/bind_root
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/default/bind_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/default/mount_root
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/default/mount_root
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/default/mount_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === CONT  TestMountDaemonRoot/rshared
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/rshared/bind_root
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/rshared/mount_root
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === CONT  TestMountDaemonRoot/shared
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/shared/bind_root
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/shared/bind_root
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/shared/mount_root
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/shared/mount_root
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === CONT  TestMountDaemonRoot/rprivate
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === CONT  TestMountDaemonRoot/slave
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/slave/bind_root
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/slave/bind_root
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/slave/mount_root
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/slave/mount_root
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === CONT  TestMountDaemonRoot/private
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/private/bind_root
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/private/bind_root
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/private/bind_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/private/mount_root
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/private/mount_root
22:35:46 [2022-10-13T22:35:46.639Z] === RUN   TestMountDaemonRoot/private/mount_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
22:35:46 [2022-10-13T22:35:46.639Z] === CONT  TestMountDaemonRoot/rslave/mount_root
22:35:46 [2022-10-13T22:35:46.639Z] === CONT  TestMountDaemonRoot/default/bind_root
22:35:46 [2022-10-13T22:35:46.898Z] === CONT  TestMountDaemonRoot/rshared/bind_root
22:35:46 [2022-10-13T22:35:46.898Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
22:35:46 [2022-10-13T22:35:46.898Z] === CONT  TestMountDaemonRoot/rslave/bind_root
22:35:46 [2022-10-13T22:35:46.898Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
22:35:46 [2022-10-13T22:35:46.898Z] === CONT  TestMountDaemonRoot/shared/bind_root
22:35:46 [2022-10-13T22:35:46.898Z] === CONT  TestMountDaemonRoot/default/mount_subpath
22:35:46 [2022-10-13T22:35:46.898Z] === CONT  TestMountDaemonRoot/default/mount_root
22:35:46 [2022-10-13T22:35:46.898Z] === CONT  TestMountDaemonRoot/default/bind_subpath
22:35:46 [2022-10-13T22:35:46.898Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
22:35:47 [2022-10-13T22:35:47.156Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
22:35:47 [2022-10-13T22:35:47.156Z] === CONT  TestMountDaemonRoot/rshared/mount_root
22:35:47 [2022-10-13T22:35:47.156Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
22:35:47 [2022-10-13T22:35:47.156Z] === CONT  TestMountDaemonRoot/slave/bind_root
22:35:47 [2022-10-13T22:35:47.156Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
22:35:47 [2022-10-13T22:35:47.156Z] === CONT  TestMountDaemonRoot/shared/mount_root
22:35:47 [2022-10-13T22:35:47.156Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
22:35:47 [2022-10-13T22:35:47.156Z] === CONT  TestMountDaemonRoot/private/bind_root
22:35:47 [2022-10-13T22:35:47.156Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
22:35:47 [2022-10-13T22:35:47.156Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
22:35:47 [2022-10-13T22:35:47.156Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
22:35:47 [2022-10-13T22:35:47.156Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
22:35:47 [2022-10-13T22:35:47.156Z] === CONT  TestMountDaemonRoot/slave/mount_root
22:35:47 [2022-10-13T22:35:47.156Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
22:35:47 [2022-10-13T22:35:47.414Z] === CONT  TestMountDaemonRoot/private/mount_subpath
22:35:47 [2022-10-13T22:35:47.414Z] === CONT  TestMountDaemonRoot/private/mount_root
22:35:47 [2022-10-13T22:35:47.414Z] === CONT  TestMountDaemonRoot/private/bind_subpath
22:35:47 [2022-10-13T22:35:47.414Z] --- PASS: TestMountDaemonRoot (0.02s)
22:35:47 [2022-10-13T22:35:47.414Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
22:35:47 [2022-10-13T22:35:47.414Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.06s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
22:35:47 [2022-10-13T22:35:47.414Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
22:35:47 [2022-10-13T22:35:47.414Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
22:35:47 [2022-10-13T22:35:47.414Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s)
22:35:47 [2022-10-13T22:35:47.414Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
22:35:47 [2022-10-13T22:35:47.414Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
22:35:47 [2022-10-13T22:35:47.414Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
22:35:47 [2022-10-13T22:35:47.414Z] === RUN   TestContainerBindMountNonRecursive
22:35:48 [2022-10-13T22:35:48.789Z] --- PASS: TestContainerBindMountNonRecursive (1.35s)
22:35:48 [2022-10-13T22:35:48.789Z] === RUN   TestContainerVolumesMountedAsShared
22:35:49 [2022-10-13T22:35:49.047Z] --- PASS: TestContainerVolumesMountedAsShared (0.43s)
22:35:49 [2022-10-13T22:35:49.047Z] === RUN   TestContainerVolumesMountedAsSlave
22:35:49 [2022-10-13T22:35:49.613Z] --- PASS: TestContainerVolumesMountedAsSlave (0.36s)
22:35:49 [2022-10-13T22:35:49.613Z] === RUN   TestNetworkNat
22:35:50 [2022-10-13T22:35:50.180Z] --- PASS: TestNetworkNat (0.50s)
22:35:50 [2022-10-13T22:35:50.180Z] === RUN   TestNetworkLocalhostTCPNat
22:35:50 [2022-10-13T22:35:50.439Z] --- PASS: TestNetworkLocalhostTCPNat (0.47s)
22:35:50 [2022-10-13T22:35:50.439Z] === RUN   TestNetworkLoopbackNat
22:35:52 [2022-10-13T22:35:52.967Z] --- PASS: TestNetworkLoopbackNat (2.59s)
22:35:52 [2022-10-13T22:35:52.967Z] === RUN   TestPause
22:35:53 [2022-10-13T22:35:53.534Z] --- PASS: TestPause (0.45s)
22:35:53 [2022-10-13T22:35:53.534Z] === RUN   TestPauseFailsOnWindowsServerContainers
22:35:53 [2022-10-13T22:35:53.534Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
22:35:53 [2022-10-13T22:35:53.534Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
22:35:53 [2022-10-13T22:35:53.534Z] === RUN   TestPauseStopPausedContainer
22:35:54 [2022-10-13T22:35:54.100Z] --- PASS: TestPauseStopPausedContainer (0.53s)
22:35:54 [2022-10-13T22:35:54.100Z] === RUN   TestPidHost
22:35:55 [2022-10-13T22:35:55.034Z] --- PASS: TestPidHost (1.02s)
22:35:55 [2022-10-13T22:35:55.034Z] === RUN   TestPsFilter
22:35:55 [2022-10-13T22:35:55.292Z] --- PASS: TestPsFilter (0.12s)
22:35:55 [2022-10-13T22:35:55.292Z] === RUN   TestRemoveContainerWithRemovedVolume
22:35:55 [2022-10-13T22:35:55.550Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s)
22:35:55 [2022-10-13T22:35:55.550Z] === RUN   TestRemoveContainerWithVolume
22:35:56 [2022-10-13T22:35:56.117Z] --- PASS: TestRemoveContainerWithVolume (0.44s)
22:35:56 [2022-10-13T22:35:56.117Z] === RUN   TestRemoveContainerRunning
22:35:56 [2022-10-13T22:35:56.375Z] --- PASS: TestRemoveContainerRunning (0.44s)
22:35:56 [2022-10-13T22:35:56.375Z] === RUN   TestRemoveContainerForceRemoveRunning
22:35:56 [2022-10-13T22:35:56.941Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s)
22:35:56 [2022-10-13T22:35:56.941Z] === RUN   TestRemoveInvalidContainer
22:35:56 [2022-10-13T22:35:56.941Z] --- PASS: TestRemoveInvalidContainer (0.01s)
22:35:56 [2022-10-13T22:35:56.941Z] === RUN   TestRenameLinkedContainer
22:35:58 [2022-10-13T22:35:58.842Z] --- PASS: TestRenameLinkedContainer (1.82s)
22:35:58 [2022-10-13T22:35:58.842Z] === RUN   TestRenameStoppedContainer
22:35:59 [2022-10-13T22:35:59.102Z] --- PASS: TestRenameStoppedContainer (0.42s)
22:35:59 [2022-10-13T22:35:59.102Z] === RUN   TestRenameRunningContainerAndReuse
22:36:00 [2022-10-13T22:36:00.035Z] --- PASS: TestRenameRunningContainerAndReuse (0.85s)
22:36:00 [2022-10-13T22:36:00.035Z] === RUN   TestRenameInvalidName
22:36:00 [2022-10-13T22:36:00.602Z] --- PASS: TestRenameInvalidName (0.43s)
22:36:00 [2022-10-13T22:36:00.602Z] === RUN   TestRenameAnonymousContainer
22:36:01 [2022-10-13T22:36:01.979Z] --- PASS: TestRenameAnonymousContainer (1.59s)
22:36:01 [2022-10-13T22:36:01.979Z] === RUN   TestRenameContainerWithSameName
22:36:02 [2022-10-13T22:36:02.545Z] --- PASS: TestRenameContainerWithSameName (0.45s)
22:36:02 [2022-10-13T22:36:02.545Z] === RUN   TestRenameContainerWithLinkedContainer
22:36:03 [2022-10-13T22:36:03.480Z] --- PASS: TestRenameContainerWithLinkedContainer (0.91s)
22:36:03 [2022-10-13T22:36:03.480Z] === RUN   TestResize
22:36:03 [2022-10-13T22:36:03.738Z] --- PASS: TestResize (0.44s)
22:36:03 [2022-10-13T22:36:03.738Z] === RUN   TestResizeWithInvalidSize
22:36:04 [2022-10-13T22:36:04.304Z] --- PASS: TestResizeWithInvalidSize (0.48s)
22:36:04 [2022-10-13T22:36:04.304Z] === RUN   TestResizeWhenContainerNotStarted
22:36:04 [2022-10-13T22:36:04.869Z] --- PASS: TestResizeWhenContainerNotStarted (0.45s)
22:36:04 [2022-10-13T22:36:04.869Z] === RUN   TestDaemonRestartKillContainers
22:36:04 [2022-10-13T22:36:04.869Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:36:04 [2022-10-13T22:36:04.869Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
22:36:06 [2022-10-13T22:36:06.770Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:36:07 [2022-10-13T22:36:07.704Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:36:09 [2022-10-13T22:36:09.078Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:36:09 [2022-10-13T22:36:09.078Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:36:10 [2022-10-13T22:36:10.014Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
22:36:10 [2022-10-13T22:36:10.272Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
22:36:13 [2022-10-13T22:36:13.556Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
22:36:13 [2022-10-13T22:36:13.814Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:36:15 [2022-10-13T22:36:15.716Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:36:17 [2022-10-13T22:36:17.621Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:36:17 [2022-10-13T22:36:17.621Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:36:19 [2022-10-13T22:36:19.521Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:36:19 [2022-10-13T22:36:19.521Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:36:20 [2022-10-13T22:36:20.895Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:36:22 [2022-10-13T22:36:22.795Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
22:36:22 [2022-10-13T22:36:22.795Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.75s)
22:36:22 [2022-10-13T22:36:22.795Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s)
22:36:22 [2022-10-13T22:36:22.795Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.11s)
22:36:22 [2022-10-13T22:36:22.795Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.24s)
22:36:22 [2022-10-13T22:36:22.795Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.27s)
22:36:22 [2022-10-13T22:36:22.795Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.31s)
22:36:22 [2022-10-13T22:36:22.795Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.40s)
22:36:22 [2022-10-13T22:36:22.795Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.43s)
22:36:22 [2022-10-13T22:36:22.795Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.99s)
22:36:22 [2022-10-13T22:36:22.795Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.66s)
22:36:22 [2022-10-13T22:36:22.795Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.09s)
22:36:22 [2022-10-13T22:36:22.795Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.75s)
22:36:22 [2022-10-13T22:36:22.795Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.91s)
22:36:22 [2022-10-13T22:36:22.795Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.70s)
22:36:22 [2022-10-13T22:36:22.795Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.75s)
22:36:22 [2022-10-13T22:36:22.795Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.65s)
22:36:22 [2022-10-13T22:36:22.795Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
22:36:22 [2022-10-13T22:36:22.795Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
22:36:23 [2022-10-13T22:36:23.361Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
22:36:24 [2022-10-13T22:36:24.295Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.87s)
22:36:24 [2022-10-13T22:36:24.295Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.94s)
22:36:24 [2022-10-13T22:36:24.295Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.92s)
22:36:24 [2022-10-13T22:36:24.295Z] === RUN   TestCgroupNamespacesRun
22:36:25 [2022-10-13T22:36:25.669Z] --- PASS: TestCgroupNamespacesRun (1.19s)
22:36:25 [2022-10-13T22:36:25.669Z] === RUN   TestCgroupNamespacesRunPrivileged
22:36:27 [2022-10-13T22:36:27.044Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.21s)
22:36:27 [2022-10-13T22:36:27.044Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
22:36:27 [2022-10-13T22:36:27.977Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.18s)
22:36:27 [2022-10-13T22:36:27.977Z] === RUN   TestCgroupNamespacesRunHostMode
22:36:29 [2022-10-13T22:36:29.352Z] --- PASS: TestCgroupNamespacesRunHostMode (1.19s)
22:36:29 [2022-10-13T22:36:29.352Z] === RUN   TestCgroupNamespacesRunPrivateMode
22:36:30 [2022-10-13T22:36:30.286Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.19s)
22:36:30 [2022-10-13T22:36:30.286Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
22:36:31 [2022-10-13T22:36:31.661Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s)
22:36:31 [2022-10-13T22:36:31.661Z] === RUN   TestCgroupNamespacesRunInvalidMode
22:36:32 [2022-10-13T22:36:32.250Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.71s)
22:36:32 [2022-10-13T22:36:32.250Z] === RUN   TestCgroupNamespacesRunOlderClient
22:36:33 [2022-10-13T22:36:33.231Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.17s)
22:36:33 [2022-10-13T22:36:33.231Z] === RUN   TestNISDomainname
22:36:33 [2022-10-13T22:36:33.815Z] --- PASS: TestNISDomainname (0.54s)
22:36:33 [2022-10-13T22:36:33.815Z] === RUN   TestHostnameDnsResolution
22:36:34 [2022-10-13T22:36:34.748Z] --- PASS: TestHostnameDnsResolution (0.68s)
22:36:34 [2022-10-13T22:36:34.748Z] === RUN   TestUnprivilegedPortsAndPing
22:36:35 [2022-10-13T22:36:35.007Z] --- PASS: TestUnprivilegedPortsAndPing (0.53s)
22:36:35 [2022-10-13T22:36:35.007Z] === RUN   TestPrivilegedHostDevices
22:36:35 [2022-10-13T22:36:35.573Z] --- PASS: TestPrivilegedHostDevices (0.52s)
22:36:35 [2022-10-13T22:36:35.573Z] === RUN   TestRunConsoleSize
22:36:36 [2022-10-13T22:36:36.139Z] --- PASS: TestRunConsoleSize (0.43s)
22:36:36 [2022-10-13T22:36:36.139Z] === RUN   TestRunWithAlternativeContainerdShim
22:36:38 [2022-10-13T22:36:38.099Z] --- PASS: TestRunWithAlternativeContainerdShim (2.06s)
22:36:38 [2022-10-13T22:36:38.099Z] === RUN   TestStats
22:36:40 [2022-10-13T22:36:40.627Z] --- PASS: TestStats (2.48s)
22:36:40 [2022-10-13T22:36:40.627Z] === RUN   TestStopContainerWithTimeout
22:36:40 [2022-10-13T22:36:40.627Z] === RUN   TestStopContainerWithTimeout/0
22:36:40 [2022-10-13T22:36:40.627Z] === PAUSE TestStopContainerWithTimeout/0
22:36:40 [2022-10-13T22:36:40.628Z] === RUN   TestStopContainerWithTimeout/1
22:36:40 [2022-10-13T22:36:40.628Z] === PAUSE TestStopContainerWithTimeout/1
22:36:40 [2022-10-13T22:36:40.628Z] === RUN   TestStopContainerWithTimeout/3
22:36:40 [2022-10-13T22:36:40.628Z] === PAUSE TestStopContainerWithTimeout/3
22:36:40 [2022-10-13T22:36:40.628Z] === RUN   TestStopContainerWithTimeout/-1
22:36:40 [2022-10-13T22:36:40.628Z] === PAUSE TestStopContainerWithTimeout/-1
22:36:40 [2022-10-13T22:36:40.628Z] === CONT  TestStopContainerWithTimeout/0
22:36:40 [2022-10-13T22:36:40.628Z] === CONT  TestStopContainerWithTimeout/3
22:36:41 [2022-10-13T22:36:41.562Z] === CONT  TestStopContainerWithTimeout/-1
22:36:43 [2022-10-13T22:36:43.464Z] === CONT  TestStopContainerWithTimeout/1
22:36:44 [2022-10-13T22:36:44.841Z] --- PASS: TestStopContainerWithTimeout (0.01s)
22:36:44 [2022-10-13T22:36:44.841Z]     --- PASS: TestStopContainerWithTimeout/0 (0.78s)
22:36:44 [2022-10-13T22:36:44.841Z]     --- PASS: TestStopContainerWithTimeout/3 (2.78s)
22:36:44 [2022-10-13T22:36:44.841Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.43s)
22:36:44 [2022-10-13T22:36:44.841Z]     --- PASS: TestStopContainerWithTimeout/1 (1.43s)
22:36:44 [2022-10-13T22:36:44.841Z] === RUN   TestDeleteDevicemapper
22:36:44 [2022-10-13T22:36:44.841Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:36:44 [2022-10-13T22:36:44.841Z] --- SKIP: TestDeleteDevicemapper (0.00s)
22:36:44 [2022-10-13T22:36:44.841Z] === RUN   TestStopContainerWithRestartPolicyAlways
22:36:46 [2022-10-13T22:36:46.215Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.45s)
22:36:46 [2022-10-13T22:36:46.215Z] === RUN   TestUpdateMemory
22:36:46 [2022-10-13T22:36:46.782Z] --- PASS: TestUpdateMemory (0.58s)
22:36:46 [2022-10-13T22:36:46.783Z] === RUN   TestUpdateCPUQuota
22:36:47 [2022-10-13T22:36:47.717Z] --- PASS: TestUpdateCPUQuota (0.75s)
22:36:47 [2022-10-13T22:36:47.717Z] === RUN   TestUpdatePidsLimit
22:36:47 [2022-10-13T22:36:47.717Z] === RUN   TestUpdatePidsLimit/update_from_none
22:36:47 [2022-10-13T22:36:47.717Z] === RUN   TestUpdatePidsLimit/no_change
22:36:47 [2022-10-13T22:36:47.975Z] === RUN   TestUpdatePidsLimit/update_lower
22:36:48 [2022-10-13T22:36:48.233Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
22:36:48 [2022-10-13T22:36:48.491Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
22:36:48 [2022-10-13T22:36:48.491Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
22:36:48 [2022-10-13T22:36:48.749Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
22:36:49 [2022-10-13T22:36:49.684Z] --- PASS: TestUpdatePidsLimit (1.94s)
22:36:49 [2022-10-13T22:36:49.684Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.21s)
22:36:49 [2022-10-13T22:36:49.684Z]     --- PASS: TestUpdatePidsLimit/no_change (0.20s)
22:36:49 [2022-10-13T22:36:49.684Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.19s)
22:36:49 [2022-10-13T22:36:49.684Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s)
22:36:49 [2022-10-13T22:36:49.684Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s)
22:36:49 [2022-10-13T22:36:49.684Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.21s)
22:36:49 [2022-10-13T22:36:49.684Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s)
22:36:49 [2022-10-13T22:36:49.684Z] === RUN   TestUpdateRestartPolicy
22:37:01 [2022-10-13T22:37:01.883Z] --- PASS: TestUpdateRestartPolicy (10.88s)
22:37:01 [2022-10-13T22:37:01.883Z] === RUN   TestUpdateRestartWithAutoRemove
22:37:01 [2022-10-13T22:37:01.883Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s)
22:37:01 [2022-10-13T22:37:01.883Z] === RUN   TestWaitNonBlocked
22:37:01 [2022-10-13T22:37:01.883Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
22:37:01 [2022-10-13T22:37:01.883Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
22:37:01 [2022-10-13T22:37:01.883Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
22:37:01 [2022-10-13T22:37:01.883Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
22:37:01 [2022-10-13T22:37:01.883Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
22:37:01 [2022-10-13T22:37:01.883Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
22:37:01 [2022-10-13T22:37:01.883Z] --- PASS: TestWaitNonBlocked (0.01s)
22:37:01 [2022-10-13T22:37:01.883Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.72s)
22:37:01 [2022-10-13T22:37:01.883Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.75s)
22:37:01 [2022-10-13T22:37:01.883Z] === RUN   TestWaitBlocked
22:37:01 [2022-10-13T22:37:01.883Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
22:37:01 [2022-10-13T22:37:01.883Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
22:37:01 [2022-10-13T22:37:01.883Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
22:37:01 [2022-10-13T22:37:01.883Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
22:37:01 [2022-10-13T22:37:01.883Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
22:37:01 [2022-10-13T22:37:01.883Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
22:37:02 [2022-10-13T22:37:02.449Z] --- PASS: TestWaitBlocked (0.01s)
22:37:02 [2022-10-13T22:37:02.449Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.82s)
22:37:02 [2022-10-13T22:37:02.449Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.84s)
22:37:02 [2022-10-13T22:37:02.449Z] === RUN   TestWaitConditions
22:37:02 [2022-10-13T22:37:02.449Z] === RUN   TestWaitConditions/default
22:37:02 [2022-10-13T22:37:02.449Z] === PAUSE TestWaitConditions/default
22:37:02 [2022-10-13T22:37:02.449Z] === RUN   TestWaitConditions/not-running
22:37:02 [2022-10-13T22:37:02.449Z] === PAUSE TestWaitConditions/not-running
22:37:02 [2022-10-13T22:37:02.449Z] === RUN   TestWaitConditions/next-exit
22:37:02 [2022-10-13T22:37:02.449Z] === PAUSE TestWaitConditions/next-exit
22:37:02 [2022-10-13T22:37:02.449Z] === RUN   TestWaitConditions/removed
22:37:02 [2022-10-13T22:37:02.449Z] === PAUSE TestWaitConditions/removed
22:37:02 [2022-10-13T22:37:02.449Z] === CONT  TestWaitConditions/default
22:37:02 [2022-10-13T22:37:02.449Z] === CONT  TestWaitConditions/removed
22:37:04 [2022-10-13T22:37:04.349Z] === CONT  TestWaitConditions/next-exit
22:37:04 [2022-10-13T22:37:04.349Z] === CONT  TestWaitConditions/not-running
22:37:06 [2022-10-13T22:37:06.249Z] --- PASS: TestWaitConditions (0.01s)
22:37:06 [2022-10-13T22:37:06.249Z]     --- PASS: TestWaitConditions/removed (1.67s)
22:37:06 [2022-10-13T22:37:06.249Z]     --- PASS: TestWaitConditions/default (1.73s)
22:37:06 [2022-10-13T22:37:06.249Z]     --- PASS: TestWaitConditions/not-running (1.66s)
22:37:06 [2022-10-13T22:37:06.249Z]     --- PASS: TestWaitConditions/next-exit (1.74s)
22:37:06 [2022-10-13T22:37:06.249Z] === RUN   TestWaitRestartedContainer
22:37:06 [2022-10-13T22:37:06.249Z] === RUN   TestWaitRestartedContainer/default
22:37:06 [2022-10-13T22:37:06.249Z] === PAUSE TestWaitRestartedContainer/default
22:37:06 [2022-10-13T22:37:06.249Z] === RUN   TestWaitRestartedContainer/not-running
22:37:06 [2022-10-13T22:37:06.249Z] === PAUSE TestWaitRestartedContainer/not-running
22:37:06 [2022-10-13T22:37:06.249Z] === RUN   TestWaitRestartedContainer/next-exit
22:37:06 [2022-10-13T22:37:06.249Z] === PAUSE TestWaitRestartedContainer/next-exit
22:37:06 [2022-10-13T22:37:06.249Z] === CONT  TestWaitRestartedContainer/default
22:37:06 [2022-10-13T22:37:06.249Z] === CONT  TestWaitRestartedContainer/next-exit
22:37:07 [2022-10-13T22:37:07.184Z] === CONT  TestWaitRestartedContainer/not-running
22:37:08 [2022-10-13T22:37:08.558Z] --- PASS: TestWaitRestartedContainer (0.01s)
22:37:08 [2022-10-13T22:37:08.558Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.38s)
22:37:08 [2022-10-13T22:37:08.558Z]     --- PASS: TestWaitRestartedContainer/default (1.55s)
22:37:08 [2022-10-13T22:37:08.558Z]     --- PASS: TestWaitRestartedContainer/not-running (1.05s)
22:37:08 [2022-10-13T22:37:08.558Z] === CONT  TestContainerStartOnDaemonRestart
22:37:08 [2022-10-13T22:37:08.558Z] === CONT  TestRestartDaemonWithRestartingContainer
22:37:10 [2022-10-13T22:37:10.460Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.13s)
22:37:10 [2022-10-13T22:37:10.460Z] === CONT  TestIpcModeOlderClient
22:37:10 [2022-10-13T22:37:10.460Z] --- PASS: TestContainerStartOnDaemonRestart (2.18s)
22:37:10 [2022-10-13T22:37:10.460Z] === CONT  TestContainerKillOnDaemonStart
22:37:10 [2022-10-13T22:37:10.460Z] --- PASS: TestIpcModeOlderClient (0.09s)
22:37:10 [2022-10-13T22:37:10.460Z] === CONT  TestDaemonHostGatewayIP
22:37:12 [2022-10-13T22:37:12.990Z] --- PASS: TestDaemonHostGatewayIP (2.44s)
22:37:12 [2022-10-13T22:37:12.990Z] === CONT  TestDaemonRestartIpcMode
22:37:15 [2022-10-13T22:37:15.519Z] --- PASS: TestDaemonRestartIpcMode (2.22s)
22:37:23 [2022-10-13T22:37:23.627Z] --- PASS: TestContainerKillOnDaemonStart (11.70s)
22:37:23 [2022-10-13T22:37:23.627Z] PASS
22:37:23 [2022-10-13T22:37:23.627Z] 
22:37:23 [2022-10-13T22:37:23.627Z] === Skipped
22:37:23 [2022-10-13T22:37:23.627Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
22:37:23 [2022-10-13T22:37:23.627Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:37:23 [2022-10-13T22:37:23.627Z] 
22:37:23 [2022-10-13T22:37:23.627Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
22:37:23 [2022-10-13T22:37:23.627Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
22:37:23 [2022-10-13T22:37:23.627Z] 
22:37:23 [2022-10-13T22:37:23.627Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
22:37:23 [2022-10-13T22:37:23.627Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:37:23 [2022-10-13T22:37:23.627Z] 
22:37:23 [2022-10-13T22:37:23.627Z] DONE 273 tests, 3 skipped in 134.236s
22:37:23 [2022-10-13T22:37:23.627Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
22:37:23 [2022-10-13T22:37:23.627Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
22:37:23 [2022-10-13T22:37:23.627Z] ++ set -e
22:37:23 [2022-10-13T22:37:23.627Z] ++ '[' -n 0 ']'
22:37:23 [2022-10-13T22:37:23.627Z] ++ set -x
22:37:23 [2022-10-13T22:37:23.627Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
22:37:23 [2022-10-13T22:37:23.627Z] INFO: Testing against a local daemon
22:37:23 [2022-10-13T22:37:23.627Z] === RUN   TestConfigDaemonLibtrustID
22:37:23 [2022-10-13T22:37:23.627Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
22:37:23 [2022-10-13T22:37:23.627Z] === RUN   TestConfigDaemonID
22:37:23 [2022-10-13T22:37:23.885Z]     daemon_test.go:86: [d0de8cd902d56] daemon is not started
22:37:23 [2022-10-13T22:37:23.885Z] --- PASS: TestConfigDaemonID (1.04s)
22:37:23 [2022-10-13T22:37:23.885Z] === RUN   TestDaemonConfigValidation
22:37:23 [2022-10-13T22:37:23.885Z] === RUN   TestDaemonConfigValidation/config_with_no_content
22:37:23 [2022-10-13T22:37:23.885Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
22:37:23 [2022-10-13T22:37:23.885Z] === RUN   TestDaemonConfigValidation/config_with_{}
22:37:23 [2022-10-13T22:37:23.885Z] === PAUSE TestDaemonConfigValidation/config_with_{}
22:37:23 [2022-10-13T22:37:23.885Z] === RUN   TestDaemonConfigValidation/invalid_config
22:37:23 [2022-10-13T22:37:23.885Z] === PAUSE TestDaemonConfigValidation/invalid_config
22:37:23 [2022-10-13T22:37:23.885Z] === RUN   TestDaemonConfigValidation/malformed_config
22:37:23 [2022-10-13T22:37:23.885Z] === PAUSE TestDaemonConfigValidation/malformed_config
22:37:23 [2022-10-13T22:37:23.885Z] === RUN   TestDaemonConfigValidation/valid_config
22:37:23 [2022-10-13T22:37:23.885Z] === PAUSE TestDaemonConfigValidation/valid_config
22:37:23 [2022-10-13T22:37:23.885Z] === CONT  TestDaemonConfigValidation/config_with_no_content
22:37:23 [2022-10-13T22:37:23.885Z] === CONT  TestDaemonConfigValidation/malformed_config
22:37:24 [2022-10-13T22:37:24.144Z] === CONT  TestDaemonConfigValidation/invalid_config
22:37:24 [2022-10-13T22:37:24.144Z] === CONT  TestDaemonConfigValidation/config_with_{}
22:37:24 [2022-10-13T22:37:24.144Z] === CONT  TestDaemonConfigValidation/valid_config
22:37:24 [2022-10-13T22:37:24.144Z] --- PASS: TestDaemonConfigValidation (0.00s)
22:37:24 [2022-10-13T22:37:24.144Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.07s)
22:37:24 [2022-10-13T22:37:24.144Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s)
22:37:24 [2022-10-13T22:37:24.144Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.07s)
22:37:24 [2022-10-13T22:37:24.144Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s)
22:37:24 [2022-10-13T22:37:24.144Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.05s)
22:37:24 [2022-10-13T22:37:24.144Z] === RUN   TestConfigDaemonSeccompProfiles
22:37:24 [2022-10-13T22:37:24.144Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
22:37:25 [2022-10-13T22:37:25.078Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
22:37:26 [2022-10-13T22:37:26.453Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
22:37:27 [2022-10-13T22:37:27.387Z] === CONT  TestConfigDaemonSeccompProfiles
22:37:27 [2022-10-13T22:37:27.387Z]     daemon_test.go:200: [d452780c7a24e] daemon is not started
22:37:27 [2022-10-13T22:37:27.387Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
22:37:27 [2022-10-13T22:37:27.387Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
22:37:27 [2022-10-13T22:37:27.387Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
22:37:27 [2022-10-13T22:37:27.387Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
22:37:27 [2022-10-13T22:37:27.387Z] === RUN   TestDaemonProxy
22:37:27 [2022-10-13T22:37:27.387Z] === RUN   TestDaemonProxy/environment_variables
22:37:29 [2022-10-13T22:37:29.286Z] === RUN   TestDaemonProxy/command-line_options
22:37:30 [2022-10-13T22:37:30.660Z] === RUN   TestDaemonProxy/configuration_file
22:37:32 [2022-10-13T22:37:32.559Z] === RUN   TestDaemonProxy/conflicting_options
22:37:33 [2022-10-13T22:37:33.164Z] === RUN   TestDaemonProxy/reload_sanitized
22:37:33 [2022-10-13T22:37:33.430Z] --- PASS: TestDaemonProxy (6.22s)
22:37:33 [2022-10-13T22:37:33.430Z]     --- PASS: TestDaemonProxy/environment_variables (1.72s)
22:37:33 [2022-10-13T22:37:33.430Z]     --- PASS: TestDaemonProxy/command-line_options (1.75s)
22:37:33 [2022-10-13T22:37:33.430Z]     --- PASS: TestDaemonProxy/configuration_file (1.73s)
22:37:33 [2022-10-13T22:37:33.430Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
22:37:33 [2022-10-13T22:37:33.430Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
22:37:33 [2022-10-13T22:37:33.430Z] === RUN   TestLiveRestore
22:37:33 [2022-10-13T22:37:33.430Z] === RUN   TestLiveRestore/volume_references
22:37:33 [2022-10-13T22:37:33.430Z] === PAUSE TestLiveRestore/volume_references
22:37:33 [2022-10-13T22:37:33.430Z] === CONT  TestLiveRestore/volume_references
22:37:34 [2022-10-13T22:37:34.392Z] === RUN   TestLiveRestore/volume_references/restartPolicy
22:37:34 [2022-10-13T22:37:34.392Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
22:37:35 [2022-10-13T22:37:35.326Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
22:37:36 [2022-10-13T22:37:36.259Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
22:37:37 [2022-10-13T22:37:37.194Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
22:37:38 [2022-10-13T22:37:38.127Z] --- PASS: TestLiveRestore (0.00s)
22:37:38 [2022-10-13T22:37:38.127Z]     --- PASS: TestLiveRestore/volume_references (4.63s)
22:37:38 [2022-10-13T22:37:38.127Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.93s)
22:37:38 [2022-10-13T22:37:38.127Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.98s)
22:37:38 [2022-10-13T22:37:38.127Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.96s)
22:37:38 [2022-10-13T22:37:38.127Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.96s)
22:37:38 [2022-10-13T22:37:38.127Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (1.03s)
22:37:38 [2022-10-13T22:37:38.127Z] PASS
22:37:38 [2022-10-13T22:37:38.127Z] 
22:37:38 [2022-10-13T22:37:38.127Z] DONE 25 tests in 15.907s
22:37:38 [2022-10-13T22:37:38.127Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
22:37:38 [2022-10-13T22:37:38.127Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
22:37:38 [2022-10-13T22:37:38.127Z] ++ set -e
22:37:38 [2022-10-13T22:37:38.127Z] ++ '[' -n 0 ']'
22:37:38 [2022-10-13T22:37:38.127Z] ++ set -x
22:37:38 [2022-10-13T22:37:38.127Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
22:37:38 [2022-10-13T22:37:38.386Z] INFO: Testing against a local daemon
22:37:38 [2022-10-13T22:37:38.386Z] === RUN   TestCommitInheritsEnv
22:37:38 [2022-10-13T22:37:38.644Z] --- PASS: TestCommitInheritsEnv (0.29s)
22:37:38 [2022-10-13T22:37:38.644Z] === RUN   TestImportExtremelyLargeImageWorks
22:37:38 [2022-10-13T22:37:38.644Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
22:37:38 [2022-10-13T22:37:38.644Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
22:37:38 [2022-10-13T22:37:38.644Z] === RUN   TestImportWithCustomPlatform
22:37:38 [2022-10-13T22:37:38.644Z] === RUN   TestImportWithCustomPlatform/#00
22:37:38 [2022-10-13T22:37:38.644Z] === RUN   TestImportWithCustomPlatform/_______
22:37:38 [2022-10-13T22:37:38.644Z] === RUN   TestImportWithCustomPlatform//
22:37:38 [2022-10-13T22:37:38.644Z] === RUN   TestImportWithCustomPlatform/linux
22:37:38 [2022-10-13T22:37:38.902Z] === RUN   TestImportWithCustomPlatform/LINUX
22:37:38 [2022-10-13T22:37:38.902Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
22:37:38 [2022-10-13T22:37:38.902Z] === RUN   TestImportWithCustomPlatform/macos
22:37:38 [2022-10-13T22:37:38.902Z] === RUN   TestImportWithCustomPlatform/macos/arm64
22:37:38 [2022-10-13T22:37:38.902Z] === RUN   TestImportWithCustomPlatform/nintendo64
22:37:38 [2022-10-13T22:37:38.902Z] --- PASS: TestImportWithCustomPlatform (0.33s)
22:37:38 [2022-10-13T22:37:38.902Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
22:37:38 [2022-10-13T22:37:38.902Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
22:37:38 [2022-10-13T22:37:38.902Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
22:37:38 [2022-10-13T22:37:38.902Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
22:37:38 [2022-10-13T22:37:38.902Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.08s)
22:37:38 [2022-10-13T22:37:38.902Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.08s)
22:37:38 [2022-10-13T22:37:38.902Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
22:37:38 [2022-10-13T22:37:38.902Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
22:37:38 [2022-10-13T22:37:38.902Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
22:37:38 [2022-10-13T22:37:38.902Z] === RUN   TestImagesFilterMultiReference
22:37:38 [2022-10-13T22:37:38.902Z] --- PASS: TestImagesFilterMultiReference (0.06s)
22:37:38 [2022-10-13T22:37:38.902Z] === RUN   TestImagePullPlatformInvalid
22:37:39 [2022-10-13T22:37:39.160Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
22:37:39 [2022-10-13T22:37:39.160Z] === RUN   TestRemoveImageOrphaning
22:37:39 [2022-10-13T22:37:39.418Z] --- PASS: TestRemoveImageOrphaning (0.29s)
22:37:39 [2022-10-13T22:37:39.418Z] === RUN   TestRemoveImageGarbageCollector
22:37:39 [2022-10-13T22:37:39.418Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:37:39 [2022-10-13T22:37:39.418Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
22:37:39 [2022-10-13T22:37:39.418Z] === RUN   TestTagUnprefixedRepoByNameOrName
22:37:39 [2022-10-13T22:37:39.418Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
22:37:39 [2022-10-13T22:37:39.418Z] === RUN   TestTagInvalidReference
22:37:39 [2022-10-13T22:37:39.418Z] --- PASS: TestTagInvalidReference (0.01s)
22:37:39 [2022-10-13T22:37:39.418Z] === RUN   TestTagValidPrefixedRepo
22:37:39 [2022-10-13T22:37:39.418Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
22:37:39 [2022-10-13T22:37:39.418Z] === RUN   TestTagExistedNameWithoutForce
22:37:39 [2022-10-13T22:37:39.418Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
22:37:39 [2022-10-13T22:37:39.418Z] === RUN   TestTagOfficialNames
22:37:39 [2022-10-13T22:37:39.418Z] --- PASS: TestTagOfficialNames (0.06s)
22:37:39 [2022-10-13T22:37:39.418Z] === RUN   TestTagMatchesDigest
22:37:39 [2022-10-13T22:37:39.418Z] --- PASS: TestTagMatchesDigest (0.01s)
22:37:39 [2022-10-13T22:37:39.418Z] PASS
22:37:39 [2022-10-13T22:37:39.418Z] 
22:37:39 [2022-10-13T22:37:39.418Z] === Skipped
22:37:39 [2022-10-13T22:37:39.418Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
22:37:39 [2022-10-13T22:37:39.418Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
22:37:39 [2022-10-13T22:37:39.418Z] 
22:37:39 [2022-10-13T22:37:39.418Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
22:37:39 [2022-10-13T22:37:39.418Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:37:39 [2022-10-13T22:37:39.418Z] 
22:37:39 [2022-10-13T22:37:39.418Z] DONE 22 tests, 2 skipped in 1.372s
22:37:39 [2022-10-13T22:37:39.418Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
22:37:39 [2022-10-13T22:37:39.418Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
22:37:39 [2022-10-13T22:37:39.418Z] ++ set -e
22:37:39 [2022-10-13T22:37:39.418Z] ++ '[' -n 0 ']'
22:37:39 [2022-10-13T22:37:39.418Z] ++ set -x
22:37:39 [2022-10-13T22:37:39.419Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
22:37:39 [2022-10-13T22:37:39.677Z] === RUN   TestStripANSICommands
22:37:39 [2022-10-13T22:37:39.677Z] === RUN   TestStripANSICommands/#00
22:37:39 [2022-10-13T22:37:39.677Z] === RUN   TestStripANSICommands/#01
22:37:39 [2022-10-13T22:37:39.677Z] --- PASS: TestStripANSICommands (0.00s)
22:37:39 [2022-10-13T22:37:39.677Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
22:37:39 [2022-10-13T22:37:39.677Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
22:37:39 [2022-10-13T22:37:39.677Z] PASS
22:37:39 [2022-10-13T22:37:39.677Z] 
22:37:39 [2022-10-13T22:37:39.677Z] DONE 3 tests in 0.049s
22:37:39 [2022-10-13T22:37:39.677Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
22:37:39 [2022-10-13T22:37:39.677Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
22:37:39 [2022-10-13T22:37:39.677Z] ++ set -e
22:37:39 [2022-10-13T22:37:39.677Z] ++ '[' -n 0 ']'
22:37:39 [2022-10-13T22:37:39.677Z] ++ set -x
22:37:39 [2022-10-13T22:37:39.677Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
22:37:39 [2022-10-13T22:37:39.677Z] INFO: Testing against a local daemon
22:37:39 [2022-10-13T22:37:39.677Z] === RUN   TestNetworkCreateDelete
22:37:39 [2022-10-13T22:37:39.935Z] --- PASS: TestNetworkCreateDelete (0.14s)
22:37:39 [2022-10-13T22:37:39.935Z] === RUN   TestDockerNetworkDeletePreferID
22:37:40 [2022-10-13T22:37:40.193Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s)
22:37:40 [2022-10-13T22:37:40.193Z] === RUN   TestDaemonDNSFallback
22:37:46 [2022-10-13T22:37:46.752Z] --- PASS: TestDaemonDNSFallback (6.31s)
22:37:46 [2022-10-13T22:37:46.752Z] === RUN   TestInspectNetwork
22:37:49 [2022-10-13T22:37:49.282Z] === RUN   TestInspectNetwork/full_network_id
22:37:49 [2022-10-13T22:37:49.282Z] === RUN   TestInspectNetwork/partial_network_id
22:37:49 [2022-10-13T22:37:49.282Z] === RUN   TestInspectNetwork/network_name
22:37:49 [2022-10-13T22:37:49.282Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
22:37:53 [2022-10-13T22:37:53.466Z] --- PASS: TestInspectNetwork (6.81s)
22:37:53 [2022-10-13T22:37:53.466Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
22:37:53 [2022-10-13T22:37:53.466Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
22:37:53 [2022-10-13T22:37:53.466Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
22:37:53 [2022-10-13T22:37:53.466Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
22:37:53 [2022-10-13T22:37:53.466Z] === RUN   TestRunContainerWithBridgeNone
22:37:54 [2022-10-13T22:37:54.841Z] --- PASS: TestRunContainerWithBridgeNone (1.56s)
22:37:54 [2022-10-13T22:37:54.841Z] === RUN   TestNetworkInvalidJSON
22:37:54 [2022-10-13T22:37:54.841Z] === RUN   TestNetworkInvalidJSON/networks/create
22:37:54 [2022-10-13T22:37:54.841Z] === PAUSE TestNetworkInvalidJSON/networks/create
22:37:54 [2022-10-13T22:37:54.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
22:37:54 [2022-10-13T22:37:54.841Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
22:37:54 [2022-10-13T22:37:54.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
22:37:54 [2022-10-13T22:37:54.841Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
22:37:54 [2022-10-13T22:37:54.841Z] === CONT  TestNetworkInvalidJSON/networks/create
22:37:54 [2022-10-13T22:37:54.841Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
22:37:54 [2022-10-13T22:37:54.841Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
22:37:54 [2022-10-13T22:37:54.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
22:37:54 [2022-10-13T22:37:54.841Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
22:37:54 [2022-10-13T22:37:54.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
22:37:54 [2022-10-13T22:37:54.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
22:37:54 [2022-10-13T22:37:54.841Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
22:37:54 [2022-10-13T22:37:54.841Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
22:37:54 [2022-10-13T22:37:54.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
22:37:54 [2022-10-13T22:37:54.841Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
22:37:54 [2022-10-13T22:37:54.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
22:37:54 [2022-10-13T22:37:54.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
22:37:54 [2022-10-13T22:37:54.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
22:37:54 [2022-10-13T22:37:54.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
22:37:54 [2022-10-13T22:37:54.841Z] --- PASS: TestNetworkInvalidJSON (0.02s)
22:37:54 [2022-10-13T22:37:54.841Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.01s)
22:37:54 [2022-10-13T22:37:54.841Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
22:37:54 [2022-10-13T22:37:54.841Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
22:37:54 [2022-10-13T22:37:54.841Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
22:37:54 [2022-10-13T22:37:54.841Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
22:37:54 [2022-10-13T22:37:54.841Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s)
22:37:54 [2022-10-13T22:37:54.841Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
22:37:54 [2022-10-13T22:37:54.841Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
22:37:54 [2022-10-13T22:37:54.841Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
22:37:54 [2022-10-13T22:37:54.841Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
22:37:54 [2022-10-13T22:37:54.841Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
22:37:54 [2022-10-13T22:37:54.841Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
22:37:54 [2022-10-13T22:37:54.841Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
22:37:54 [2022-10-13T22:37:54.841Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
22:37:54 [2022-10-13T22:37:54.841Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
22:37:54 [2022-10-13T22:37:54.841Z] === RUN   TestNetworkList
22:37:54 [2022-10-13T22:37:54.841Z] === RUN   TestNetworkList//networks
22:37:54 [2022-10-13T22:37:54.841Z] === PAUSE TestNetworkList//networks
22:37:54 [2022-10-13T22:37:54.841Z] === RUN   TestNetworkList//networks/
22:37:54 [2022-10-13T22:37:54.841Z] === PAUSE TestNetworkList//networks/
22:37:54 [2022-10-13T22:37:54.841Z] === CONT  TestNetworkList//networks
22:37:54 [2022-10-13T22:37:54.841Z] === CONT  TestNetworkList//networks/
22:37:54 [2022-10-13T22:37:54.841Z] --- PASS: TestNetworkList (0.01s)
22:37:54 [2022-10-13T22:37:54.841Z]     --- PASS: TestNetworkList//networks (0.00s)
22:37:54 [2022-10-13T22:37:54.841Z]     --- PASS: TestNetworkList//networks/ (0.00s)
22:37:54 [2022-10-13T22:37:54.841Z] === RUN   TestHostIPv4BridgeLabel
22:37:55 [2022-10-13T22:37:55.407Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
22:37:55 [2022-10-13T22:37:55.407Z] === RUN   TestDaemonRestartWithLiveRestore
22:37:56 [2022-10-13T22:37:56.781Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
22:37:56 [2022-10-13T22:37:56.781Z] === RUN   TestDaemonDefaultNetworkPools
22:37:57 [2022-10-13T22:37:57.347Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s)
22:37:57 [2022-10-13T22:37:57.347Z] === RUN   TestDaemonRestartWithExistingNetwork
22:37:58 [2022-10-13T22:37:58.721Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s)
22:37:58 [2022-10-13T22:37:58.721Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
22:37:59 [2022-10-13T22:37:59.655Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.23s)
22:37:59 [2022-10-13T22:37:59.655Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
22:38:00 [2022-10-13T22:38:00.221Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
22:38:00 [2022-10-13T22:38:00.221Z] === RUN   TestServiceWithPredefinedNetwork
22:38:02 [2022-10-13T22:38:02.751Z] --- PASS: TestServiceWithPredefinedNetwork (2.30s)
22:38:02 [2022-10-13T22:38:02.751Z] === RUN   TestServiceRemoveKeepsIngressNetwork
22:38:02 [2022-10-13T22:38:02.751Z]     service_test.go:242: FLAKY_TEST
22:38:02 [2022-10-13T22:38:02.751Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
22:38:02 [2022-10-13T22:38:02.751Z] === RUN   TestServiceWithDataPathPortInit
22:38:17 [2022-10-13T22:38:17.625Z] --- PASS: TestServiceWithDataPathPortInit (13.64s)
22:38:17 [2022-10-13T22:38:17.625Z] === RUN   TestServiceWithDefaultAddressPoolInit
22:38:18 [2022-10-13T22:38:18.560Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:za6nznc4je1aqwci7ashwu1x1 Created:2022-10-13 22:38:17.450663541 +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[35728a57cd0d6bcf5cf26bc9dd479e79c1949aefa3a769aea5f30ab2d2415f65:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.bh5keqwf8bg82b2jwy12z2tt1 EndpointID:99c800c3df7b8b4250de6b31ae077029032491199532838bd37581e6f28e64f6 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:4b087851883ac8c3067b892321ea487b6554df36d88a2bdaeb074a530abb2f3b 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:0733e375ea21 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.bh5keqwf8bg82b2jwy12z2tt1 EndpointID:99c800c3df7b8b4250de6b31ae077029032491199532838bd37581e6f28e64f6 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
22:38:23 [2022-10-13T22:38:23.824Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.79s)
22:38:23 [2022-10-13T22:38:23.824Z] PASS
22:38:23 [2022-10-13T22:38:23.824Z] 
22:38:23 [2022-10-13T22:38:23.824Z] === Skipped
22:38:23 [2022-10-13T22:38:23.824Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
22:38:23 [2022-10-13T22:38:23.824Z]     service_test.go:242: FLAKY_TEST
22:38:23 [2022-10-13T22:38:23.824Z] 
22:38:23 [2022-10-13T22:38:23.824Z] DONE 38 tests, 1 skipped in 43.349s
22:38:23 [2022-10-13T22:38:23.824Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
22:38:23 [2022-10-13T22:38:23.824Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
22:38:23 [2022-10-13T22:38:23.824Z] ++ set -e
22:38:23 [2022-10-13T22:38:23.824Z] ++ '[' -n 0 ']'
22:38:23 [2022-10-13T22:38:23.824Z] ++ set -x
22:38:23 [2022-10-13T22:38:23.824Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
22:38:23 [2022-10-13T22:38:23.824Z] INFO: Testing against a local daemon
22:38:23 [2022-10-13T22:38:23.824Z] === RUN   TestDockerNetworkIpvlanPersistance
22:38:23 [2022-10-13T22:38:23.824Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:38:23 [2022-10-13T22:38:23.824Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
22:38:23 [2022-10-13T22:38:23.824Z] === RUN   TestDockerNetworkIpvlan
22:38:23 [2022-10-13T22:38:23.824Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:38:23 [2022-10-13T22:38:23.824Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
22:38:23 [2022-10-13T22:38:23.824Z] PASS
22:38:23 [2022-10-13T22:38:23.824Z] 
22:38:23 [2022-10-13T22:38:23.824Z] === Skipped
22:38:23 [2022-10-13T22:38:23.824Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
22:38:23 [2022-10-13T22:38:23.824Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:38:23 [2022-10-13T22:38:23.824Z] 
22:38:23 [2022-10-13T22:38:23.824Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
22:38:23 [2022-10-13T22:38:23.824Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:38:23 [2022-10-13T22:38:23.824Z] 
22:38:23 [2022-10-13T22:38:23.824Z] DONE 2 tests, 2 skipped in 0.101s
22:38:23 [2022-10-13T22:38:23.824Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
22:38:23 [2022-10-13T22:38:23.824Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
22:38:23 [2022-10-13T22:38:23.824Z] ++ set -e
22:38:23 [2022-10-13T22:38:23.824Z] ++ '[' -n 0 ']'
22:38:23 [2022-10-13T22:38:23.824Z] ++ set -x
22:38:23 [2022-10-13T22:38:23.824Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
22:38:23 [2022-10-13T22:38:23.824Z] INFO: Testing against a local daemon
22:38:23 [2022-10-13T22:38:23.824Z] === RUN   TestDockerNetworkMacvlanPersistance
22:38:24 [2022-10-13T22:38:24.390Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.25s)
22:38:24 [2022-10-13T22:38:24.390Z] === RUN   TestDockerNetworkMacvlan
22:38:25 [2022-10-13T22:38:25.325Z] === RUN   TestDockerNetworkMacvlan/Subinterface
22:38:25 [2022-10-13T22:38:25.891Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
22:38:26 [2022-10-13T22:38:26.457Z] === RUN   TestDockerNetworkMacvlan/NilParent
22:38:28 [2022-10-13T22:38:28.358Z] === RUN   TestDockerNetworkMacvlan/InternalMode
22:38:30 [2022-10-13T22:38:30.258Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
22:38:33 [2022-10-13T22:38:33.542Z] === RUN   TestDockerNetworkMacvlan/Addressing
22:38:34 [2022-10-13T22:38:34.108Z] --- PASS: TestDockerNetworkMacvlan (9.61s)
22:38:34 [2022-10-13T22:38:34.108Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s)
22:38:34 [2022-10-13T22:38:34.108Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.06s)
22:38:34 [2022-10-13T22:38:34.108Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.82s)
22:38:34 [2022-10-13T22:38:34.108Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.89s)
22:38:34 [2022-10-13T22:38:34.108Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.02s)
22:38:34 [2022-10-13T22:38:34.108Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.58s)
22:38:34 [2022-10-13T22:38:34.108Z] PASS
22:38:34 [2022-10-13T22:38:34.108Z] 
22:38:34 [2022-10-13T22:38:34.108Z] DONE 8 tests in 10.965s
22:38:34 [2022-10-13T22:38:34.108Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
22:38:34 [2022-10-13T22:38:34.108Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
22:38:34 [2022-10-13T22:38:34.108Z] ++ set -e
22:38:34 [2022-10-13T22:38:34.108Z] ++ '[' -n 0 ']'
22:38:34 [2022-10-13T22:38:34.108Z] ++ set -x
22:38:34 [2022-10-13T22:38:34.108Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
22:38:34 [2022-10-13T22:38:34.108Z] testing: warning: no tests to run
22:38:34 [2022-10-13T22:38:34.108Z] PASS
22:38:34 [2022-10-13T22:38:34.108Z] 
22:38:34 [2022-10-13T22:38:34.108Z] DONE 0 tests in 0.027s
22:38:34 [2022-10-13T22:38:34.108Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
22:38:34 [2022-10-13T22:38:34.108Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
22:38:34 [2022-10-13T22:38:34.108Z] ++ set -e
22:38:34 [2022-10-13T22:38:34.108Z] ++ '[' -n 0 ']'
22:38:34 [2022-10-13T22:38:34.108Z] ++ set -x
22:38:34 [2022-10-13T22:38:34.108Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
22:38:34 [2022-10-13T22:38:34.108Z] INFO: Testing against a local daemon
22:38:34 [2022-10-13T22:38:34.108Z] === RUN   TestAuthZPluginAllowRequest
22:38:35 [2022-10-13T22:38:35.482Z] --- PASS: TestAuthZPluginAllowRequest (1.12s)
22:38:35 [2022-10-13T22:38:35.482Z] === RUN   TestAuthZPluginTLS
22:38:36 [2022-10-13T22:38:36.048Z] --- PASS: TestAuthZPluginTLS (0.55s)
22:38:36 [2022-10-13T22:38:36.048Z] === RUN   TestAuthZPluginDenyRequest
22:38:36 [2022-10-13T22:38:36.306Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
22:38:36 [2022-10-13T22:38:36.306Z] === RUN   TestAuthZPluginAPIDenyResponse
22:38:36 [2022-10-13T22:38:36.872Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
22:38:36 [2022-10-13T22:38:36.872Z] === RUN   TestAuthZPluginDenyResponse
22:38:37 [2022-10-13T22:38:37.437Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
22:38:37 [2022-10-13T22:38:37.437Z] === RUN   TestAuthZPluginAllowEventStream
22:38:38 [2022-10-13T22:38:38.848Z] --- PASS: TestAuthZPluginAllowEventStream (1.18s)
22:38:38 [2022-10-13T22:38:38.848Z] === RUN   TestAuthZPluginErrorResponse
22:38:39 [2022-10-13T22:38:39.117Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
22:38:39 [2022-10-13T22:38:39.117Z] === RUN   TestAuthZPluginErrorRequest
22:38:39 [2022-10-13T22:38:39.695Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
22:38:39 [2022-10-13T22:38:39.695Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
22:38:40 [2022-10-13T22:38:40.266Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
22:38:40 [2022-10-13T22:38:40.266Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
22:38:41 [2022-10-13T22:38:41.640Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.37s)
22:38:41 [2022-10-13T22:38:41.640Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
22:38:43 [2022-10-13T22:38:43.014Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.35s)
22:38:43 [2022-10-13T22:38:43.014Z] === RUN   TestAuthZPluginHeader
22:38:43 [2022-10-13T22:38:43.580Z] --- PASS: TestAuthZPluginHeader (0.70s)
22:38:43 [2022-10-13T22:38:43.580Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
22:38:43 [2022-10-13T22:38:43.580Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:38:43 [2022-10-13T22:38:43.580Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
22:38:43 [2022-10-13T22:38:43.580Z] === RUN   TestAuthZPluginV2Disable
22:38:43 [2022-10-13T22:38:43.580Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:38:43 [2022-10-13T22:38:43.580Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
22:38:43 [2022-10-13T22:38:43.580Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
22:38:43 [2022-10-13T22:38:43.580Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:38:43 [2022-10-13T22:38:43.580Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
22:38:43 [2022-10-13T22:38:43.580Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
22:38:43 [2022-10-13T22:38:43.580Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:38:43 [2022-10-13T22:38:43.580Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
22:38:43 [2022-10-13T22:38:43.580Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
22:39:01 [2022-10-13T22:39:01.658Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.90s)
22:39:01 [2022-10-13T22:39:01.658Z] PASS
22:39:01 [2022-10-13T22:39:01.658Z] 
22:39:01 [2022-10-13T22:39:01.658Z] === Skipped
22:39:01 [2022-10-13T22:39:01.658Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
22:39:01 [2022-10-13T22:39:01.658Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:39:01 [2022-10-13T22:39:01.658Z] 
22:39:01 [2022-10-13T22:39:01.658Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
22:39:01 [2022-10-13T22:39:01.658Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:39:01 [2022-10-13T22:39:01.658Z] 
22:39:01 [2022-10-13T22:39:01.658Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
22:39:01 [2022-10-13T22:39:01.658Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:39:01 [2022-10-13T22:39:01.658Z] 
22:39:01 [2022-10-13T22:39:01.658Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
22:39:01 [2022-10-13T22:39:01.658Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:39:01 [2022-10-13T22:39:01.658Z] 
22:39:01 [2022-10-13T22:39:01.658Z] DONE 17 tests, 4 skipped in 26.480s
22:39:01 [2022-10-13T22:39:01.658Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
22:39:01 [2022-10-13T22:39:01.658Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
22:39:01 [2022-10-13T22:39:01.658Z] ++ set -e
22:39:01 [2022-10-13T22:39:01.658Z] ++ '[' -n 0 ']'
22:39:01 [2022-10-13T22:39:01.659Z] ++ set -x
22:39:01 [2022-10-13T22:39:01.659Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
22:39:01 [2022-10-13T22:39:01.659Z] INFO: Testing against a local daemon
22:39:01 [2022-10-13T22:39:01.659Z] === RUN   TestPluginInvalidJSON
22:39:01 [2022-10-13T22:39:01.659Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
22:39:01 [2022-10-13T22:39:01.659Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
22:39:01 [2022-10-13T22:39:01.659Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
22:39:01 [2022-10-13T22:39:01.659Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
22:39:01 [2022-10-13T22:39:01.659Z] === RUN   TestPluginInvalidJSON/plugins/pull
22:39:01 [2022-10-13T22:39:01.659Z] === PAUSE TestPluginInvalidJSON/plugins/pull
22:39:01 [2022-10-13T22:39:01.659Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
22:39:01 [2022-10-13T22:39:01.659Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
22:39:01 [2022-10-13T22:39:01.659Z] === CONT  TestPluginInvalidJSON/plugins/pull
22:39:01 [2022-10-13T22:39:01.659Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
22:39:01 [2022-10-13T22:39:01.659Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
22:39:01 [2022-10-13T22:39:01.659Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
22:39:01 [2022-10-13T22:39:01.659Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
22:39:01 [2022-10-13T22:39:01.659Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
22:39:01 [2022-10-13T22:39:01.659Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
22:39:01 [2022-10-13T22:39:01.659Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
22:39:01 [2022-10-13T22:39:01.659Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
22:39:01 [2022-10-13T22:39:01.659Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
22:39:01 [2022-10-13T22:39:01.659Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
22:39:01 [2022-10-13T22:39:01.659Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
22:39:01 [2022-10-13T22:39:01.659Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
22:39:01 [2022-10-13T22:39:01.659Z] --- PASS: TestPluginInvalidJSON (0.02s)
22:39:01 [2022-10-13T22:39:01.659Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
22:39:01 [2022-10-13T22:39:01.659Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
22:39:01 [2022-10-13T22:39:01.659Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
22:39:01 [2022-10-13T22:39:01.659Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
22:39:01 [2022-10-13T22:39:01.659Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
22:39:01 [2022-10-13T22:39:01.659Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s)
22:39:01 [2022-10-13T22:39:01.659Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
22:39:01 [2022-10-13T22:39:01.659Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
22:39:01 [2022-10-13T22:39:01.659Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
22:39:01 [2022-10-13T22:39:01.659Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
22:39:01 [2022-10-13T22:39:01.659Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
22:39:01 [2022-10-13T22:39:01.659Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
22:39:01 [2022-10-13T22:39:01.659Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
22:39:01 [2022-10-13T22:39:01.659Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
22:39:01 [2022-10-13T22:39:01.659Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
22:39:01 [2022-10-13T22:39:01.659Z] === RUN   TestPluginInstall
22:39:01 [2022-10-13T22:39:01.659Z] === RUN   TestPluginInstall/no_auth
22:39:04 [2022-10-13T22:39:04.943Z] time="2022-10-13T22:39:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:39:04 [2022-10-13T22:39:04.943Z] time="2022-10-13T22:39:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:49dd122091957da0f6cd4d838286e2852e6ba96361204403ddec6d2a5cd35383" mediatype=application/vnd.docker.plugin.v1+json size=522
22:39:04 [2022-10-13T22:39:04.943Z] time="2022-10-13T22:39:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:39:04 [2022-10-13T22:39:04.943Z] time="2022-10-13T22:39:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:49dd122091957da0f6cd4d838286e2852e6ba96361204403ddec6d2a5cd35383" mediatype=application/vnd.docker.plugin.v1+json size=522
22:39:04 [2022-10-13T22:39:04.943Z] === RUN   TestPluginInstall/with_htpasswd
22:39:05 [2022-10-13T22:39:05.202Z] time="2022-10-13T22:39:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:39:05 [2022-10-13T22:39:05.202Z] time="2022-10-13T22:39:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:49dd122091957da0f6cd4d838286e2852e6ba96361204403ddec6d2a5cd35383" mediatype=application/vnd.docker.plugin.v1+json size=522
22:39:05 [2022-10-13T22:39:05.202Z] time="2022-10-13T22:39:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:39:05 [2022-10-13T22:39:05.202Z] time="2022-10-13T22:39:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:49dd122091957da0f6cd4d838286e2852e6ba96361204403ddec6d2a5cd35383" mediatype=application/vnd.docker.plugin.v1+json size=522
22:39:05 [2022-10-13T22:39:05.460Z] === RUN   TestPluginInstall/with_insecure
22:39:06 [2022-10-13T22:39:06.394Z] time="2022-10-13T22:39:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:39:06 [2022-10-13T22:39:06.394Z] time="2022-10-13T22:39:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:894e5a9aef333ac5bf9d8e9890bf0c905edb95ccff18d29ba315b97bebffcc02" mediatype=application/vnd.docker.plugin.v1+json size=522
22:39:06 [2022-10-13T22:39:06.394Z] time="2022-10-13T22:39:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:39:06 [2022-10-13T22:39:06.394Z] time="2022-10-13T22:39:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:894e5a9aef333ac5bf9d8e9890bf0c905edb95ccff18d29ba315b97bebffcc02" mediatype=application/vnd.docker.plugin.v1+json size=522
22:39:06 [2022-10-13T22:39:06.652Z]     plugin_test.go:195: [d5f31aea4c821] daemon is not started
22:39:06 [2022-10-13T22:39:06.653Z] --- PASS: TestPluginInstall (5.81s)
22:39:06 [2022-10-13T22:39:06.653Z]     --- PASS: TestPluginInstall/no_auth (4.19s)
22:39:06 [2022-10-13T22:39:06.653Z]     --- PASS: TestPluginInstall/with_htpasswd (0.57s)
22:39:06 [2022-10-13T22:39:06.653Z]     --- PASS: TestPluginInstall/with_insecure (1.04s)
22:39:06 [2022-10-13T22:39:06.653Z] === RUN   TestPluginsWithRuntimes
22:39:08 [2022-10-13T22:39:08.026Z] === RUN   TestPluginsWithRuntimes/No_Args
22:39:08 [2022-10-13T22:39:08.959Z] === RUN   TestPluginsWithRuntimes/With_Args
22:39:09 [2022-10-13T22:39:09.892Z] --- PASS: TestPluginsWithRuntimes (3.34s)
22:39:09 [2022-10-13T22:39:09.892Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.88s)
22:39:09 [2022-10-13T22:39:09.892Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.90s)
22:39:09 [2022-10-13T22:39:09.892Z] === RUN   TestPluginBackCompatMediaTypes
22:39:10 [2022-10-13T22:39:10.459Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s)
22:39:10 [2022-10-13T22:39:10.459Z] PASS
22:39:10 [2022-10-13T22:39:10.459Z] 
22:39:10 [2022-10-13T22:39:10.459Z] DONE 24 tests in 9.876s
22:39:10 [2022-10-13T22:39:10.459Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
22:39:10 [2022-10-13T22:39:10.459Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
22:39:10 [2022-10-13T22:39:10.459Z] ++ set -e
22:39:10 [2022-10-13T22:39:10.459Z] ++ '[' -n 0 ']'
22:39:10 [2022-10-13T22:39:10.459Z] ++ set -x
22:39:10 [2022-10-13T22:39:10.459Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
22:39:10 [2022-10-13T22:39:10.717Z] INFO: Testing against a local daemon
22:39:10 [2022-10-13T22:39:10.717Z] === RUN   TestExternalGraphDriver
22:39:10 [2022-10-13T22:39:10.975Z] === RUN   TestExternalGraphDriver/json
22:39:12 [2022-10-13T22:39:12.875Z] === RUN   TestExternalGraphDriver/spec
22:39:14 [2022-10-13T22:39:14.248Z] === RUN   TestExternalGraphDriver/pull
22:39:16 [2022-10-13T22:39:16.148Z] --- PASS: TestExternalGraphDriver (5.22s)
22:39:16 [2022-10-13T22:39:16.148Z]     --- PASS: TestExternalGraphDriver/json (1.63s)
22:39:16 [2022-10-13T22:39:16.148Z]     --- PASS: TestExternalGraphDriver/spec (1.59s)
22:39:16 [2022-10-13T22:39:16.148Z]     --- PASS: TestExternalGraphDriver/pull (1.66s)
22:39:16 [2022-10-13T22:39:16.148Z] === RUN   TestGraphdriverPluginV2
22:39:16 [2022-10-13T22:39:16.148Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:39:16 [2022-10-13T22:39:16.148Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
22:39:16 [2022-10-13T22:39:16.148Z] PASS
22:39:16 [2022-10-13T22:39:16.148Z] 
22:39:16 [2022-10-13T22:39:16.148Z] === Skipped
22:39:16 [2022-10-13T22:39:16.148Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
22:39:16 [2022-10-13T22:39:16.148Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:39:16 [2022-10-13T22:39:16.148Z] 
22:39:16 [2022-10-13T22:39:16.148Z] DONE 5 tests, 1 skipped in 5.641s
22:39:16 [2022-10-13T22:39:16.148Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
22:39:16 [2022-10-13T22:39:16.148Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
22:39:16 [2022-10-13T22:39:16.148Z] ++ set -e
22:39:16 [2022-10-13T22:39:16.148Z] ++ '[' -n 0 ']'
22:39:16 [2022-10-13T22:39:16.148Z] ++ set -x
22:39:16 [2022-10-13T22:39:16.148Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
22:39:16 [2022-10-13T22:39:16.148Z] INFO: Testing against a local daemon
22:39:16 [2022-10-13T22:39:16.148Z] === RUN   TestContinueAfterPluginCrash
22:39:16 [2022-10-13T22:39:16.148Z] === PAUSE TestContinueAfterPluginCrash
22:39:16 [2022-10-13T22:39:16.148Z] === RUN   TestReadPluginNoRead
22:39:16 [2022-10-13T22:39:16.148Z] === PAUSE TestReadPluginNoRead
22:39:16 [2022-10-13T22:39:16.148Z] === RUN   TestDaemonStartWithLogOpt
22:39:16 [2022-10-13T22:39:16.148Z] === PAUSE TestDaemonStartWithLogOpt
22:39:16 [2022-10-13T22:39:16.148Z] === CONT  TestContinueAfterPluginCrash
22:39:16 [2022-10-13T22:39:16.148Z] === CONT  TestDaemonStartWithLogOpt
22:39:19 [2022-10-13T22:39:19.431Z] --- PASS: TestDaemonStartWithLogOpt (3.09s)
22:39:19 [2022-10-13T22:39:19.431Z] === CONT  TestReadPluginNoRead
22:39:21 [2022-10-13T22:39:21.961Z] === RUN   TestReadPluginNoRead/disabled_caching
22:39:22 [2022-10-13T22:39:22.894Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
22:39:24 [2022-10-13T22:39:24.270Z] === RUN   TestReadPluginNoRead/default
22:39:24 [2022-10-13T22:39:24.270Z] --- PASS: TestContinueAfterPluginCrash (8.06s)
22:39:25 [2022-10-13T22:39:25.205Z] === CONT  TestReadPluginNoRead
22:39:25 [2022-10-13T22:39:25.205Z]     read_test.go:91: [d0cb3f714ef8f] daemon is not started
22:39:25 [2022-10-13T22:39:25.205Z] --- PASS: TestReadPluginNoRead (5.88s)
22:39:25 [2022-10-13T22:39:25.205Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.26s)
22:39:25 [2022-10-13T22:39:25.205Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.23s)
22:39:25 [2022-10-13T22:39:25.205Z]     --- PASS: TestReadPluginNoRead/default (1.23s)
22:39:25 [2022-10-13T22:39:25.205Z] PASS
22:39:25 [2022-10-13T22:39:25.205Z] 
22:39:25 [2022-10-13T22:39:25.205Z] DONE 6 tests in 9.074s
22:39:25 [2022-10-13T22:39:25.205Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
22:39:25 [2022-10-13T22:39:25.205Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
22:39:25 [2022-10-13T22:39:25.205Z] ++ set -e
22:39:25 [2022-10-13T22:39:25.205Z] ++ '[' -n 0 ']'
22:39:25 [2022-10-13T22:39:25.205Z] ++ set -x
22:39:25 [2022-10-13T22:39:25.205Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
22:39:25 [2022-10-13T22:39:25.205Z] testing: warning: no tests to run
22:39:25 [2022-10-13T22:39:25.205Z] PASS
22:39:25 [2022-10-13T22:39:25.205Z] 
22:39:25 [2022-10-13T22:39:25.205Z] DONE 0 tests in 0.035s
22:39:25 [2022-10-13T22:39:25.205Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
22:39:25 [2022-10-13T22:39:25.205Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
22:39:25 [2022-10-13T22:39:25.205Z] ++ set -e
22:39:25 [2022-10-13T22:39:25.205Z] ++ '[' -n 0 ']'
22:39:25 [2022-10-13T22:39:25.205Z] ++ set -x
22:39:25 [2022-10-13T22:39:25.205Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
22:39:25 [2022-10-13T22:39:25.464Z] INFO: Testing against a local daemon
22:39:25 [2022-10-13T22:39:25.464Z] === RUN   TestPluginWithDevMounts
22:39:25 [2022-10-13T22:39:25.464Z] === PAUSE TestPluginWithDevMounts
22:39:25 [2022-10-13T22:39:25.464Z] === CONT  TestPluginWithDevMounts
22:39:26 [2022-10-13T22:39:26.839Z] --- PASS: TestPluginWithDevMounts (1.53s)
22:39:26 [2022-10-13T22:39:26.839Z] PASS
22:39:26 [2022-10-13T22:39:26.839Z] 
22:39:26 [2022-10-13T22:39:26.839Z] DONE 1 tests in 1.650s
22:39:27 [2022-10-13T22:39:27.097Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
22:39:27 [2022-10-13T22:39:27.097Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
22:39:27 [2022-10-13T22:39:27.097Z] ++ set -e
22:39:27 [2022-10-13T22:39:27.097Z] ++ '[' -n 0 ']'
22:39:27 [2022-10-13T22:39:27.097Z] ++ set -x
22:39:27 [2022-10-13T22:39:27.097Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
22:39:27 [2022-10-13T22:39:27.097Z] INFO: Testing against a local daemon
22:39:27 [2022-10-13T22:39:27.097Z] === RUN   TestSecretInspect
22:39:29 [2022-10-13T22:39:29.627Z] --- PASS: TestSecretInspect (2.13s)
22:39:29 [2022-10-13T22:39:29.627Z] === RUN   TestSecretList
22:39:31 [2022-10-13T22:39:31.527Z] --- PASS: TestSecretList (2.14s)
22:39:31 [2022-10-13T22:39:31.527Z] === RUN   TestSecretsCreateAndDelete
22:39:33 [2022-10-13T22:39:33.429Z] --- PASS: TestSecretsCreateAndDelete (2.19s)
22:39:33 [2022-10-13T22:39:33.429Z] === RUN   TestSecretsUpdate
22:39:35 [2022-10-13T22:39:35.959Z] --- PASS: TestSecretsUpdate (2.25s)
22:39:35 [2022-10-13T22:39:35.959Z] === RUN   TestTemplatedSecret
22:39:38 [2022-10-13T22:39:38.490Z] --- PASS: TestTemplatedSecret (2.51s)
22:39:38 [2022-10-13T22:39:38.490Z] === RUN   TestSecretCreateResolve
22:39:40 [2022-10-13T22:39:40.391Z] --- PASS: TestSecretCreateResolve (2.18s)
22:39:40 [2022-10-13T22:39:40.391Z] PASS
22:39:40 [2022-10-13T22:39:40.391Z] 
22:39:40 [2022-10-13T22:39:40.391Z] DONE 6 tests in 13.482s
22:39:40 [2022-10-13T22:39:40.391Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
22:39:40 [2022-10-13T22:39:40.391Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
22:39:40 [2022-10-13T22:39:40.391Z] ++ set -e
22:39:40 [2022-10-13T22:39:40.391Z] ++ '[' -n 0 ']'
22:39:40 [2022-10-13T22:39:40.391Z] ++ set -x
22:39:40 [2022-10-13T22:39:40.391Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
22:39:40 [2022-10-13T22:39:40.649Z] INFO: Testing against a local daemon
22:39:40 [2022-10-13T22:39:40.649Z] === RUN   TestServiceCreateInit
22:39:40 [2022-10-13T22:39:40.649Z] === RUN   TestServiceCreateInit/daemonInitDisabled
22:39:44 [2022-10-13T22:39:44.833Z] === RUN   TestServiceCreateInit/daemonInitEnabled
22:39:48 [2022-10-13T22:39:48.173Z] --- PASS: TestServiceCreateInit (7.27s)
22:39:48 [2022-10-13T22:39:48.173Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.60s)
22:39:48 [2022-10-13T22:39:48.173Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.66s)
22:39:48 [2022-10-13T22:39:48.173Z] === RUN   TestCreateServiceMultipleTimes
22:40:03 [2022-10-13T22:40:03.051Z] --- PASS: TestCreateServiceMultipleTimes (15.13s)
22:40:03 [2022-10-13T22:40:03.051Z] === RUN   TestCreateServiceConflict
22:40:04 [2022-10-13T22:40:04.950Z] --- PASS: TestCreateServiceConflict (1.83s)
22:40:04 [2022-10-13T22:40:04.950Z] === RUN   TestCreateServiceMaxReplicas
22:40:08 [2022-10-13T22:40:08.233Z] --- PASS: TestCreateServiceMaxReplicas (2.80s)
22:40:08 [2022-10-13T22:40:08.233Z] === RUN   TestCreateWithDuplicateNetworkNames
22:40:23 [2022-10-13T22:40:23.104Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.06s)
22:40:23 [2022-10-13T22:40:23.104Z] === RUN   TestCreateServiceSecretFileMode
22:40:23 [2022-10-13T22:40:23.104Z] --- PASS: TestCreateServiceSecretFileMode (2.40s)
22:40:23 [2022-10-13T22:40:23.104Z] === RUN   TestCreateServiceConfigFileMode
22:40:25 [2022-10-13T22:40:25.633Z] --- PASS: TestCreateServiceConfigFileMode (2.45s)
22:40:25 [2022-10-13T22:40:25.633Z] === RUN   TestCreateServiceSysctls
22:40:28 [2022-10-13T22:40:28.917Z] --- PASS: TestCreateServiceSysctls (2.99s)
22:40:28 [2022-10-13T22:40:28.917Z] === RUN   TestCreateServiceCapabilities
22:40:30 [2022-10-13T22:40:30.821Z] --- PASS: TestCreateServiceCapabilities (2.37s)
22:40:30 [2022-10-13T22:40:30.821Z] === RUN   TestInspect
22:40:34 [2022-10-13T22:40:34.108Z] --- PASS: TestInspect (2.77s)
22:40:34 [2022-10-13T22:40:34.108Z] === RUN   TestCreateJob
22:40:37 [2022-10-13T22:40:37.392Z] --- PASS: TestCreateJob (3.14s)
22:40:37 [2022-10-13T22:40:37.392Z] === RUN   TestReplicatedJob
22:40:42 [2022-10-13T22:40:42.658Z] --- PASS: TestReplicatedJob (4.97s)
22:40:42 [2022-10-13T22:40:42.658Z] === RUN   TestUpdateReplicatedJob
22:40:45 [2022-10-13T22:40:45.188Z] --- PASS: TestUpdateReplicatedJob (3.09s)
22:40:45 [2022-10-13T22:40:45.188Z] === RUN   TestServiceListWithStatuses
22:40:45 [2022-10-13T22:40:45.188Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
22:40:45 [2022-10-13T22:40:45.188Z] --- SKIP: TestServiceListWithStatuses (0.00s)
22:40:45 [2022-10-13T22:40:45.188Z] === RUN   TestDockerNetworkConnectAlias
22:40:49 [2022-10-13T22:40:49.374Z] --- PASS: TestDockerNetworkConnectAlias (4.11s)
22:40:49 [2022-10-13T22:40:49.374Z] === RUN   TestDockerNetworkReConnect
22:40:52 [2022-10-13T22:40:52.656Z] --- PASS: TestDockerNetworkReConnect (3.35s)
22:40:52 [2022-10-13T22:40:52.656Z] === RUN   TestServicePlugin
22:40:52 [2022-10-13T22:40:52.656Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:40:52 [2022-10-13T22:40:52.656Z] --- SKIP: TestServicePlugin (0.00s)
22:40:52 [2022-10-13T22:40:52.656Z] === RUN   TestServiceUpdateLabel
22:40:54 [2022-10-13T22:40:54.556Z] --- PASS: TestServiceUpdateLabel (2.19s)
22:40:54 [2022-10-13T22:40:54.556Z] === RUN   TestServiceUpdateSecrets
22:41:09 [2022-10-13T22:41:09.428Z] --- PASS: TestServiceUpdateSecrets (14.44s)
22:41:09 [2022-10-13T22:41:09.428Z] === RUN   TestServiceUpdateConfigs
22:41:24 [2022-10-13T22:41:24.298Z] --- PASS: TestServiceUpdateConfigs (14.45s)
22:41:24 [2022-10-13T22:41:24.298Z] === RUN   TestServiceUpdateNetwork
22:41:36 [2022-10-13T22:41:36.549Z] --- PASS: TestServiceUpdateNetwork (12.22s)
22:41:36 [2022-10-13T22:41:36.549Z] === RUN   TestServiceUpdatePidsLimit
22:41:36 [2022-10-13T22:41:36.807Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
22:41:37 [2022-10-13T22:41:37.741Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
22:41:44 [2022-10-13T22:41:44.301Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
22:41:52 [2022-10-13T22:41:52.409Z] --- PASS: TestServiceUpdatePidsLimit (16.15s)
22:41:52 [2022-10-13T22:41:52.409Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s)
22:41:52 [2022-10-13T22:41:52.409Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s)
22:41:52 [2022-10-13T22:41:52.409Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.90s)
22:41:52 [2022-10-13T22:41:52.409Z] PASS
22:41:52 [2022-10-13T22:41:52.409Z] 
22:41:52 [2022-10-13T22:41:52.409Z] === Skipped
22:41:52 [2022-10-13T22:41:52.409Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
22:41:52 [2022-10-13T22:41:52.409Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
22:41:52 [2022-10-13T22:41:52.409Z] 
22:41:52 [2022-10-13T22:41:52.409Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
22:41:52 [2022-10-13T22:41:52.409Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:41:52 [2022-10-13T22:41:52.409Z] 
22:41:52 [2022-10-13T22:41:52.409Z] DONE 27 tests, 2 skipped in 131.322s
22:41:52 [2022-10-13T22:41:52.409Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
22:41:52 [2022-10-13T22:41:52.410Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
22:41:52 [2022-10-13T22:41:52.410Z] ++ set -e
22:41:52 [2022-10-13T22:41:52.410Z] ++ '[' -n 0 ']'
22:41:52 [2022-10-13T22:41:52.410Z] ++ set -x
22:41:52 [2022-10-13T22:41:52.410Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
22:41:52 [2022-10-13T22:41:52.410Z] INFO: Testing against a local daemon
22:41:52 [2022-10-13T22:41:52.410Z] === RUN   TestSessionCreate
22:41:52 [2022-10-13T22:41:52.410Z] --- PASS: TestSessionCreate (0.02s)
22:41:52 [2022-10-13T22:41:52.410Z] === RUN   TestSessionCreateWithBadUpgrade
22:41:52 [2022-10-13T22:41:52.410Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
22:41:52 [2022-10-13T22:41:52.410Z] PASS
22:41:52 [2022-10-13T22:41:52.410Z] 
22:41:52 [2022-10-13T22:41:52.410Z] DONE 2 tests in 0.134s
22:41:52 [2022-10-13T22:41:52.410Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
22:41:52 [2022-10-13T22:41:52.410Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
22:41:52 [2022-10-13T22:41:52.410Z] ++ set -e
22:41:52 [2022-10-13T22:41:52.410Z] ++ '[' -n 0 ']'
22:41:52 [2022-10-13T22:41:52.410Z] ++ set -x
22:41:52 [2022-10-13T22:41:52.410Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
22:41:52 [2022-10-13T22:41:52.410Z] INFO: Testing against a local daemon
22:41:52 [2022-10-13T22:41:52.410Z] === RUN   TestCgroupDriverSystemdMemoryLimit
22:41:52 [2022-10-13T22:41:52.410Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
22:41:52 [2022-10-13T22:41:52.410Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
22:41:52 [2022-10-13T22:41:52.410Z] === RUN   TestDiskUsage
22:41:52 [2022-10-13T22:41:52.410Z] === PAUSE TestDiskUsage
22:41:52 [2022-10-13T22:41:52.410Z] === RUN   TestEventsExecDie
22:41:52 [2022-10-13T22:41:52.668Z] --- PASS: TestEventsExecDie (0.55s)
22:41:52 [2022-10-13T22:41:52.668Z] === RUN   TestEventsBackwardsCompatible
22:41:52 [2022-10-13T22:41:52.668Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
22:41:52 [2022-10-13T22:41:52.668Z] === RUN   TestEventsVolumeCreate
22:41:52 [2022-10-13T22:41:52.668Z] --- PASS: TestEventsVolumeCreate (0.06s)
22:41:52 [2022-10-13T22:41:52.668Z] === RUN   TestInfoBinaryCommits
22:41:52 [2022-10-13T22:41:52.668Z] --- PASS: TestInfoBinaryCommits (0.02s)
22:41:52 [2022-10-13T22:41:52.668Z] === RUN   TestInfoAPIVersioned
22:41:52 [2022-10-13T22:41:52.668Z] --- PASS: TestInfoAPIVersioned (0.01s)
22:41:52 [2022-10-13T22:41:52.668Z] === RUN   TestInfoAPI
22:41:52 [2022-10-13T22:41:52.926Z] --- PASS: TestInfoAPI (0.02s)
22:41:52 [2022-10-13T22:41:52.926Z] === RUN   TestInfoAPIWarnings
22:42:11 [2022-10-13T22:42:11.002Z] --- PASS: TestInfoAPIWarnings (16.54s)
22:42:11 [2022-10-13T22:42:11.002Z] === RUN   TestInfoDebug
22:42:11 [2022-10-13T22:42:11.002Z] --- PASS: TestInfoDebug (0.52s)
22:42:11 [2022-10-13T22:42:11.002Z] === RUN   TestInfoInsecureRegistries
22:42:11 [2022-10-13T22:42:11.002Z] --- PASS: TestInfoInsecureRegistries (0.52s)
22:42:11 [2022-10-13T22:42:11.002Z] === RUN   TestInfoRegistryMirrors
22:42:11 [2022-10-13T22:42:11.002Z] --- PASS: TestInfoRegistryMirrors (0.52s)
22:42:11 [2022-10-13T22:42:11.002Z] === RUN   TestLoginFailsWithBadCredentials
22:42:11 [2022-10-13T22:42:11.261Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
22:42:11 [2022-10-13T22:42:11.261Z] === RUN   TestPingCacheHeaders
22:42:11 [2022-10-13T22:42:11.261Z] --- PASS: TestPingCacheHeaders (0.02s)
22:42:11 [2022-10-13T22:42:11.261Z] === RUN   TestPingGet
22:42:11 [2022-10-13T22:42:11.261Z] --- PASS: TestPingGet (0.01s)
22:42:11 [2022-10-13T22:42:11.261Z] === RUN   TestPingHead
22:42:11 [2022-10-13T22:42:11.261Z] --- PASS: TestPingHead (0.02s)
22:42:11 [2022-10-13T22:42:11.261Z] === RUN   TestPingSwarmHeader
22:42:11 [2022-10-13T22:42:11.827Z] === RUN   TestPingSwarmHeader/before_swarm_init
22:42:12 [2022-10-13T22:42:12.394Z] === RUN   TestPingSwarmHeader/after_swarm_init
22:42:13 [2022-10-13T22:42:13.328Z] === RUN   TestPingSwarmHeader/after_swarm_leave
22:42:13 [2022-10-13T22:42:13.328Z] --- PASS: TestPingSwarmHeader (2.07s)
22:42:13 [2022-10-13T22:42:13.328Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
22:42:13 [2022-10-13T22:42:13.328Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
22:42:13 [2022-10-13T22:42:13.328Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
22:42:13 [2022-10-13T22:42:13.328Z] === RUN   TestPingBuilderHeader
22:42:13 [2022-10-13T22:42:13.328Z] === RUN   TestPingBuilderHeader/default_config
22:42:13 [2022-10-13T22:42:13.894Z] === RUN   TestPingBuilderHeader/buildkit_disabled
22:42:14 [2022-10-13T22:42:14.460Z] --- PASS: TestPingBuilderHeader (1.05s)
22:42:14 [2022-10-13T22:42:14.460Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
22:42:14 [2022-10-13T22:42:14.460Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
22:42:14 [2022-10-13T22:42:14.460Z] === RUN   TestVersion
22:42:14 [2022-10-13T22:42:14.460Z] --- PASS: TestVersion (0.02s)
22:42:14 [2022-10-13T22:42:14.460Z] === CONT  TestDiskUsage
22:42:15 [2022-10-13T22:42:15.026Z] === RUN   TestDiskUsage/empty
22:42:15 [2022-10-13T22:42:15.026Z] === RUN   TestDiskUsage/empty/container_types
22:42:15 [2022-10-13T22:42:15.026Z] === RUN   TestDiskUsage/empty/image_types
22:42:15 [2022-10-13T22:42:15.026Z] === RUN   TestDiskUsage/empty/volume_types
22:42:15 [2022-10-13T22:42:15.026Z] === RUN   TestDiskUsage/empty/build-cache_types
22:42:15 [2022-10-13T22:42:15.026Z] === RUN   TestDiskUsage/empty/container,_volume_types
22:42:15 [2022-10-13T22:42:15.026Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
22:42:15 [2022-10-13T22:42:15.026Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
22:42:15 [2022-10-13T22:42:15.026Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
22:42:15 [2022-10-13T22:42:15.026Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
22:42:15 [2022-10-13T22:42:15.026Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
22:42:15 [2022-10-13T22:42:15.026Z] === RUN   TestDiskUsage/after_LoadBusybox
22:42:15 [2022-10-13T22:42:15.284Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
22:42:15 [2022-10-13T22:42:15.284Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
22:42:15 [2022-10-13T22:42:15.284Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
22:42:15 [2022-10-13T22:42:15.284Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
22:42:15 [2022-10-13T22:42:15.284Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
22:42:15 [2022-10-13T22:42:15.284Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
22:42:15 [2022-10-13T22:42:15.284Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
22:42:15 [2022-10-13T22:42:15.284Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
22:42:15 [2022-10-13T22:42:15.284Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
22:42:15 [2022-10-13T22:42:15.284Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
22:42:15 [2022-10-13T22:42:15.284Z] === RUN   TestDiskUsage/after_container.Run
22:42:15 [2022-10-13T22:42:15.543Z] === RUN   TestDiskUsage/after_container.Run/container_types
22:42:15 [2022-10-13T22:42:15.543Z] === RUN   TestDiskUsage/after_container.Run/image_types
22:42:15 [2022-10-13T22:42:15.543Z] === RUN   TestDiskUsage/after_container.Run/volume_types
22:42:15 [2022-10-13T22:42:15.543Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
22:42:15 [2022-10-13T22:42:15.543Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
22:42:15 [2022-10-13T22:42:15.543Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
22:42:15 [2022-10-13T22:42:15.543Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
22:42:15 [2022-10-13T22:42:15.543Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
22:42:15 [2022-10-13T22:42:15.543Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
22:42:15 [2022-10-13T22:42:15.543Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
22:42:15 [2022-10-13T22:42:15.543Z] --- PASS: TestDiskUsage (1.17s)
22:42:15 [2022-10-13T22:42:15.543Z]     --- PASS: TestDiskUsage/empty (0.01s)
22:42:15 [2022-10-13T22:42:15.543Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
22:42:15 [2022-10-13T22:42:15.543Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
22:42:15 [2022-10-13T22:42:15.543Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
22:42:15 [2022-10-13T22:42:15.543Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
22:42:15 [2022-10-13T22:42:15.543Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
22:42:15 [2022-10-13T22:42:15.543Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
22:42:15 [2022-10-13T22:42:15.543Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
22:42:15 [2022-10-13T22:42:15.543Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
22:42:15 [2022-10-13T22:42:15.543Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
22:42:15 [2022-10-13T22:42:15.543Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
22:42:15 [2022-10-13T22:42:15.543Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.18s)
22:42:15 [2022-10-13T22:42:15.543Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
22:42:15 [2022-10-13T22:42:15.543Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
22:42:15 [2022-10-13T22:42:15.543Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
22:42:15 [2022-10-13T22:42:15.543Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
22:42:15 [2022-10-13T22:42:15.543Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
22:42:15 [2022-10-13T22:42:15.543Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
22:42:15 [2022-10-13T22:42:15.543Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
22:42:15 [2022-10-13T22:42:15.543Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
22:42:15 [2022-10-13T22:42:15.543Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
22:42:15 [2022-10-13T22:42:15.543Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
22:42:15 [2022-10-13T22:42:15.543Z]     --- PASS: TestDiskUsage/after_container.Run (0.32s)
22:42:15 [2022-10-13T22:42:15.543Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
22:42:15 [2022-10-13T22:42:15.543Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
22:42:15 [2022-10-13T22:42:15.543Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
22:42:15 [2022-10-13T22:42:15.543Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
22:42:15 [2022-10-13T22:42:15.543Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
22:42:15 [2022-10-13T22:42:15.801Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
22:42:15 [2022-10-13T22:42:15.801Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
22:42:15 [2022-10-13T22:42:15.801Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
22:42:15 [2022-10-13T22:42:15.801Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
22:42:15 [2022-10-13T22:42:15.801Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
22:42:15 [2022-10-13T22:42:15.801Z] PASS
22:42:15 [2022-10-13T22:42:15.801Z] 
22:42:15 [2022-10-13T22:42:15.801Z] === Skipped
22:42:15 [2022-10-13T22:42:15.801Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
22:42:15 [2022-10-13T22:42:15.801Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
22:42:15 [2022-10-13T22:42:15.801Z] 
22:42:15 [2022-10-13T22:42:15.801Z] DONE 57 tests, 1 skipped in 23.708s
22:42:15 [2022-10-13T22:42:15.801Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
22:42:15 [2022-10-13T22:42:15.801Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
22:42:15 [2022-10-13T22:42:15.801Z] ++ set -e
22:42:15 [2022-10-13T22:42:15.801Z] ++ '[' -n 0 ']'
22:42:15 [2022-10-13T22:42:15.801Z] ++ set -x
22:42:15 [2022-10-13T22:42:15.801Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
22:42:15 [2022-10-13T22:42:15.801Z] INFO: Testing against a local daemon
22:42:15 [2022-10-13T22:42:15.801Z] === RUN   TestVolumesCreateAndList
22:42:15 [2022-10-13T22:42:15.801Z] --- PASS: TestVolumesCreateAndList (0.02s)
22:42:15 [2022-10-13T22:42:15.801Z] === RUN   TestVolumesRemove
22:42:15 [2022-10-13T22:42:15.801Z] --- PASS: TestVolumesRemove (0.07s)
22:42:15 [2022-10-13T22:42:15.801Z] === RUN   TestVolumesInspect
22:42:15 [2022-10-13T22:42:15.801Z] --- PASS: TestVolumesInspect (0.02s)
22:42:15 [2022-10-13T22:42:15.801Z] === RUN   TestVolumesInvalidJSON
22:42:15 [2022-10-13T22:42:15.801Z] === RUN   TestVolumesInvalidJSON/volumes/create
22:42:15 [2022-10-13T22:42:15.801Z] === PAUSE TestVolumesInvalidJSON/volumes/create
22:42:15 [2022-10-13T22:42:15.801Z] === CONT  TestVolumesInvalidJSON/volumes/create
22:42:15 [2022-10-13T22:42:15.801Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
22:42:15 [2022-10-13T22:42:15.801Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
22:42:15 [2022-10-13T22:42:15.801Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
22:42:15 [2022-10-13T22:42:15.801Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
22:42:15 [2022-10-13T22:42:15.801Z] --- PASS: TestVolumesInvalidJSON (0.01s)
22:42:15 [2022-10-13T22:42:15.801Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
22:42:15 [2022-10-13T22:42:15.801Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
22:42:15 [2022-10-13T22:42:15.801Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
22:42:15 [2022-10-13T22:42:15.801Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
22:42:15 [2022-10-13T22:42:15.801Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
22:42:15 [2022-10-13T22:42:15.801Z] === RUN   TestVolumePruneAnonymous
22:42:16 [2022-10-13T22:42:16.059Z] --- PASS: TestVolumePruneAnonymous (0.04s)
22:42:16 [2022-10-13T22:42:16.059Z] PASS
22:42:16 [2022-10-13T22:42:16.059Z] 
22:42:16 [2022-10-13T22:42:16.059Z] DONE 10 tests in 0.248s
22:42:16 [2022-10-13T22:42:16.059Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
22:42:16 [2022-10-13T22:42:16.059Z] ++++ cat bundles/test-integration/docker.pid
22:42:16 [2022-10-13T22:42:16.059Z] +++ kill 14560
22:42:16 [2022-10-13T22:42:16.317Z] +++ /etc/init.d/apparmor stop
22:42:16 [2022-10-13T22:42:16.317Z] Leaving: AppArmorNo profiles have been unloaded.
22:42:16 [2022-10-13T22:42:16.317Z] 
22:42:16 [2022-10-13T22:42:16.317Z] Unloading profiles will leave already running processes permanently
22:42:16 [2022-10-13T22:42:16.317Z] unconfined, which can lead to unexpected situations.
22:42:16 [2022-10-13T22:42:16.317Z] 
22:42:16 [2022-10-13T22:42:16.317Z] To set a process to complain mode, use the command line tool
22:42:16 [2022-10-13T22:42:16.317Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
22:42:16 [2022-10-13T22:42:16.317Z] +++ true
22:42:16 [2022-10-13T22:42:16.317Z] exiting test-integration
22:42:16 [2022-10-13T22:42:16.317Z] ++ exit 0
22:42:16 [2022-10-13T22:42:16.317Z] 
Post stage
[Pipeline] junit
22:42:16 [2022-10-13T22:42:16.896Z] Recording test results
22:42:17 [2022-10-13T22:42:17.102Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
22:42:17 [2022-10-13T22:42:17.408Z] + echo Ensuring container killed.
22:42:17 [2022-10-13T22:42:17.408Z] Ensuring container killed.
22:42:17 [2022-10-13T22:42:17.408Z] + docker rm -vf docker-pr1
22:42:17 [2022-10-13T22:42:17.408Z] Error response from daemon: No such container: docker-pr1
[Pipeline] sh
22:42:17 [2022-10-13T22:42:17.688Z] + echo Chowning /workspace to jenkins user
22:42:17 [2022-10-13T22:42:17.688Z] Chowning /workspace to jenkins user
22:42:17 [2022-10-13T22:42:17.688Z] + id -u
22:42:17 [2022-10-13T22:42:17.688Z] + id -g
22:42:17 [2022-10-13T22:42:17.688Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44297:/workspace busybox chown -R 1000:1000 /workspace
22:42:17 [2022-10-13T22:42:17.688Z] Unable to find image 'busybox:latest' locally
22:42:17 [2022-10-13T22:42:17.688Z] latest: Pulling from library/busybox
22:42:17 [2022-10-13T22:42:17.946Z] 89485c9dae0b: Pulling fs layer
22:42:17 [2022-10-13T22:42:17.946Z] 89485c9dae0b: Verifying Checksum
22:42:17 [2022-10-13T22:42:17.946Z] 89485c9dae0b: Download complete
22:42:17 [2022-10-13T22:42:17.946Z] 89485c9dae0b: Pull complete
22:42:17 [2022-10-13T22:42:17.946Z] Digest: sha256:9810966b5f712084ea05bf28fc8ba2c8fb110baa2531a10e2da52c1efc504698
22:42:17 [2022-10-13T22:42:17.946Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
22:42:19 [2022-10-13T22:42:19.609Z] + bundleName=arm64-integration
22:42:19 [2022-10-13T22:42:19.609Z] + echo Creating arm64-integration-bundles.tar.gz
22:42:19 [2022-10-13T22:42:19.609Z] Creating arm64-integration-bundles.tar.gz
22:42:19 [2022-10-13T22:42:19.609Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
22:42:19 [2022-10-13T22:42:19.609Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
22:42:19 [2022-10-13T22:42:19.878Z] Archiving artifacts
22:42:21 [2022-10-13T22:42:21.810Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44297/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
22:42:22 [2022-10-13T22:42:22.105Z] + make clean
22:42:22 [2022-10-13T22:42:22.363Z] docker volume rm -f docker-dev-cache docker-mod-cache
22:42:22 [2022-10-13T22:42:22.363Z] docker-dev-cache
22:42:22 [2022-10-13T22:42:22.363Z] 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