Skip to content
Success

Console Output

Skipping 538 KB.. Full Log
22:26:17 [2022-10-17T22:26:17.983Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
22:26:17 [2022-10-17T22:26:17.983Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
22:26:17 [2022-10-17T22:26:17.983Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
22:26:17 [2022-10-17T22:26:17.983Z] --- PASS: TestCreateInvalidHostConfig (0.02s)
22:26:17 [2022-10-17T22:26:17.983Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
22:26:17 [2022-10-17T22:26:17.983Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
22:26:17 [2022-10-17T22:26:17.983Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
22:26:17 [2022-10-17T22:26:17.983Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
22:26:17 [2022-10-17T22:26:17.983Z] === RUN   TestContainerStartOnDaemonRestart
22:26:17 [2022-10-17T22:26:17.983Z] === PAUSE TestContainerStartOnDaemonRestart
22:26:17 [2022-10-17T22:26:17.983Z] === RUN   TestDaemonRestartIpcMode
22:26:17 [2022-10-17T22:26:17.983Z] === PAUSE TestDaemonRestartIpcMode
22:26:17 [2022-10-17T22:26:17.983Z] === RUN   TestDaemonHostGatewayIP
22:26:17 [2022-10-17T22:26:17.983Z] === PAUSE TestDaemonHostGatewayIP
22:26:17 [2022-10-17T22:26:17.983Z] === RUN   TestRestartDaemonWithRestartingContainer
22:26:17 [2022-10-17T22:26:17.983Z] === PAUSE TestRestartDaemonWithRestartingContainer
22:26:17 [2022-10-17T22:26:17.983Z] === RUN   TestContainerKillOnDaemonStart
22:26:17 [2022-10-17T22:26:17.983Z] === PAUSE TestContainerKillOnDaemonStart
22:26:17 [2022-10-17T22:26:17.983Z] === RUN   TestDiff
22:26:18 [2022-10-17T22:26:18.544Z] --- PASS: TestDiff (0.43s)
22:26:18 [2022-10-17T22:26:18.544Z] === RUN   TestExecConsoleSize
22:26:18 [2022-10-17T22:26:18.800Z] --- PASS: TestExecConsoleSize (0.48s)
22:26:18 [2022-10-17T22:26:18.800Z] === RUN   TestExecWithCloseStdin
22:26:19 [2022-10-17T22:26:19.362Z] --- PASS: TestExecWithCloseStdin (0.47s)
22:26:19 [2022-10-17T22:26:19.362Z] === RUN   TestExec
22:26:19 [2022-10-17T22:26:19.923Z] --- PASS: TestExec (0.45s)
22:26:19 [2022-10-17T22:26:19.923Z] === RUN   TestExecUser
22:26:20 [2022-10-17T22:26:20.196Z] --- PASS: TestExecUser (0.45s)
22:26:20 [2022-10-17T22:26:20.196Z] === RUN   TestExportContainerAndImportImage
22:26:20 [2022-10-17T22:26:20.765Z] --- PASS: TestExportContainerAndImportImage (0.59s)
22:26:20 [2022-10-17T22:26:20.765Z] === RUN   TestExportContainerAfterDaemonRestart
22:26:22 [2022-10-17T22:26:22.149Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s)
22:26:22 [2022-10-17T22:26:22.149Z] === RUN   TestHealthCheckWorkdir
22:26:22 [2022-10-17T22:26:22.711Z] --- PASS: TestHealthCheckWorkdir (0.55s)
22:26:22 [2022-10-17T22:26:22.711Z] === RUN   TestHealthKillContainer
22:26:30 [2022-10-17T22:26:30.797Z] --- PASS: TestHealthKillContainer (7.92s)
22:26:30 [2022-10-17T22:26:30.797Z] === RUN   TestHealthCheckProcessKilled
22:26:31 [2022-10-17T22:26:31.359Z] --- PASS: TestHealthCheckProcessKilled (0.69s)
22:26:31 [2022-10-17T22:26:31.359Z] === RUN   TestInspectCpusetInConfigPre120
22:26:31 [2022-10-17T22:26:31.614Z] --- PASS: TestInspectCpusetInConfigPre120 (0.40s)
22:26:31 [2022-10-17T22:26:31.614Z] === RUN   TestIpcModeNone
22:26:32 [2022-10-17T22:26:32.176Z] --- PASS: TestIpcModeNone (0.49s)
22:26:32 [2022-10-17T22:26:32.176Z] === RUN   TestIpcModePrivate
22:26:32 [2022-10-17T22:26:32.432Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false
22:26:32 [2022-10-17T22:26:32.688Z] --- PASS: TestIpcModePrivate (0.47s)
22:26:32 [2022-10-17T22:26:32.688Z] === RUN   TestIpcModeShareable
22:26:32 [2022-10-17T22:26:32.944Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true
22:26:33 [2022-10-17T22:26:33.200Z] --- PASS: TestIpcModeShareable (0.48s)
22:26:33 [2022-10-17T22:26:33.200Z] === RUN   TestAPIIpcModeShareableAndContainer
22:26:34 [2022-10-17T22:26:34.565Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.48s)
22:26:34 [2022-10-17T22:26:34.565Z] === RUN   TestAPIIpcModeHost
22:26:35 [2022-10-17T22:26:35.126Z] --- PASS: TestAPIIpcModeHost (0.36s)
22:26:35 [2022-10-17T22:26:35.126Z] === RUN   TestDaemonIpcModeShareable
22:26:36 [2022-10-17T22:26:36.053Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true
22:26:36 [2022-10-17T22:26:36.053Z] --- PASS: TestDaemonIpcModeShareable (1.14s)
22:26:36 [2022-10-17T22:26:36.053Z] === RUN   TestDaemonIpcModePrivate
22:26:36 [2022-10-17T22:26:36.980Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false
22:26:37 [2022-10-17T22:26:37.235Z] --- PASS: TestDaemonIpcModePrivate (1.14s)
22:26:37 [2022-10-17T22:26:37.235Z] === RUN   TestDaemonIpcModePrivateFromConfig
22:26:38 [2022-10-17T22:26:38.163Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false
22:26:38 [2022-10-17T22:26:38.418Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.18s)
22:26:38 [2022-10-17T22:26:38.418Z] === RUN   TestDaemonIpcModeShareableFromConfig
22:26:39 [2022-10-17T22:26:39.346Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true
22:26:39 [2022-10-17T22:26:39.602Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.14s)
22:26:39 [2022-10-17T22:26:39.602Z] === RUN   TestIpcModeOlderClient
22:26:39 [2022-10-17T22:26:39.602Z] === PAUSE TestIpcModeOlderClient
22:26:39 [2022-10-17T22:26:39.602Z] === RUN   TestKillContainerInvalidSignal
22:26:39 [2022-10-17T22:26:39.857Z] --- PASS: TestKillContainerInvalidSignal (0.41s)
22:26:39 [2022-10-17T22:26:39.857Z] === RUN   TestKillContainer
22:26:39 [2022-10-17T22:26:39.857Z] === RUN   TestKillContainer/no_signal
22:26:40 [2022-10-17T22:26:40.419Z] === RUN   TestKillContainer/non_killing_signal
22:26:40 [2022-10-17T22:26:40.675Z] === RUN   TestKillContainer/killing_signal
22:26:41 [2022-10-17T22:26:41.237Z] --- PASS: TestKillContainer (1.26s)
22:26:41 [2022-10-17T22:26:41.237Z]     --- PASS: TestKillContainer/no_signal (0.38s)
22:26:41 [2022-10-17T22:26:41.237Z]     --- PASS: TestKillContainer/non_killing_signal (0.29s)
22:26:41 [2022-10-17T22:26:41.237Z]     --- PASS: TestKillContainer/killing_signal (0.40s)
22:26:41 [2022-10-17T22:26:41.237Z] === RUN   TestKillWithStopSignalAndRestartPolicies
22:26:41 [2022-10-17T22:26:41.237Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
22:26:41 [2022-10-17T22:26:41.798Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
22:26:42 [2022-10-17T22:26:42.725Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.27s)
22:26:42 [2022-10-17T22:26:42.725Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s)
22:26:42 [2022-10-17T22:26:42.725Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.33s)
22:26:42 [2022-10-17T22:26:42.725Z] === RUN   TestKillStoppedContainer
22:26:42 [2022-10-17T22:26:42.725Z] --- PASS: TestKillStoppedContainer (0.04s)
22:26:42 [2022-10-17T22:26:42.725Z] === RUN   TestKillStoppedContainerAPIPre120
22:26:42 [2022-10-17T22:26:42.725Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
22:26:42 [2022-10-17T22:26:42.725Z] === RUN   TestKillDifferentUserContainer
22:26:42 [2022-10-17T22:26:42.981Z] --- PASS: TestKillDifferentUserContainer (0.42s)
22:26:42 [2022-10-17T22:26:42.981Z] === RUN   TestInspectOomKilledTrue
22:26:43 [2022-10-17T22:26:43.543Z] --- PASS: TestInspectOomKilledTrue (0.56s)
22:26:43 [2022-10-17T22:26:43.543Z] === RUN   TestInspectOomKilledFalse
22:26:44 [2022-10-17T22:26:44.103Z] --- PASS: TestInspectOomKilledFalse (0.41s)
22:26:44 [2022-10-17T22:26:44.103Z] === RUN   TestLinksEtcHostsContentMatch
22:26:44 [2022-10-17T22:26:44.359Z] --- PASS: TestLinksEtcHostsContentMatch (0.28s)
22:26:44 [2022-10-17T22:26:44.359Z] === RUN   TestLinksContainerNames
22:26:45 [2022-10-17T22:26:45.286Z] --- PASS: TestLinksContainerNames (0.82s)
22:26:45 [2022-10-17T22:26:45.286Z] === RUN   TestLogsFollowTailEmpty
22:26:45 [2022-10-17T22:26:45.541Z] --- PASS: TestLogsFollowTailEmpty (0.41s)
22:26:45 [2022-10-17T22:26:45.541Z] === RUN   TestLogs
22:26:45 [2022-10-17T22:26:45.541Z] === RUN   TestLogs/driver_local
22:26:45 [2022-10-17T22:26:45.541Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
22:26:45 [2022-10-17T22:26:45.541Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
22:26:45 [2022-10-17T22:26:45.541Z] === RUN   TestLogs/driver_local/tty/only_stdout
22:26:45 [2022-10-17T22:26:45.541Z] === PAUSE TestLogs/driver_local/tty/only_stdout
22:26:45 [2022-10-17T22:26:45.541Z] === RUN   TestLogs/driver_local/tty/only_stderr
22:26:45 [2022-10-17T22:26:45.541Z] === PAUSE TestLogs/driver_local/tty/only_stderr
22:26:45 [2022-10-17T22:26:45.541Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
22:26:45 [2022-10-17T22:26:45.541Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
22:26:45 [2022-10-17T22:26:45.541Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
22:26:45 [2022-10-17T22:26:45.541Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
22:26:45 [2022-10-17T22:26:45.541Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
22:26:45 [2022-10-17T22:26:45.541Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
22:26:45 [2022-10-17T22:26:45.541Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
22:26:45 [2022-10-17T22:26:45.541Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
22:26:46 [2022-10-17T22:26:46.104Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
22:26:46 [2022-10-17T22:26:46.104Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
22:26:46 [2022-10-17T22:26:46.667Z] === CONT  TestLogs/driver_local/tty/only_stderr
22:26:46 [2022-10-17T22:26:46.667Z] === CONT  TestLogs/driver_local/tty/only_stdout
22:26:47 [2022-10-17T22:26:47.228Z] === RUN   TestLogs/driver_json-file
22:26:47 [2022-10-17T22:26:47.228Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
22:26:47 [2022-10-17T22:26:47.228Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
22:26:47 [2022-10-17T22:26:47.228Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
22:26:47 [2022-10-17T22:26:47.228Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
22:26:47 [2022-10-17T22:26:47.228Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
22:26:47 [2022-10-17T22:26:47.228Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
22:26:47 [2022-10-17T22:26:47.228Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
22:26:47 [2022-10-17T22:26:47.228Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
22:26:47 [2022-10-17T22:26:47.228Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
22:26:47 [2022-10-17T22:26:47.228Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
22:26:47 [2022-10-17T22:26:47.228Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
22:26:47 [2022-10-17T22:26:47.228Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
22:26:47 [2022-10-17T22:26:47.228Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
22:26:47 [2022-10-17T22:26:47.228Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
22:26:47 [2022-10-17T22:26:47.790Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
22:26:47 [2022-10-17T22:26:47.790Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
22:26:48 [2022-10-17T22:26:48.351Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
22:26:48 [2022-10-17T22:26:48.351Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
22:26:48 [2022-10-17T22:26:48.913Z] --- PASS: TestLogs (3.41s)
22:26:48 [2022-10-17T22:26:48.913Z]     --- PASS: TestLogs/driver_local (0.01s)
22:26:48 [2022-10-17T22:26:48.913Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.57s)
22:26:48 [2022-10-17T22:26:48.913Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.69s)
22:26:48 [2022-10-17T22:26:48.913Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.54s)
22:26:48 [2022-10-17T22:26:48.913Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.48s)
22:26:48 [2022-10-17T22:26:48.913Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.53s)
22:26:48 [2022-10-17T22:26:48.913Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.50s)
22:26:48 [2022-10-17T22:26:48.913Z]     --- PASS: TestLogs/driver_json-file (0.01s)
22:26:48 [2022-10-17T22:26:48.913Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.65s)
22:26:48 [2022-10-17T22:26:48.913Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.70s)
22:26:48 [2022-10-17T22:26:48.913Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.54s)
22:26:48 [2022-10-17T22:26:48.913Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.53s)
22:26:48 [2022-10-17T22:26:48.913Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.48s)
22:26:48 [2022-10-17T22:26:48.913Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.48s)
22:26:48 [2022-10-17T22:26:48.913Z] === RUN   TestContainerNetworkMountsNoChown
22:26:49 [2022-10-17T22:26:49.169Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s)
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/default
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/default
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/private
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/private
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/rprivate
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/rprivate
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/slave
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/slave
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/rslave
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/rslave
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/shared
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/shared
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/rshared
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/rshared
22:26:49 [2022-10-17T22:26:49.169Z] === CONT  TestMountDaemonRoot/default
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/default/bind_root
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/default/bind_root
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/default/bind_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/default/mount_root
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/default/mount_root
22:26:49 [2022-10-17T22:26:49.169Z] === CONT  TestMountDaemonRoot/rslave
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/rslave/bind_root
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/rslave/mount_root
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/default/mount_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === CONT  TestMountDaemonRoot/rshared
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/rshared/mount_root
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/rshared/bind_root
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
22:26:49 [2022-10-17T22:26:49.169Z] === CONT  TestMountDaemonRoot/shared
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/shared/bind_root
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/shared/bind_root
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/shared/mount_root
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/shared/mount_root
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === CONT  TestMountDaemonRoot/rprivate
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === CONT  TestMountDaemonRoot/slave
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/slave/mount_root
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/slave/mount_root
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/slave/bind_root
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/slave/bind_root
22:26:49 [2022-10-17T22:26:49.169Z] === CONT  TestMountDaemonRoot/private
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/private/mount_root
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/private/mount_root
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/private/mount_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/private/bind_root
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/private/bind_root
22:26:49 [2022-10-17T22:26:49.169Z] === RUN   TestMountDaemonRoot/private/bind_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
22:26:49 [2022-10-17T22:26:49.169Z] === CONT  TestMountDaemonRoot/rslave/bind_root
22:26:49 [2022-10-17T22:26:49.169Z] === CONT  TestMountDaemonRoot/default/bind_root
22:26:49 [2022-10-17T22:26:49.425Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
22:26:49 [2022-10-17T22:26:49.425Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
22:26:49 [2022-10-17T22:26:49.425Z] === CONT  TestMountDaemonRoot/rslave/mount_root
22:26:49 [2022-10-17T22:26:49.425Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
22:26:49 [2022-10-17T22:26:49.425Z] === CONT  TestMountDaemonRoot/shared/bind_root
22:26:49 [2022-10-17T22:26:49.425Z] === CONT  TestMountDaemonRoot/default/mount_subpath
22:26:49 [2022-10-17T22:26:49.425Z] === CONT  TestMountDaemonRoot/default/mount_root
22:26:49 [2022-10-17T22:26:49.425Z] === CONT  TestMountDaemonRoot/default/bind_subpath
22:26:49 [2022-10-17T22:26:49.425Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
22:26:49 [2022-10-17T22:26:49.425Z] === CONT  TestMountDaemonRoot/rshared/bind_root
22:26:49 [2022-10-17T22:26:49.425Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
22:26:49 [2022-10-17T22:26:49.425Z] === CONT  TestMountDaemonRoot/rshared/mount_root
22:26:49 [2022-10-17T22:26:49.425Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
22:26:49 [2022-10-17T22:26:49.425Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
22:26:49 [2022-10-17T22:26:49.681Z] === CONT  TestMountDaemonRoot/shared/mount_root
22:26:49 [2022-10-17T22:26:49.681Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
22:26:49 [2022-10-17T22:26:49.681Z] === CONT  TestMountDaemonRoot/private/mount_root
22:26:49 [2022-10-17T22:26:49.681Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
22:26:49 [2022-10-17T22:26:49.681Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
22:26:49 [2022-10-17T22:26:49.681Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
22:26:49 [2022-10-17T22:26:49.681Z] === CONT  TestMountDaemonRoot/slave/bind_root
22:26:49 [2022-10-17T22:26:49.681Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
22:26:49 [2022-10-17T22:26:49.681Z] === CONT  TestMountDaemonRoot/slave/mount_root
22:26:49 [2022-10-17T22:26:49.681Z] === CONT  TestMountDaemonRoot/private/bind_subpath
22:26:49 [2022-10-17T22:26:49.681Z] === CONT  TestMountDaemonRoot/private/bind_root
22:26:49 [2022-10-17T22:26:49.681Z] === CONT  TestMountDaemonRoot/private/mount_subpath
22:26:49 [2022-10-17T22:26:49.681Z] --- PASS: TestMountDaemonRoot (0.01s)
22:26:49 [2022-10-17T22:26:49.681Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.03s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
22:26:49 [2022-10-17T22:26:49.681Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
22:26:49 [2022-10-17T22:26:49.681Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
22:26:49 [2022-10-17T22:26:49.681Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
22:26:49 [2022-10-17T22:26:49.681Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
22:26:49 [2022-10-17T22:26:49.681Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
22:26:49 [2022-10-17T22:26:49.681Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
22:26:49 [2022-10-17T22:26:49.681Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
22:26:49 [2022-10-17T22:26:49.681Z] === RUN   TestContainerBindMountNonRecursive
22:26:51 [2022-10-17T22:26:51.046Z] --- PASS: TestContainerBindMountNonRecursive (1.38s)
22:26:51 [2022-10-17T22:26:51.046Z] === RUN   TestContainerVolumesMountedAsShared
22:26:51 [2022-10-17T22:26:51.607Z] --- PASS: TestContainerVolumesMountedAsShared (0.41s)
22:26:51 [2022-10-17T22:26:51.607Z] === RUN   TestContainerVolumesMountedAsSlave
22:26:51 [2022-10-17T22:26:51.863Z] --- PASS: TestContainerVolumesMountedAsSlave (0.32s)
22:26:51 [2022-10-17T22:26:51.863Z] === RUN   TestNetworkNat
22:26:52 [2022-10-17T22:26:52.424Z] --- PASS: TestNetworkNat (0.46s)
22:26:52 [2022-10-17T22:26:52.424Z] === RUN   TestNetworkLocalhostTCPNat
22:26:52 [2022-10-17T22:26:52.680Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s)
22:26:52 [2022-10-17T22:26:52.680Z] === RUN   TestNetworkLoopbackNat
22:26:55 [2022-10-17T22:26:55.195Z] --- PASS: TestNetworkLoopbackNat (2.52s)
22:26:55 [2022-10-17T22:26:55.195Z] === RUN   TestPause
22:26:55 [2022-10-17T22:26:55.757Z] --- PASS: TestPause (0.45s)
22:26:55 [2022-10-17T22:26:55.757Z] === RUN   TestPauseFailsOnWindowsServerContainers
22:26:55 [2022-10-17T22:26:55.757Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
22:26:55 [2022-10-17T22:26:55.757Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
22:26:55 [2022-10-17T22:26:55.757Z] === RUN   TestPauseStopPausedContainer
22:26:56 [2022-10-17T22:26:56.013Z] --- PASS: TestPauseStopPausedContainer (0.41s)
22:26:56 [2022-10-17T22:26:56.013Z] === RUN   TestPidHost
22:26:57 [2022-10-17T22:26:57.380Z] --- PASS: TestPidHost (1.01s)
22:26:57 [2022-10-17T22:26:57.380Z] === RUN   TestPsFilter
22:26:57 [2022-10-17T22:26:57.380Z] --- PASS: TestPsFilter (0.10s)
22:26:57 [2022-10-17T22:26:57.380Z] === RUN   TestRemoveContainerWithRemovedVolume
22:26:57 [2022-10-17T22:26:57.636Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.40s)
22:26:57 [2022-10-17T22:26:57.636Z] === RUN   TestRemoveContainerWithVolume
22:26:57 [2022-10-17T22:26:57.892Z] --- PASS: TestRemoveContainerWithVolume (0.40s)
22:26:57 [2022-10-17T22:26:57.892Z] === RUN   TestRemoveContainerRunning
22:26:58 [2022-10-17T22:26:58.453Z] --- PASS: TestRemoveContainerRunning (0.46s)
22:26:58 [2022-10-17T22:26:58.453Z] === RUN   TestRemoveContainerForceRemoveRunning
22:26:59 [2022-10-17T22:26:59.015Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.48s)
22:26:59 [2022-10-17T22:26:59.015Z] === RUN   TestRemoveInvalidContainer
22:26:59 [2022-10-17T22:26:59.015Z] --- PASS: TestRemoveInvalidContainer (0.02s)
22:26:59 [2022-10-17T22:26:59.015Z] === RUN   TestRenameLinkedContainer
22:27:00 [2022-10-17T22:27:00.907Z] --- PASS: TestRenameLinkedContainer (1.70s)
22:27:00 [2022-10-17T22:27:00.907Z] === RUN   TestRenameStoppedContainer
22:27:01 [2022-10-17T22:27:01.163Z] --- PASS: TestRenameStoppedContainer (0.40s)
22:27:01 [2022-10-17T22:27:01.163Z] === RUN   TestRenameRunningContainerAndReuse
22:27:02 [2022-10-17T22:27:02.091Z] --- PASS: TestRenameRunningContainerAndReuse (0.97s)
22:27:02 [2022-10-17T22:27:02.091Z] === RUN   TestRenameInvalidName
22:27:02 [2022-10-17T22:27:02.348Z] --- PASS: TestRenameInvalidName (0.44s)
22:27:02 [2022-10-17T22:27:02.348Z] === RUN   TestRenameAnonymousContainer
22:27:04 [2022-10-17T22:27:04.238Z] --- PASS: TestRenameAnonymousContainer (1.61s)
22:27:04 [2022-10-17T22:27:04.238Z] === RUN   TestRenameContainerWithSameName
22:27:04 [2022-10-17T22:27:04.494Z] --- PASS: TestRenameContainerWithSameName (0.46s)
22:27:04 [2022-10-17T22:27:04.494Z] === RUN   TestRenameContainerWithLinkedContainer
22:27:05 [2022-10-17T22:27:05.860Z] --- PASS: TestRenameContainerWithLinkedContainer (1.02s)
22:27:05 [2022-10-17T22:27:05.860Z] === RUN   TestResize
22:27:06 [2022-10-17T22:27:06.116Z] --- PASS: TestResize (0.45s)
22:27:06 [2022-10-17T22:27:06.116Z] === RUN   TestResizeWithInvalidSize
22:27:06 [2022-10-17T22:27:06.372Z] --- PASS: TestResizeWithInvalidSize (0.44s)
22:27:06 [2022-10-17T22:27:06.372Z] === RUN   TestResizeWhenContainerNotStarted
22:27:06 [2022-10-17T22:27:06.933Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s)
22:27:06 [2022-10-17T22:27:06.933Z] === RUN   TestDaemonRestartKillContainers
22:27:06 [2022-10-17T22:27:06.933Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:27:06 [2022-10-17T22:27:06.933Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
22:27:08 [2022-10-17T22:27:08.855Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:27:09 [2022-10-17T22:27:09.791Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:27:11 [2022-10-17T22:27:11.155Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:27:11 [2022-10-17T22:27:11.155Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:27:12 [2022-10-17T22:27:12.083Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
22:27:12 [2022-10-17T22:27:12.338Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
22:27:15 [2022-10-17T22:27:15.604Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
22:27:15 [2022-10-17T22:27:15.860Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:27:17 [2022-10-17T22:27:17.749Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:27:19 [2022-10-17T22:27:19.638Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:27:19 [2022-10-17T22:27:19.638Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:27:21 [2022-10-17T22:27:21.003Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:27:21 [2022-10-17T22:27:21.566Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:27:22 [2022-10-17T22:27:22.933Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:27:24 [2022-10-17T22:27:24.300Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
22:27:24 [2022-10-17T22:27:24.300Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.73s)
22:27:24 [2022-10-17T22:27:24.300Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s)
22:27:24 [2022-10-17T22:27:24.300Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.09s)
22:27:24 [2022-10-17T22:27:24.300Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s)
22:27:24 [2022-10-17T22:27:24.300Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.26s)
22:27:24 [2022-10-17T22:27:24.300Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.35s)
22:27:24 [2022-10-17T22:27:24.300Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.34s)
22:27:24 [2022-10-17T22:27:24.300Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.40s)
22:27:24 [2022-10-17T22:27:24.300Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.93s)
22:27:24 [2022-10-17T22:27:24.300Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.63s)
22:27:24 [2022-10-17T22:27:24.300Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.86s)
22:27:24 [2022-10-17T22:27:24.300Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.75s)
22:27:24 [2022-10-17T22:27:24.300Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.99s)
22:27:24 [2022-10-17T22:27:24.300Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.65s)
22:27:24 [2022-10-17T22:27:24.300Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.68s)
22:27:24 [2022-10-17T22:27:24.300Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.59s)
22:27:24 [2022-10-17T22:27:24.300Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
22:27:24 [2022-10-17T22:27:24.300Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
22:27:25 [2022-10-17T22:27:25.227Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
22:27:26 [2022-10-17T22:27:26.154Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.83s)
22:27:26 [2022-10-17T22:27:26.154Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.89s)
22:27:26 [2022-10-17T22:27:26.154Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.94s)
22:27:26 [2022-10-17T22:27:26.154Z] === RUN   TestCgroupNamespacesRun
22:27:27 [2022-10-17T22:27:27.518Z] --- PASS: TestCgroupNamespacesRun (1.18s)
22:27:27 [2022-10-17T22:27:27.518Z] === RUN   TestCgroupNamespacesRunPrivileged
22:27:28 [2022-10-17T22:27:28.448Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.14s)
22:27:28 [2022-10-17T22:27:28.448Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
22:27:29 [2022-10-17T22:27:29.812Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.18s)
22:27:29 [2022-10-17T22:27:29.812Z] === RUN   TestCgroupNamespacesRunHostMode
22:27:30 [2022-10-17T22:27:30.739Z] --- PASS: TestCgroupNamespacesRunHostMode (1.11s)
22:27:30 [2022-10-17T22:27:30.739Z] === RUN   TestCgroupNamespacesRunPrivateMode
22:27:32 [2022-10-17T22:27:32.103Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.18s)
22:27:32 [2022-10-17T22:27:32.103Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
22:27:33 [2022-10-17T22:27:33.030Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.13s)
22:27:33 [2022-10-17T22:27:33.030Z] === RUN   TestCgroupNamespacesRunInvalidMode
22:27:33 [2022-10-17T22:27:33.958Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s)
22:27:33 [2022-10-17T22:27:33.958Z] === RUN   TestCgroupNamespacesRunOlderClient
22:27:34 [2022-10-17T22:27:34.885Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.12s)
22:27:34 [2022-10-17T22:27:34.885Z] === RUN   TestNISDomainname
22:27:35 [2022-10-17T22:27:35.446Z] --- PASS: TestNISDomainname (0.51s)
22:27:35 [2022-10-17T22:27:35.446Z] === RUN   TestHostnameDnsResolution
22:27:36 [2022-10-17T22:27:36.008Z] --- PASS: TestHostnameDnsResolution (0.67s)
22:27:36 [2022-10-17T22:27:36.008Z] === RUN   TestUnprivilegedPortsAndPing
22:27:36 [2022-10-17T22:27:36.571Z] --- PASS: TestUnprivilegedPortsAndPing (0.48s)
22:27:36 [2022-10-17T22:27:36.571Z] === RUN   TestPrivilegedHostDevices
22:27:37 [2022-10-17T22:27:37.132Z] --- PASS: TestPrivilegedHostDevices (0.50s)
22:27:37 [2022-10-17T22:27:37.132Z] === RUN   TestRunConsoleSize
22:27:37 [2022-10-17T22:27:37.388Z] --- PASS: TestRunConsoleSize (0.41s)
22:27:37 [2022-10-17T22:27:37.388Z] === RUN   TestRunWithAlternativeContainerdShim
22:27:39 [2022-10-17T22:27:39.903Z] --- PASS: TestRunWithAlternativeContainerdShim (2.00s)
22:27:39 [2022-10-17T22:27:39.904Z] === RUN   TestStats
22:27:42 [2022-10-17T22:27:42.417Z] --- PASS: TestStats (2.45s)
22:27:42 [2022-10-17T22:27:42.417Z] === RUN   TestStopContainerWithTimeout
22:27:42 [2022-10-17T22:27:42.417Z] === RUN   TestStopContainerWithTimeout/0
22:27:42 [2022-10-17T22:27:42.417Z] === PAUSE TestStopContainerWithTimeout/0
22:27:42 [2022-10-17T22:27:42.417Z] === RUN   TestStopContainerWithTimeout/1
22:27:42 [2022-10-17T22:27:42.417Z] === PAUSE TestStopContainerWithTimeout/1
22:27:42 [2022-10-17T22:27:42.417Z] === RUN   TestStopContainerWithTimeout/3
22:27:42 [2022-10-17T22:27:42.417Z] === PAUSE TestStopContainerWithTimeout/3
22:27:42 [2022-10-17T22:27:42.417Z] === RUN   TestStopContainerWithTimeout/-1
22:27:42 [2022-10-17T22:27:42.417Z] === PAUSE TestStopContainerWithTimeout/-1
22:27:42 [2022-10-17T22:27:42.417Z] === CONT  TestStopContainerWithTimeout/0
22:27:42 [2022-10-17T22:27:42.417Z] === CONT  TestStopContainerWithTimeout/3
22:27:42 [2022-10-17T22:27:42.417Z] === CONT  TestStopContainerWithTimeout/-1
22:27:44 [2022-10-17T22:27:44.932Z] === CONT  TestStopContainerWithTimeout/1
22:27:45 [2022-10-17T22:27:45.859Z] --- PASS: TestStopContainerWithTimeout (0.01s)
22:27:45 [2022-10-17T22:27:45.859Z]     --- PASS: TestStopContainerWithTimeout/0 (0.60s)
22:27:45 [2022-10-17T22:27:45.859Z]     --- PASS: TestStopContainerWithTimeout/3 (2.61s)
22:27:45 [2022-10-17T22:27:45.859Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.42s)
22:27:45 [2022-10-17T22:27:45.859Z]     --- PASS: TestStopContainerWithTimeout/1 (1.42s)
22:27:45 [2022-10-17T22:27:45.859Z] === RUN   TestDeleteDevicemapper
22:27:45 [2022-10-17T22:27:45.859Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:27:45 [2022-10-17T22:27:45.859Z] --- SKIP: TestDeleteDevicemapper (0.00s)
22:27:45 [2022-10-17T22:27:45.859Z] === RUN   TestStopContainerWithRestartPolicyAlways
22:27:47 [2022-10-17T22:27:47.748Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.42s)
22:27:47 [2022-10-17T22:27:47.748Z] === RUN   TestUpdateMemory
22:27:48 [2022-10-17T22:27:48.004Z] --- PASS: TestUpdateMemory (0.53s)
22:27:48 [2022-10-17T22:27:48.004Z] === RUN   TestUpdateCPUQuota
22:27:48 [2022-10-17T22:27:48.566Z] --- PASS: TestUpdateCPUQuota (0.76s)
22:27:48 [2022-10-17T22:27:48.566Z] === RUN   TestUpdatePidsLimit
22:27:48 [2022-10-17T22:27:48.566Z] === RUN   TestUpdatePidsLimit/update_from_none
22:27:48 [2022-10-17T22:27:48.822Z] === RUN   TestUpdatePidsLimit/no_change
22:27:49 [2022-10-17T22:27:49.078Z] === RUN   TestUpdatePidsLimit/update_lower
22:27:49 [2022-10-17T22:27:49.334Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
22:27:49 [2022-10-17T22:27:49.334Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
22:27:49 [2022-10-17T22:27:49.589Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
22:27:49 [2022-10-17T22:27:49.846Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
22:27:50 [2022-10-17T22:27:50.407Z] --- PASS: TestUpdatePidsLimit (1.77s)
22:27:50 [2022-10-17T22:27:50.407Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.17s)
22:27:50 [2022-10-17T22:27:50.407Z]     --- PASS: TestUpdatePidsLimit/no_change (0.20s)
22:27:50 [2022-10-17T22:27:50.407Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.19s)
22:27:50 [2022-10-17T22:27:50.407Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.16s)
22:27:50 [2022-10-17T22:27:50.407Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s)
22:27:50 [2022-10-17T22:27:50.407Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.22s)
22:27:50 [2022-10-17T22:27:50.407Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s)
22:27:50 [2022-10-17T22:27:50.407Z] === RUN   TestUpdateRestartPolicy
22:28:02 [2022-10-17T22:28:02.572Z] --- PASS: TestUpdateRestartPolicy (10.85s)
22:28:02 [2022-10-17T22:28:02.572Z] === RUN   TestUpdateRestartWithAutoRemove
22:28:02 [2022-10-17T22:28:02.572Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s)
22:28:02 [2022-10-17T22:28:02.572Z] === RUN   TestWaitNonBlocked
22:28:02 [2022-10-17T22:28:02.572Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
22:28:02 [2022-10-17T22:28:02.572Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
22:28:02 [2022-10-17T22:28:02.572Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
22:28:02 [2022-10-17T22:28:02.572Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
22:28:02 [2022-10-17T22:28:02.572Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
22:28:02 [2022-10-17T22:28:02.572Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
22:28:02 [2022-10-17T22:28:02.572Z] --- PASS: TestWaitNonBlocked (0.01s)
22:28:02 [2022-10-17T22:28:02.572Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.79s)
22:28:02 [2022-10-17T22:28:02.572Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.82s)
22:28:02 [2022-10-17T22:28:02.572Z] === RUN   TestWaitBlocked
22:28:02 [2022-10-17T22:28:02.572Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
22:28:02 [2022-10-17T22:28:02.572Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
22:28:02 [2022-10-17T22:28:02.572Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
22:28:02 [2022-10-17T22:28:02.572Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
22:28:02 [2022-10-17T22:28:02.572Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
22:28:02 [2022-10-17T22:28:02.572Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
22:28:03 [2022-10-17T22:28:03.500Z] --- PASS: TestWaitBlocked (0.01s)
22:28:03 [2022-10-17T22:28:03.500Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.74s)
22:28:03 [2022-10-17T22:28:03.500Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.77s)
22:28:03 [2022-10-17T22:28:03.500Z] === RUN   TestWaitConditions
22:28:03 [2022-10-17T22:28:03.500Z] === RUN   TestWaitConditions/default
22:28:03 [2022-10-17T22:28:03.500Z] === PAUSE TestWaitConditions/default
22:28:03 [2022-10-17T22:28:03.500Z] === RUN   TestWaitConditions/not-running
22:28:03 [2022-10-17T22:28:03.500Z] === PAUSE TestWaitConditions/not-running
22:28:03 [2022-10-17T22:28:03.500Z] === RUN   TestWaitConditions/next-exit
22:28:03 [2022-10-17T22:28:03.500Z] === PAUSE TestWaitConditions/next-exit
22:28:03 [2022-10-17T22:28:03.500Z] === RUN   TestWaitConditions/removed
22:28:03 [2022-10-17T22:28:03.500Z] === PAUSE TestWaitConditions/removed
22:28:03 [2022-10-17T22:28:03.500Z] === CONT  TestWaitConditions/default
22:28:03 [2022-10-17T22:28:03.500Z] === CONT  TestWaitConditions/removed
22:28:04 [2022-10-17T22:28:04.919Z] === CONT  TestWaitConditions/next-exit
22:28:05 [2022-10-17T22:28:05.182Z] === CONT  TestWaitConditions/not-running
22:28:06 [2022-10-17T22:28:06.548Z] --- PASS: TestWaitConditions (0.02s)
22:28:06 [2022-10-17T22:28:06.548Z]     --- PASS: TestWaitConditions/default (1.62s)
22:28:06 [2022-10-17T22:28:06.548Z]     --- PASS: TestWaitConditions/removed (1.70s)
22:28:06 [2022-10-17T22:28:06.548Z]     --- PASS: TestWaitConditions/next-exit (1.49s)
22:28:06 [2022-10-17T22:28:06.548Z]     --- PASS: TestWaitConditions/not-running (1.46s)
22:28:06 [2022-10-17T22:28:06.548Z] === RUN   TestWaitRestartedContainer
22:28:06 [2022-10-17T22:28:06.548Z] === RUN   TestWaitRestartedContainer/default
22:28:06 [2022-10-17T22:28:06.548Z] === PAUSE TestWaitRestartedContainer/default
22:28:06 [2022-10-17T22:28:06.548Z] === RUN   TestWaitRestartedContainer/not-running
22:28:06 [2022-10-17T22:28:06.548Z] === PAUSE TestWaitRestartedContainer/not-running
22:28:06 [2022-10-17T22:28:06.548Z] === RUN   TestWaitRestartedContainer/next-exit
22:28:06 [2022-10-17T22:28:06.548Z] === PAUSE TestWaitRestartedContainer/next-exit
22:28:06 [2022-10-17T22:28:06.548Z] === CONT  TestWaitRestartedContainer/default
22:28:06 [2022-10-17T22:28:06.548Z] === CONT  TestWaitRestartedContainer/next-exit
22:28:07 [2022-10-17T22:28:07.913Z] === CONT  TestWaitRestartedContainer/not-running
22:28:08 [2022-10-17T22:28:08.844Z] --- PASS: TestWaitRestartedContainer (0.02s)
22:28:08 [2022-10-17T22:28:08.844Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.37s)
22:28:08 [2022-10-17T22:28:08.844Z]     --- PASS: TestWaitRestartedContainer/default (1.47s)
22:28:08 [2022-10-17T22:28:08.844Z]     --- PASS: TestWaitRestartedContainer/not-running (0.98s)
22:28:08 [2022-10-17T22:28:08.844Z] === CONT  TestContainerStartOnDaemonRestart
22:28:08 [2022-10-17T22:28:08.844Z] === CONT  TestRestartDaemonWithRestartingContainer
22:28:11 [2022-10-17T22:28:11.369Z] --- PASS: TestContainerStartOnDaemonRestart (2.15s)
22:28:11 [2022-10-17T22:28:11.369Z] === CONT  TestIpcModeOlderClient
22:28:11 [2022-10-17T22:28:11.369Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.16s)
22:28:11 [2022-10-17T22:28:11.369Z] === CONT  TestContainerKillOnDaemonStart
22:28:11 [2022-10-17T22:28:11.369Z] --- PASS: TestIpcModeOlderClient (0.07s)
22:28:11 [2022-10-17T22:28:11.369Z] === CONT  TestDaemonHostGatewayIP
22:28:13 [2022-10-17T22:28:13.884Z] --- PASS: TestDaemonHostGatewayIP (2.50s)
22:28:13 [2022-10-17T22:28:13.884Z] === CONT  TestDaemonRestartIpcMode
22:28:15 [2022-10-17T22:28:15.772Z] --- PASS: TestDaemonRestartIpcMode (2.14s)
22:28:23 [2022-10-17T22:28:23.854Z] --- PASS: TestContainerKillOnDaemonStart (11.73s)
22:28:23 [2022-10-17T22:28:23.854Z] PASS
22:28:23 [2022-10-17T22:28:23.854Z] 
22:28:23 [2022-10-17T22:28:23.854Z] === Skipped
22:28:23 [2022-10-17T22:28:23.854Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
22:28:23 [2022-10-17T22:28:23.854Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:28:23 [2022-10-17T22:28:23.854Z] 
22:28:23 [2022-10-17T22:28:23.854Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
22:28:23 [2022-10-17T22:28:23.854Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
22:28:23 [2022-10-17T22:28:23.854Z] 
22:28:23 [2022-10-17T22:28:23.854Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
22:28:23 [2022-10-17T22:28:23.854Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:28:23 [2022-10-17T22:28:23.854Z] 
22:28:23 [2022-10-17T22:28:23.854Z] DONE 273 tests, 3 skipped in 130.203s
22:28:23 [2022-10-17T22:28:23.854Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
22:28:23 [2022-10-17T22:28:23.854Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
22:28:23 [2022-10-17T22:28:23.854Z] ++ set -e
22:28:23 [2022-10-17T22:28:23.854Z] ++ '[' -n 0 ']'
22:28:23 [2022-10-17T22:28:23.854Z] ++ set -x
22:28:23 [2022-10-17T22:28:23.854Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
22:28:23 [2022-10-17T22:28:23.854Z] INFO: Testing against a local daemon
22:28:23 [2022-10-17T22:28:23.854Z] === RUN   TestConfigDaemonLibtrustID
22:28:23 [2022-10-17T22:28:23.854Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
22:28:23 [2022-10-17T22:28:23.854Z] === RUN   TestConfigDaemonID
22:28:24 [2022-10-17T22:28:24.415Z]     daemon_test.go:86: [d0fc1c3fb3a07] daemon is not started
22:28:24 [2022-10-17T22:28:24.415Z] --- PASS: TestConfigDaemonID (1.04s)
22:28:24 [2022-10-17T22:28:24.415Z] === RUN   TestDaemonConfigValidation
22:28:24 [2022-10-17T22:28:24.415Z] === RUN   TestDaemonConfigValidation/config_with_no_content
22:28:24 [2022-10-17T22:28:24.415Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
22:28:24 [2022-10-17T22:28:24.415Z] === RUN   TestDaemonConfigValidation/config_with_{}
22:28:24 [2022-10-17T22:28:24.415Z] === PAUSE TestDaemonConfigValidation/config_with_{}
22:28:24 [2022-10-17T22:28:24.415Z] === RUN   TestDaemonConfigValidation/invalid_config
22:28:24 [2022-10-17T22:28:24.415Z] === PAUSE TestDaemonConfigValidation/invalid_config
22:28:24 [2022-10-17T22:28:24.415Z] === RUN   TestDaemonConfigValidation/malformed_config
22:28:24 [2022-10-17T22:28:24.415Z] === PAUSE TestDaemonConfigValidation/malformed_config
22:28:24 [2022-10-17T22:28:24.415Z] === RUN   TestDaemonConfigValidation/valid_config
22:28:24 [2022-10-17T22:28:24.415Z] === PAUSE TestDaemonConfigValidation/valid_config
22:28:24 [2022-10-17T22:28:24.415Z] === CONT  TestDaemonConfigValidation/config_with_no_content
22:28:24 [2022-10-17T22:28:24.415Z] === CONT  TestDaemonConfigValidation/malformed_config
22:28:24 [2022-10-17T22:28:24.671Z] === CONT  TestDaemonConfigValidation/valid_config
22:28:24 [2022-10-17T22:28:24.671Z] === CONT  TestDaemonConfigValidation/invalid_config
22:28:24 [2022-10-17T22:28:24.671Z] === CONT  TestDaemonConfigValidation/config_with_{}
22:28:24 [2022-10-17T22:28:24.671Z] --- PASS: TestDaemonConfigValidation (0.00s)
22:28:24 [2022-10-17T22:28:24.671Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.06s)
22:28:24 [2022-10-17T22:28:24.671Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s)
22:28:24 [2022-10-17T22:28:24.671Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.07s)
22:28:24 [2022-10-17T22:28:24.671Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.08s)
22:28:24 [2022-10-17T22:28:24.671Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
22:28:24 [2022-10-17T22:28:24.671Z] === RUN   TestConfigDaemonSeccompProfiles
22:28:24 [2022-10-17T22:28:24.671Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
22:28:26 [2022-10-17T22:28:26.036Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
22:28:26 [2022-10-17T22:28:26.963Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
22:28:27 [2022-10-17T22:28:27.890Z] === CONT  TestConfigDaemonSeccompProfiles
22:28:27 [2022-10-17T22:28:27.890Z]     daemon_test.go:200: [d085f524d4311] daemon is not started
22:28:27 [2022-10-17T22:28:27.890Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
22:28:27 [2022-10-17T22:28:27.890Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
22:28:27 [2022-10-17T22:28:27.890Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
22:28:27 [2022-10-17T22:28:27.890Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
22:28:27 [2022-10-17T22:28:27.890Z] === RUN   TestDaemonProxy
22:28:27 [2022-10-17T22:28:27.890Z] === RUN   TestDaemonProxy/environment_variables
22:28:29 [2022-10-17T22:28:29.777Z] === RUN   TestDaemonProxy/command-line_options
22:28:31 [2022-10-17T22:28:31.665Z] === RUN   TestDaemonProxy/configuration_file
22:28:33 [2022-10-17T22:28:33.029Z] === RUN   TestDaemonProxy/conflicting_options
22:28:33 [2022-10-17T22:28:33.591Z] === RUN   TestDaemonProxy/reload_sanitized
22:28:34 [2022-10-17T22:28:34.152Z] --- PASS: TestDaemonProxy (6.23s)
22:28:34 [2022-10-17T22:28:34.152Z]     --- PASS: TestDaemonProxy/environment_variables (1.74s)
22:28:34 [2022-10-17T22:28:34.152Z]     --- PASS: TestDaemonProxy/command-line_options (1.74s)
22:28:34 [2022-10-17T22:28:34.152Z]     --- PASS: TestDaemonProxy/configuration_file (1.74s)
22:28:34 [2022-10-17T22:28:34.152Z]     --- PASS: TestDaemonProxy/conflicting_options (0.51s)
22:28:34 [2022-10-17T22:28:34.152Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
22:28:34 [2022-10-17T22:28:34.152Z] === RUN   TestLiveRestore
22:28:34 [2022-10-17T22:28:34.152Z] === RUN   TestLiveRestore/volume_references
22:28:34 [2022-10-17T22:28:34.152Z] === PAUSE TestLiveRestore/volume_references
22:28:34 [2022-10-17T22:28:34.152Z] === CONT  TestLiveRestore/volume_references
22:28:34 [2022-10-17T22:28:34.713Z] === RUN   TestLiveRestore/volume_references/restartPolicy
22:28:34 [2022-10-17T22:28:34.713Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
22:28:35 [2022-10-17T22:28:35.643Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
22:28:36 [2022-10-17T22:28:36.570Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
22:28:37 [2022-10-17T22:28:37.497Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
22:28:38 [2022-10-17T22:28:38.863Z] --- PASS: TestLiveRestore (0.00s)
22:28:38 [2022-10-17T22:28:38.863Z]     --- PASS: TestLiveRestore/volume_references (4.50s)
22:28:38 [2022-10-17T22:28:38.863Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.82s)
22:28:38 [2022-10-17T22:28:38.863Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.98s)
22:28:38 [2022-10-17T22:28:38.863Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.95s)
22:28:38 [2022-10-17T22:28:38.863Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.95s)
22:28:38 [2022-10-17T22:28:38.863Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.95s)
22:28:38 [2022-10-17T22:28:38.863Z] PASS
22:28:38 [2022-10-17T22:28:38.863Z] 
22:28:38 [2022-10-17T22:28:38.863Z] DONE 25 tests in 15.775s
22:28:38 [2022-10-17T22:28:38.863Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
22:28:38 [2022-10-17T22:28:38.863Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
22:28:38 [2022-10-17T22:28:38.863Z] ++ set -e
22:28:38 [2022-10-17T22:28:38.863Z] ++ '[' -n 0 ']'
22:28:38 [2022-10-17T22:28:38.863Z] ++ set -x
22:28:38 [2022-10-17T22:28:38.863Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
22:28:38 [2022-10-17T22:28:38.863Z] INFO: Testing against a local daemon
22:28:38 [2022-10-17T22:28:38.863Z] === RUN   TestCommitInheritsEnv
22:28:39 [2022-10-17T22:28:39.119Z] --- PASS: TestCommitInheritsEnv (0.29s)
22:28:39 [2022-10-17T22:28:39.119Z] === RUN   TestImportExtremelyLargeImageWorks
22:28:39 [2022-10-17T22:28:39.119Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
22:28:39 [2022-10-17T22:28:39.119Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
22:28:39 [2022-10-17T22:28:39.119Z] === RUN   TestImportWithCustomPlatform
22:28:39 [2022-10-17T22:28:39.119Z] === RUN   TestImportWithCustomPlatform/#00
22:28:39 [2022-10-17T22:28:39.119Z] === RUN   TestImportWithCustomPlatform/_______
22:28:39 [2022-10-17T22:28:39.119Z] === RUN   TestImportWithCustomPlatform//
22:28:39 [2022-10-17T22:28:39.119Z] === RUN   TestImportWithCustomPlatform/linux
22:28:39 [2022-10-17T22:28:39.119Z] === RUN   TestImportWithCustomPlatform/LINUX
22:28:39 [2022-10-17T22:28:39.375Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
22:28:39 [2022-10-17T22:28:39.375Z] === RUN   TestImportWithCustomPlatform/macos
22:28:39 [2022-10-17T22:28:39.375Z] === RUN   TestImportWithCustomPlatform/macos/arm64
22:28:39 [2022-10-17T22:28:39.375Z] === RUN   TestImportWithCustomPlatform/nintendo64
22:28:39 [2022-10-17T22:28:39.375Z] --- PASS: TestImportWithCustomPlatform (0.31s)
22:28:39 [2022-10-17T22:28:39.375Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
22:28:39 [2022-10-17T22:28:39.375Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
22:28:39 [2022-10-17T22:28:39.375Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
22:28:39 [2022-10-17T22:28:39.375Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
22:28:39 [2022-10-17T22:28:39.375Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
22:28:39 [2022-10-17T22:28:39.375Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
22:28:39 [2022-10-17T22:28:39.375Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
22:28:39 [2022-10-17T22:28:39.375Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
22:28:39 [2022-10-17T22:28:39.375Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
22:28:39 [2022-10-17T22:28:39.375Z] === RUN   TestImagesFilterMultiReference
22:28:39 [2022-10-17T22:28:39.375Z] --- PASS: TestImagesFilterMultiReference (0.05s)
22:28:39 [2022-10-17T22:28:39.375Z] === RUN   TestImagePullPlatformInvalid
22:28:39 [2022-10-17T22:28:39.375Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
22:28:39 [2022-10-17T22:28:39.375Z] === RUN   TestRemoveImageOrphaning
22:28:39 [2022-10-17T22:28:39.630Z] --- PASS: TestRemoveImageOrphaning (0.26s)
22:28:39 [2022-10-17T22:28:39.631Z] === RUN   TestRemoveImageGarbageCollector
22:28:39 [2022-10-17T22:28:39.631Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:28:39 [2022-10-17T22:28:39.631Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
22:28:39 [2022-10-17T22:28:39.631Z] === RUN   TestTagUnprefixedRepoByNameOrName
22:28:39 [2022-10-17T22:28:39.631Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
22:28:39 [2022-10-17T22:28:39.631Z] === RUN   TestTagInvalidReference
22:28:39 [2022-10-17T22:28:39.631Z] --- PASS: TestTagInvalidReference (0.01s)
22:28:39 [2022-10-17T22:28:39.631Z] === RUN   TestTagValidPrefixedRepo
22:28:39 [2022-10-17T22:28:39.886Z] --- PASS: TestTagValidPrefixedRepo (0.06s)
22:28:39 [2022-10-17T22:28:39.886Z] === RUN   TestTagExistedNameWithoutForce
22:28:39 [2022-10-17T22:28:39.886Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
22:28:39 [2022-10-17T22:28:39.886Z] === RUN   TestTagOfficialNames
22:28:39 [2022-10-17T22:28:39.886Z] --- PASS: TestTagOfficialNames (0.05s)
22:28:39 [2022-10-17T22:28:39.886Z] === RUN   TestTagMatchesDigest
22:28:39 [2022-10-17T22:28:39.886Z] --- PASS: TestTagMatchesDigest (0.01s)
22:28:39 [2022-10-17T22:28:39.886Z] PASS
22:28:39 [2022-10-17T22:28:39.886Z] 
22:28:39 [2022-10-17T22:28:39.886Z] === Skipped
22:28:39 [2022-10-17T22:28:39.886Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
22:28:39 [2022-10-17T22:28:39.886Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
22:28:39 [2022-10-17T22:28:39.886Z] 
22:28:39 [2022-10-17T22:28:39.886Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
22:28:39 [2022-10-17T22:28:39.886Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:28:39 [2022-10-17T22:28:39.886Z] 
22:28:39 [2022-10-17T22:28:39.886Z] DONE 22 tests, 2 skipped in 1.276s
22:28:39 [2022-10-17T22:28:39.886Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
22:28:39 [2022-10-17T22:28:39.886Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
22:28:39 [2022-10-17T22:28:39.886Z] ++ set -e
22:28:39 [2022-10-17T22:28:39.886Z] ++ '[' -n 0 ']'
22:28:39 [2022-10-17T22:28:39.886Z] ++ set -x
22:28:39 [2022-10-17T22:28:39.886Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
22:28:39 [2022-10-17T22:28:39.886Z] === RUN   TestStripANSICommands
22:28:39 [2022-10-17T22:28:39.886Z] === RUN   TestStripANSICommands/#00
22:28:39 [2022-10-17T22:28:39.886Z] === RUN   TestStripANSICommands/#01
22:28:39 [2022-10-17T22:28:39.886Z] --- PASS: TestStripANSICommands (0.00s)
22:28:39 [2022-10-17T22:28:39.886Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
22:28:39 [2022-10-17T22:28:39.886Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
22:28:39 [2022-10-17T22:28:39.886Z] PASS
22:28:39 [2022-10-17T22:28:39.886Z] 
22:28:39 [2022-10-17T22:28:39.886Z] DONE 3 tests in 0.042s
22:28:39 [2022-10-17T22:28:39.886Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
22:28:39 [2022-10-17T22:28:39.887Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
22:28:39 [2022-10-17T22:28:39.887Z] ++ set -e
22:28:39 [2022-10-17T22:28:39.887Z] ++ '[' -n 0 ']'
22:28:39 [2022-10-17T22:28:39.887Z] ++ set -x
22:28:39 [2022-10-17T22:28:39.887Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
22:28:40 [2022-10-17T22:28:40.147Z] INFO: Testing against a local daemon
22:28:40 [2022-10-17T22:28:40.147Z] === RUN   TestNetworkCreateDelete
22:28:40 [2022-10-17T22:28:40.147Z] --- PASS: TestNetworkCreateDelete (0.15s)
22:28:40 [2022-10-17T22:28:40.147Z] === RUN   TestDockerNetworkDeletePreferID
22:28:40 [2022-10-17T22:28:40.708Z] --- PASS: TestDockerNetworkDeletePreferID (0.39s)
22:28:40 [2022-10-17T22:28:40.708Z] === RUN   TestDaemonDNSFallback
22:28:47 [2022-10-17T22:28:47.242Z] --- PASS: TestDaemonDNSFallback (6.36s)
22:28:47 [2022-10-17T22:28:47.242Z] === RUN   TestInspectNetwork
22:28:50 [2022-10-17T22:28:50.507Z] === RUN   TestInspectNetwork/full_network_id
22:28:50 [2022-10-17T22:28:50.507Z] === RUN   TestInspectNetwork/partial_network_id
22:28:50 [2022-10-17T22:28:50.507Z] === RUN   TestInspectNetwork/network_name
22:28:50 [2022-10-17T22:28:50.507Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
22:28:54 [2022-10-17T22:28:54.671Z] --- PASS: TestInspectNetwork (7.20s)
22:28:54 [2022-10-17T22:28:54.671Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
22:28:54 [2022-10-17T22:28:54.671Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
22:28:54 [2022-10-17T22:28:54.671Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
22:28:54 [2022-10-17T22:28:54.671Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
22:28:54 [2022-10-17T22:28:54.671Z] === RUN   TestRunContainerWithBridgeNone
22:28:55 [2022-10-17T22:28:55.598Z] --- PASS: TestRunContainerWithBridgeNone (1.48s)
22:28:55 [2022-10-17T22:28:55.598Z] === RUN   TestNetworkInvalidJSON
22:28:55 [2022-10-17T22:28:55.598Z] === RUN   TestNetworkInvalidJSON/networks/create
22:28:55 [2022-10-17T22:28:55.598Z] === PAUSE TestNetworkInvalidJSON/networks/create
22:28:55 [2022-10-17T22:28:55.598Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
22:28:55 [2022-10-17T22:28:55.598Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
22:28:55 [2022-10-17T22:28:55.598Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
22:28:55 [2022-10-17T22:28:55.598Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
22:28:55 [2022-10-17T22:28:55.598Z] === CONT  TestNetworkInvalidJSON/networks/create
22:28:55 [2022-10-17T22:28:55.598Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
22:28:55 [2022-10-17T22:28:55.598Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
22:28:55 [2022-10-17T22:28:55.598Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
22:28:55 [2022-10-17T22:28:55.598Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
22:28:55 [2022-10-17T22:28:55.598Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
22:28:55 [2022-10-17T22:28:55.598Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
22:28:55 [2022-10-17T22:28:55.598Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
22:28:55 [2022-10-17T22:28:55.598Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
22:28:55 [2022-10-17T22:28:55.598Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
22:28:55 [2022-10-17T22:28:55.598Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
22:28:55 [2022-10-17T22:28:55.598Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
22:28:55 [2022-10-17T22:28:55.598Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
22:28:55 [2022-10-17T22:28:55.598Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
22:28:55 [2022-10-17T22:28:55.598Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
22:28:55 [2022-10-17T22:28:55.598Z] --- PASS: TestNetworkInvalidJSON (0.01s)
22:28:55 [2022-10-17T22:28:55.598Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
22:28:55 [2022-10-17T22:28:55.598Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
22:28:55 [2022-10-17T22:28:55.598Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
22:28:55 [2022-10-17T22:28:55.598Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
22:28:55 [2022-10-17T22:28:55.598Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
22:28:55 [2022-10-17T22:28:55.598Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
22:28:55 [2022-10-17T22:28:55.598Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
22:28:55 [2022-10-17T22:28:55.598Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
22:28:55 [2022-10-17T22:28:55.598Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
22:28:55 [2022-10-17T22:28:55.598Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
22:28:55 [2022-10-17T22:28:55.598Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
22:28:55 [2022-10-17T22:28:55.598Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
22:28:55 [2022-10-17T22:28:55.598Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
22:28:55 [2022-10-17T22:28:55.598Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
22:28:55 [2022-10-17T22:28:55.598Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
22:28:55 [2022-10-17T22:28:55.598Z] === RUN   TestNetworkList
22:28:55 [2022-10-17T22:28:55.598Z] === RUN   TestNetworkList//networks
22:28:55 [2022-10-17T22:28:55.598Z] === PAUSE TestNetworkList//networks
22:28:55 [2022-10-17T22:28:55.598Z] === RUN   TestNetworkList//networks/
22:28:55 [2022-10-17T22:28:55.598Z] === PAUSE TestNetworkList//networks/
22:28:55 [2022-10-17T22:28:55.598Z] === CONT  TestNetworkList//networks
22:28:55 [2022-10-17T22:28:55.598Z] === CONT  TestNetworkList//networks/
22:28:55 [2022-10-17T22:28:55.598Z] --- PASS: TestNetworkList (0.01s)
22:28:55 [2022-10-17T22:28:55.598Z]     --- PASS: TestNetworkList//networks (0.00s)
22:28:55 [2022-10-17T22:28:55.598Z]     --- PASS: TestNetworkList//networks/ (0.00s)
22:28:55 [2022-10-17T22:28:55.598Z] === RUN   TestHostIPv4BridgeLabel
22:28:56 [2022-10-17T22:28:56.160Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
22:28:56 [2022-10-17T22:28:56.160Z] === RUN   TestDaemonRestartWithLiveRestore
22:28:57 [2022-10-17T22:28:57.524Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
22:28:57 [2022-10-17T22:28:57.524Z] === RUN   TestDaemonDefaultNetworkPools
22:28:58 [2022-10-17T22:28:58.086Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s)
22:28:58 [2022-10-17T22:28:58.086Z] === RUN   TestDaemonRestartWithExistingNetwork
22:28:59 [2022-10-17T22:28:59.013Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s)
22:28:59 [2022-10-17T22:28:59.013Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
22:29:00 [2022-10-17T22:29:00.379Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.25s)
22:29:00 [2022-10-17T22:29:00.379Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
22:29:00 [2022-10-17T22:29:00.941Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
22:29:00 [2022-10-17T22:29:00.941Z] === RUN   TestServiceWithPredefinedNetwork
22:29:03 [2022-10-17T22:29:03.487Z] --- PASS: TestServiceWithPredefinedNetwork (2.24s)
22:29:03 [2022-10-17T22:29:03.487Z] === RUN   TestServiceRemoveKeepsIngressNetwork
22:29:03 [2022-10-17T22:29:03.487Z]     service_test.go:242: FLAKY_TEST
22:29:03 [2022-10-17T22:29:03.487Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
22:29:03 [2022-10-17T22:29:03.487Z] === RUN   TestServiceWithDataPathPortInit
22:29:18 [2022-10-17T22:29:18.326Z] --- PASS: TestServiceWithDataPathPortInit (13.17s)
22:29:18 [2022-10-17T22:29:18.326Z] === RUN   TestServiceWithDefaultAddressPoolInit
22:29:18 [2022-10-17T22:29:18.887Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:rbuxl1cwakeclx32mtem39bkv Created:2022-10-17 22:29:17.723535011 +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[1cdc82c940c861efb6b5271484bcd4d29addd7b9a4164296b17e5b1775fc1751:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pxsxost7z838lxb5k976mop89 EndpointID:43a887c1148f59d3bb3d42b893ed28f500e90e0f9bf57d92663bc29126a73bc2 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:659308c5f1c9c269e1d06b8e83eb0976d92075d141bd9edfa819b1384bf8e2e7 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:f4e9e2455779 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pxsxost7z838lxb5k976mop89 EndpointID:43a887c1148f59d3bb3d42b893ed28f500e90e0f9bf57d92663bc29126a73bc2 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
22:29:24 [2022-10-17T22:29:24.131Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.98s)
22:29:24 [2022-10-17T22:29:24.131Z] PASS
22:29:24 [2022-10-17T22:29:24.131Z] 
22:29:24 [2022-10-17T22:29:24.131Z] === Skipped
22:29:24 [2022-10-17T22:29:24.131Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
22:29:24 [2022-10-17T22:29:24.131Z]     service_test.go:242: FLAKY_TEST
22:29:24 [2022-10-17T22:29:24.131Z] 
22:29:24 [2022-10-17T22:29:24.131Z] DONE 38 tests, 1 skipped in 43.404s
22:29:24 [2022-10-17T22:29:24.131Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
22:29:24 [2022-10-17T22:29:24.131Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
22:29:24 [2022-10-17T22:29:24.131Z] ++ set -e
22:29:24 [2022-10-17T22:29:24.131Z] ++ '[' -n 0 ']'
22:29:24 [2022-10-17T22:29:24.131Z] ++ set -x
22:29:24 [2022-10-17T22:29:24.131Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
22:29:24 [2022-10-17T22:29:24.131Z] INFO: Testing against a local daemon
22:29:24 [2022-10-17T22:29:24.131Z] === RUN   TestDockerNetworkIpvlanPersistance
22:29:24 [2022-10-17T22:29:24.131Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:29:24 [2022-10-17T22:29:24.131Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
22:29:24 [2022-10-17T22:29:24.131Z] === RUN   TestDockerNetworkIpvlan
22:29:24 [2022-10-17T22:29:24.131Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:29:24 [2022-10-17T22:29:24.131Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
22:29:24 [2022-10-17T22:29:24.131Z] PASS
22:29:24 [2022-10-17T22:29:24.131Z] 
22:29:24 [2022-10-17T22:29:24.131Z] === Skipped
22:29:24 [2022-10-17T22:29:24.131Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
22:29:24 [2022-10-17T22:29:24.131Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:29:24 [2022-10-17T22:29:24.131Z] 
22:29:24 [2022-10-17T22:29:24.131Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
22:29:24 [2022-10-17T22:29:24.131Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:29:24 [2022-10-17T22:29:24.131Z] 
22:29:24 [2022-10-17T22:29:24.131Z] DONE 2 tests, 2 skipped in 0.096s
22:29:24 [2022-10-17T22:29:24.131Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
22:29:24 [2022-10-17T22:29:24.131Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
22:29:24 [2022-10-17T22:29:24.131Z] ++ set -e
22:29:24 [2022-10-17T22:29:24.131Z] ++ '[' -n 0 ']'
22:29:24 [2022-10-17T22:29:24.131Z] ++ set -x
22:29:24 [2022-10-17T22:29:24.131Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
22:29:24 [2022-10-17T22:29:24.131Z] INFO: Testing against a local daemon
22:29:24 [2022-10-17T22:29:24.131Z] === RUN   TestDockerNetworkMacvlanPersistance
22:29:25 [2022-10-17T22:29:25.058Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.25s)
22:29:25 [2022-10-17T22:29:25.058Z] === RUN   TestDockerNetworkMacvlan
22:29:25 [2022-10-17T22:29:25.620Z] === RUN   TestDockerNetworkMacvlan/Subinterface
22:29:26 [2022-10-17T22:29:26.181Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
22:29:27 [2022-10-17T22:29:27.109Z] === RUN   TestDockerNetworkMacvlan/NilParent
22:29:28 [2022-10-17T22:29:28.998Z] === RUN   TestDockerNetworkMacvlan/InternalMode
22:29:30 [2022-10-17T22:29:30.362Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
22:29:33 [2022-10-17T22:29:33.628Z] === RUN   TestDockerNetworkMacvlan/Addressing
22:29:34 [2022-10-17T22:29:34.555Z] --- PASS: TestDockerNetworkMacvlan (9.48s)
22:29:34 [2022-10-17T22:29:34.555Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s)
22:29:34 [2022-10-17T22:29:34.555Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s)
22:29:34 [2022-10-17T22:29:34.555Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.85s)
22:29:34 [2022-10-17T22:29:34.555Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.79s)
22:29:34 [2022-10-17T22:29:34.555Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.00s)
22:29:34 [2022-10-17T22:29:34.555Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.62s)
22:29:34 [2022-10-17T22:29:34.555Z] PASS
22:29:34 [2022-10-17T22:29:34.555Z] 
22:29:34 [2022-10-17T22:29:34.555Z] DONE 8 tests in 10.832s
22:29:34 [2022-10-17T22:29:34.555Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
22:29:34 [2022-10-17T22:29:34.555Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
22:29:34 [2022-10-17T22:29:34.555Z] ++ set -e
22:29:34 [2022-10-17T22:29:34.555Z] ++ '[' -n 0 ']'
22:29:34 [2022-10-17T22:29:34.555Z] ++ set -x
22:29:34 [2022-10-17T22:29:34.555Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
22:29:34 [2022-10-17T22:29:34.555Z] testing: warning: no tests to run
22:29:34 [2022-10-17T22:29:34.555Z] PASS
22:29:34 [2022-10-17T22:29:34.555Z] 
22:29:34 [2022-10-17T22:29:34.555Z] DONE 0 tests in 0.031s
22:29:34 [2022-10-17T22:29:34.555Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
22:29:34 [2022-10-17T22:29:34.555Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
22:29:34 [2022-10-17T22:29:34.555Z] ++ set -e
22:29:34 [2022-10-17T22:29:34.555Z] ++ '[' -n 0 ']'
22:29:34 [2022-10-17T22:29:34.555Z] ++ set -x
22:29:34 [2022-10-17T22:29:34.555Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
22:29:34 [2022-10-17T22:29:34.555Z] INFO: Testing against a local daemon
22:29:34 [2022-10-17T22:29:34.555Z] === RUN   TestAuthZPluginAllowRequest
22:29:35 [2022-10-17T22:29:35.920Z] --- PASS: TestAuthZPluginAllowRequest (1.12s)
22:29:35 [2022-10-17T22:29:35.920Z] === RUN   TestAuthZPluginTLS
22:29:36 [2022-10-17T22:29:36.176Z] --- PASS: TestAuthZPluginTLS (0.55s)
22:29:36 [2022-10-17T22:29:36.176Z] === RUN   TestAuthZPluginDenyRequest
22:29:36 [2022-10-17T22:29:36.740Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
22:29:36 [2022-10-17T22:29:36.740Z] === RUN   TestAuthZPluginAPIDenyResponse
22:29:37 [2022-10-17T22:29:37.301Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
22:29:37 [2022-10-17T22:29:37.301Z] === RUN   TestAuthZPluginDenyResponse
22:29:37 [2022-10-17T22:29:37.862Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
22:29:37 [2022-10-17T22:29:37.862Z] === RUN   TestAuthZPluginAllowEventStream
22:29:38 [2022-10-17T22:29:38.790Z] --- PASS: TestAuthZPluginAllowEventStream (1.10s)
22:29:38 [2022-10-17T22:29:38.790Z] === RUN   TestAuthZPluginErrorResponse
22:29:39 [2022-10-17T22:29:39.351Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
22:29:39 [2022-10-17T22:29:39.351Z] === RUN   TestAuthZPluginErrorRequest
22:29:39 [2022-10-17T22:29:39.912Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
22:29:39 [2022-10-17T22:29:39.912Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
22:29:40 [2022-10-17T22:29:40.474Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
22:29:40 [2022-10-17T22:29:40.474Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
22:29:41 [2022-10-17T22:29:41.839Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.34s)
22:29:41 [2022-10-17T22:29:41.839Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
22:29:43 [2022-10-17T22:29:43.204Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.31s)
22:29:43 [2022-10-17T22:29:43.204Z] === RUN   TestAuthZPluginHeader
22:29:43 [2022-10-17T22:29:43.765Z] --- PASS: TestAuthZPluginHeader (0.71s)
22:29:43 [2022-10-17T22:29:43.765Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
22:29:43 [2022-10-17T22:29:43.765Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:29:43 [2022-10-17T22:29:43.765Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
22:29:43 [2022-10-17T22:29:43.765Z] === RUN   TestAuthZPluginV2Disable
22:29:43 [2022-10-17T22:29:43.765Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:29:43 [2022-10-17T22:29:43.765Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
22:29:43 [2022-10-17T22:29:43.765Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
22:29:43 [2022-10-17T22:29:43.765Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:29:43 [2022-10-17T22:29:43.765Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
22:29:43 [2022-10-17T22:29:43.765Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
22:29:43 [2022-10-17T22:29:43.765Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:29:43 [2022-10-17T22:29:43.765Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
22:29:43 [2022-10-17T22:29:43.765Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
22:30:01 [2022-10-17T22:30:01.804Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
22:30:01 [2022-10-17T22:30:01.804Z] PASS
22:30:01 [2022-10-17T22:30:01.804Z] 
22:30:01 [2022-10-17T22:30:01.804Z] === Skipped
22:30:01 [2022-10-17T22:30:01.804Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
22:30:01 [2022-10-17T22:30:01.804Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:30:01 [2022-10-17T22:30:01.804Z] 
22:30:01 [2022-10-17T22:30:01.804Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
22:30:01 [2022-10-17T22:30:01.804Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:30:01 [2022-10-17T22:30:01.804Z] 
22:30:01 [2022-10-17T22:30:01.804Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
22:30:01 [2022-10-17T22:30:01.804Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:30:01 [2022-10-17T22:30:01.804Z] 
22:30:01 [2022-10-17T22:30:01.804Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
22:30:01 [2022-10-17T22:30:01.805Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:30:01 [2022-10-17T22:30:01.805Z] 
22:30:01 [2022-10-17T22:30:01.805Z] DONE 17 tests, 4 skipped in 26.327s
22:30:01 [2022-10-17T22:30:01.805Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
22:30:01 [2022-10-17T22:30:01.805Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
22:30:01 [2022-10-17T22:30:01.805Z] ++ set -e
22:30:01 [2022-10-17T22:30:01.805Z] ++ '[' -n 0 ']'
22:30:01 [2022-10-17T22:30:01.805Z] ++ set -x
22:30:01 [2022-10-17T22:30:01.805Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
22:30:01 [2022-10-17T22:30:01.805Z] INFO: Testing against a local daemon
22:30:01 [2022-10-17T22:30:01.805Z] === RUN   TestPluginInvalidJSON
22:30:01 [2022-10-17T22:30:01.805Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
22:30:01 [2022-10-17T22:30:01.805Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
22:30:01 [2022-10-17T22:30:01.805Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
22:30:01 [2022-10-17T22:30:01.805Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
22:30:01 [2022-10-17T22:30:01.805Z] === RUN   TestPluginInvalidJSON/plugins/pull
22:30:01 [2022-10-17T22:30:01.805Z] === PAUSE TestPluginInvalidJSON/plugins/pull
22:30:01 [2022-10-17T22:30:01.805Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
22:30:01 [2022-10-17T22:30:01.805Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
22:30:01 [2022-10-17T22:30:01.805Z] === CONT  TestPluginInvalidJSON/plugins/pull
22:30:01 [2022-10-17T22:30:01.805Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
22:30:01 [2022-10-17T22:30:01.805Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
22:30:01 [2022-10-17T22:30:01.805Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
22:30:01 [2022-10-17T22:30:01.805Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
22:30:01 [2022-10-17T22:30:01.805Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
22:30:01 [2022-10-17T22:30:01.805Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
22:30:01 [2022-10-17T22:30:01.805Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
22:30:01 [2022-10-17T22:30:01.805Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
22:30:01 [2022-10-17T22:30:01.805Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
22:30:01 [2022-10-17T22:30:01.805Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
22:30:01 [2022-10-17T22:30:01.805Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
22:30:01 [2022-10-17T22:30:01.805Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
22:30:01 [2022-10-17T22:30:01.805Z] --- PASS: TestPluginInvalidJSON (0.02s)
22:30:01 [2022-10-17T22:30:01.805Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
22:30:01 [2022-10-17T22:30:01.805Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
22:30:01 [2022-10-17T22:30:01.805Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
22:30:01 [2022-10-17T22:30:01.805Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
22:30:01 [2022-10-17T22:30:01.805Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
22:30:01 [2022-10-17T22:30:01.805Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
22:30:01 [2022-10-17T22:30:01.805Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
22:30:01 [2022-10-17T22:30:01.805Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
22:30:01 [2022-10-17T22:30:01.805Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
22:30:01 [2022-10-17T22:30:01.805Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
22:30:01 [2022-10-17T22:30:01.805Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
22:30:01 [2022-10-17T22:30:01.805Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
22:30:01 [2022-10-17T22:30:01.805Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
22:30:01 [2022-10-17T22:30:01.805Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
22:30:01 [2022-10-17T22:30:01.805Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
22:30:01 [2022-10-17T22:30:01.805Z] === RUN   TestPluginInstall
22:30:01 [2022-10-17T22:30:01.805Z] === RUN   TestPluginInstall/no_auth
22:30:05 [2022-10-17T22:30:05.074Z] time="2022-10-17T22:30:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:30:05 [2022-10-17T22:30:05.074Z] time="2022-10-17T22:30:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bfc0c2bfb684beee837dc15ba53c4b38b75aaf5b555ea5dd8ca41526735ad15e" mediatype=application/vnd.docker.plugin.v1+json size=522
22:30:05 [2022-10-17T22:30:05.074Z] time="2022-10-17T22:30:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:30:05 [2022-10-17T22:30:05.074Z] time="2022-10-17T22:30:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bfc0c2bfb684beee837dc15ba53c4b38b75aaf5b555ea5dd8ca41526735ad15e" mediatype=application/vnd.docker.plugin.v1+json size=522
22:30:05 [2022-10-17T22:30:05.330Z] === RUN   TestPluginInstall/with_htpasswd
22:30:05 [2022-10-17T22:30:05.587Z] time="2022-10-17T22:30:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:30:05 [2022-10-17T22:30:05.587Z] time="2022-10-17T22:30:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6002513cd60f093db159a565dceb528ade322eb0cbae1c8114ce0d435fdec8ea" mediatype=application/vnd.docker.plugin.v1+json size=522
22:30:05 [2022-10-17T22:30:05.587Z] time="2022-10-17T22:30:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:30:05 [2022-10-17T22:30:05.587Z] time="2022-10-17T22:30:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6002513cd60f093db159a565dceb528ade322eb0cbae1c8114ce0d435fdec8ea" mediatype=application/vnd.docker.plugin.v1+json size=522
22:30:05 [2022-10-17T22:30:05.843Z] === RUN   TestPluginInstall/with_insecure
22:30:06 [2022-10-17T22:30:06.770Z] time="2022-10-17T22:30:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:30:06 [2022-10-17T22:30:06.770Z] time="2022-10-17T22:30:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:24396c3bee854cf4962fce8bd5dbd2c1004eb98ceac065172c8788a2930e0e0e" mediatype=application/vnd.docker.plugin.v1+json size=522
22:30:06 [2022-10-17T22:30:06.770Z] time="2022-10-17T22:30:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:30:06 [2022-10-17T22:30:06.770Z] time="2022-10-17T22:30:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:24396c3bee854cf4962fce8bd5dbd2c1004eb98ceac065172c8788a2930e0e0e" mediatype=application/vnd.docker.plugin.v1+json size=522
22:30:06 [2022-10-17T22:30:06.770Z]     plugin_test.go:195: [d9a843a4bcaef] daemon is not started
22:30:06 [2022-10-17T22:30:06.770Z] --- PASS: TestPluginInstall (5.94s)
22:30:06 [2022-10-17T22:30:06.770Z]     --- PASS: TestPluginInstall/no_auth (4.34s)
22:30:06 [2022-10-17T22:30:06.770Z]     --- PASS: TestPluginInstall/with_htpasswd (0.58s)
22:30:06 [2022-10-17T22:30:06.770Z]     --- PASS: TestPluginInstall/with_insecure (1.03s)
22:30:06 [2022-10-17T22:30:06.770Z] === RUN   TestPluginsWithRuntimes
22:30:08 [2022-10-17T22:30:08.659Z] === RUN   TestPluginsWithRuntimes/No_Args
22:30:09 [2022-10-17T22:30:09.221Z] === RUN   TestPluginsWithRuntimes/With_Args
22:30:10 [2022-10-17T22:30:10.149Z] --- PASS: TestPluginsWithRuntimes (3.27s)
22:30:10 [2022-10-17T22:30:10.149Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.87s)
22:30:10 [2022-10-17T22:30:10.149Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.86s)
22:30:10 [2022-10-17T22:30:10.149Z] === RUN   TestPluginBackCompatMediaTypes
22:30:10 [2022-10-17T22:30:10.712Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s)
22:30:10 [2022-10-17T22:30:10.712Z] PASS
22:30:10 [2022-10-17T22:30:10.712Z] 
22:30:10 [2022-10-17T22:30:10.712Z] DONE 24 tests in 9.911s
22:30:10 [2022-10-17T22:30:10.712Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
22:30:10 [2022-10-17T22:30:10.712Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
22:30:10 [2022-10-17T22:30:10.712Z] ++ set -e
22:30:10 [2022-10-17T22:30:10.712Z] ++ '[' -n 0 ']'
22:30:10 [2022-10-17T22:30:10.712Z] ++ set -x
22:30:10 [2022-10-17T22:30:10.712Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
22:30:10 [2022-10-17T22:30:10.712Z] INFO: Testing against a local daemon
22:30:10 [2022-10-17T22:30:10.712Z] === RUN   TestExternalGraphDriver
22:30:11 [2022-10-17T22:30:11.276Z] === RUN   TestExternalGraphDriver/json
22:30:12 [2022-10-17T22:30:12.640Z] === RUN   TestExternalGraphDriver/spec
22:30:14 [2022-10-17T22:30:14.528Z] === RUN   TestExternalGraphDriver/pull
22:30:15 [2022-10-17T22:30:15.913Z] --- PASS: TestExternalGraphDriver (5.14s)
22:30:15 [2022-10-17T22:30:15.913Z]     --- PASS: TestExternalGraphDriver/json (1.60s)
22:30:15 [2022-10-17T22:30:15.913Z]     --- PASS: TestExternalGraphDriver/spec (1.56s)
22:30:15 [2022-10-17T22:30:15.913Z]     --- PASS: TestExternalGraphDriver/pull (1.65s)
22:30:15 [2022-10-17T22:30:15.913Z] === RUN   TestGraphdriverPluginV2
22:30:16 [2022-10-17T22:30:16.174Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:30:16 [2022-10-17T22:30:16.174Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
22:30:16 [2022-10-17T22:30:16.174Z] PASS
22:30:16 [2022-10-17T22:30:16.174Z] 
22:30:16 [2022-10-17T22:30:16.174Z] === Skipped
22:30:16 [2022-10-17T22:30:16.174Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
22:30:16 [2022-10-17T22:30:16.174Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:30:16 [2022-10-17T22:30:16.174Z] 
22:30:16 [2022-10-17T22:30:16.174Z] DONE 5 tests, 1 skipped in 5.566s
22:30:16 [2022-10-17T22:30:16.174Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
22:30:16 [2022-10-17T22:30:16.174Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
22:30:16 [2022-10-17T22:30:16.174Z] ++ set -e
22:30:16 [2022-10-17T22:30:16.174Z] ++ '[' -n 0 ']'
22:30:16 [2022-10-17T22:30:16.174Z] ++ set -x
22:30:16 [2022-10-17T22:30:16.174Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
22:30:16 [2022-10-17T22:30:16.440Z] INFO: Testing against a local daemon
22:30:16 [2022-10-17T22:30:16.440Z] === RUN   TestContinueAfterPluginCrash
22:30:16 [2022-10-17T22:30:16.440Z] === PAUSE TestContinueAfterPluginCrash
22:30:16 [2022-10-17T22:30:16.440Z] === RUN   TestReadPluginNoRead
22:30:16 [2022-10-17T22:30:16.440Z] === PAUSE TestReadPluginNoRead
22:30:16 [2022-10-17T22:30:16.440Z] === RUN   TestDaemonStartWithLogOpt
22:30:16 [2022-10-17T22:30:16.440Z] === PAUSE TestDaemonStartWithLogOpt
22:30:16 [2022-10-17T22:30:16.440Z] === CONT  TestContinueAfterPluginCrash
22:30:16 [2022-10-17T22:30:16.440Z] === CONT  TestDaemonStartWithLogOpt
22:30:19 [2022-10-17T22:30:19.723Z] --- PASS: TestDaemonStartWithLogOpt (3.03s)
22:30:19 [2022-10-17T22:30:19.723Z] === CONT  TestReadPluginNoRead
22:30:21 [2022-10-17T22:30:21.612Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
22:30:22 [2022-10-17T22:30:22.976Z] === RUN   TestReadPluginNoRead/default
22:30:24 [2022-10-17T22:30:24.342Z] === RUN   TestReadPluginNoRead/disabled_caching
22:30:24 [2022-10-17T22:30:24.342Z] --- PASS: TestContinueAfterPluginCrash (8.04s)
22:30:25 [2022-10-17T22:30:25.269Z] === CONT  TestReadPluginNoRead
22:30:25 [2022-10-17T22:30:25.269Z]     read_test.go:91: [d584019a9619b] daemon is not started
22:30:25 [2022-10-17T22:30:25.269Z] --- PASS: TestReadPluginNoRead (5.84s)
22:30:25 [2022-10-17T22:30:25.269Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.29s)
22:30:25 [2022-10-17T22:30:25.269Z]     --- PASS: TestReadPluginNoRead/default (1.20s)
22:30:25 [2022-10-17T22:30:25.269Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.21s)
22:30:25 [2022-10-17T22:30:25.269Z] PASS
22:30:25 [2022-10-17T22:30:25.269Z] 
22:30:25 [2022-10-17T22:30:25.269Z] DONE 6 tests in 8.987s
22:30:25 [2022-10-17T22:30:25.269Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
22:30:25 [2022-10-17T22:30:25.269Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
22:30:25 [2022-10-17T22:30:25.269Z] ++ set -e
22:30:25 [2022-10-17T22:30:25.269Z] ++ '[' -n 0 ']'
22:30:25 [2022-10-17T22:30:25.269Z] ++ set -x
22:30:25 [2022-10-17T22:30:25.269Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
22:30:25 [2022-10-17T22:30:25.269Z] testing: warning: no tests to run
22:30:25 [2022-10-17T22:30:25.269Z] PASS
22:30:25 [2022-10-17T22:30:25.269Z] 
22:30:25 [2022-10-17T22:30:25.269Z] DONE 0 tests in 0.039s
22:30:25 [2022-10-17T22:30:25.269Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
22:30:25 [2022-10-17T22:30:25.269Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
22:30:25 [2022-10-17T22:30:25.269Z] ++ set -e
22:30:25 [2022-10-17T22:30:25.269Z] ++ '[' -n 0 ']'
22:30:25 [2022-10-17T22:30:25.269Z] ++ set -x
22:30:25 [2022-10-17T22:30:25.269Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
22:30:25 [2022-10-17T22:30:25.524Z] INFO: Testing against a local daemon
22:30:25 [2022-10-17T22:30:25.524Z] === RUN   TestPluginWithDevMounts
22:30:25 [2022-10-17T22:30:25.524Z] === PAUSE TestPluginWithDevMounts
22:30:25 [2022-10-17T22:30:25.524Z] === CONT  TestPluginWithDevMounts
22:30:26 [2022-10-17T22:30:26.889Z] --- PASS: TestPluginWithDevMounts (1.54s)
22:30:26 [2022-10-17T22:30:26.889Z] PASS
22:30:26 [2022-10-17T22:30:26.889Z] 
22:30:26 [2022-10-17T22:30:26.889Z] DONE 1 tests in 1.662s
22:30:26 [2022-10-17T22:30:26.889Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
22:30:26 [2022-10-17T22:30:26.889Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
22:30:26 [2022-10-17T22:30:26.889Z] ++ set -e
22:30:26 [2022-10-17T22:30:26.889Z] ++ '[' -n 0 ']'
22:30:26 [2022-10-17T22:30:26.889Z] ++ set -x
22:30:26 [2022-10-17T22:30:26.889Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
22:30:27 [2022-10-17T22:30:27.149Z] INFO: Testing against a local daemon
22:30:27 [2022-10-17T22:30:27.149Z] === RUN   TestSecretInspect
22:30:29 [2022-10-17T22:30:29.664Z] --- PASS: TestSecretInspect (2.31s)
22:30:29 [2022-10-17T22:30:29.664Z] === RUN   TestSecretList
22:30:31 [2022-10-17T22:30:31.553Z] --- PASS: TestSecretList (2.16s)
22:30:31 [2022-10-17T22:30:31.553Z] === RUN   TestSecretsCreateAndDelete
22:30:34 [2022-10-17T22:30:34.106Z] --- PASS: TestSecretsCreateAndDelete (2.25s)
22:30:34 [2022-10-17T22:30:34.106Z] === RUN   TestSecretsUpdate
22:30:35 [2022-10-17T22:30:35.995Z] --- PASS: TestSecretsUpdate (2.15s)
22:30:35 [2022-10-17T22:30:35.995Z] === RUN   TestTemplatedSecret
22:30:37 [2022-10-17T22:30:37.883Z] --- PASS: TestTemplatedSecret (1.98s)
22:30:37 [2022-10-17T22:30:37.883Z] === RUN   TestSecretCreateResolve
22:30:40 [2022-10-17T22:30:40.399Z] --- PASS: TestSecretCreateResolve (2.16s)
22:30:40 [2022-10-17T22:30:40.399Z] PASS
22:30:40 [2022-10-17T22:30:40.399Z] 
22:30:40 [2022-10-17T22:30:40.399Z] DONE 6 tests in 13.124s
22:30:40 [2022-10-17T22:30:40.399Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
22:30:40 [2022-10-17T22:30:40.399Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
22:30:40 [2022-10-17T22:30:40.399Z] ++ set -e
22:30:40 [2022-10-17T22:30:40.399Z] ++ '[' -n 0 ']'
22:30:40 [2022-10-17T22:30:40.399Z] ++ set -x
22:30:40 [2022-10-17T22:30:40.399Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
22:30:40 [2022-10-17T22:30:40.399Z] INFO: Testing against a local daemon
22:30:40 [2022-10-17T22:30:40.399Z] === RUN   TestServiceCreateInit
22:30:40 [2022-10-17T22:30:40.399Z] === RUN   TestServiceCreateInit/daemonInitDisabled
22:30:43 [2022-10-17T22:30:43.670Z] === RUN   TestServiceCreateInit/daemonInitEnabled
22:30:47 [2022-10-17T22:30:47.838Z] --- PASS: TestServiceCreateInit (7.03s)
22:30:47 [2022-10-17T22:30:47.838Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.50s)
22:30:47 [2022-10-17T22:30:47.838Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.51s)
22:30:47 [2022-10-17T22:30:47.838Z] === RUN   TestCreateServiceMultipleTimes
22:31:02 [2022-10-17T22:31:02.677Z] --- PASS: TestCreateServiceMultipleTimes (15.09s)
22:31:02 [2022-10-17T22:31:02.677Z] === RUN   TestCreateServiceConflict
22:31:05 [2022-10-17T22:31:05.194Z] --- PASS: TestCreateServiceConflict (2.35s)
22:31:05 [2022-10-17T22:31:05.194Z] === RUN   TestCreateServiceMaxReplicas
22:31:07 [2022-10-17T22:31:07.710Z] --- PASS: TestCreateServiceMaxReplicas (2.66s)
22:31:07 [2022-10-17T22:31:07.710Z] === RUN   TestCreateWithDuplicateNetworkNames
22:31:22 [2022-10-17T22:31:22.589Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.07s)
22:31:22 [2022-10-17T22:31:22.589Z] === RUN   TestCreateServiceSecretFileMode
22:31:22 [2022-10-17T22:31:22.845Z] --- PASS: TestCreateServiceSecretFileMode (2.37s)
22:31:22 [2022-10-17T22:31:22.845Z] === RUN   TestCreateServiceConfigFileMode
22:31:25 [2022-10-17T22:31:25.361Z] --- PASS: TestCreateServiceConfigFileMode (2.46s)
22:31:25 [2022-10-17T22:31:25.361Z] === RUN   TestCreateServiceSysctls
22:31:28 [2022-10-17T22:31:28.627Z] --- PASS: TestCreateServiceSysctls (3.01s)
22:31:28 [2022-10-17T22:31:28.627Z] === RUN   TestCreateServiceCapabilities
22:31:31 [2022-10-17T22:31:31.143Z] --- PASS: TestCreateServiceCapabilities (2.43s)
22:31:31 [2022-10-17T22:31:31.143Z] === RUN   TestInspect
22:31:33 [2022-10-17T22:31:33.679Z] --- PASS: TestInspect (2.84s)
22:31:33 [2022-10-17T22:31:33.679Z] === RUN   TestCreateJob
22:31:36 [2022-10-17T22:31:36.956Z] --- PASS: TestCreateJob (3.15s)
22:31:36 [2022-10-17T22:31:36.956Z] === RUN   TestReplicatedJob
22:31:42 [2022-10-17T22:31:42.199Z] --- PASS: TestReplicatedJob (4.95s)
22:31:42 [2022-10-17T22:31:42.199Z] === RUN   TestUpdateReplicatedJob
22:31:44 [2022-10-17T22:31:44.713Z] --- PASS: TestUpdateReplicatedJob (3.11s)
22:31:44 [2022-10-17T22:31:44.713Z] === RUN   TestServiceListWithStatuses
22:31:44 [2022-10-17T22:31:44.713Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
22:31:44 [2022-10-17T22:31:44.713Z] --- SKIP: TestServiceListWithStatuses (0.00s)
22:31:44 [2022-10-17T22:31:44.713Z] === RUN   TestDockerNetworkConnectAlias
22:31:48 [2022-10-17T22:31:48.878Z] --- PASS: TestDockerNetworkConnectAlias (4.08s)
22:31:48 [2022-10-17T22:31:48.878Z] === RUN   TestDockerNetworkReConnect
22:31:53 [2022-10-17T22:31:53.043Z] --- PASS: TestDockerNetworkReConnect (3.44s)
22:31:53 [2022-10-17T22:31:53.043Z] === RUN   TestServicePlugin
22:31:53 [2022-10-17T22:31:53.043Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:31:53 [2022-10-17T22:31:53.043Z] --- SKIP: TestServicePlugin (0.00s)
22:31:53 [2022-10-17T22:31:53.043Z] === RUN   TestServiceUpdateLabel
22:31:54 [2022-10-17T22:31:54.407Z] --- PASS: TestServiceUpdateLabel (2.14s)
22:31:54 [2022-10-17T22:31:54.407Z] === RUN   TestServiceUpdateSecrets
22:32:09 [2022-10-17T22:32:09.245Z] --- PASS: TestServiceUpdateSecrets (14.47s)
22:32:09 [2022-10-17T22:32:09.245Z] === RUN   TestServiceUpdateConfigs
22:32:24 [2022-10-17T22:32:24.083Z] --- PASS: TestServiceUpdateConfigs (14.27s)
22:32:24 [2022-10-17T22:32:24.083Z] === RUN   TestServiceUpdateNetwork
22:32:36 [2022-10-17T22:32:36.250Z] --- PASS: TestServiceUpdateNetwork (12.58s)
22:32:36 [2022-10-17T22:32:36.250Z] === RUN   TestServiceUpdatePidsLimit
22:32:37 [2022-10-17T22:32:37.177Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
22:32:37 [2022-10-17T22:32:37.739Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
22:32:45 [2022-10-17T22:32:45.822Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
22:32:52 [2022-10-17T22:32:52.356Z] --- PASS: TestServiceUpdatePidsLimit (16.03s)
22:32:52 [2022-10-17T22:32:52.356Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
22:32:52 [2022-10-17T22:32:52.356Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s)
22:32:52 [2022-10-17T22:32:52.356Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s)
22:32:52 [2022-10-17T22:32:52.356Z] PASS
22:32:52 [2022-10-17T22:32:52.356Z] 
22:32:52 [2022-10-17T22:32:52.356Z] === Skipped
22:32:52 [2022-10-17T22:32:52.356Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
22:32:52 [2022-10-17T22:32:52.356Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
22:32:52 [2022-10-17T22:32:52.356Z] 
22:32:52 [2022-10-17T22:32:52.356Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
22:32:52 [2022-10-17T22:32:52.356Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:32:52 [2022-10-17T22:32:52.356Z] 
22:32:52 [2022-10-17T22:32:52.356Z] DONE 27 tests, 2 skipped in 131.663s
22:32:52 [2022-10-17T22:32:52.356Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
22:32:52 [2022-10-17T22:32:52.356Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
22:32:52 [2022-10-17T22:32:52.356Z] ++ set -e
22:32:52 [2022-10-17T22:32:52.356Z] ++ '[' -n 0 ']'
22:32:52 [2022-10-17T22:32:52.356Z] ++ set -x
22:32:52 [2022-10-17T22:32:52.356Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
22:32:52 [2022-10-17T22:32:52.356Z] INFO: Testing against a local daemon
22:32:52 [2022-10-17T22:32:52.356Z] === RUN   TestSessionCreate
22:32:52 [2022-10-17T22:32:52.356Z] --- PASS: TestSessionCreate (0.02s)
22:32:52 [2022-10-17T22:32:52.356Z] === RUN   TestSessionCreateWithBadUpgrade
22:32:52 [2022-10-17T22:32:52.356Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
22:32:52 [2022-10-17T22:32:52.356Z] PASS
22:32:52 [2022-10-17T22:32:52.356Z] 
22:32:52 [2022-10-17T22:32:52.356Z] DONE 2 tests in 0.131s
22:32:52 [2022-10-17T22:32:52.356Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
22:32:52 [2022-10-17T22:32:52.356Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
22:32:52 [2022-10-17T22:32:52.356Z] ++ set -e
22:32:52 [2022-10-17T22:32:52.356Z] ++ '[' -n 0 ']'
22:32:52 [2022-10-17T22:32:52.356Z] ++ set -x
22:32:52 [2022-10-17T22:32:52.356Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
22:32:52 [2022-10-17T22:32:52.356Z] INFO: Testing against a local daemon
22:32:52 [2022-10-17T22:32:52.356Z] === RUN   TestCgroupDriverSystemdMemoryLimit
22:32:52 [2022-10-17T22:32:52.356Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
22:32:52 [2022-10-17T22:32:52.356Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
22:32:52 [2022-10-17T22:32:52.356Z] === RUN   TestDiskUsage
22:32:52 [2022-10-17T22:32:52.356Z] === PAUSE TestDiskUsage
22:32:52 [2022-10-17T22:32:52.356Z] === RUN   TestEventsExecDie
22:32:52 [2022-10-17T22:32:52.612Z] --- PASS: TestEventsExecDie (0.49s)
22:32:52 [2022-10-17T22:32:52.612Z] === RUN   TestEventsBackwardsCompatible
22:32:52 [2022-10-17T22:32:52.612Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
22:32:52 [2022-10-17T22:32:52.612Z] === RUN   TestEventsVolumeCreate
22:32:52 [2022-10-17T22:32:52.612Z] --- PASS: TestEventsVolumeCreate (0.05s)
22:32:52 [2022-10-17T22:32:52.612Z] === RUN   TestInfoBinaryCommits
22:32:52 [2022-10-17T22:32:52.612Z] --- PASS: TestInfoBinaryCommits (0.02s)
22:32:52 [2022-10-17T22:32:52.612Z] === RUN   TestInfoAPIVersioned
22:32:52 [2022-10-17T22:32:52.612Z] --- PASS: TestInfoAPIVersioned (0.01s)
22:32:52 [2022-10-17T22:32:52.612Z] === RUN   TestInfoAPI
22:32:52 [2022-10-17T22:32:52.612Z] --- PASS: TestInfoAPI (0.02s)
22:32:52 [2022-10-17T22:32:52.612Z] === RUN   TestInfoAPIWarnings
22:33:10 [2022-10-17T22:33:10.652Z] --- PASS: TestInfoAPIWarnings (16.55s)
22:33:10 [2022-10-17T22:33:10.652Z] === RUN   TestInfoDebug
22:33:10 [2022-10-17T22:33:10.652Z] --- PASS: TestInfoDebug (0.52s)
22:33:10 [2022-10-17T22:33:10.653Z] === RUN   TestInfoInsecureRegistries
22:33:10 [2022-10-17T22:33:10.653Z] --- PASS: TestInfoInsecureRegistries (0.52s)
22:33:10 [2022-10-17T22:33:10.653Z] === RUN   TestInfoRegistryMirrors
22:33:10 [2022-10-17T22:33:10.908Z] --- PASS: TestInfoRegistryMirrors (0.52s)
22:33:10 [2022-10-17T22:33:10.908Z] === RUN   TestLoginFailsWithBadCredentials
22:33:11 [2022-10-17T22:33:11.164Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
22:33:11 [2022-10-17T22:33:11.164Z] === RUN   TestPingCacheHeaders
22:33:11 [2022-10-17T22:33:11.164Z] --- PASS: TestPingCacheHeaders (0.02s)
22:33:11 [2022-10-17T22:33:11.164Z] === RUN   TestPingGet
22:33:11 [2022-10-17T22:33:11.164Z] --- PASS: TestPingGet (0.01s)
22:33:11 [2022-10-17T22:33:11.164Z] === RUN   TestPingHead
22:33:11 [2022-10-17T22:33:11.164Z] --- PASS: TestPingHead (0.02s)
22:33:11 [2022-10-17T22:33:11.164Z] === RUN   TestPingSwarmHeader
22:33:11 [2022-10-17T22:33:11.725Z] === RUN   TestPingSwarmHeader/before_swarm_init
22:33:12 [2022-10-17T22:33:12.286Z] === RUN   TestPingSwarmHeader/after_swarm_init
22:33:13 [2022-10-17T22:33:13.214Z] === RUN   TestPingSwarmHeader/after_swarm_leave
22:33:13 [2022-10-17T22:33:13.214Z] --- PASS: TestPingSwarmHeader (2.02s)
22:33:13 [2022-10-17T22:33:13.214Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
22:33:13 [2022-10-17T22:33:13.214Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
22:33:13 [2022-10-17T22:33:13.214Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
22:33:13 [2022-10-17T22:33:13.214Z] === RUN   TestPingBuilderHeader
22:33:13 [2022-10-17T22:33:13.214Z] === RUN   TestPingBuilderHeader/default_config
22:33:13 [2022-10-17T22:33:13.775Z] === RUN   TestPingBuilderHeader/buildkit_disabled
22:33:14 [2022-10-17T22:33:14.337Z] --- PASS: TestPingBuilderHeader (1.05s)
22:33:14 [2022-10-17T22:33:14.337Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
22:33:14 [2022-10-17T22:33:14.337Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
22:33:14 [2022-10-17T22:33:14.337Z] === RUN   TestVersion
22:33:14 [2022-10-17T22:33:14.337Z] --- PASS: TestVersion (0.02s)
22:33:14 [2022-10-17T22:33:14.337Z] === CONT  TestDiskUsage
22:33:14 [2022-10-17T22:33:14.907Z] === RUN   TestDiskUsage/empty
22:33:14 [2022-10-17T22:33:14.907Z] === RUN   TestDiskUsage/empty/container_types
22:33:14 [2022-10-17T22:33:14.907Z] === RUN   TestDiskUsage/empty/image_types
22:33:14 [2022-10-17T22:33:14.907Z] === RUN   TestDiskUsage/empty/volume_types
22:33:14 [2022-10-17T22:33:14.907Z] === RUN   TestDiskUsage/empty/build-cache_types
22:33:14 [2022-10-17T22:33:14.907Z] === RUN   TestDiskUsage/empty/container,_volume_types
22:33:14 [2022-10-17T22:33:14.907Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
22:33:14 [2022-10-17T22:33:14.907Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
22:33:14 [2022-10-17T22:33:14.907Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
22:33:14 [2022-10-17T22:33:14.907Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
22:33:14 [2022-10-17T22:33:14.907Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
22:33:14 [2022-10-17T22:33:14.907Z] === RUN   TestDiskUsage/after_LoadBusybox
22:33:14 [2022-10-17T22:33:14.907Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
22:33:14 [2022-10-17T22:33:14.907Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
22:33:14 [2022-10-17T22:33:14.907Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
22:33:14 [2022-10-17T22:33:14.907Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
22:33:14 [2022-10-17T22:33:14.907Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
22:33:14 [2022-10-17T22:33:14.907Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
22:33:14 [2022-10-17T22:33:14.907Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
22:33:14 [2022-10-17T22:33:14.907Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
22:33:14 [2022-10-17T22:33:14.907Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
22:33:14 [2022-10-17T22:33:14.907Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
22:33:14 [2022-10-17T22:33:14.907Z] === RUN   TestDiskUsage/after_container.Run
22:33:15 [2022-10-17T22:33:15.483Z] === RUN   TestDiskUsage/after_container.Run/container_types
22:33:15 [2022-10-17T22:33:15.483Z] === RUN   TestDiskUsage/after_container.Run/image_types
22:33:15 [2022-10-17T22:33:15.483Z] === RUN   TestDiskUsage/after_container.Run/volume_types
22:33:15 [2022-10-17T22:33:15.483Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
22:33:15 [2022-10-17T22:33:15.483Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
22:33:15 [2022-10-17T22:33:15.483Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
22:33:15 [2022-10-17T22:33:15.483Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
22:33:15 [2022-10-17T22:33:15.483Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
22:33:15 [2022-10-17T22:33:15.483Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
22:33:15 [2022-10-17T22:33:15.483Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
22:33:15 [2022-10-17T22:33:15.483Z] --- PASS: TestDiskUsage (1.15s)
22:33:15 [2022-10-17T22:33:15.483Z]     --- PASS: TestDiskUsage/empty (0.01s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.16s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]     --- PASS: TestDiskUsage/after_container.Run (0.32s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z] PASS
22:33:15 [2022-10-17T22:33:15.483Z] 
22:33:15 [2022-10-17T22:33:15.483Z] === Skipped
22:33:15 [2022-10-17T22:33:15.483Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
22:33:15 [2022-10-17T22:33:15.483Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
22:33:15 [2022-10-17T22:33:15.483Z] 
22:33:15 [2022-10-17T22:33:15.483Z] DONE 57 tests, 1 skipped in 23.538s
22:33:15 [2022-10-17T22:33:15.483Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
22:33:15 [2022-10-17T22:33:15.483Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
22:33:15 [2022-10-17T22:33:15.483Z] ++ set -e
22:33:15 [2022-10-17T22:33:15.483Z] ++ '[' -n 0 ']'
22:33:15 [2022-10-17T22:33:15.483Z] ++ set -x
22:33:15 [2022-10-17T22:33:15.483Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
22:33:15 [2022-10-17T22:33:15.740Z] INFO: Testing against a local daemon
22:33:15 [2022-10-17T22:33:15.741Z] === RUN   TestVolumesCreateAndList
22:33:15 [2022-10-17T22:33:15.741Z] --- PASS: TestVolumesCreateAndList (0.02s)
22:33:15 [2022-10-17T22:33:15.741Z] === RUN   TestVolumesRemove
22:33:15 [2022-10-17T22:33:15.741Z] --- PASS: TestVolumesRemove (0.06s)
22:33:15 [2022-10-17T22:33:15.741Z] === RUN   TestVolumesInspect
22:33:15 [2022-10-17T22:33:15.741Z] --- PASS: TestVolumesInspect (0.02s)
22:33:15 [2022-10-17T22:33:15.741Z] === RUN   TestVolumesInvalidJSON
22:33:15 [2022-10-17T22:33:15.741Z] === RUN   TestVolumesInvalidJSON/volumes/create
22:33:15 [2022-10-17T22:33:15.741Z] === PAUSE TestVolumesInvalidJSON/volumes/create
22:33:15 [2022-10-17T22:33:15.741Z] === CONT  TestVolumesInvalidJSON/volumes/create
22:33:15 [2022-10-17T22:33:15.741Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
22:33:15 [2022-10-17T22:33:15.741Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
22:33:15 [2022-10-17T22:33:15.741Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
22:33:15 [2022-10-17T22:33:15.741Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
22:33:15 [2022-10-17T22:33:15.741Z] --- PASS: TestVolumesInvalidJSON (0.02s)
22:33:15 [2022-10-17T22:33:15.741Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
22:33:15 [2022-10-17T22:33:15.741Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
22:33:15 [2022-10-17T22:33:15.741Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
22:33:15 [2022-10-17T22:33:15.741Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
22:33:15 [2022-10-17T22:33:15.741Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
22:33:15 [2022-10-17T22:33:15.741Z] === RUN   TestVolumePruneAnonymous
22:33:15 [2022-10-17T22:33:15.741Z] --- PASS: TestVolumePruneAnonymous (0.03s)
22:33:15 [2022-10-17T22:33:15.741Z] PASS
22:33:15 [2022-10-17T22:33:15.741Z] 
22:33:15 [2022-10-17T22:33:15.741Z] DONE 10 tests in 0.261s
22:33:15 [2022-10-17T22:33:15.741Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
22:33:15 [2022-10-17T22:33:15.997Z] ++++ cat bundles/test-integration/docker.pid
22:33:15 [2022-10-17T22:33:15.997Z] +++ kill 14469
22:33:15 [2022-10-17T22:33:15.997Z] +++ /etc/init.d/apparmor stop
22:33:15 [2022-10-17T22:33:15.997Z] Leaving: AppArmorNo profiles have been unloaded.
22:33:15 [2022-10-17T22:33:15.997Z] 
22:33:15 [2022-10-17T22:33:15.997Z] Unloading profiles will leave already running processes permanently
22:33:15 [2022-10-17T22:33:15.997Z] unconfined, which can lead to unexpected situations.
22:33:15 [2022-10-17T22:33:15.997Z] 
22:33:15 [2022-10-17T22:33:15.997Z] To set a process to complain mode, use the command line tool
22:33:15 [2022-10-17T22:33:15.997Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
22:33:15 [2022-10-17T22:33:15.997Z] +++ true
22:33:15 [2022-10-17T22:33:15.997Z] exiting test-integration
22:33:15 [2022-10-17T22:33:15.997Z] ++ exit 0
22:33:15 [2022-10-17T22:33:15.997Z] 
Post stage
[Pipeline] junit
22:33:16 [2022-10-17T22:33:16.943Z] Recording test results
22:33:17 [2022-10-17T22:33:17.144Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
22:33:17 [2022-10-17T22:33:17.574Z] + echo Ensuring container killed.
22:33:17 [2022-10-17T22:33:17.574Z] Ensuring container killed.
22:33:17 [2022-10-17T22:33:17.574Z] + docker rm -vf docker-pr1
22:33:17 [2022-10-17T22:33:17.574Z] Error response from daemon: No such container: docker-pr1
[Pipeline] sh
22:33:18 [2022-10-17T22:33:18.063Z] + echo Chowning /workspace to jenkins user
22:33:18 [2022-10-17T22:33:18.063Z] Chowning /workspace to jenkins user
22:33:18 [2022-10-17T22:33:18.063Z] + id -u
22:33:18 [2022-10-17T22:33:18.063Z] + id -g
22:33:18 [2022-10-17T22:33:18.063Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44314:/workspace busybox chown -R 1000:1000 /workspace
22:33:18 [2022-10-17T22:33:18.063Z] Unable to find image 'busybox:latest' locally
22:33:18 [2022-10-17T22:33:18.319Z] latest: Pulling from library/busybox
22:33:18 [2022-10-17T22:33:18.319Z] 89485c9dae0b: Pulling fs layer
22:33:18 [2022-10-17T22:33:18.319Z] 89485c9dae0b: Verifying Checksum
22:33:18 [2022-10-17T22:33:18.319Z] 89485c9dae0b: Download complete
22:33:18 [2022-10-17T22:33:18.575Z] 89485c9dae0b: Pull complete
22:33:18 [2022-10-17T22:33:18.575Z] Digest: sha256:9810966b5f712084ea05bf28fc8ba2c8fb110baa2531a10e2da52c1efc504698
22:33:18 [2022-10-17T22:33:18.575Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
22:33:20 [2022-10-17T22:33:20.307Z] + bundleName=arm64-integration
22:33:20 [2022-10-17T22:33:20.307Z] + echo Creating arm64-integration-bundles.tar.gz
22:33:20 [2022-10-17T22:33:20.307Z] Creating arm64-integration-bundles.tar.gz
22:33:20 [2022-10-17T22:33:20.307Z] + + xargs tar -czf arm64-integration-bundles.tar.gz
22:33:20 [2022-10-17T22:33:20.307Z] find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
[Pipeline] archiveArtifacts
22:33:20 [2022-10-17T22:33:20.572Z] Archiving artifacts
22:33:22 [2022-10-17T22:33:22.378Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44314/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
22:33:22 [2022-10-17T22:33:22.667Z] + make clean
22:33:22 [2022-10-17T22:33:22.924Z] docker volume rm -f docker-dev-cache docker-mod-cache
22:33:22 [2022-10-17T22:33:22.924Z] docker-dev-cache
22:33:22 [2022-10-17T22:33:22.924Z] 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