Skip to content
Success

Console Output

Skipping 543 KB.. Full Log
15:10:22 [2022-10-06T15:10:22.183Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
15:10:22 [2022-10-06T15:10:22.183Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
15:10:22 [2022-10-06T15:10:22.183Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
15:10:22 [2022-10-06T15:10:22.183Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
15:10:22 [2022-10-06T15:10:22.183Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
15:10:22 [2022-10-06T15:10:22.183Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
15:10:22 [2022-10-06T15:10:22.183Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
15:10:22 [2022-10-06T15:10:22.183Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
15:10:22 [2022-10-06T15:10:22.183Z] === RUN   TestContainerStartOnDaemonRestart
15:10:22 [2022-10-06T15:10:22.183Z] === PAUSE TestContainerStartOnDaemonRestart
15:10:22 [2022-10-06T15:10:22.183Z] === RUN   TestDaemonRestartIpcMode
15:10:22 [2022-10-06T15:10:22.183Z] === PAUSE TestDaemonRestartIpcMode
15:10:22 [2022-10-06T15:10:22.183Z] === RUN   TestDaemonHostGatewayIP
15:10:22 [2022-10-06T15:10:22.183Z] === PAUSE TestDaemonHostGatewayIP
15:10:22 [2022-10-06T15:10:22.183Z] === RUN   TestRestartDaemonWithRestartingContainer
15:10:22 [2022-10-06T15:10:22.183Z] === PAUSE TestRestartDaemonWithRestartingContainer
15:10:22 [2022-10-06T15:10:22.183Z] === RUN   TestContainerKillOnDaemonStart
15:10:22 [2022-10-06T15:10:22.183Z] === PAUSE TestContainerKillOnDaemonStart
15:10:22 [2022-10-06T15:10:22.183Z] === RUN   TestDiff
15:10:22 [2022-10-06T15:10:22.746Z] --- PASS: TestDiff (0.47s)
15:10:22 [2022-10-06T15:10:22.746Z] === RUN   TestExecConsoleSize
15:10:23 [2022-10-06T15:10:23.310Z] --- PASS: TestExecConsoleSize (0.51s)
15:10:23 [2022-10-06T15:10:23.310Z] === RUN   TestExecWithCloseStdin
15:10:23 [2022-10-06T15:10:23.872Z] --- PASS: TestExecWithCloseStdin (0.51s)
15:10:23 [2022-10-06T15:10:23.872Z] === RUN   TestExec
15:10:24 [2022-10-06T15:10:24.434Z] --- PASS: TestExec (0.52s)
15:10:24 [2022-10-06T15:10:24.434Z] === RUN   TestExecUser
15:10:25 [2022-10-06T15:10:25.016Z] --- PASS: TestExecUser (0.56s)
15:10:25 [2022-10-06T15:10:25.016Z] === RUN   TestExportContainerAndImportImage
15:10:25 [2022-10-06T15:10:25.611Z] --- PASS: TestExportContainerAndImportImage (0.69s)
15:10:25 [2022-10-06T15:10:25.611Z] === RUN   TestExportContainerAfterDaemonRestart
15:10:26 [2022-10-06T15:10:26.989Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s)
15:10:26 [2022-10-06T15:10:26.989Z] === RUN   TestHealthCheckWorkdir
15:10:27 [2022-10-06T15:10:27.245Z] --- PASS: TestHealthCheckWorkdir (0.55s)
15:10:27 [2022-10-06T15:10:27.245Z] === RUN   TestHealthKillContainer
15:10:35 [2022-10-06T15:10:35.332Z] --- PASS: TestHealthKillContainer (7.89s)
15:10:35 [2022-10-06T15:10:35.332Z] === RUN   TestHealthCheckProcessKilled
15:10:35 [2022-10-06T15:10:35.894Z] --- PASS: TestHealthCheckProcessKilled (0.68s)
15:10:35 [2022-10-06T15:10:35.894Z] === RUN   TestInspectCpusetInConfigPre120
15:10:36 [2022-10-06T15:10:36.457Z] --- PASS: TestInspectCpusetInConfigPre120 (0.42s)
15:10:36 [2022-10-06T15:10:36.457Z] === RUN   TestIpcModeNone
15:10:36 [2022-10-06T15:10:36.713Z] --- PASS: TestIpcModeNone (0.50s)
15:10:36 [2022-10-06T15:10:36.713Z] === RUN   TestIpcModePrivate
15:10:37 [2022-10-06T15:10:37.275Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false
15:10:37 [2022-10-06T15:10:37.275Z] --- PASS: TestIpcModePrivate (0.54s)
15:10:37 [2022-10-06T15:10:37.275Z] === RUN   TestIpcModeShareable
15:10:37 [2022-10-06T15:10:37.837Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true
15:10:37 [2022-10-06T15:10:37.837Z] --- PASS: TestIpcModeShareable (0.51s)
15:10:37 [2022-10-06T15:10:37.837Z] === RUN   TestAPIIpcModeShareableAndContainer
15:10:39 [2022-10-06T15:10:39.731Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.57s)
15:10:39 [2022-10-06T15:10:39.731Z] === RUN   TestAPIIpcModeHost
15:10:39 [2022-10-06T15:10:39.731Z] --- PASS: TestAPIIpcModeHost (0.40s)
15:10:39 [2022-10-06T15:10:39.731Z] === RUN   TestDaemonIpcModeShareable
15:10:41 [2022-10-06T15:10:41.097Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true
15:10:41 [2022-10-06T15:10:41.097Z] --- PASS: TestDaemonIpcModeShareable (1.21s)
15:10:41 [2022-10-06T15:10:41.097Z] === RUN   TestDaemonIpcModePrivate
15:10:42 [2022-10-06T15:10:42.024Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false
15:10:42 [2022-10-06T15:10:42.281Z] --- PASS: TestDaemonIpcModePrivate (1.18s)
15:10:42 [2022-10-06T15:10:42.281Z] === RUN   TestDaemonIpcModePrivateFromConfig
15:10:43 [2022-10-06T15:10:43.209Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false
15:10:43 [2022-10-06T15:10:43.465Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.18s)
15:10:43 [2022-10-06T15:10:43.465Z] === RUN   TestDaemonIpcModeShareableFromConfig
15:10:44 [2022-10-06T15:10:44.393Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true
15:10:44 [2022-10-06T15:10:44.649Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.23s)
15:10:44 [2022-10-06T15:10:44.649Z] === RUN   TestIpcModeOlderClient
15:10:44 [2022-10-06T15:10:44.649Z] === PAUSE TestIpcModeOlderClient
15:10:44 [2022-10-06T15:10:44.649Z] === RUN   TestKillContainerInvalidSignal
15:10:45 [2022-10-06T15:10:45.211Z] --- PASS: TestKillContainerInvalidSignal (0.47s)
15:10:45 [2022-10-06T15:10:45.211Z] === RUN   TestKillContainer
15:10:45 [2022-10-06T15:10:45.211Z] === RUN   TestKillContainer/no_signal
15:10:45 [2022-10-06T15:10:45.773Z] === RUN   TestKillContainer/non_killing_signal
15:10:46 [2022-10-06T15:10:46.029Z] === RUN   TestKillContainer/killing_signal
15:10:46 [2022-10-06T15:10:46.591Z] --- PASS: TestKillContainer (1.39s)
15:10:46 [2022-10-06T15:10:46.591Z]     --- PASS: TestKillContainer/no_signal (0.48s)
15:10:46 [2022-10-06T15:10:46.591Z]     --- PASS: TestKillContainer/non_killing_signal (0.31s)
15:10:46 [2022-10-06T15:10:46.591Z]     --- PASS: TestKillContainer/killing_signal (0.43s)
15:10:46 [2022-10-06T15:10:46.591Z] === RUN   TestKillWithStopSignalAndRestartPolicies
15:10:46 [2022-10-06T15:10:46.591Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
15:10:46 [2022-10-06T15:10:46.847Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
15:10:47 [2022-10-06T15:10:47.775Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.24s)
15:10:47 [2022-10-06T15:10:47.775Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s)
15:10:47 [2022-10-06T15:10:47.775Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.66s)
15:10:47 [2022-10-06T15:10:47.775Z] === RUN   TestKillStoppedContainer
15:10:47 [2022-10-06T15:10:47.775Z] --- PASS: TestKillStoppedContainer (0.05s)
15:10:47 [2022-10-06T15:10:47.775Z] === RUN   TestKillStoppedContainerAPIPre120
15:10:47 [2022-10-06T15:10:47.775Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s)
15:10:47 [2022-10-06T15:10:47.775Z] === RUN   TestKillDifferentUserContainer
15:10:48 [2022-10-06T15:10:48.337Z] --- PASS: TestKillDifferentUserContainer (0.45s)
15:10:48 [2022-10-06T15:10:48.337Z] === RUN   TestInspectOomKilledTrue
15:10:48 [2022-10-06T15:10:48.898Z] --- PASS: TestInspectOomKilledTrue (0.49s)
15:10:48 [2022-10-06T15:10:48.898Z] === RUN   TestInspectOomKilledFalse
15:10:49 [2022-10-06T15:10:49.157Z] --- PASS: TestInspectOomKilledFalse (0.45s)
15:10:49 [2022-10-06T15:10:49.157Z] === RUN   TestLinksEtcHostsContentMatch
15:10:49 [2022-10-06T15:10:49.719Z] --- PASS: TestLinksEtcHostsContentMatch (0.32s)
15:10:49 [2022-10-06T15:10:49.719Z] === RUN   TestLinksContainerNames
15:10:50 [2022-10-06T15:10:50.646Z] --- PASS: TestLinksContainerNames (0.84s)
15:10:50 [2022-10-06T15:10:50.646Z] === RUN   TestLogsFollowTailEmpty
15:10:50 [2022-10-06T15:10:50.902Z] --- PASS: TestLogsFollowTailEmpty (0.43s)
15:10:50 [2022-10-06T15:10:50.902Z] === RUN   TestLogs
15:10:50 [2022-10-06T15:10:50.902Z] === RUN   TestLogs/driver_local
15:10:50 [2022-10-06T15:10:50.902Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
15:10:50 [2022-10-06T15:10:50.902Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
15:10:50 [2022-10-06T15:10:50.902Z] === RUN   TestLogs/driver_local/tty/only_stdout
15:10:50 [2022-10-06T15:10:50.902Z] === PAUSE TestLogs/driver_local/tty/only_stdout
15:10:50 [2022-10-06T15:10:50.902Z] === RUN   TestLogs/driver_local/tty/only_stderr
15:10:50 [2022-10-06T15:10:50.902Z] === PAUSE TestLogs/driver_local/tty/only_stderr
15:10:50 [2022-10-06T15:10:50.902Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
15:10:50 [2022-10-06T15:10:50.902Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
15:10:50 [2022-10-06T15:10:50.902Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
15:10:50 [2022-10-06T15:10:50.902Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
15:10:50 [2022-10-06T15:10:50.902Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
15:10:50 [2022-10-06T15:10:50.902Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
15:10:50 [2022-10-06T15:10:50.902Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
15:10:50 [2022-10-06T15:10:50.902Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
15:10:51 [2022-10-06T15:10:51.464Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
15:10:51 [2022-10-06T15:10:51.464Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
15:10:52 [2022-10-06T15:10:52.030Z] === CONT  TestLogs/driver_local/tty/only_stderr
15:10:52 [2022-10-06T15:10:52.030Z] === CONT  TestLogs/driver_local/tty/only_stdout
15:10:52 [2022-10-06T15:10:52.592Z] === RUN   TestLogs/driver_json-file
15:10:52 [2022-10-06T15:10:52.592Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
15:10:52 [2022-10-06T15:10:52.592Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
15:10:52 [2022-10-06T15:10:52.592Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
15:10:52 [2022-10-06T15:10:52.592Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
15:10:52 [2022-10-06T15:10:52.592Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
15:10:52 [2022-10-06T15:10:52.592Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
15:10:52 [2022-10-06T15:10:52.592Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
15:10:52 [2022-10-06T15:10:52.592Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
15:10:52 [2022-10-06T15:10:52.592Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
15:10:52 [2022-10-06T15:10:52.592Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
15:10:52 [2022-10-06T15:10:52.592Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
15:10:52 [2022-10-06T15:10:52.592Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
15:10:52 [2022-10-06T15:10:52.592Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
15:10:52 [2022-10-06T15:10:52.592Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
15:10:53 [2022-10-06T15:10:53.521Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
15:10:53 [2022-10-06T15:10:53.521Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
15:10:54 [2022-10-06T15:10:54.083Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
15:10:54 [2022-10-06T15:10:54.084Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
15:10:54 [2022-10-06T15:10:54.646Z] --- PASS: TestLogs (3.79s)
15:10:54 [2022-10-06T15:10:54.646Z]     --- PASS: TestLogs/driver_local (0.01s)
15:10:54 [2022-10-06T15:10:54.646Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.61s)
15:10:54 [2022-10-06T15:10:54.646Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.68s)
15:10:54 [2022-10-06T15:10:54.646Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.52s)
15:10:54 [2022-10-06T15:10:54.646Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.58s)
15:10:54 [2022-10-06T15:10:54.646Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.56s)
15:10:54 [2022-10-06T15:10:54.646Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.56s)
15:10:54 [2022-10-06T15:10:54.646Z]     --- PASS: TestLogs/driver_json-file (0.01s)
15:10:54 [2022-10-06T15:10:54.646Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.69s)
15:10:54 [2022-10-06T15:10:54.646Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.73s)
15:10:54 [2022-10-06T15:10:54.646Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.57s)
15:10:54 [2022-10-06T15:10:54.646Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.65s)
15:10:54 [2022-10-06T15:10:54.646Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.58s)
15:10:54 [2022-10-06T15:10:54.646Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.65s)
15:10:54 [2022-10-06T15:10:54.646Z] === RUN   TestContainerNetworkMountsNoChown
15:10:55 [2022-10-06T15:10:55.208Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s)
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/default
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/default
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/private
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/private
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/rprivate
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/rprivate
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/slave
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/slave
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/rslave
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/rslave
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/shared
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/shared
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/rshared
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/rshared
15:10:55 [2022-10-06T15:10:55.208Z] === CONT  TestMountDaemonRoot/default
15:10:55 [2022-10-06T15:10:55.208Z] === CONT  TestMountDaemonRoot/rslave
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/rslave/mount_root
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/rslave/bind_root
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/default/bind_root
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/default/bind_root
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/default/bind_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/default/mount_root
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/default/mount_root
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/default/mount_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === CONT  TestMountDaemonRoot/rshared
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/rshared/bind_root
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/rshared/mount_root
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === CONT  TestMountDaemonRoot/shared
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/shared/bind_root
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/shared/bind_root
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/shared/mount_root
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/shared/mount_root
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === CONT  TestMountDaemonRoot/rprivate
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
15:10:55 [2022-10-06T15:10:55.208Z] === CONT  TestMountDaemonRoot/slave
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/slave/mount_root
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/slave/mount_root
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/slave/bind_root
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/slave/bind_root
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === CONT  TestMountDaemonRoot/private
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/private/mount_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/private/bind_root
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/private/bind_root
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/private/bind_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === RUN   TestMountDaemonRoot/private/mount_root
15:10:55 [2022-10-06T15:10:55.208Z] === PAUSE TestMountDaemonRoot/private/mount_root
15:10:55 [2022-10-06T15:10:55.208Z] === CONT  TestMountDaemonRoot/rslave/mount_root
15:10:55 [2022-10-06T15:10:55.208Z] === CONT  TestMountDaemonRoot/default/bind_root
15:10:55 [2022-10-06T15:10:55.208Z] === CONT  TestMountDaemonRoot/rshared/bind_root
15:10:55 [2022-10-06T15:10:55.208Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === CONT  TestMountDaemonRoot/rslave/bind_root
15:10:55 [2022-10-06T15:10:55.208Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === CONT  TestMountDaemonRoot/shared/bind_root
15:10:55 [2022-10-06T15:10:55.208Z] === CONT  TestMountDaemonRoot/default/mount_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === CONT  TestMountDaemonRoot/default/mount_root
15:10:55 [2022-10-06T15:10:55.208Z] === CONT  TestMountDaemonRoot/default/bind_subpath
15:10:55 [2022-10-06T15:10:55.208Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
15:10:55 [2022-10-06T15:10:55.464Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
15:10:55 [2022-10-06T15:10:55.464Z] === CONT  TestMountDaemonRoot/rshared/mount_root
15:10:55 [2022-10-06T15:10:55.464Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
15:10:55 [2022-10-06T15:10:55.464Z] === CONT  TestMountDaemonRoot/slave/mount_root
15:10:55 [2022-10-06T15:10:55.464Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
15:10:55 [2022-10-06T15:10:55.464Z] === CONT  TestMountDaemonRoot/shared/mount_root
15:10:55 [2022-10-06T15:10:55.464Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
15:10:55 [2022-10-06T15:10:55.464Z] === CONT  TestMountDaemonRoot/private/mount_subpath
15:10:55 [2022-10-06T15:10:55.464Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
15:10:55 [2022-10-06T15:10:55.464Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
15:10:55 [2022-10-06T15:10:55.464Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
15:10:55 [2022-10-06T15:10:55.464Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
15:10:55 [2022-10-06T15:10:55.464Z] === CONT  TestMountDaemonRoot/slave/bind_root
15:10:55 [2022-10-06T15:10:55.464Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
15:10:55 [2022-10-06T15:10:55.464Z] === CONT  TestMountDaemonRoot/private/mount_root
15:10:55 [2022-10-06T15:10:55.720Z] === CONT  TestMountDaemonRoot/private/bind_subpath
15:10:55 [2022-10-06T15:10:55.720Z] === CONT  TestMountDaemonRoot/private/bind_root
15:10:55 [2022-10-06T15:10:55.720Z] --- PASS: TestMountDaemonRoot (0.02s)
15:10:55 [2022-10-06T15:10:55.720Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
15:10:55 [2022-10-06T15:10:55.720Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.06s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
15:10:55 [2022-10-06T15:10:55.720Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
15:10:55 [2022-10-06T15:10:55.720Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
15:10:55 [2022-10-06T15:10:55.720Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
15:10:55 [2022-10-06T15:10:55.720Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
15:10:55 [2022-10-06T15:10:55.720Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
15:10:55 [2022-10-06T15:10:55.720Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
15:10:55 [2022-10-06T15:10:55.720Z] === RUN   TestContainerBindMountNonRecursive
15:10:57 [2022-10-06T15:10:57.086Z] --- PASS: TestContainerBindMountNonRecursive (1.42s)
15:10:57 [2022-10-06T15:10:57.086Z] === RUN   TestContainerVolumesMountedAsShared
15:10:57 [2022-10-06T15:10:57.647Z] --- PASS: TestContainerVolumesMountedAsShared (0.43s)
15:10:57 [2022-10-06T15:10:57.647Z] === RUN   TestContainerVolumesMountedAsSlave
15:10:57 [2022-10-06T15:10:57.904Z] --- PASS: TestContainerVolumesMountedAsSlave (0.36s)
15:10:57 [2022-10-06T15:10:57.904Z] === RUN   TestNetworkNat
15:10:58 [2022-10-06T15:10:58.466Z] --- PASS: TestNetworkNat (0.48s)
15:10:58 [2022-10-06T15:10:58.466Z] === RUN   TestNetworkLocalhostTCPNat
15:10:58 [2022-10-06T15:10:58.721Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s)
15:10:58 [2022-10-06T15:10:58.721Z] === RUN   TestNetworkLoopbackNat
15:11:01 [2022-10-06T15:11:01.239Z] --- PASS: TestNetworkLoopbackNat (2.56s)
15:11:01 [2022-10-06T15:11:01.239Z] === RUN   TestPause
15:11:01 [2022-10-06T15:11:01.801Z] --- PASS: TestPause (0.49s)
15:11:01 [2022-10-06T15:11:01.801Z] === RUN   TestPauseFailsOnWindowsServerContainers
15:11:01 [2022-10-06T15:11:01.801Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
15:11:01 [2022-10-06T15:11:01.801Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
15:11:01 [2022-10-06T15:11:01.801Z] === RUN   TestPauseStopPausedContainer
15:11:02 [2022-10-06T15:11:02.363Z] --- PASS: TestPauseStopPausedContainer (0.47s)
15:11:02 [2022-10-06T15:11:02.363Z] === RUN   TestPidHost
15:11:03 [2022-10-06T15:11:03.294Z] --- PASS: TestPidHost (1.03s)
15:11:03 [2022-10-06T15:11:03.294Z] === RUN   TestPsFilter
15:11:03 [2022-10-06T15:11:03.550Z] --- PASS: TestPsFilter (0.13s)
15:11:03 [2022-10-06T15:11:03.551Z] === RUN   TestRemoveContainerWithRemovedVolume
15:11:03 [2022-10-06T15:11:03.806Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s)
15:11:03 [2022-10-06T15:11:03.806Z] === RUN   TestRemoveContainerWithVolume
15:11:04 [2022-10-06T15:11:04.369Z] --- PASS: TestRemoveContainerWithVolume (0.44s)
15:11:04 [2022-10-06T15:11:04.369Z] === RUN   TestRemoveContainerRunning
15:11:04 [2022-10-06T15:11:04.931Z] --- PASS: TestRemoveContainerRunning (0.45s)
15:11:04 [2022-10-06T15:11:04.931Z] === RUN   TestRemoveContainerForceRemoveRunning
15:11:05 [2022-10-06T15:11:05.187Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.50s)
15:11:05 [2022-10-06T15:11:05.187Z] === RUN   TestRemoveInvalidContainer
15:11:05 [2022-10-06T15:11:05.187Z] --- PASS: TestRemoveInvalidContainer (0.01s)
15:11:05 [2022-10-06T15:11:05.187Z] === RUN   TestRenameLinkedContainer
15:11:07 [2022-10-06T15:11:07.076Z] --- PASS: TestRenameLinkedContainer (1.79s)
15:11:07 [2022-10-06T15:11:07.076Z] === RUN   TestRenameStoppedContainer
15:11:07 [2022-10-06T15:11:07.638Z] --- PASS: TestRenameStoppedContainer (0.43s)
15:11:07 [2022-10-06T15:11:07.638Z] === RUN   TestRenameRunningContainerAndReuse
15:11:08 [2022-10-06T15:11:08.566Z] --- PASS: TestRenameRunningContainerAndReuse (0.87s)
15:11:08 [2022-10-06T15:11:08.566Z] === RUN   TestRenameInvalidName
15:11:08 [2022-10-06T15:11:08.823Z] --- PASS: TestRenameInvalidName (0.43s)
15:11:08 [2022-10-06T15:11:08.823Z] === RUN   TestRenameAnonymousContainer
15:11:10 [2022-10-06T15:11:10.712Z] --- PASS: TestRenameAnonymousContainer (1.61s)
15:11:10 [2022-10-06T15:11:10.712Z] === RUN   TestRenameContainerWithSameName
15:11:10 [2022-10-06T15:11:10.968Z] --- PASS: TestRenameContainerWithSameName (0.43s)
15:11:10 [2022-10-06T15:11:10.968Z] === RUN   TestRenameContainerWithLinkedContainer
15:11:11 [2022-10-06T15:11:11.896Z] --- PASS: TestRenameContainerWithLinkedContainer (0.99s)
15:11:11 [2022-10-06T15:11:11.896Z] === RUN   TestResize
15:11:12 [2022-10-06T15:11:12.478Z] --- PASS: TestResize (0.50s)
15:11:12 [2022-10-06T15:11:12.478Z] === RUN   TestResizeWithInvalidSize
15:11:12 [2022-10-06T15:11:12.753Z] --- PASS: TestResizeWithInvalidSize (0.47s)
15:11:12 [2022-10-06T15:11:12.753Z] === RUN   TestResizeWhenContainerNotStarted
15:11:13 [2022-10-06T15:11:13.321Z] --- PASS: TestResizeWhenContainerNotStarted (0.44s)
15:11:13 [2022-10-06T15:11:13.321Z] === RUN   TestDaemonRestartKillContainers
15:11:13 [2022-10-06T15:11:13.321Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
15:11:13 [2022-10-06T15:11:13.321Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
15:11:15 [2022-10-06T15:11:15.214Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
15:11:16 [2022-10-06T15:11:16.143Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
15:11:17 [2022-10-06T15:11:17.509Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
15:11:17 [2022-10-06T15:11:17.509Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
15:11:18 [2022-10-06T15:11:18.437Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
15:11:18 [2022-10-06T15:11:18.693Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
15:11:21 [2022-10-06T15:11:21.963Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
15:11:22 [2022-10-06T15:11:22.219Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
15:11:24 [2022-10-06T15:11:24.110Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
15:11:26 [2022-10-06T15:11:26.002Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
15:11:26 [2022-10-06T15:11:26.002Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
15:11:27 [2022-10-06T15:11:27.893Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
15:11:27 [2022-10-06T15:11:27.893Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
15:11:29 [2022-10-06T15:11:29.782Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
15:11:31 [2022-10-06T15:11:31.148Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
15:11:31 [2022-10-06T15:11:31.148Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.71s)
15:11:31 [2022-10-06T15:11:31.148Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.26s)
15:11:31 [2022-10-06T15:11:31.148Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.01s)
15:11:31 [2022-10-06T15:11:31.148Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.34s)
15:11:31 [2022-10-06T15:11:31.148Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.24s)
15:11:31 [2022-10-06T15:11:31.148Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.25s)
15:11:31 [2022-10-06T15:11:31.148Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.40s)
15:11:31 [2022-10-06T15:11:31.148Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.41s)
15:11:31 [2022-10-06T15:11:31.148Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.91s)
15:11:31 [2022-10-06T15:11:31.148Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.73s)
15:11:31 [2022-10-06T15:11:31.148Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.00s)
15:11:31 [2022-10-06T15:11:31.148Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.88s)
15:11:31 [2022-10-06T15:11:31.148Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.99s)
15:11:31 [2022-10-06T15:11:31.148Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.70s)
15:11:31 [2022-10-06T15:11:31.148Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.79s)
15:11:31 [2022-10-06T15:11:31.148Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.64s)
15:11:31 [2022-10-06T15:11:31.148Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
15:11:31 [2022-10-06T15:11:31.148Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
15:11:32 [2022-10-06T15:11:32.075Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
15:11:33 [2022-10-06T15:11:33.004Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.92s)
15:11:33 [2022-10-06T15:11:33.004Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.95s)
15:11:33 [2022-10-06T15:11:33.004Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.96s)
15:11:33 [2022-10-06T15:11:33.004Z] === RUN   TestCgroupNamespacesRun
15:11:34 [2022-10-06T15:11:34.370Z] --- PASS: TestCgroupNamespacesRun (1.18s)
15:11:34 [2022-10-06T15:11:34.370Z] === RUN   TestCgroupNamespacesRunPrivileged
15:11:35 [2022-10-06T15:11:35.299Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.23s)
15:11:35 [2022-10-06T15:11:35.299Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
15:11:36 [2022-10-06T15:11:36.665Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.16s)
15:11:36 [2022-10-06T15:11:36.665Z] === RUN   TestCgroupNamespacesRunHostMode
15:11:38 [2022-10-06T15:11:38.030Z] --- PASS: TestCgroupNamespacesRunHostMode (1.18s)
15:11:38 [2022-10-06T15:11:38.030Z] === RUN   TestCgroupNamespacesRunPrivateMode
15:11:38 [2022-10-06T15:11:38.959Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.16s)
15:11:38 [2022-10-06T15:11:38.959Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
15:11:40 [2022-10-06T15:11:40.325Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.17s)
15:11:40 [2022-10-06T15:11:40.325Z] === RUN   TestCgroupNamespacesRunInvalidMode
15:11:40 [2022-10-06T15:11:40.887Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s)
15:11:40 [2022-10-06T15:11:40.887Z] === RUN   TestCgroupNamespacesRunOlderClient
15:11:41 [2022-10-06T15:11:41.814Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.16s)
15:11:41 [2022-10-06T15:11:41.814Z] === RUN   TestNISDomainname
15:11:42 [2022-10-06T15:11:42.377Z] --- PASS: TestNISDomainname (0.54s)
15:11:42 [2022-10-06T15:11:42.377Z] === RUN   TestHostnameDnsResolution
15:11:43 [2022-10-06T15:11:43.306Z] --- PASS: TestHostnameDnsResolution (0.70s)
15:11:43 [2022-10-06T15:11:43.306Z] === RUN   TestUnprivilegedPortsAndPing
15:11:43 [2022-10-06T15:11:43.868Z] --- PASS: TestUnprivilegedPortsAndPing (0.54s)
15:11:43 [2022-10-06T15:11:43.868Z] === RUN   TestPrivilegedHostDevices
15:11:44 [2022-10-06T15:11:44.125Z] --- PASS: TestPrivilegedHostDevices (0.53s)
15:11:44 [2022-10-06T15:11:44.125Z] === RUN   TestRunConsoleSize
15:11:44 [2022-10-06T15:11:44.687Z] --- PASS: TestRunConsoleSize (0.44s)
15:11:44 [2022-10-06T15:11:44.687Z] === RUN   TestRunWithAlternativeContainerdShim
15:11:47 [2022-10-06T15:11:47.203Z] --- PASS: TestRunWithAlternativeContainerdShim (2.09s)
15:11:47 [2022-10-06T15:11:47.203Z] === RUN   TestStats
15:11:49 [2022-10-06T15:11:49.721Z] --- PASS: TestStats (2.47s)
15:11:49 [2022-10-06T15:11:49.721Z] === RUN   TestStopContainerWithTimeout
15:11:49 [2022-10-06T15:11:49.721Z] === RUN   TestStopContainerWithTimeout/0
15:11:49 [2022-10-06T15:11:49.721Z] === PAUSE TestStopContainerWithTimeout/0
15:11:49 [2022-10-06T15:11:49.721Z] === RUN   TestStopContainerWithTimeout/1
15:11:49 [2022-10-06T15:11:49.721Z] === PAUSE TestStopContainerWithTimeout/1
15:11:49 [2022-10-06T15:11:49.721Z] === RUN   TestStopContainerWithTimeout/3
15:11:49 [2022-10-06T15:11:49.721Z] === PAUSE TestStopContainerWithTimeout/3
15:11:49 [2022-10-06T15:11:49.721Z] === RUN   TestStopContainerWithTimeout/-1
15:11:49 [2022-10-06T15:11:49.721Z] === PAUSE TestStopContainerWithTimeout/-1
15:11:49 [2022-10-06T15:11:49.721Z] === CONT  TestStopContainerWithTimeout/0
15:11:49 [2022-10-06T15:11:49.721Z] === CONT  TestStopContainerWithTimeout/3
15:11:49 [2022-10-06T15:11:49.977Z] === CONT  TestStopContainerWithTimeout/-1
15:11:51 [2022-10-06T15:11:51.867Z] === CONT  TestStopContainerWithTimeout/1
15:11:53 [2022-10-06T15:11:53.233Z] --- PASS: TestStopContainerWithTimeout (0.01s)
15:11:53 [2022-10-06T15:11:53.233Z]     --- PASS: TestStopContainerWithTimeout/0 (0.69s)
15:11:53 [2022-10-06T15:11:53.233Z]     --- PASS: TestStopContainerWithTimeout/3 (2.65s)
15:11:53 [2022-10-06T15:11:53.233Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.43s)
15:11:53 [2022-10-06T15:11:53.233Z]     --- PASS: TestStopContainerWithTimeout/1 (1.43s)
15:11:53 [2022-10-06T15:11:53.233Z] === RUN   TestDeleteDevicemapper
15:11:53 [2022-10-06T15:11:53.233Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
15:11:53 [2022-10-06T15:11:53.233Z] --- SKIP: TestDeleteDevicemapper (0.00s)
15:11:53 [2022-10-06T15:11:53.233Z] === RUN   TestStopContainerWithRestartPolicyAlways
15:11:55 [2022-10-06T15:11:55.126Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.53s)
15:11:55 [2022-10-06T15:11:55.126Z] === RUN   TestUpdateMemory
15:11:55 [2022-10-06T15:11:55.382Z] --- PASS: TestUpdateMemory (0.57s)
15:11:55 [2022-10-06T15:11:55.382Z] === RUN   TestUpdateCPUQuota
15:11:56 [2022-10-06T15:11:56.309Z] --- PASS: TestUpdateCPUQuota (0.72s)
15:11:56 [2022-10-06T15:11:56.309Z] === RUN   TestUpdatePidsLimit
15:11:56 [2022-10-06T15:11:56.309Z] === RUN   TestUpdatePidsLimit/update_from_none
15:11:56 [2022-10-06T15:11:56.309Z] === RUN   TestUpdatePidsLimit/no_change
15:11:56 [2022-10-06T15:11:56.564Z] === RUN   TestUpdatePidsLimit/update_lower
15:11:56 [2022-10-06T15:11:56.820Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
15:11:57 [2022-10-06T15:11:57.076Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
15:11:57 [2022-10-06T15:11:57.332Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
15:11:57 [2022-10-06T15:11:57.332Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
15:11:58 [2022-10-06T15:11:58.261Z] --- PASS: TestUpdatePidsLimit (2.00s)
15:11:58 [2022-10-06T15:11:58.261Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.21s)
15:11:58 [2022-10-06T15:11:58.261Z]     --- PASS: TestUpdatePidsLimit/no_change (0.21s)
15:11:58 [2022-10-06T15:11:58.261Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.21s)
15:11:58 [2022-10-06T15:11:58.261Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s)
15:11:58 [2022-10-06T15:11:58.261Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s)
15:11:58 [2022-10-06T15:11:58.261Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s)
15:11:58 [2022-10-06T15:11:58.261Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.20s)
15:11:58 [2022-10-06T15:11:58.261Z] === RUN   TestUpdateRestartPolicy
15:12:10 [2022-10-06T15:12:10.501Z] --- PASS: TestUpdateRestartPolicy (11.04s)
15:12:10 [2022-10-06T15:12:10.501Z] === RUN   TestUpdateRestartWithAutoRemove
15:12:10 [2022-10-06T15:12:10.501Z] --- PASS: TestUpdateRestartWithAutoRemove (0.47s)
15:12:10 [2022-10-06T15:12:10.501Z] === RUN   TestWaitNonBlocked
15:12:10 [2022-10-06T15:12:10.501Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
15:12:10 [2022-10-06T15:12:10.501Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
15:12:10 [2022-10-06T15:12:10.501Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
15:12:10 [2022-10-06T15:12:10.501Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
15:12:10 [2022-10-06T15:12:10.501Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
15:12:10 [2022-10-06T15:12:10.501Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
15:12:10 [2022-10-06T15:12:10.501Z] --- PASS: TestWaitNonBlocked (0.01s)
15:12:10 [2022-10-06T15:12:10.501Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.61s)
15:12:10 [2022-10-06T15:12:10.501Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.65s)
15:12:10 [2022-10-06T15:12:10.501Z] === RUN   TestWaitBlocked
15:12:10 [2022-10-06T15:12:10.501Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
15:12:10 [2022-10-06T15:12:10.501Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
15:12:10 [2022-10-06T15:12:10.501Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
15:12:10 [2022-10-06T15:12:10.501Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
15:12:10 [2022-10-06T15:12:10.501Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
15:12:10 [2022-10-06T15:12:10.501Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
15:12:11 [2022-10-06T15:12:11.063Z] --- PASS: TestWaitBlocked (0.01s)
15:12:11 [2022-10-06T15:12:11.063Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.78s)
15:12:11 [2022-10-06T15:12:11.063Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.80s)
15:12:11 [2022-10-06T15:12:11.063Z] === RUN   TestWaitConditions
15:12:11 [2022-10-06T15:12:11.063Z] === RUN   TestWaitConditions/default
15:12:11 [2022-10-06T15:12:11.063Z] === PAUSE TestWaitConditions/default
15:12:11 [2022-10-06T15:12:11.063Z] === RUN   TestWaitConditions/not-running
15:12:11 [2022-10-06T15:12:11.063Z] === PAUSE TestWaitConditions/not-running
15:12:11 [2022-10-06T15:12:11.063Z] === RUN   TestWaitConditions/next-exit
15:12:11 [2022-10-06T15:12:11.063Z] === PAUSE TestWaitConditions/next-exit
15:12:11 [2022-10-06T15:12:11.063Z] === RUN   TestWaitConditions/removed
15:12:11 [2022-10-06T15:12:11.063Z] === PAUSE TestWaitConditions/removed
15:12:11 [2022-10-06T15:12:11.063Z] === CONT  TestWaitConditions/default
15:12:11 [2022-10-06T15:12:11.063Z] === CONT  TestWaitConditions/next-exit
15:12:12 [2022-10-06T15:12:12.953Z] === CONT  TestWaitConditions/removed
15:12:12 [2022-10-06T15:12:12.953Z] === CONT  TestWaitConditions/not-running
15:12:14 [2022-10-06T15:12:14.842Z] --- PASS: TestWaitConditions (0.01s)
15:12:14 [2022-10-06T15:12:14.842Z]     --- PASS: TestWaitConditions/next-exit (1.70s)
15:12:14 [2022-10-06T15:12:14.842Z]     --- PASS: TestWaitConditions/default (1.75s)
15:12:14 [2022-10-06T15:12:14.842Z]     --- PASS: TestWaitConditions/removed (1.72s)
15:12:14 [2022-10-06T15:12:14.842Z]     --- PASS: TestWaitConditions/not-running (1.69s)
15:12:14 [2022-10-06T15:12:14.842Z] === RUN   TestWaitRestartedContainer
15:12:14 [2022-10-06T15:12:14.842Z] === RUN   TestWaitRestartedContainer/default
15:12:14 [2022-10-06T15:12:14.842Z] === PAUSE TestWaitRestartedContainer/default
15:12:14 [2022-10-06T15:12:14.842Z] === RUN   TestWaitRestartedContainer/not-running
15:12:14 [2022-10-06T15:12:14.842Z] === PAUSE TestWaitRestartedContainer/not-running
15:12:14 [2022-10-06T15:12:14.842Z] === RUN   TestWaitRestartedContainer/next-exit
15:12:14 [2022-10-06T15:12:14.842Z] === PAUSE TestWaitRestartedContainer/next-exit
15:12:14 [2022-10-06T15:12:14.842Z] === CONT  TestWaitRestartedContainer/default
15:12:14 [2022-10-06T15:12:14.842Z] === CONT  TestWaitRestartedContainer/next-exit
15:12:15 [2022-10-06T15:12:15.769Z] === CONT  TestWaitRestartedContainer/not-running
15:12:17 [2022-10-06T15:12:17.134Z] --- PASS: TestWaitRestartedContainer (0.01s)
15:12:17 [2022-10-06T15:12:17.134Z]     --- PASS: TestWaitRestartedContainer/default (1.24s)
15:12:17 [2022-10-06T15:12:17.134Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.34s)
15:12:17 [2022-10-06T15:12:17.134Z]     --- PASS: TestWaitRestartedContainer/not-running (1.05s)
15:12:17 [2022-10-06T15:12:17.134Z] === CONT  TestContainerStartOnDaemonRestart
15:12:17 [2022-10-06T15:12:17.134Z] === CONT  TestRestartDaemonWithRestartingContainer
15:12:19 [2022-10-06T15:12:19.026Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.08s)
15:12:19 [2022-10-06T15:12:19.026Z] === CONT  TestIpcModeOlderClient
15:12:19 [2022-10-06T15:12:19.026Z] --- PASS: TestContainerStartOnDaemonRestart (2.13s)
15:12:19 [2022-10-06T15:12:19.026Z] === CONT  TestContainerKillOnDaemonStart
15:12:19 [2022-10-06T15:12:19.026Z] --- PASS: TestIpcModeOlderClient (0.09s)
15:12:19 [2022-10-06T15:12:19.026Z] === CONT  TestDaemonHostGatewayIP
15:12:21 [2022-10-06T15:12:21.543Z] --- PASS: TestDaemonHostGatewayIP (2.45s)
15:12:21 [2022-10-06T15:12:21.543Z] === CONT  TestDaemonRestartIpcMode
15:12:24 [2022-10-06T15:12:24.063Z] --- PASS: TestDaemonRestartIpcMode (2.25s)
15:12:30 [2022-10-06T15:12:30.598Z] --- PASS: TestContainerKillOnDaemonStart (11.66s)
15:12:30 [2022-10-06T15:12:30.598Z] PASS
15:12:30 [2022-10-06T15:12:30.598Z] 
15:12:30 [2022-10-06T15:12:30.598Z] === Skipped
15:12:30 [2022-10-06T15:12:30.598Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
15:12:30 [2022-10-06T15:12:30.598Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
15:12:30 [2022-10-06T15:12:30.598Z] 
15:12:30 [2022-10-06T15:12:30.598Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
15:12:30 [2022-10-06T15:12:30.598Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
15:12:30 [2022-10-06T15:12:30.598Z] 
15:12:30 [2022-10-06T15:12:30.598Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
15:12:30 [2022-10-06T15:12:30.598Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
15:12:30 [2022-10-06T15:12:30.598Z] 
15:12:30 [2022-10-06T15:12:30.598Z] DONE 273 tests, 3 skipped in 134.021s
15:12:30 [2022-10-06T15:12:30.598Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
15:12:30 [2022-10-06T15:12:30.598Z] ++ 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
15:12:30 [2022-10-06T15:12:30.598Z] ++ set -e
15:12:30 [2022-10-06T15:12:30.598Z] ++ '[' -n 0 ']'
15:12:30 [2022-10-06T15:12:30.598Z] ++ set -x
15:12:30 [2022-10-06T15:12:30.598Z] ++ 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
15:12:30 [2022-10-06T15:12:30.854Z] INFO: Testing against a local daemon
15:12:30 [2022-10-06T15:12:30.854Z] === RUN   TestConfigDaemonLibtrustID
15:12:31 [2022-10-06T15:12:31.416Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
15:12:31 [2022-10-06T15:12:31.416Z] === RUN   TestConfigDaemonID
15:12:32 [2022-10-06T15:12:32.343Z]     daemon_test.go:86: [d4ba12054f506] daemon is not started
15:12:32 [2022-10-06T15:12:32.343Z] --- PASS: TestConfigDaemonID (1.04s)
15:12:32 [2022-10-06T15:12:32.343Z] === RUN   TestDaemonConfigValidation
15:12:32 [2022-10-06T15:12:32.343Z] === RUN   TestDaemonConfigValidation/config_with_no_content
15:12:32 [2022-10-06T15:12:32.343Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
15:12:32 [2022-10-06T15:12:32.343Z] === RUN   TestDaemonConfigValidation/config_with_{}
15:12:32 [2022-10-06T15:12:32.343Z] === PAUSE TestDaemonConfigValidation/config_with_{}
15:12:32 [2022-10-06T15:12:32.343Z] === RUN   TestDaemonConfigValidation/invalid_config
15:12:32 [2022-10-06T15:12:32.343Z] === PAUSE TestDaemonConfigValidation/invalid_config
15:12:32 [2022-10-06T15:12:32.343Z] === RUN   TestDaemonConfigValidation/malformed_config
15:12:32 [2022-10-06T15:12:32.343Z] === PAUSE TestDaemonConfigValidation/malformed_config
15:12:32 [2022-10-06T15:12:32.343Z] === RUN   TestDaemonConfigValidation/valid_config
15:12:32 [2022-10-06T15:12:32.343Z] === PAUSE TestDaemonConfigValidation/valid_config
15:12:32 [2022-10-06T15:12:32.343Z] === CONT  TestDaemonConfigValidation/config_with_no_content
15:12:32 [2022-10-06T15:12:32.343Z] === CONT  TestDaemonConfigValidation/malformed_config
15:12:32 [2022-10-06T15:12:32.599Z] === CONT  TestDaemonConfigValidation/invalid_config
15:12:32 [2022-10-06T15:12:32.599Z] === CONT  TestDaemonConfigValidation/config_with_{}
15:12:32 [2022-10-06T15:12:32.599Z] === CONT  TestDaemonConfigValidation/valid_config
15:12:32 [2022-10-06T15:12:32.599Z] --- PASS: TestDaemonConfigValidation (0.00s)
15:12:32 [2022-10-06T15:12:32.599Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.07s)
15:12:32 [2022-10-06T15:12:32.599Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s)
15:12:32 [2022-10-06T15:12:32.599Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.07s)
15:12:32 [2022-10-06T15:12:32.599Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s)
15:12:32 [2022-10-06T15:12:32.599Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.05s)
15:12:32 [2022-10-06T15:12:32.599Z] === RUN   TestConfigDaemonSeccompProfiles
15:12:32 [2022-10-06T15:12:32.599Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
15:12:33 [2022-10-06T15:12:33.528Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
15:12:34 [2022-10-06T15:12:34.893Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
15:12:35 [2022-10-06T15:12:35.821Z] === CONT  TestConfigDaemonSeccompProfiles
15:12:35 [2022-10-06T15:12:35.821Z]     daemon_test.go:200: [de38e0dcaf898] daemon is not started
15:12:35 [2022-10-06T15:12:35.821Z] --- PASS: TestConfigDaemonSeccompProfiles (3.13s)
15:12:35 [2022-10-06T15:12:35.821Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
15:12:35 [2022-10-06T15:12:35.821Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
15:12:35 [2022-10-06T15:12:35.821Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
15:12:35 [2022-10-06T15:12:35.821Z] === RUN   TestDaemonProxy
15:12:35 [2022-10-06T15:12:35.821Z] === RUN   TestDaemonProxy/environment_variables
15:12:37 [2022-10-06T15:12:37.709Z] === RUN   TestDaemonProxy/command-line_options
15:12:39 [2022-10-06T15:12:39.598Z] === RUN   TestDaemonProxy/configuration_file
15:12:40 [2022-10-06T15:12:40.963Z] === RUN   TestDaemonProxy/conflicting_options
15:12:41 [2022-10-06T15:12:41.524Z] === RUN   TestDaemonProxy/reload_sanitized
15:12:42 [2022-10-06T15:12:42.085Z] --- PASS: TestDaemonProxy (6.26s)
15:12:42 [2022-10-06T15:12:42.085Z]     --- PASS: TestDaemonProxy/environment_variables (1.75s)
15:12:42 [2022-10-06T15:12:42.085Z]     --- PASS: TestDaemonProxy/command-line_options (1.75s)
15:12:42 [2022-10-06T15:12:42.085Z]     --- PASS: TestDaemonProxy/configuration_file (1.73s)
15:12:42 [2022-10-06T15:12:42.085Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
15:12:42 [2022-10-06T15:12:42.085Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
15:12:42 [2022-10-06T15:12:42.085Z] === RUN   TestLiveRestore
15:12:42 [2022-10-06T15:12:42.085Z] === RUN   TestLiveRestore/volume_references
15:12:42 [2022-10-06T15:12:42.085Z] === PAUSE TestLiveRestore/volume_references
15:12:42 [2022-10-06T15:12:42.085Z] === CONT  TestLiveRestore/volume_references
15:12:42 [2022-10-06T15:12:42.647Z] === RUN   TestLiveRestore/volume_references/restartPolicy
15:12:42 [2022-10-06T15:12:42.647Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
15:12:43 [2022-10-06T15:12:43.577Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
15:12:44 [2022-10-06T15:12:44.505Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
15:12:45 [2022-10-06T15:12:45.433Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
15:12:46 [2022-10-06T15:12:46.799Z] --- PASS: TestLiveRestore (0.00s)
15:12:46 [2022-10-06T15:12:46.799Z]     --- PASS: TestLiveRestore/volume_references (4.52s)
15:12:46 [2022-10-06T15:12:46.799Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.84s)
15:12:46 [2022-10-06T15:12:46.799Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.00s)
15:12:46 [2022-10-06T15:12:46.799Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.95s)
15:12:46 [2022-10-06T15:12:46.799Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.94s)
15:12:46 [2022-10-06T15:12:46.799Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.95s)
15:12:46 [2022-10-06T15:12:46.799Z] PASS
15:12:46 [2022-10-06T15:12:46.799Z] 
15:12:46 [2022-10-06T15:12:46.799Z] DONE 25 tests in 15.813s
15:12:46 [2022-10-06T15:12:46.799Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
15:12:46 [2022-10-06T15:12:46.799Z] ++ 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
15:12:46 [2022-10-06T15:12:46.799Z] ++ set -e
15:12:46 [2022-10-06T15:12:46.799Z] ++ '[' -n 0 ']'
15:12:46 [2022-10-06T15:12:46.799Z] ++ set -x
15:12:46 [2022-10-06T15:12:46.799Z] ++ 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
15:12:46 [2022-10-06T15:12:46.799Z] INFO: Testing against a local daemon
15:12:46 [2022-10-06T15:12:46.799Z] === RUN   TestCommitInheritsEnv
15:12:47 [2022-10-06T15:12:47.055Z] --- PASS: TestCommitInheritsEnv (0.29s)
15:12:47 [2022-10-06T15:12:47.055Z] === RUN   TestImportExtremelyLargeImageWorks
15:12:47 [2022-10-06T15:12:47.055Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
15:12:47 [2022-10-06T15:12:47.055Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
15:12:47 [2022-10-06T15:12:47.055Z] === RUN   TestImportWithCustomPlatform
15:12:47 [2022-10-06T15:12:47.055Z] === RUN   TestImportWithCustomPlatform/#00
15:12:47 [2022-10-06T15:12:47.055Z] === RUN   TestImportWithCustomPlatform/_______
15:12:47 [2022-10-06T15:12:47.055Z] === RUN   TestImportWithCustomPlatform//
15:12:47 [2022-10-06T15:12:47.055Z] === RUN   TestImportWithCustomPlatform/linux
15:12:47 [2022-10-06T15:12:47.055Z] === RUN   TestImportWithCustomPlatform/LINUX
15:12:47 [2022-10-06T15:12:47.311Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
15:12:47 [2022-10-06T15:12:47.311Z] === RUN   TestImportWithCustomPlatform/macos
15:12:47 [2022-10-06T15:12:47.311Z] === RUN   TestImportWithCustomPlatform/macos/arm64
15:12:47 [2022-10-06T15:12:47.311Z] === RUN   TestImportWithCustomPlatform/nintendo64
15:12:47 [2022-10-06T15:12:47.311Z] --- PASS: TestImportWithCustomPlatform (0.33s)
15:12:47 [2022-10-06T15:12:47.311Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.08s)
15:12:47 [2022-10-06T15:12:47.311Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
15:12:47 [2022-10-06T15:12:47.311Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
15:12:47 [2022-10-06T15:12:47.311Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
15:12:47 [2022-10-06T15:12:47.311Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
15:12:47 [2022-10-06T15:12:47.311Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
15:12:47 [2022-10-06T15:12:47.311Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
15:12:47 [2022-10-06T15:12:47.311Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
15:12:47 [2022-10-06T15:12:47.311Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
15:12:47 [2022-10-06T15:12:47.311Z] === RUN   TestImagesFilterMultiReference
15:12:47 [2022-10-06T15:12:47.311Z] --- PASS: TestImagesFilterMultiReference (0.06s)
15:12:47 [2022-10-06T15:12:47.311Z] === RUN   TestImagePullPlatformInvalid
15:12:47 [2022-10-06T15:12:47.311Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
15:12:47 [2022-10-06T15:12:47.311Z] === RUN   TestRemoveImageOrphaning
15:12:47 [2022-10-06T15:12:47.567Z] --- PASS: TestRemoveImageOrphaning (0.26s)
15:12:47 [2022-10-06T15:12:47.567Z] === RUN   TestRemoveImageGarbageCollector
15:12:47 [2022-10-06T15:12:47.567Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:12:47 [2022-10-06T15:12:47.567Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
15:12:47 [2022-10-06T15:12:47.567Z] === RUN   TestTagUnprefixedRepoByNameOrName
15:12:47 [2022-10-06T15:12:47.824Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
15:12:47 [2022-10-06T15:12:47.824Z] === RUN   TestTagInvalidReference
15:12:47 [2022-10-06T15:12:47.824Z] --- PASS: TestTagInvalidReference (0.01s)
15:12:47 [2022-10-06T15:12:47.824Z] === RUN   TestTagValidPrefixedRepo
15:12:47 [2022-10-06T15:12:47.824Z] --- PASS: TestTagValidPrefixedRepo (0.06s)
15:12:47 [2022-10-06T15:12:47.824Z] === RUN   TestTagExistedNameWithoutForce
15:12:47 [2022-10-06T15:12:47.824Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
15:12:47 [2022-10-06T15:12:47.824Z] === RUN   TestTagOfficialNames
15:12:47 [2022-10-06T15:12:47.824Z] --- PASS: TestTagOfficialNames (0.06s)
15:12:47 [2022-10-06T15:12:47.824Z] === RUN   TestTagMatchesDigest
15:12:47 [2022-10-06T15:12:47.824Z] --- PASS: TestTagMatchesDigest (0.01s)
15:12:47 [2022-10-06T15:12:47.824Z] PASS
15:12:47 [2022-10-06T15:12:47.824Z] 
15:12:47 [2022-10-06T15:12:47.824Z] === Skipped
15:12:47 [2022-10-06T15:12:47.824Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
15:12:47 [2022-10-06T15:12:47.824Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
15:12:47 [2022-10-06T15:12:47.824Z] 
15:12:47 [2022-10-06T15:12:47.824Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
15:12:47 [2022-10-06T15:12:47.824Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:12:47 [2022-10-06T15:12:47.824Z] 
15:12:47 [2022-10-06T15:12:47.824Z] DONE 22 tests, 2 skipped in 1.330s
15:12:47 [2022-10-06T15:12:47.824Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
15:12:47 [2022-10-06T15:12:47.824Z] ++ 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
15:12:47 [2022-10-06T15:12:47.824Z] ++ set -e
15:12:47 [2022-10-06T15:12:47.824Z] ++ '[' -n 0 ']'
15:12:47 [2022-10-06T15:12:47.824Z] ++ set -x
15:12:47 [2022-10-06T15:12:47.824Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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
15:12:47 [2022-10-06T15:12:47.824Z] === RUN   TestStripANSICommands
15:12:47 [2022-10-06T15:12:47.824Z] === RUN   TestStripANSICommands/#00
15:12:47 [2022-10-06T15:12:47.824Z] === RUN   TestStripANSICommands/#01
15:12:47 [2022-10-06T15:12:47.824Z] --- PASS: TestStripANSICommands (0.00s)
15:12:47 [2022-10-06T15:12:47.824Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
15:12:47 [2022-10-06T15:12:47.824Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
15:12:47 [2022-10-06T15:12:47.824Z] PASS
15:12:47 [2022-10-06T15:12:47.824Z] 
15:12:47 [2022-10-06T15:12:47.824Z] DONE 3 tests in 0.038s
15:12:47 [2022-10-06T15:12:47.824Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
15:12:47 [2022-10-06T15:12:47.824Z] ++ 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
15:12:47 [2022-10-06T15:12:47.824Z] ++ set -e
15:12:47 [2022-10-06T15:12:47.824Z] ++ '[' -n 0 ']'
15:12:47 [2022-10-06T15:12:47.824Z] ++ set -x
15:12:47 [2022-10-06T15:12:47.824Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-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
15:12:48 [2022-10-06T15:12:48.080Z] INFO: Testing against a local daemon
15:12:48 [2022-10-06T15:12:48.080Z] === RUN   TestNetworkCreateDelete
15:12:48 [2022-10-06T15:12:48.080Z] --- PASS: TestNetworkCreateDelete (0.14s)
15:12:48 [2022-10-06T15:12:48.080Z] === RUN   TestDockerNetworkDeletePreferID
15:12:48 [2022-10-06T15:12:48.642Z] --- PASS: TestDockerNetworkDeletePreferID (0.42s)
15:12:48 [2022-10-06T15:12:48.642Z] === RUN   TestDaemonDNSFallback
15:12:55 [2022-10-06T15:12:55.180Z] --- PASS: TestDaemonDNSFallback (6.34s)
15:12:55 [2022-10-06T15:12:55.180Z] === RUN   TestInspectNetwork
15:12:58 [2022-10-06T15:12:58.448Z] === RUN   TestInspectNetwork/full_network_id
15:12:58 [2022-10-06T15:12:58.448Z] === RUN   TestInspectNetwork/partial_network_id
15:12:58 [2022-10-06T15:12:58.448Z] === RUN   TestInspectNetwork/network_name
15:12:58 [2022-10-06T15:12:58.448Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
15:13:02 [2022-10-06T15:13:02.617Z] --- PASS: TestInspectNetwork (7.13s)
15:13:02 [2022-10-06T15:13:02.617Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
15:13:02 [2022-10-06T15:13:02.617Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
15:13:02 [2022-10-06T15:13:02.617Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
15:13:02 [2022-10-06T15:13:02.617Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
15:13:02 [2022-10-06T15:13:02.617Z] === RUN   TestRunContainerWithBridgeNone
15:13:03 [2022-10-06T15:13:03.545Z] --- PASS: TestRunContainerWithBridgeNone (1.54s)
15:13:03 [2022-10-06T15:13:03.545Z] === RUN   TestNetworkInvalidJSON
15:13:03 [2022-10-06T15:13:03.545Z] === RUN   TestNetworkInvalidJSON/networks/create
15:13:03 [2022-10-06T15:13:03.545Z] === PAUSE TestNetworkInvalidJSON/networks/create
15:13:03 [2022-10-06T15:13:03.545Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
15:13:03 [2022-10-06T15:13:03.545Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
15:13:03 [2022-10-06T15:13:03.545Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
15:13:03 [2022-10-06T15:13:03.545Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
15:13:03 [2022-10-06T15:13:03.545Z] === CONT  TestNetworkInvalidJSON/networks/create
15:13:03 [2022-10-06T15:13:03.545Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
15:13:03 [2022-10-06T15:13:03.545Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
15:13:03 [2022-10-06T15:13:03.545Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
15:13:03 [2022-10-06T15:13:03.545Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
15:13:03 [2022-10-06T15:13:03.545Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
15:13:03 [2022-10-06T15:13:03.545Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
15:13:03 [2022-10-06T15:13:03.545Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
15:13:03 [2022-10-06T15:13:03.545Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
15:13:03 [2022-10-06T15:13:03.545Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
15:13:03 [2022-10-06T15:13:03.545Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
15:13:03 [2022-10-06T15:13:03.545Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
15:13:03 [2022-10-06T15:13:03.545Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
15:13:03 [2022-10-06T15:13:03.545Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
15:13:03 [2022-10-06T15:13:03.545Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
15:13:03 [2022-10-06T15:13:03.545Z] --- PASS: TestNetworkInvalidJSON (0.01s)
15:13:03 [2022-10-06T15:13:03.545Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
15:13:03 [2022-10-06T15:13:03.545Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
15:13:03 [2022-10-06T15:13:03.545Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
15:13:03 [2022-10-06T15:13:03.545Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
15:13:03 [2022-10-06T15:13:03.545Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
15:13:03 [2022-10-06T15:13:03.545Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
15:13:03 [2022-10-06T15:13:03.545Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
15:13:03 [2022-10-06T15:13:03.545Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
15:13:03 [2022-10-06T15:13:03.545Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
15:13:03 [2022-10-06T15:13:03.545Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
15:13:03 [2022-10-06T15:13:03.545Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
15:13:03 [2022-10-06T15:13:03.545Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
15:13:03 [2022-10-06T15:13:03.545Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
15:13:03 [2022-10-06T15:13:03.545Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
15:13:03 [2022-10-06T15:13:03.545Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
15:13:03 [2022-10-06T15:13:03.545Z] === RUN   TestNetworkList
15:13:03 [2022-10-06T15:13:03.545Z] === RUN   TestNetworkList//networks
15:13:03 [2022-10-06T15:13:03.545Z] === PAUSE TestNetworkList//networks
15:13:03 [2022-10-06T15:13:03.545Z] === RUN   TestNetworkList//networks/
15:13:03 [2022-10-06T15:13:03.545Z] === PAUSE TestNetworkList//networks/
15:13:03 [2022-10-06T15:13:03.545Z] === CONT  TestNetworkList//networks
15:13:03 [2022-10-06T15:13:03.545Z] === CONT  TestNetworkList//networks/
15:13:03 [2022-10-06T15:13:03.545Z] --- PASS: TestNetworkList (0.01s)
15:13:03 [2022-10-06T15:13:03.545Z]     --- PASS: TestNetworkList//networks/ (0.00s)
15:13:03 [2022-10-06T15:13:03.545Z]     --- PASS: TestNetworkList//networks (0.00s)
15:13:03 [2022-10-06T15:13:03.545Z] === RUN   TestHostIPv4BridgeLabel
15:13:04 [2022-10-06T15:13:04.107Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
15:13:04 [2022-10-06T15:13:04.107Z] === RUN   TestDaemonRestartWithLiveRestore
15:13:05 [2022-10-06T15:13:05.495Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
15:13:05 [2022-10-06T15:13:05.495Z] === RUN   TestDaemonDefaultNetworkPools
15:13:06 [2022-10-06T15:13:06.060Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s)
15:13:06 [2022-10-06T15:13:06.060Z] === RUN   TestDaemonRestartWithExistingNetwork
15:13:06 [2022-10-06T15:13:06.988Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s)
15:13:06 [2022-10-06T15:13:06.988Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
15:13:08 [2022-10-06T15:13:08.353Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s)
15:13:08 [2022-10-06T15:13:08.353Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
15:13:08 [2022-10-06T15:13:08.914Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
15:13:08 [2022-10-06T15:13:08.914Z] === RUN   TestServiceWithPredefinedNetwork
15:13:11 [2022-10-06T15:13:11.430Z] --- PASS: TestServiceWithPredefinedNetwork (2.33s)
15:13:11 [2022-10-06T15:13:11.430Z] === RUN   TestServiceRemoveKeepsIngressNetwork
15:13:11 [2022-10-06T15:13:11.430Z]     service_test.go:242: FLAKY_TEST
15:13:11 [2022-10-06T15:13:11.430Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
15:13:11 [2022-10-06T15:13:11.430Z] === RUN   TestServiceWithDataPathPortInit
15:13:26 [2022-10-06T15:13:26.273Z] --- PASS: TestServiceWithDataPathPortInit (13.86s)
15:13:26 [2022-10-06T15:13:26.273Z] === RUN   TestServiceWithDefaultAddressPoolInit
15:13:27 [2022-10-06T15:13:27.641Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:lqv6qgofq9uqm5kdno3rg3ocj Created:2022-10-06 15:13:26.356696932 +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[138b7d64e7f03a9eab656b94fbd376efe3f6cb10eb867abeb2135b96712a44c6:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.e4idpnbwymyabbwqfb4m74eo7 EndpointID:20ba23467b04da7f448291cbb3ca45cc2ae43ccf0ca2efa40bddcbc945493c33 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:a598129349cb0b1296f691409a4cf09f78fb608f968bb278a8e9b9bfc8e8d77a 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:d8e678a35320 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.e4idpnbwymyabbwqfb4m74eo7 EndpointID:20ba23467b04da7f448291cbb3ca45cc2ae43ccf0ca2efa40bddcbc945493c33 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
15:13:31 [2022-10-06T15:13:31.808Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.86s)
15:13:31 [2022-10-06T15:13:31.808Z] PASS
15:13:31 [2022-10-06T15:13:31.808Z] 
15:13:31 [2022-10-06T15:13:31.808Z] === Skipped
15:13:31 [2022-10-06T15:13:31.808Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
15:13:31 [2022-10-06T15:13:31.808Z]     service_test.go:242: FLAKY_TEST
15:13:31 [2022-10-06T15:13:31.808Z] 
15:13:31 [2022-10-06T15:13:31.808Z] DONE 38 tests, 1 skipped in 43.979s
15:13:31 [2022-10-06T15:13:31.808Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
15:13:31 [2022-10-06T15:13:31.808Z] ++ 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
15:13:31 [2022-10-06T15:13:31.808Z] ++ set -e
15:13:31 [2022-10-06T15:13:31.808Z] ++ '[' -n 0 ']'
15:13:31 [2022-10-06T15:13:31.808Z] ++ set -x
15:13:31 [2022-10-06T15:13:31.808Z] ++ 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
15:13:32 [2022-10-06T15:13:32.064Z] INFO: Testing against a local daemon
15:13:32 [2022-10-06T15:13:32.064Z] === RUN   TestDockerNetworkIpvlanPersistance
15:13:32 [2022-10-06T15:13:32.064Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:13:32 [2022-10-06T15:13:32.064Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
15:13:32 [2022-10-06T15:13:32.064Z] === RUN   TestDockerNetworkIpvlan
15:13:32 [2022-10-06T15:13:32.064Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:13:32 [2022-10-06T15:13:32.064Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
15:13:32 [2022-10-06T15:13:32.064Z] PASS
15:13:32 [2022-10-06T15:13:32.065Z] 
15:13:32 [2022-10-06T15:13:32.065Z] === Skipped
15:13:32 [2022-10-06T15:13:32.065Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
15:13:32 [2022-10-06T15:13:32.065Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:13:32 [2022-10-06T15:13:32.065Z] 
15:13:32 [2022-10-06T15:13:32.065Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
15:13:32 [2022-10-06T15:13:32.065Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:13:32 [2022-10-06T15:13:32.065Z] 
15:13:32 [2022-10-06T15:13:32.065Z] DONE 2 tests, 2 skipped in 0.101s
15:13:32 [2022-10-06T15:13:32.065Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
15:13:32 [2022-10-06T15:13:32.065Z] ++ 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
15:13:32 [2022-10-06T15:13:32.065Z] ++ set -e
15:13:32 [2022-10-06T15:13:32.065Z] ++ '[' -n 0 ']'
15:13:32 [2022-10-06T15:13:32.065Z] ++ set -x
15:13:32 [2022-10-06T15:13:32.065Z] ++ 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
15:13:32 [2022-10-06T15:13:32.065Z] INFO: Testing against a local daemon
15:13:32 [2022-10-06T15:13:32.065Z] === RUN   TestDockerNetworkMacvlanPersistance
15:13:33 [2022-10-06T15:13:33.431Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.31s)
15:13:33 [2022-10-06T15:13:33.431Z] === RUN   TestDockerNetworkMacvlan
15:13:34 [2022-10-06T15:13:34.359Z] === RUN   TestDockerNetworkMacvlan/Subinterface
15:13:34 [2022-10-06T15:13:34.922Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
15:13:35 [2022-10-06T15:13:35.850Z] === RUN   TestDockerNetworkMacvlan/NilParent
15:13:37 [2022-10-06T15:13:37.742Z] === RUN   TestDockerNetworkMacvlan/InternalMode
15:13:39 [2022-10-06T15:13:39.108Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
15:13:42 [2022-10-06T15:13:42.377Z] === RUN   TestDockerNetworkMacvlan/Addressing
15:13:43 [2022-10-06T15:13:43.306Z] --- PASS: TestDockerNetworkMacvlan (9.66s)
15:13:43 [2022-10-06T15:13:43.306Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s)
15:13:43 [2022-10-06T15:13:43.306Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
15:13:43 [2022-10-06T15:13:43.306Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.94s)
15:13:43 [2022-10-06T15:13:43.306Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.84s)
15:13:43 [2022-10-06T15:13:43.306Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.08s)
15:13:43 [2022-10-06T15:13:43.306Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.58s)
15:13:43 [2022-10-06T15:13:43.306Z] PASS
15:13:43 [2022-10-06T15:13:43.306Z] 
15:13:43 [2022-10-06T15:13:43.306Z] DONE 8 tests in 11.062s
15:13:43 [2022-10-06T15:13:43.306Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
15:13:43 [2022-10-06T15:13:43.306Z] ++ 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
15:13:43 [2022-10-06T15:13:43.306Z] ++ set -e
15:13:43 [2022-10-06T15:13:43.306Z] ++ '[' -n 0 ']'
15:13:43 [2022-10-06T15:13:43.306Z] ++ set -x
15:13:43 [2022-10-06T15:13:43.306Z] ++ 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
15:13:43 [2022-10-06T15:13:43.306Z] testing: warning: no tests to run
15:13:43 [2022-10-06T15:13:43.306Z] PASS
15:13:43 [2022-10-06T15:13:43.306Z] 
15:13:43 [2022-10-06T15:13:43.306Z] DONE 0 tests in 0.023s
15:13:43 [2022-10-06T15:13:43.306Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
15:13:43 [2022-10-06T15:13:43.306Z] ++ 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
15:13:43 [2022-10-06T15:13:43.306Z] ++ set -e
15:13:43 [2022-10-06T15:13:43.306Z] ++ '[' -n 0 ']'
15:13:43 [2022-10-06T15:13:43.306Z] ++ set -x
15:13:43 [2022-10-06T15:13:43.306Z] ++ 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
15:13:43 [2022-10-06T15:13:43.306Z] INFO: Testing against a local daemon
15:13:43 [2022-10-06T15:13:43.306Z] === RUN   TestAuthZPluginAllowRequest
15:13:44 [2022-10-06T15:13:44.676Z] --- PASS: TestAuthZPluginAllowRequest (1.13s)
15:13:44 [2022-10-06T15:13:44.676Z] === RUN   TestAuthZPluginTLS
15:13:44 [2022-10-06T15:13:44.933Z] --- PASS: TestAuthZPluginTLS (0.56s)
15:13:44 [2022-10-06T15:13:44.933Z] === RUN   TestAuthZPluginDenyRequest
15:13:45 [2022-10-06T15:13:45.495Z] --- PASS: TestAuthZPluginDenyRequest (0.54s)
15:13:45 [2022-10-06T15:13:45.496Z] === RUN   TestAuthZPluginAPIDenyResponse
15:13:46 [2022-10-06T15:13:46.058Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
15:13:46 [2022-10-06T15:13:46.058Z] === RUN   TestAuthZPluginDenyResponse
15:13:46 [2022-10-06T15:13:46.621Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
15:13:46 [2022-10-06T15:13:46.621Z] === RUN   TestAuthZPluginAllowEventStream
15:13:47 [2022-10-06T15:13:47.988Z] --- PASS: TestAuthZPluginAllowEventStream (1.13s)
15:13:47 [2022-10-06T15:13:47.988Z] === RUN   TestAuthZPluginErrorResponse
15:13:48 [2022-10-06T15:13:48.244Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
15:13:48 [2022-10-06T15:13:48.244Z] === RUN   TestAuthZPluginErrorRequest
15:13:48 [2022-10-06T15:13:48.806Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
15:13:48 [2022-10-06T15:13:48.806Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
15:13:49 [2022-10-06T15:13:49.368Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
15:13:49 [2022-10-06T15:13:49.368Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
15:13:50 [2022-10-06T15:13:50.732Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.38s)
15:13:50 [2022-10-06T15:13:50.732Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
15:13:52 [2022-10-06T15:13:52.097Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.39s)
15:13:52 [2022-10-06T15:13:52.097Z] === RUN   TestAuthZPluginHeader
15:13:52 [2022-10-06T15:13:52.659Z] --- PASS: TestAuthZPluginHeader (0.70s)
15:13:52 [2022-10-06T15:13:52.659Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
15:13:52 [2022-10-06T15:13:52.659Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:13:52 [2022-10-06T15:13:52.659Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
15:13:52 [2022-10-06T15:13:52.659Z] === RUN   TestAuthZPluginV2Disable
15:13:52 [2022-10-06T15:13:52.659Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:13:52 [2022-10-06T15:13:52.659Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
15:13:52 [2022-10-06T15:13:52.659Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
15:13:52 [2022-10-06T15:13:52.659Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:13:52 [2022-10-06T15:13:52.659Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
15:13:52 [2022-10-06T15:13:52.659Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
15:13:52 [2022-10-06T15:13:52.659Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:13:52 [2022-10-06T15:13:52.659Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
15:13:52 [2022-10-06T15:13:52.659Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
15:14:10 [2022-10-06T15:14:10.704Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
15:14:10 [2022-10-06T15:14:10.704Z] PASS
15:14:10 [2022-10-06T15:14:10.704Z] 
15:14:10 [2022-10-06T15:14:10.704Z] === Skipped
15:14:10 [2022-10-06T15:14:10.704Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
15:14:10 [2022-10-06T15:14:10.704Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:14:10 [2022-10-06T15:14:10.704Z] 
15:14:10 [2022-10-06T15:14:10.704Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
15:14:10 [2022-10-06T15:14:10.704Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:14:10 [2022-10-06T15:14:10.704Z] 
15:14:10 [2022-10-06T15:14:10.704Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
15:14:10 [2022-10-06T15:14:10.704Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:14:10 [2022-10-06T15:14:10.704Z] 
15:14:10 [2022-10-06T15:14:10.704Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
15:14:10 [2022-10-06T15:14:10.704Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:14:10 [2022-10-06T15:14:10.704Z] 
15:14:10 [2022-10-06T15:14:10.704Z] DONE 17 tests, 4 skipped in 26.482s
15:14:10 [2022-10-06T15:14:10.704Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
15:14:10 [2022-10-06T15:14:10.705Z] ++ 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
15:14:10 [2022-10-06T15:14:10.705Z] ++ set -e
15:14:10 [2022-10-06T15:14:10.705Z] ++ '[' -n 0 ']'
15:14:10 [2022-10-06T15:14:10.705Z] ++ set -x
15:14:10 [2022-10-06T15:14:10.705Z] ++ 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
15:14:10 [2022-10-06T15:14:10.705Z] INFO: Testing against a local daemon
15:14:10 [2022-10-06T15:14:10.705Z] === RUN   TestPluginInvalidJSON
15:14:10 [2022-10-06T15:14:10.705Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
15:14:10 [2022-10-06T15:14:10.705Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
15:14:10 [2022-10-06T15:14:10.705Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
15:14:10 [2022-10-06T15:14:10.705Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
15:14:10 [2022-10-06T15:14:10.705Z] === RUN   TestPluginInvalidJSON/plugins/pull
15:14:10 [2022-10-06T15:14:10.705Z] === PAUSE TestPluginInvalidJSON/plugins/pull
15:14:10 [2022-10-06T15:14:10.705Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
15:14:10 [2022-10-06T15:14:10.705Z] === CONT  TestPluginInvalidJSON/plugins/pull
15:14:10 [2022-10-06T15:14:10.705Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
15:14:10 [2022-10-06T15:14:10.705Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
15:14:10 [2022-10-06T15:14:10.705Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
15:14:10 [2022-10-06T15:14:10.705Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
15:14:10 [2022-10-06T15:14:10.705Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
15:14:10 [2022-10-06T15:14:10.705Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
15:14:10 [2022-10-06T15:14:10.705Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
15:14:10 [2022-10-06T15:14:10.705Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
15:14:10 [2022-10-06T15:14:10.705Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
15:14:10 [2022-10-06T15:14:10.705Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
15:14:10 [2022-10-06T15:14:10.705Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
15:14:10 [2022-10-06T15:14:10.705Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
15:14:10 [2022-10-06T15:14:10.705Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
15:14:10 [2022-10-06T15:14:10.705Z] --- PASS: TestPluginInvalidJSON (0.02s)
15:14:10 [2022-10-06T15:14:10.705Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
15:14:10 [2022-10-06T15:14:10.705Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
15:14:10 [2022-10-06T15:14:10.705Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
15:14:10 [2022-10-06T15:14:10.705Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
15:14:10 [2022-10-06T15:14:10.705Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
15:14:10 [2022-10-06T15:14:10.705Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
15:14:10 [2022-10-06T15:14:10.705Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
15:14:10 [2022-10-06T15:14:10.705Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
15:14:10 [2022-10-06T15:14:10.705Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
15:14:10 [2022-10-06T15:14:10.705Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
15:14:10 [2022-10-06T15:14:10.705Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
15:14:10 [2022-10-06T15:14:10.705Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
15:14:10 [2022-10-06T15:14:10.705Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
15:14:10 [2022-10-06T15:14:10.705Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
15:14:10 [2022-10-06T15:14:10.705Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
15:14:10 [2022-10-06T15:14:10.705Z] === RUN   TestPluginInstall
15:14:10 [2022-10-06T15:14:10.705Z] === RUN   TestPluginInstall/no_auth
15:14:13 [2022-10-06T15:14:13.974Z] time="2022-10-06T15:14:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:14:13 [2022-10-06T15:14:13.974Z] time="2022-10-06T15:14:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c058f3f2e6844aaac130e4ab3578ac5a15bc323340e883c13c5411f9420c9330" mediatype=application/vnd.docker.plugin.v1+json size=522
15:14:13 [2022-10-06T15:14:13.974Z] time="2022-10-06T15:14:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:14:13 [2022-10-06T15:14:13.974Z] time="2022-10-06T15:14:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c058f3f2e6844aaac130e4ab3578ac5a15bc323340e883c13c5411f9420c9330" mediatype=application/vnd.docker.plugin.v1+json size=522
15:14:13 [2022-10-06T15:14:13.974Z] === RUN   TestPluginInstall/with_htpasswd
15:14:14 [2022-10-06T15:14:14.231Z] time="2022-10-06T15:14:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:14:14 [2022-10-06T15:14:14.231Z] time="2022-10-06T15:14:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c058f3f2e6844aaac130e4ab3578ac5a15bc323340e883c13c5411f9420c9330" mediatype=application/vnd.docker.plugin.v1+json size=522
15:14:14 [2022-10-06T15:14:14.231Z] time="2022-10-06T15:14:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:14:14 [2022-10-06T15:14:14.231Z] time="2022-10-06T15:14:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c058f3f2e6844aaac130e4ab3578ac5a15bc323340e883c13c5411f9420c9330" mediatype=application/vnd.docker.plugin.v1+json size=522
15:14:14 [2022-10-06T15:14:14.487Z] === RUN   TestPluginInstall/with_insecure
15:14:15 [2022-10-06T15:14:15.416Z] time="2022-10-06T15:14:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:14:15 [2022-10-06T15:14:15.416Z] time="2022-10-06T15:14:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:aca69b27260a93ab884c24e2a8d7ac2ad7b7adc530096562c7a7e9da5f3041a8" mediatype=application/vnd.docker.plugin.v1+json size=522
15:14:15 [2022-10-06T15:14:15.416Z] time="2022-10-06T15:14:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:14:15 [2022-10-06T15:14:15.416Z] time="2022-10-06T15:14:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:aca69b27260a93ab884c24e2a8d7ac2ad7b7adc530096562c7a7e9da5f3041a8" mediatype=application/vnd.docker.plugin.v1+json size=522
15:14:15 [2022-10-06T15:14:15.672Z]     plugin_test.go:195: [df97aba99619d] daemon is not started
15:14:15 [2022-10-06T15:14:15.672Z] --- PASS: TestPluginInstall (5.76s)
15:14:15 [2022-10-06T15:14:15.672Z]     --- PASS: TestPluginInstall/no_auth (4.15s)
15:14:15 [2022-10-06T15:14:15.672Z]     --- PASS: TestPluginInstall/with_htpasswd (0.57s)
15:14:15 [2022-10-06T15:14:15.672Z]     --- PASS: TestPluginInstall/with_insecure (1.04s)
15:14:15 [2022-10-06T15:14:15.672Z] === RUN   TestPluginsWithRuntimes
15:14:17 [2022-10-06T15:14:17.037Z] === RUN   TestPluginsWithRuntimes/No_Args
15:14:17 [2022-10-06T15:14:17.965Z] === RUN   TestPluginsWithRuntimes/With_Args
15:14:18 [2022-10-06T15:14:18.923Z] --- PASS: TestPluginsWithRuntimes (3.34s)
15:14:18 [2022-10-06T15:14:18.923Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.91s)
15:14:18 [2022-10-06T15:14:18.923Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.89s)
15:14:18 [2022-10-06T15:14:18.923Z] === RUN   TestPluginBackCompatMediaTypes
15:14:19 [2022-10-06T15:14:19.496Z] --- PASS: TestPluginBackCompatMediaTypes (0.60s)
15:14:19 [2022-10-06T15:14:19.496Z] PASS
15:14:19 [2022-10-06T15:14:19.496Z] 
15:14:19 [2022-10-06T15:14:19.496Z] DONE 24 tests in 9.841s
15:14:19 [2022-10-06T15:14:19.496Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
15:14:19 [2022-10-06T15:14:19.496Z] ++ 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
15:14:19 [2022-10-06T15:14:19.496Z] ++ set -e
15:14:19 [2022-10-06T15:14:19.496Z] ++ '[' -n 0 ']'
15:14:19 [2022-10-06T15:14:19.496Z] ++ set -x
15:14:19 [2022-10-06T15:14:19.496Z] ++ 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
15:14:19 [2022-10-06T15:14:19.756Z] INFO: Testing against a local daemon
15:14:19 [2022-10-06T15:14:19.756Z] === RUN   TestExternalGraphDriver
15:14:20 [2022-10-06T15:14:20.017Z] === RUN   TestExternalGraphDriver/json
15:14:21 [2022-10-06T15:14:21.907Z] === RUN   TestExternalGraphDriver/spec
15:14:23 [2022-10-06T15:14:23.271Z] === RUN   TestExternalGraphDriver/pull
15:14:25 [2022-10-06T15:14:25.164Z] --- PASS: TestExternalGraphDriver (5.24s)
15:14:25 [2022-10-06T15:14:25.164Z]     --- PASS: TestExternalGraphDriver/json (1.60s)
15:14:25 [2022-10-06T15:14:25.164Z]     --- PASS: TestExternalGraphDriver/spec (1.61s)
15:14:25 [2022-10-06T15:14:25.164Z]     --- PASS: TestExternalGraphDriver/pull (1.69s)
15:14:25 [2022-10-06T15:14:25.164Z] === RUN   TestGraphdriverPluginV2
15:14:25 [2022-10-06T15:14:25.164Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:14:25 [2022-10-06T15:14:25.164Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
15:14:25 [2022-10-06T15:14:25.164Z] PASS
15:14:25 [2022-10-06T15:14:25.164Z] 
15:14:25 [2022-10-06T15:14:25.164Z] === Skipped
15:14:25 [2022-10-06T15:14:25.164Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
15:14:25 [2022-10-06T15:14:25.164Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:14:25 [2022-10-06T15:14:25.164Z] 
15:14:25 [2022-10-06T15:14:25.164Z] DONE 5 tests, 1 skipped in 5.670s
15:14:25 [2022-10-06T15:14:25.164Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
15:14:25 [2022-10-06T15:14:25.164Z] ++ 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
15:14:25 [2022-10-06T15:14:25.164Z] ++ set -e
15:14:25 [2022-10-06T15:14:25.164Z] ++ '[' -n 0 ']'
15:14:25 [2022-10-06T15:14:25.164Z] ++ set -x
15:14:25 [2022-10-06T15:14:25.164Z] ++ 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
15:14:25 [2022-10-06T15:14:25.420Z] INFO: Testing against a local daemon
15:14:25 [2022-10-06T15:14:25.420Z] === RUN   TestContinueAfterPluginCrash
15:14:25 [2022-10-06T15:14:25.420Z] === PAUSE TestContinueAfterPluginCrash
15:14:25 [2022-10-06T15:14:25.420Z] === RUN   TestReadPluginNoRead
15:14:25 [2022-10-06T15:14:25.420Z] === PAUSE TestReadPluginNoRead
15:14:25 [2022-10-06T15:14:25.420Z] === RUN   TestDaemonStartWithLogOpt
15:14:25 [2022-10-06T15:14:25.420Z] === PAUSE TestDaemonStartWithLogOpt
15:14:25 [2022-10-06T15:14:25.420Z] === CONT  TestContinueAfterPluginCrash
15:14:25 [2022-10-06T15:14:25.420Z] === CONT  TestDaemonStartWithLogOpt
15:14:28 [2022-10-06T15:14:28.688Z] --- PASS: TestDaemonStartWithLogOpt (3.18s)
15:14:28 [2022-10-06T15:14:28.688Z] === CONT  TestReadPluginNoRead
15:14:30 [2022-10-06T15:14:30.579Z] === RUN   TestReadPluginNoRead/disabled_caching
15:14:31 [2022-10-06T15:14:31.945Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
15:14:33 [2022-10-06T15:14:33.311Z] === RUN   TestReadPluginNoRead/default
15:14:33 [2022-10-06T15:14:33.311Z] --- PASS: TestContinueAfterPluginCrash (8.09s)
15:14:34 [2022-10-06T15:14:34.676Z] === CONT  TestReadPluginNoRead
15:14:34 [2022-10-06T15:14:34.676Z]     read_test.go:91: [dfcad4ff8448b] daemon is not started
15:14:34 [2022-10-06T15:14:34.676Z] --- PASS: TestReadPluginNoRead (6.03s)
15:14:34 [2022-10-06T15:14:34.676Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.37s)
15:14:34 [2022-10-06T15:14:34.676Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.26s)
15:14:34 [2022-10-06T15:14:34.676Z]     --- PASS: TestReadPluginNoRead/default (1.25s)
15:14:34 [2022-10-06T15:14:34.676Z] PASS
15:14:34 [2022-10-06T15:14:34.676Z] 
15:14:34 [2022-10-06T15:14:34.676Z] DONE 6 tests in 9.315s
15:14:34 [2022-10-06T15:14:34.676Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
15:14:34 [2022-10-06T15:14:34.676Z] ++ 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
15:14:34 [2022-10-06T15:14:34.676Z] ++ set -e
15:14:34 [2022-10-06T15:14:34.676Z] ++ '[' -n 0 ']'
15:14:34 [2022-10-06T15:14:34.676Z] ++ set -x
15:14:34 [2022-10-06T15:14:34.677Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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
15:14:34 [2022-10-06T15:14:34.677Z] testing: warning: no tests to run
15:14:34 [2022-10-06T15:14:34.677Z] PASS
15:14:34 [2022-10-06T15:14:34.677Z] 
15:14:34 [2022-10-06T15:14:34.677Z] DONE 0 tests in 0.031s
15:14:34 [2022-10-06T15:14:34.677Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
15:14:34 [2022-10-06T15:14:34.677Z] ++ 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
15:14:34 [2022-10-06T15:14:34.677Z] ++ set -e
15:14:34 [2022-10-06T15:14:34.677Z] ++ '[' -n 0 ']'
15:14:34 [2022-10-06T15:14:34.677Z] ++ set -x
15:14:34 [2022-10-06T15:14:34.677Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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
15:14:34 [2022-10-06T15:14:34.677Z] INFO: Testing against a local daemon
15:14:34 [2022-10-06T15:14:34.677Z] === RUN   TestPluginWithDevMounts
15:14:34 [2022-10-06T15:14:34.677Z] === PAUSE TestPluginWithDevMounts
15:14:34 [2022-10-06T15:14:34.677Z] === CONT  TestPluginWithDevMounts
15:14:36 [2022-10-06T15:14:36.566Z] --- PASS: TestPluginWithDevMounts (1.56s)
15:14:36 [2022-10-06T15:14:36.566Z] PASS
15:14:36 [2022-10-06T15:14:36.566Z] 
15:14:36 [2022-10-06T15:14:36.566Z] DONE 1 tests in 1.669s
15:14:36 [2022-10-06T15:14:36.566Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
15:14:36 [2022-10-06T15:14:36.566Z] ++ 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
15:14:36 [2022-10-06T15:14:36.566Z] ++ set -e
15:14:36 [2022-10-06T15:14:36.566Z] ++ '[' -n 0 ']'
15:14:36 [2022-10-06T15:14:36.566Z] ++ set -x
15:14:36 [2022-10-06T15:14:36.566Z] ++ 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
15:14:36 [2022-10-06T15:14:36.566Z] INFO: Testing against a local daemon
15:14:36 [2022-10-06T15:14:36.566Z] === RUN   TestSecretInspect
15:14:38 [2022-10-06T15:14:38.456Z] --- PASS: TestSecretInspect (1.82s)
15:14:38 [2022-10-06T15:14:38.457Z] === RUN   TestSecretList
15:14:40 [2022-10-06T15:14:40.346Z] --- PASS: TestSecretList (2.19s)
15:14:40 [2022-10-06T15:14:40.346Z] === RUN   TestSecretsCreateAndDelete
15:14:42 [2022-10-06T15:14:42.866Z] --- PASS: TestSecretsCreateAndDelete (2.18s)
15:14:42 [2022-10-06T15:14:42.866Z] === RUN   TestSecretsUpdate
15:14:44 [2022-10-06T15:14:44.756Z] --- PASS: TestSecretsUpdate (2.21s)
15:14:44 [2022-10-06T15:14:44.756Z] === RUN   TestTemplatedSecret
15:14:47 [2022-10-06T15:14:47.272Z] --- PASS: TestTemplatedSecret (2.51s)
15:14:47 [2022-10-06T15:14:47.272Z] === RUN   TestSecretCreateResolve
15:14:49 [2022-10-06T15:14:49.788Z] --- PASS: TestSecretCreateResolve (2.18s)
15:14:49 [2022-10-06T15:14:49.788Z] PASS
15:14:49 [2022-10-06T15:14:49.788Z] 
15:14:49 [2022-10-06T15:14:49.788Z] DONE 6 tests in 13.173s
15:14:49 [2022-10-06T15:14:49.788Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
15:14:49 [2022-10-06T15:14:49.788Z] ++ 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
15:14:49 [2022-10-06T15:14:49.788Z] ++ set -e
15:14:49 [2022-10-06T15:14:49.788Z] ++ '[' -n 0 ']'
15:14:49 [2022-10-06T15:14:49.788Z] ++ set -x
15:14:49 [2022-10-06T15:14:49.788Z] ++ 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
15:14:49 [2022-10-06T15:14:49.788Z] INFO: Testing against a local daemon
15:14:49 [2022-10-06T15:14:49.788Z] === RUN   TestServiceCreateInit
15:14:49 [2022-10-06T15:14:49.788Z] === RUN   TestServiceCreateInit/daemonInitDisabled
15:14:53 [2022-10-06T15:14:53.055Z] === RUN   TestServiceCreateInit/daemonInitEnabled
15:14:57 [2022-10-06T15:14:57.224Z] --- PASS: TestServiceCreateInit (7.18s)
15:14:57 [2022-10-06T15:14:57.224Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.53s)
15:14:57 [2022-10-06T15:14:57.224Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.63s)
15:14:57 [2022-10-06T15:14:57.224Z] === RUN   TestCreateServiceMultipleTimes
15:15:12 [2022-10-06T15:15:12.070Z] --- PASS: TestCreateServiceMultipleTimes (15.12s)
15:15:12 [2022-10-06T15:15:12.070Z] === RUN   TestCreateServiceConflict
15:15:14 [2022-10-06T15:15:14.589Z] --- PASS: TestCreateServiceConflict (2.24s)
15:15:14 [2022-10-06T15:15:14.589Z] === RUN   TestCreateServiceMaxReplicas
15:15:17 [2022-10-06T15:15:17.106Z] --- PASS: TestCreateServiceMaxReplicas (2.69s)
15:15:17 [2022-10-06T15:15:17.106Z] === RUN   TestCreateWithDuplicateNetworkNames
15:15:31 [2022-10-06T15:15:31.950Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.10s)
15:15:31 [2022-10-06T15:15:31.950Z] === RUN   TestCreateServiceSecretFileMode
15:15:32 [2022-10-06T15:15:32.206Z] --- PASS: TestCreateServiceSecretFileMode (2.38s)
15:15:32 [2022-10-06T15:15:32.206Z] === RUN   TestCreateServiceConfigFileMode
15:15:34 [2022-10-06T15:15:34.759Z] --- PASS: TestCreateServiceConfigFileMode (2.55s)
15:15:34 [2022-10-06T15:15:34.759Z] === RUN   TestCreateServiceSysctls
15:15:38 [2022-10-06T15:15:38.041Z] --- PASS: TestCreateServiceSysctls (3.13s)
15:15:38 [2022-10-06T15:15:38.041Z] === RUN   TestCreateServiceCapabilities
15:15:40 [2022-10-06T15:15:40.559Z] --- PASS: TestCreateServiceCapabilities (2.39s)
15:15:40 [2022-10-06T15:15:40.560Z] === RUN   TestInspect
15:15:43 [2022-10-06T15:15:43.079Z] --- PASS: TestInspect (2.84s)
15:15:43 [2022-10-06T15:15:43.079Z] === RUN   TestCreateJob
15:15:46 [2022-10-06T15:15:46.347Z] --- PASS: TestCreateJob (3.00s)
15:15:46 [2022-10-06T15:15:46.347Z] === RUN   TestReplicatedJob
15:15:51 [2022-10-06T15:15:51.596Z] --- PASS: TestReplicatedJob (5.31s)
15:15:51 [2022-10-06T15:15:51.596Z] === RUN   TestUpdateReplicatedJob
15:15:54 [2022-10-06T15:15:54.865Z] --- PASS: TestUpdateReplicatedJob (3.12s)
15:15:54 [2022-10-06T15:15:54.865Z] === RUN   TestServiceListWithStatuses
15:15:54 [2022-10-06T15:15:54.865Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
15:15:54 [2022-10-06T15:15:54.865Z] --- SKIP: TestServiceListWithStatuses (0.00s)
15:15:54 [2022-10-06T15:15:54.865Z] === RUN   TestDockerNetworkConnectAlias
15:15:59 [2022-10-06T15:15:59.035Z] --- PASS: TestDockerNetworkConnectAlias (4.16s)
15:15:59 [2022-10-06T15:15:59.035Z] === RUN   TestDockerNetworkReConnect
15:16:02 [2022-10-06T15:16:02.304Z] --- PASS: TestDockerNetworkReConnect (3.36s)
15:16:02 [2022-10-06T15:16:02.304Z] === RUN   TestServicePlugin
15:16:02 [2022-10-06T15:16:02.304Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:16:02 [2022-10-06T15:16:02.304Z] --- SKIP: TestServicePlugin (0.00s)
15:16:02 [2022-10-06T15:16:02.304Z] === RUN   TestServiceUpdateLabel
15:16:04 [2022-10-06T15:16:04.822Z] --- PASS: TestServiceUpdateLabel (2.23s)
15:16:04 [2022-10-06T15:16:04.822Z] === RUN   TestServiceUpdateSecrets
15:16:19 [2022-10-06T15:16:19.667Z] --- PASS: TestServiceUpdateSecrets (14.41s)
15:16:19 [2022-10-06T15:16:19.667Z] === RUN   TestServiceUpdateConfigs
15:16:34 [2022-10-06T15:16:34.511Z] --- PASS: TestServiceUpdateConfigs (14.47s)
15:16:34 [2022-10-06T15:16:34.511Z] === RUN   TestServiceUpdateNetwork
15:16:46 [2022-10-06T15:16:46.684Z] --- PASS: TestServiceUpdateNetwork (12.34s)
15:16:46 [2022-10-06T15:16:46.684Z] === RUN   TestServiceUpdatePidsLimit
15:16:46 [2022-10-06T15:16:46.940Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
15:16:47 [2022-10-06T15:16:47.503Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
15:16:55 [2022-10-06T15:16:55.591Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
15:17:02 [2022-10-06T15:17:02.129Z] --- PASS: TestServiceUpdatePidsLimit (16.11s)
15:17:02 [2022-10-06T15:17:02.129Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s)
15:17:02 [2022-10-06T15:17:02.129Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s)
15:17:02 [2022-10-06T15:17:02.129Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s)
15:17:02 [2022-10-06T15:17:02.129Z] PASS
15:17:02 [2022-10-06T15:17:02.129Z] 
15:17:02 [2022-10-06T15:17:02.129Z] === Skipped
15:17:02 [2022-10-06T15:17:02.129Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
15:17:02 [2022-10-06T15:17:02.129Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
15:17:02 [2022-10-06T15:17:02.129Z] 
15:17:02 [2022-10-06T15:17:02.129Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
15:17:02 [2022-10-06T15:17:02.129Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:17:02 [2022-10-06T15:17:02.129Z] 
15:17:02 [2022-10-06T15:17:02.129Z] DONE 27 tests, 2 skipped in 132.224s
15:17:02 [2022-10-06T15:17:02.129Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
15:17:02 [2022-10-06T15:17:02.129Z] ++ 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
15:17:02 [2022-10-06T15:17:02.129Z] ++ set -e
15:17:02 [2022-10-06T15:17:02.129Z] ++ '[' -n 0 ']'
15:17:02 [2022-10-06T15:17:02.129Z] ++ set -x
15:17:02 [2022-10-06T15:17:02.129Z] ++ 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
15:17:02 [2022-10-06T15:17:02.129Z] INFO: Testing against a local daemon
15:17:02 [2022-10-06T15:17:02.129Z] === RUN   TestSessionCreate
15:17:02 [2022-10-06T15:17:02.129Z] --- PASS: TestSessionCreate (0.02s)
15:17:02 [2022-10-06T15:17:02.129Z] === RUN   TestSessionCreateWithBadUpgrade
15:17:02 [2022-10-06T15:17:02.129Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
15:17:02 [2022-10-06T15:17:02.129Z] PASS
15:17:02 [2022-10-06T15:17:02.129Z] 
15:17:02 [2022-10-06T15:17:02.129Z] DONE 2 tests in 0.137s
15:17:02 [2022-10-06T15:17:02.129Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
15:17:02 [2022-10-06T15:17:02.129Z] ++ 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
15:17:02 [2022-10-06T15:17:02.129Z] ++ set -e
15:17:02 [2022-10-06T15:17:02.129Z] ++ '[' -n 0 ']'
15:17:02 [2022-10-06T15:17:02.129Z] ++ set -x
15:17:02 [2022-10-06T15:17:02.129Z] ++ 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
15:17:02 [2022-10-06T15:17:02.129Z] INFO: Testing against a local daemon
15:17:02 [2022-10-06T15:17:02.129Z] === RUN   TestCgroupDriverSystemdMemoryLimit
15:17:02 [2022-10-06T15:17:02.129Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
15:17:02 [2022-10-06T15:17:02.129Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
15:17:02 [2022-10-06T15:17:02.129Z] === RUN   TestDiskUsage
15:17:02 [2022-10-06T15:17:02.129Z] === PAUSE TestDiskUsage
15:17:02 [2022-10-06T15:17:02.129Z] === RUN   TestEventsExecDie
15:17:02 [2022-10-06T15:17:02.691Z] --- PASS: TestEventsExecDie (0.59s)
15:17:02 [2022-10-06T15:17:02.691Z] === RUN   TestEventsBackwardsCompatible
15:17:02 [2022-10-06T15:17:02.691Z] --- PASS: TestEventsBackwardsCompatible (0.10s)
15:17:02 [2022-10-06T15:17:02.691Z] === RUN   TestEventsVolumeCreate
15:17:02 [2022-10-06T15:17:02.691Z] --- PASS: TestEventsVolumeCreate (0.08s)
15:17:02 [2022-10-06T15:17:02.691Z] === RUN   TestInfoBinaryCommits
15:17:02 [2022-10-06T15:17:02.691Z] --- PASS: TestInfoBinaryCommits (0.02s)
15:17:02 [2022-10-06T15:17:02.691Z] === RUN   TestInfoAPIVersioned
15:17:02 [2022-10-06T15:17:02.691Z] --- PASS: TestInfoAPIVersioned (0.01s)
15:17:02 [2022-10-06T15:17:02.691Z] === RUN   TestInfoAPI
15:17:02 [2022-10-06T15:17:02.691Z] --- PASS: TestInfoAPI (0.02s)
15:17:02 [2022-10-06T15:17:02.691Z] === RUN   TestInfoAPIWarnings
15:17:20 [2022-10-06T15:17:20.766Z] --- PASS: TestInfoAPIWarnings (16.54s)
15:17:20 [2022-10-06T15:17:20.766Z] === RUN   TestInfoDebug
15:17:20 [2022-10-06T15:17:20.766Z] --- PASS: TestInfoDebug (0.52s)
15:17:20 [2022-10-06T15:17:20.766Z] === RUN   TestInfoInsecureRegistries
15:17:20 [2022-10-06T15:17:20.766Z] --- PASS: TestInfoInsecureRegistries (0.53s)
15:17:20 [2022-10-06T15:17:20.766Z] === RUN   TestInfoRegistryMirrors
15:17:21 [2022-10-06T15:17:21.038Z] --- PASS: TestInfoRegistryMirrors (0.53s)
15:17:21 [2022-10-06T15:17:21.038Z] === RUN   TestLoginFailsWithBadCredentials
15:17:21 [2022-10-06T15:17:21.294Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
15:17:21 [2022-10-06T15:17:21.294Z] === RUN   TestPingCacheHeaders
15:17:21 [2022-10-06T15:17:21.294Z] --- PASS: TestPingCacheHeaders (0.02s)
15:17:21 [2022-10-06T15:17:21.294Z] === RUN   TestPingGet
15:17:21 [2022-10-06T15:17:21.294Z] --- PASS: TestPingGet (0.02s)
15:17:21 [2022-10-06T15:17:21.294Z] === RUN   TestPingHead
15:17:21 [2022-10-06T15:17:21.294Z] --- PASS: TestPingHead (0.02s)
15:17:21 [2022-10-06T15:17:21.294Z] === RUN   TestPingSwarmHeader
15:17:21 [2022-10-06T15:17:21.856Z] === RUN   TestPingSwarmHeader/before_swarm_init
15:17:22 [2022-10-06T15:17:22.417Z] === RUN   TestPingSwarmHeader/after_swarm_init
15:17:23 [2022-10-06T15:17:23.345Z] === RUN   TestPingSwarmHeader/after_swarm_leave
15:17:23 [2022-10-06T15:17:23.345Z] --- PASS: TestPingSwarmHeader (2.05s)
15:17:23 [2022-10-06T15:17:23.345Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
15:17:23 [2022-10-06T15:17:23.345Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
15:17:23 [2022-10-06T15:17:23.345Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
15:17:23 [2022-10-06T15:17:23.345Z] === RUN   TestPingBuilderHeader
15:17:23 [2022-10-06T15:17:23.345Z] === RUN   TestPingBuilderHeader/default_config
15:17:23 [2022-10-06T15:17:23.907Z] === RUN   TestPingBuilderHeader/buildkit_disabled
15:17:24 [2022-10-06T15:17:24.469Z] --- PASS: TestPingBuilderHeader (1.05s)
15:17:24 [2022-10-06T15:17:24.469Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
15:17:24 [2022-10-06T15:17:24.469Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
15:17:24 [2022-10-06T15:17:24.469Z] === RUN   TestVersion
15:17:24 [2022-10-06T15:17:24.469Z] --- PASS: TestVersion (0.02s)
15:17:24 [2022-10-06T15:17:24.469Z] === CONT  TestDiskUsage
15:17:25 [2022-10-06T15:17:25.031Z] === RUN   TestDiskUsage/empty
15:17:25 [2022-10-06T15:17:25.031Z] === RUN   TestDiskUsage/empty/container_types
15:17:25 [2022-10-06T15:17:25.031Z] === RUN   TestDiskUsage/empty/image_types
15:17:25 [2022-10-06T15:17:25.031Z] === RUN   TestDiskUsage/empty/volume_types
15:17:25 [2022-10-06T15:17:25.031Z] === RUN   TestDiskUsage/empty/build-cache_types
15:17:25 [2022-10-06T15:17:25.031Z] === RUN   TestDiskUsage/empty/container,_volume_types
15:17:25 [2022-10-06T15:17:25.031Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
15:17:25 [2022-10-06T15:17:25.031Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
15:17:25 [2022-10-06T15:17:25.031Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
15:17:25 [2022-10-06T15:17:25.031Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
15:17:25 [2022-10-06T15:17:25.031Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
15:17:25 [2022-10-06T15:17:25.031Z] === RUN   TestDiskUsage/after_LoadBusybox
15:17:25 [2022-10-06T15:17:25.031Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
15:17:25 [2022-10-06T15:17:25.031Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
15:17:25 [2022-10-06T15:17:25.031Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
15:17:25 [2022-10-06T15:17:25.031Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
15:17:25 [2022-10-06T15:17:25.031Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
15:17:25 [2022-10-06T15:17:25.031Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
15:17:25 [2022-10-06T15:17:25.287Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
15:17:25 [2022-10-06T15:17:25.287Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
15:17:25 [2022-10-06T15:17:25.287Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
15:17:25 [2022-10-06T15:17:25.287Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
15:17:25 [2022-10-06T15:17:25.287Z] === RUN   TestDiskUsage/after_container.Run
15:17:25 [2022-10-06T15:17:25.543Z] === RUN   TestDiskUsage/after_container.Run/container_types
15:17:25 [2022-10-06T15:17:25.543Z] === RUN   TestDiskUsage/after_container.Run/image_types
15:17:25 [2022-10-06T15:17:25.543Z] === RUN   TestDiskUsage/after_container.Run/volume_types
15:17:25 [2022-10-06T15:17:25.543Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
15:17:25 [2022-10-06T15:17:25.543Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
15:17:25 [2022-10-06T15:17:25.543Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
15:17:25 [2022-10-06T15:17:25.543Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
15:17:25 [2022-10-06T15:17:25.543Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
15:17:25 [2022-10-06T15:17:25.543Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
15:17:25 [2022-10-06T15:17:25.543Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
15:17:25 [2022-10-06T15:17:25.543Z] --- PASS: TestDiskUsage (1.15s)
15:17:25 [2022-10-06T15:17:25.543Z]     --- PASS: TestDiskUsage/empty (0.01s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.17s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]     --- PASS: TestDiskUsage/after_container.Run (0.32s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z] PASS
15:17:25 [2022-10-06T15:17:25.543Z] 
15:17:25 [2022-10-06T15:17:25.543Z] === Skipped
15:17:25 [2022-10-06T15:17:25.543Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
15:17:25 [2022-10-06T15:17:25.543Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
15:17:25 [2022-10-06T15:17:25.543Z] 
15:17:25 [2022-10-06T15:17:25.543Z] DONE 57 tests, 1 skipped in 23.770s
15:17:25 [2022-10-06T15:17:25.543Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
15:17:25 [2022-10-06T15:17:25.543Z] ++ 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
15:17:25 [2022-10-06T15:17:25.543Z] ++ set -e
15:17:25 [2022-10-06T15:17:25.543Z] ++ '[' -n 0 ']'
15:17:25 [2022-10-06T15:17:25.543Z] ++ set -x
15:17:25 [2022-10-06T15:17:25.543Z] ++ 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
15:17:25 [2022-10-06T15:17:25.799Z] INFO: Testing against a local daemon
15:17:25 [2022-10-06T15:17:25.799Z] === RUN   TestVolumesCreateAndList
15:17:25 [2022-10-06T15:17:25.799Z] --- PASS: TestVolumesCreateAndList (0.02s)
15:17:25 [2022-10-06T15:17:25.799Z] === RUN   TestVolumesRemove
15:17:25 [2022-10-06T15:17:25.799Z] --- PASS: TestVolumesRemove (0.07s)
15:17:25 [2022-10-06T15:17:25.799Z] === RUN   TestVolumesInspect
15:17:25 [2022-10-06T15:17:25.799Z] --- PASS: TestVolumesInspect (0.02s)
15:17:25 [2022-10-06T15:17:25.799Z] === RUN   TestVolumesInvalidJSON
15:17:25 [2022-10-06T15:17:25.799Z] === RUN   TestVolumesInvalidJSON/volumes/create
15:17:25 [2022-10-06T15:17:25.799Z] === PAUSE TestVolumesInvalidJSON/volumes/create
15:17:25 [2022-10-06T15:17:25.799Z] === CONT  TestVolumesInvalidJSON/volumes/create
15:17:25 [2022-10-06T15:17:25.799Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
15:17:25 [2022-10-06T15:17:25.799Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
15:17:25 [2022-10-06T15:17:25.799Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
15:17:25 [2022-10-06T15:17:25.799Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
15:17:25 [2022-10-06T15:17:25.799Z] --- PASS: TestVolumesInvalidJSON (0.01s)
15:17:25 [2022-10-06T15:17:25.799Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
15:17:25 [2022-10-06T15:17:25.799Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
15:17:25 [2022-10-06T15:17:25.799Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
15:17:25 [2022-10-06T15:17:25.799Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
15:17:25 [2022-10-06T15:17:25.799Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
15:17:25 [2022-10-06T15:17:25.799Z] === RUN   TestVolumePruneAnonymous
15:17:25 [2022-10-06T15:17:25.799Z] --- PASS: TestVolumePruneAnonymous (0.04s)
15:17:25 [2022-10-06T15:17:25.799Z] PASS
15:17:25 [2022-10-06T15:17:25.799Z] 
15:17:25 [2022-10-06T15:17:25.799Z] DONE 10 tests in 0.250s
15:17:25 [2022-10-06T15:17:25.799Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
15:17:26 [2022-10-06T15:17:26.055Z] ++++ cat bundles/test-integration/docker.pid
15:17:26 [2022-10-06T15:17:26.055Z] +++ kill 14559
15:17:26 [2022-10-06T15:17:26.312Z] +++ /etc/init.d/apparmor stop
15:17:26 [2022-10-06T15:17:26.312Z] Leaving: AppArmorNo profiles have been unloaded.
15:17:26 [2022-10-06T15:17:26.312Z] 
15:17:26 [2022-10-06T15:17:26.312Z] Unloading profiles will leave already running processes permanently
15:17:26 [2022-10-06T15:17:26.312Z] unconfined, which can lead to unexpected situations.
15:17:26 [2022-10-06T15:17:26.312Z] 
15:17:26 [2022-10-06T15:17:26.312Z] To set a process to complain mode, use the command line tool
15:17:26 [2022-10-06T15:17:26.312Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
15:17:26 [2022-10-06T15:17:26.312Z] +++ true
15:17:26 [2022-10-06T15:17:26.312Z] exiting test-integration
15:17:26 [2022-10-06T15:17:26.312Z] ++ exit 0
15:17:26 [2022-10-06T15:17:26.312Z] 
Post stage
[Pipeline] junit
15:17:27 [2022-10-06T15:17:27.251Z] Recording test results
15:17:27 [2022-10-06T15:17:27.456Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
15:17:27 [2022-10-06T15:17:27.799Z] + echo Ensuring container killed.
15:17:27 [2022-10-06T15:17:27.799Z] Ensuring container killed.
15:17:27 [2022-10-06T15:17:27.799Z] + docker rm -vf docker-pr1
15:17:27 [2022-10-06T15:17:27.799Z] Error response from daemon: No such container: docker-pr1
[Pipeline] sh
15:17:28 [2022-10-06T15:17:28.115Z] + echo Chowning /workspace to jenkins user
15:17:28 [2022-10-06T15:17:28.115Z] Chowning /workspace to jenkins user
15:17:28 [2022-10-06T15:17:28.115Z] + id -u
15:17:28 [2022-10-06T15:17:28.115Z] + id -g
15:17:28 [2022-10-06T15:17:28.115Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44262:/workspace busybox chown -R 1000:1000 /workspace
15:17:28 [2022-10-06T15:17:28.115Z] Unable to find image 'busybox:latest' locally
15:17:28 [2022-10-06T15:17:28.371Z] latest: Pulling from library/busybox
15:17:28 [2022-10-06T15:17:28.371Z] 89485c9dae0b: Pulling fs layer
15:17:28 [2022-10-06T15:17:28.371Z] 89485c9dae0b: Verifying Checksum
15:17:28 [2022-10-06T15:17:28.371Z] 89485c9dae0b: Download complete
15:17:28 [2022-10-06T15:17:28.371Z] 89485c9dae0b: Pull complete
15:17:28 [2022-10-06T15:17:28.627Z] Digest: sha256:9810966b5f712084ea05bf28fc8ba2c8fb110baa2531a10e2da52c1efc504698
15:17:28 [2022-10-06T15:17:28.627Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
15:17:30 [2022-10-06T15:17:30.277Z] + bundleName=arm64-integration
15:17:30 [2022-10-06T15:17:30.277Z] + echo Creating arm64-integration-bundles.tar.gz
15:17:30 [2022-10-06T15:17:30.277Z] Creating arm64-integration-bundles.tar.gz
15:17:30 [2022-10-06T15:17:30.277Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
15:17:30 [2022-10-06T15:17:30.277Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
15:17:30 [2022-10-06T15:17:30.543Z] Archiving artifacts
15:17:32 [2022-10-06T15:17:32.333Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44262/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
15:17:32 [2022-10-06T15:17:32.663Z] + make clean
15:17:32 [2022-10-06T15:17:32.919Z] docker volume rm -f docker-dev-cache docker-mod-cache
15:17:32 [2022-10-06T15:17:32.919Z] docker-dev-cache
15:17:32 [2022-10-06T15:17:32.919Z] 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