"./operations.test -test.v -test.timeout 1h0m0s -remote TestWebdavInfiniteScale: -verbose -test.run '^(TestCat|TestCheckSumDownload|TestCopyFile|TestCopyFileBackupDir|TestCopyFileCompareDest|TestCopyFileCopyDest|TestCopyFileMaxTransfer|TestCopyURL|TestMoveFile|TestMoveFileBackupDir|TestMoveFileWithIgnoreExisting|TestParseSumFile|TestRcatSize|TestReadFile|TestTouchDir)$|^TestCheckDownload$/^(1|2|3|4|5|6|7)$|^TestHashSums$/^Sha1Download$'" - Starting (try 4/5) 2026/02/03 03:16:04 DEBUG : Creating backend with remote "TestWebdavInfiniteScale:rclone-test-yibicuf4hojo" 2026/02/03 03:16:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/03 03:16:04 DEBUG : Setting type="webdav" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_TYPE 2026/02/03 03:16:04 DEBUG : Setting url="https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_URL 2026/02/03 03:16:04 DEBUG : Setting vendor="infinitescale" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_VENDOR 2026/02/03 03:16:04 DEBUG : Setting user="admin" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_USER 2026/02/03 03:16:04 DEBUG : Setting pass="dzRox3d9bL_jKNAekDkEXa21NToc" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_PASS 2026/02/03 03:16:04 DEBUG : TestWebdavInfiniteScale: detected overridden config - adding "{gQ7BQ}" suffix to name 2026/02/03 03:16:04 DEBUG : Setting url="https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_URL 2026/02/03 03:16:04 DEBUG : Setting vendor="infinitescale" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_VENDOR 2026/02/03 03:16:04 DEBUG : Setting user="admin" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_USER 2026/02/03 03:16:04 DEBUG : Setting pass="dzRox3d9bL_jKNAekDkEXa21NToc" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_PASS 2026/02/03 03:16:04 DEBUG : found headers: 2026/02/03 03:16:04 DEBUG : Creating backend with remote "/tmp/rclone1319795615" === RUN TestCheckDownload run.go:185: Remote "webdav root 'rclone-test-yibicuf4hojo'", Local "Local file system at /tmp/rclone1319795615", Modify Window "1s" 2026/02/03 03:16:04 DEBUG : rutabaga: Update will use the tus protocol to upload 2026/02/03 03:16:05 INFO : rutabaga: Failed to read metadata: object not found 2026/02/03 03:16:05 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded starts 2026/02/03 03:16:05 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded chunk no 1 ok, range 0 -> 8 2026/02/03 03:16:05 DEBUG : webdav root 'rclone-test-yibicuf4hojo': -- Uploaded finished === RUN TestCheckDownload/1 check_test.go:86: 1: Expecting 0 errors but got 2 check_test.go:89: 1: Total files matching line missing === NAME TestCheckDownload check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:56 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "= rutabaga"} actual : []string{"", "! rutabaga"} Diff: --- Expected +++ Actual @@ -2,3 +2,3 @@ (string) "", - (string) (len=10) "= rutabaga" + (string) (len=10) "! rutabaga" } Test: TestCheckDownload Messages: combined check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:59 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "rutabaga"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=8) "rutabaga" +([]string) { } Test: TestCheckDownload Messages: match check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:61 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{} actual : []string{"", "rutabaga"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) "", + (string) (len=8) "rutabaga" } Test: TestCheckDownload Messages: error === RUN TestCheckDownload/2 check_test.go:86: 2: Expecting 1 errors but got 3 check_test.go:89: 2: Total files matching line missing === NAME TestCheckDownload check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:56 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "+ potato2", "= rutabaga"} actual : []string{"", "! rutabaga", "+ potato2"} Diff: --- Expected +++ Actual @@ -2,4 +2,4 @@ (string) "", - (string) (len=9) "+ potato2", - (string) (len=10) "= rutabaga" + (string) (len=10) "! rutabaga", + (string) (len=9) "+ potato2" } Test: TestCheckDownload Messages: combined check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:59 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "rutabaga"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=8) "rutabaga" +([]string) { } Test: TestCheckDownload Messages: match check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:61 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{} actual : []string{"", "rutabaga"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) "", + (string) (len=8) "rutabaga" } Test: TestCheckDownload Messages: error 2026/02/03 03:22:33 DEBUG : pacer: Reducing sleep to 1.5s 2026/02/03 03:22:33 DEBUG : empty space: Update will use the tus protocol to upload 2026/02/03 03:22:35 DEBUG : pacer: Reducing sleep to 1.125s 2026/02/03 03:22:35 INFO : empty space: Failed to read metadata: object not found 2026/02/03 03:22:37 DEBUG : pacer: Reducing sleep to 843.75ms 2026/02/03 03:22:37 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded starts 2026/02/03 03:22:38 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/02/03 03:22:38 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded chunk no 1 ok, range 0 -> 1 2026/02/03 03:22:38 DEBUG : webdav root 'rclone-test-yibicuf4hojo': -- Uploaded finished 2026/02/03 03:22:39 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/02/03 03:22:40 DEBUG : pacer: Reducing sleep to 355.957031ms === RUN TestCheckDownload/3 check_test.go:86: 3: Expecting 2 errors but got 4 check_test.go:89: 3: Total files matching line missing === NAME TestCheckDownload check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:56 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "+ potato2", "- empty space", "= rutabaga"} actual : []string{"", "! rutabaga", "+ potato2", "- empty space"} Diff: --- Expected +++ Actual @@ -2,5 +2,5 @@ (string) "", + (string) (len=10) "! rutabaga", (string) (len=9) "+ potato2", - (string) (len=13) "- empty space", - (string) (len=10) "= rutabaga" + (string) (len=13) "- empty space" } Test: TestCheckDownload Messages: combined check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:59 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "rutabaga"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=8) "rutabaga" +([]string) { } Test: TestCheckDownload Messages: match check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:61 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{} actual : []string{"", "rutabaga"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) "", + (string) (len=8) "rutabaga" } Test: TestCheckDownload Messages: error 2026/02/03 03:25:56 DEBUG : pacer: Reducing sleep to 1.5s 2026/02/03 03:25:56 DEBUG : potato2: Update will use the tus protocol to upload 2026/02/03 03:25:58 DEBUG : pacer: Reducing sleep to 1.125s 2026/02/03 03:25:58 INFO : potato2: Failed to read metadata: object not found 2026/02/03 03:26:00 DEBUG : pacer: Reducing sleep to 843.75ms 2026/02/03 03:26:00 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded starts 2026/02/03 03:26:01 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/02/03 03:26:01 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded chunk no 1 ok, range 0 -> 60 2026/02/03 03:26:01 DEBUG : webdav root 'rclone-test-yibicuf4hojo': -- Uploaded finished 2026/02/03 03:26:02 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/02/03 03:26:02 DEBUG : pacer: Reducing sleep to 355.957031ms === RUN TestCheckDownload/4 check_test.go:86: 4: Expecting 1 errors but got 5 check_test.go:89: 4: Total files matching line missing === NAME TestCheckDownload check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:56 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "- empty space", "= potato2", "= rutabaga"} actual : []string{"", "! potato2", "! rutabaga", "- empty space"} Diff: --- Expected +++ Actual @@ -2,5 +2,5 @@ (string) "", - (string) (len=13) "- empty space", - (string) (len=9) "= potato2", - (string) (len=10) "= rutabaga" + (string) (len=9) "! potato2", + (string) (len=10) "! rutabaga", + (string) (len=13) "- empty space" } Test: TestCheckDownload Messages: combined check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:59 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "potato2", "rutabaga"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=7) "potato2", - (string) (len=8) "rutabaga" +([]string) { } Test: TestCheckDownload Messages: match check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:61 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{} actual : []string{"", "potato2", "rutabaga"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) "", + (string) (len=7) "potato2", + (string) (len=8) "rutabaga" } Test: TestCheckDownload Messages: error === RUN TestCheckDownload/5 check_test.go:86: 5: Expecting 1 errors but got 5 check_test.go:89: 5: Total files matching line missing === NAME TestCheckDownload check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:56 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "* empty space", "= potato2", "= rutabaga"} actual : []string{"", "! potato2", "! rutabaga", "* empty space"} Diff: --- Expected +++ Actual @@ -2,5 +2,5 @@ (string) "", - (string) (len=13) "* empty space", - (string) (len=9) "= potato2", - (string) (len=10) "= rutabaga" + (string) (len=9) "! potato2", + (string) (len=10) "! rutabaga", + (string) (len=13) "* empty space" } Test: TestCheckDownload Messages: combined check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:59 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "potato2", "rutabaga"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=7) "potato2", - (string) (len=8) "rutabaga" +([]string) { } Test: TestCheckDownload Messages: match check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:61 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{} actual : []string{"", "potato2", "rutabaga"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) "", + (string) (len=7) "potato2", + (string) (len=8) "rutabaga" } Test: TestCheckDownload Messages: error 2026/02/03 03:39:21 DEBUG : pacer: Reducing sleep to 1.5s 2026/02/03 03:39:21 DEBUG : remotepotato: Update will use the tus protocol to upload 2026/02/03 03:39:23 DEBUG : pacer: Reducing sleep to 1.125s 2026/02/03 03:39:23 INFO : remotepotato: Failed to read metadata: object not found 2026/02/03 03:39:24 DEBUG : pacer: Reducing sleep to 843.75ms 2026/02/03 03:39:24 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded starts 2026/02/03 03:39:25 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/02/03 03:39:25 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded chunk no 1 ok, range 0 -> 60 2026/02/03 03:39:25 DEBUG : webdav root 'rclone-test-yibicuf4hojo': -- Uploaded finished 2026/02/03 03:39:26 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/02/03 03:39:27 DEBUG : pacer: Reducing sleep to 355.957031ms === RUN TestCheckDownload/6 check_test.go:86: 6: Expecting 2 errors but got 6 check_test.go:89: 6: Total files matching line missing === NAME TestCheckDownload check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:56 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "* empty space", "- remotepotato", "= potato2", "= rutabaga"} actual : []string{"", "! potato2", "! rutabaga", "* empty space", "- remotepotato"} Diff: --- Expected +++ Actual @@ -2,6 +2,6 @@ (string) "", + (string) (len=9) "! potato2", + (string) (len=10) "! rutabaga", (string) (len=13) "* empty space", - (string) (len=14) "- remotepotato", - (string) (len=9) "= potato2", - (string) (len=10) "= rutabaga" + (string) (len=14) "- remotepotato" } Test: TestCheckDownload Messages: combined check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:59 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "potato2", "rutabaga"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=7) "potato2", - (string) (len=8) "rutabaga" +([]string) { } Test: TestCheckDownload Messages: match check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:61 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{} actual : []string{"", "potato2", "rutabaga"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) "", + (string) (len=7) "potato2", + (string) (len=8) "rutabaga" } Test: TestCheckDownload Messages: error === RUN TestCheckDownload/7 check_test.go:86: 7: Expecting 1 errors but got 5 check_test.go:89: 7: Total files matching line missing === NAME TestCheckDownload check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:56 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "* empty space", "= potato2", "= rutabaga"} actual : []string{"", "! potato2", "! rutabaga", "* empty space"} Diff: --- Expected +++ Actual @@ -2,5 +2,5 @@ (string) "", - (string) (len=13) "* empty space", - (string) (len=9) "= potato2", - (string) (len=10) "= rutabaga" + (string) (len=9) "! potato2", + (string) (len=10) "! rutabaga", + (string) (len=13) "* empty space" } Test: TestCheckDownload Messages: combined check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:59 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "potato2", "rutabaga"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=7) "potato2", - (string) (len=8) "rutabaga" +([]string) { } Test: TestCheckDownload Messages: match check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:61 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{} actual : []string{"", "potato2", "rutabaga"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) "", + (string) (len=7) "potato2", + (string) (len=8) "rutabaga" } Test: TestCheckDownload Messages: error 2026/02/03 04:00:38 DEBUG : pacer: Reducing sleep to 1.5s 2026/02/03 04:00:40 DEBUG : pacer: Reducing sleep to 1.125s 2026/02/03 04:00:41 DEBUG : pacer: Reducing sleep to 843.75ms 2026/02/03 04:00:42 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/02/03 04:00:43 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/02/03 04:00:44 DEBUG : pacer: Reducing sleep to 355.957031ms --- FAIL: TestCheckDownload (2679.32s) --- FAIL: TestCheckDownload/1 (185.10s) --- FAIL: TestCheckDownload/2 (201.48s) --- FAIL: TestCheckDownload/3 (194.71s) --- FAIL: TestCheckDownload/4 (394.83s) --- FAIL: TestCheckDownload/5 (401.64s) --- FAIL: TestCheckDownload/6 (865.30s) --- FAIL: TestCheckDownload/7 (403.30s) === RUN TestParseSumFile run.go:185: Remote "webdav root 'rclone-test-yibicuf4hojo'", Local "Local file system at /tmp/rclone1319795615", Modify Window "1s" 2026/02/03 04:00:44 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/02/03 04:00:44 DEBUG : test.sum: Update will use the tus protocol to upload 2026/02/03 04:00:44 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/02/03 04:00:44 INFO : test.sum: Failed to read metadata: object not found 2026/02/03 04:00:45 DEBUG : pacer: Reducing sleep to 150.169371ms 2026/02/03 04:00:45 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded starts 2026/02/03 04:00:45 DEBUG : pacer: Reducing sleep to 112.627028ms 2026/02/03 04:00:45 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded chunk no 1 ok, range 0 -> 81 2026/02/03 04:00:45 DEBUG : webdav root 'rclone-test-yibicuf4hojo': -- Uploaded finished 2026/02/03 04:00:45 DEBUG : pacer: Reducing sleep to 84.470271ms 2026/02/03 04:00:45 DEBUG : pacer: Reducing sleep to 63.352703ms 2026/02/03 04:00:45 DEBUG : pacer: low level retry 1/10 (error 500 Internal Server Error) 2026/02/03 04:00:45 DEBUG : pacer: Rate limited, increasing sleep to 126.705406ms 2026/02/03 04:00:45 DEBUG : pacer: low level retry 2/10 (error 500 Internal Server Error) 2026/02/03 04:00:45 DEBUG : pacer: Rate limited, increasing sleep to 253.410812ms 2026/02/03 04:00:45 DEBUG : pacer: low level retry 3/10 (error 500 Internal Server Error) 2026/02/03 04:00:45 DEBUG : pacer: Rate limited, increasing sleep to 506.821624ms 2026/02/03 04:00:46 DEBUG : pacer: low level retry 4/10 (error 500 Internal Server Error) 2026/02/03 04:00:46 DEBUG : pacer: Rate limited, increasing sleep to 1.013643248s 2026/02/03 04:00:46 DEBUG : pacer: low level retry 5/10 (error 500 Internal Server Error) 2026/02/03 04:00:46 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/02/03 04:00:47 DEBUG : pacer: low level retry 6/10 (error 500 Internal Server Error) 2026/02/03 04:00:49 DEBUG : pacer: low level retry 7/10 (error 500 Internal Server Error) 2026/02/03 04:00:51 DEBUG : pacer: low level retry 8/10 (error 500 Internal Server Error) 2026/02/03 04:00:53 DEBUG : pacer: low level retry 9/10 (error 500 Internal Server Error) 2026/02/03 04:00:55 DEBUG : pacer: low level retry 10/10 (error 500 Internal Server Error) check_test.go:311: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:311 Error: Received unexpected error: 500 Internal Server Error Test: TestParseSumFile check_test.go:313: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:313 Error: Not equal: expected: 4 actual : 0 Test: TestParseSumFile check_test.go:316: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:316 Error: Not equal: expected: "1" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -1 + Test: TestParseSumFile check_test.go:316: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:316 Error: Not equal: expected: "2" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -2 + Test: TestParseSumFile check_test.go:316: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:316 Error: Not equal: expected: "3" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -3 + Test: TestParseSumFile check_test.go:316: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:316 Error: Not equal: expected: "4" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -4 + Test: TestParseSumFile 2026/02/03 04:00:57 DEBUG : pacer: Reducing sleep to 1.5s 2026/02/03 04:00:57 DEBUG : test.sum: Update will use the tus protocol to upload 2026/02/03 04:00:59 DEBUG : pacer: Reducing sleep to 1.125s 2026/02/03 04:01:01 DEBUG : pacer: Reducing sleep to 843.75ms 2026/02/03 04:01:01 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded starts 2026/02/03 04:01:02 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/02/03 04:01:02 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded chunk no 1 ok, range 0 -> 90 2026/02/03 04:01:02 DEBUG : webdav root 'rclone-test-yibicuf4hojo': -- Uploaded finished 2026/02/03 04:01:03 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/02/03 04:01:03 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/02/03 04:01:04 DEBUG : pacer: low level retry 1/10 (error 500 Internal Server Error) 2026/02/03 04:01:04 DEBUG : pacer: Rate limited, increasing sleep to 711.914062ms 2026/02/03 04:01:04 DEBUG : pacer: low level retry 2/10 (error 500 Internal Server Error) 2026/02/03 04:01:04 DEBUG : pacer: Rate limited, increasing sleep to 1.423828124s 2026/02/03 04:01:05 DEBUG : pacer: low level retry 3/10 (error 500 Internal Server Error) 2026/02/03 04:01:05 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/02/03 04:01:06 DEBUG : pacer: low level retry 4/10 (error 500 Internal Server Error) 2026/02/03 04:01:08 DEBUG : pacer: low level retry 5/10 (error 500 Internal Server Error) 2026/02/03 04:01:10 DEBUG : pacer: low level retry 6/10 (error 500 Internal Server Error) 2026/02/03 04:01:12 DEBUG : pacer: low level retry 7/10 (error 500 Internal Server Error) 2026/02/03 04:01:14 DEBUG : pacer: low level retry 8/10 (error 500 Internal Server Error) 2026/02/03 04:01:16 DEBUG : pacer: low level retry 9/10 (error 500 Internal Server Error) 2026/02/03 04:01:18 DEBUG : pacer: low level retry 10/10 (error 500 Internal Server Error) check_test.go:311: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:311 Error: Received unexpected error: 500 Internal Server Error Test: TestParseSumFile check_test.go:313: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:313 Error: Not equal: expected: 4 actual : 0 Test: TestParseSumFile check_test.go:316: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:316 Error: Not equal: expected: "1" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -1 + Test: TestParseSumFile check_test.go:316: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:316 Error: Not equal: expected: "2" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -2 + Test: TestParseSumFile check_test.go:316: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:316 Error: Not equal: expected: "3" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -3 + Test: TestParseSumFile check_test.go:316: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:316 Error: Not equal: expected: "4" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -4 + Test: TestParseSumFile 2026/02/03 04:01:20 DEBUG : pacer: Reducing sleep to 1.5s 2026/02/03 04:01:22 DEBUG : pacer: Reducing sleep to 1.125s 2026/02/03 04:01:24 DEBUG : pacer: Reducing sleep to 843.75ms --- FAIL: TestParseSumFile (40.31s) === RUN TestCheckSumDownload run.go:185: Remote "webdav root 'rclone-test-yibicuf4hojo'", Local "Local file system at /tmp/rclone1319795615", Modify Window "1s" 2026/02/03 04:01:24 DEBUG : Creating backend with remote "TestWebdavInfiniteScale:rclone-test-yibicuf4hojo/data" 2026/02/03 04:01:24 DEBUG : Config file has changed externally - reloading 2026/02/03 04:01:24 DEBUG : Setting type="webdav" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_TYPE 2026/02/03 04:01:24 DEBUG : Setting url="https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_URL 2026/02/03 04:01:24 DEBUG : Setting vendor="infinitescale" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_VENDOR 2026/02/03 04:01:24 DEBUG : Setting user="admin" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_USER 2026/02/03 04:01:24 DEBUG : Setting pass="dzRox3d9bL_jKNAekDkEXa21NToc" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_PASS 2026/02/03 04:01:24 DEBUG : TestWebdavInfiniteScale: detected overridden config - adding "{gQ7BQ}" suffix to name 2026/02/03 04:01:24 DEBUG : Setting url="https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_URL 2026/02/03 04:01:24 DEBUG : Setting vendor="infinitescale" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_VENDOR 2026/02/03 04:01:24 DEBUG : Setting user="admin" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_USER 2026/02/03 04:01:24 DEBUG : Setting pass="dzRox3d9bL_jKNAekDkEXa21NToc" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_PASS 2026/02/03 04:01:24 DEBUG : found headers: 2026/02/03 04:01:25 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/02/03 04:01:25 DEBUG : data/banana: Update will use the tus protocol to upload 2026/02/03 04:01:26 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/02/03 04:01:26 INFO : data/banana: Failed to read metadata: object not found 2026/02/03 04:01:26 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/02/03 04:01:26 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded starts 2026/02/03 04:01:27 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/02/03 04:01:27 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded chunk no 1 ok, range 0 -> 13 2026/02/03 04:01:27 DEBUG : webdav root 'rclone-test-yibicuf4hojo': -- Uploaded finished 2026/02/03 04:01:27 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/02/03 04:01:28 DEBUG : pacer: Reducing sleep to 150.169371ms 2026/02/03 04:01:28 DEBUG : test.sum: Update will use the tus protocol to upload 2026/02/03 04:01:28 DEBUG : pacer: Reducing sleep to 112.627028ms 2026/02/03 04:01:28 INFO : test.sum: Failed to read metadata: object not found 2026/02/03 04:01:28 DEBUG : pacer: Reducing sleep to 84.470271ms 2026/02/03 04:01:28 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded starts 2026/02/03 04:01:28 DEBUG : pacer: Reducing sleep to 63.352703ms 2026/02/03 04:01:28 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded chunk no 1 ok, range 0 -> 41 2026/02/03 04:01:28 DEBUG : webdav root 'rclone-test-yibicuf4hojo': -- Uploaded finished 2026/02/03 04:01:28 DEBUG : pacer: Reducing sleep to 47.514527ms 2026/02/03 04:01:28 DEBUG : pacer: Reducing sleep to 35.635895ms 2026/02/03 04:01:28 DEBUG : pacer: Reducing sleep to 26.726921ms === RUN TestCheckSumDownload/subtest1 === NAME TestCheckSumDownload check_test.go:404: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:404 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Received unexpected error: failed to parse sum file: 500 Internal Server Error Test: TestCheckSumDownload Messages: unexpected error in run 1 check_test.go:413: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:413 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 1 check_test.go:415: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:415 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 1 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 1 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:417 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "= banana"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=8) "= banana" +([]string) { } Test: TestCheckSumDownload Messages: wrong combined result in run 1 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:420 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "banana"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "banana" +([]string) { } Test: TestCheckSumDownload Messages: wrong match result in run 1 2026/02/03 04:01:37 DEBUG : pacer: Reducing sleep to 1.5s 2026/02/03 04:01:37 DEBUG : data/potato: Update will use the tus protocol to upload 2026/02/03 04:01:39 DEBUG : pacer: Reducing sleep to 1.125s 2026/02/03 04:01:39 INFO : data/potato: Failed to read metadata: object not found 2026/02/03 04:01:41 DEBUG : pacer: Reducing sleep to 843.75ms 2026/02/03 04:01:41 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded starts 2026/02/03 04:01:42 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/02/03 04:01:42 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded chunk no 1 ok, range 0 -> 15 2026/02/03 04:01:42 DEBUG : webdav root 'rclone-test-yibicuf4hojo': -- Uploaded finished 2026/02/03 04:01:43 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/02/03 04:01:43 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/02/03 04:01:43 DEBUG : test.sum: Update will use the tus protocol to upload 2026/02/03 04:01:44 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/02/03 04:01:44 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/02/03 04:01:44 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded starts 2026/02/03 04:01:44 DEBUG : pacer: Reducing sleep to 150.169371ms 2026/02/03 04:01:44 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded chunk no 1 ok, range 0 -> 41 2026/02/03 04:01:44 DEBUG : webdav root 'rclone-test-yibicuf4hojo': -- Uploaded finished 2026/02/03 04:01:45 DEBUG : pacer: Reducing sleep to 112.627028ms 2026/02/03 04:01:45 DEBUG : pacer: Reducing sleep to 84.470271ms 2026/02/03 04:01:45 DEBUG : pacer: Reducing sleep to 63.352703ms === RUN TestCheckSumDownload/subtest2 === NAME TestCheckSumDownload check_test.go:409: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:409 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 1 actual : 0 Test: TestCheckSumDownload Messages: wrong error count in run 2 check_test.go:413: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:413 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 2 check_test.go:415: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:415 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 2 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:417 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "- potato", "= banana"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=8) "- potato", - (string) (len=8) "= banana" +([]string) { } Test: TestCheckSumDownload Messages: wrong combined result in run 2 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:418 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "potato" +([]string) { } Test: TestCheckSumDownload Messages: wrong missingonsrc result in run 2 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:420 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "banana"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "banana" +([]string) { } Test: TestCheckSumDownload Messages: wrong match result in run 2 2026/02/03 04:01:56 DEBUG : pacer: Reducing sleep to 1.5s 2026/02/03 04:01:56 DEBUG : test.sum: Update will use the tus protocol to upload 2026/02/03 04:01:58 DEBUG : pacer: Reducing sleep to 1.125s 2026/02/03 04:02:00 DEBUG : pacer: Reducing sleep to 843.75ms 2026/02/03 04:02:00 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded starts 2026/02/03 04:02:01 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/02/03 04:02:01 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded chunk no 1 ok, range 0 -> 82 2026/02/03 04:02:01 DEBUG : webdav root 'rclone-test-yibicuf4hojo': -- Uploaded finished 2026/02/03 04:02:02 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/02/03 04:02:03 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/02/03 04:02:03 DEBUG : pacer: Reducing sleep to 266.967773ms === RUN TestCheckSumDownload/subtest3 === NAME TestCheckSumDownload check_test.go:404: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:404 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Received unexpected error: failed to parse sum file: 500 Internal Server Error Test: TestCheckSumDownload Messages: unexpected error in run 3 check_test.go:413: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:413 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: "" does not contain "matching files" Test: TestCheckSumDownload Messages: missing matching files in run 3 check_test.go:415: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:415 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 2 actual : 0 Test: TestCheckSumDownload Messages: wrong number of checks in run 3 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:417 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "= banana", "= potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=8) "= banana", - (string) (len=8) "= potato" +([]string) { } Test: TestCheckSumDownload Messages: wrong combined result in run 3 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:420 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "banana", "potato"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,5 +1,2 @@ -([]string) (len=3) { - (string) "", - (string) (len=6) "banana", - (string) (len=6) "potato" +([]string) { } Test: TestCheckSumDownload Messages: wrong match result in run 3 2026/02/03 04:02:19 DEBUG : pacer: Reducing sleep to 1.5s 2026/02/03 04:02:19 DEBUG : test.sum: Update will use the tus protocol to upload 2026/02/03 04:02:21 DEBUG : pacer: Reducing sleep to 1.125s 2026/02/03 04:02:22 DEBUG : pacer: Reducing sleep to 843.75ms 2026/02/03 04:02:22 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded starts 2026/02/03 04:02:23 DEBUG : pacer: low level retry 1/1 (error 500 Internal Server Error) 2026/02/03 04:02:23 DEBUG : pacer: Rate limited, increasing sleep to 1.6875s 2026/02/03 04:02:23 ERROR : webdav root 'rclone-test-yibicuf4hojo': Uploaded chunk no 1 failed: uploadChunk failed: 500 Internal Server Error 2026/02/03 04:02:23 DEBUG : test.sum: tus update failed. run.go:286: Retry Put of "test.sum" to webdav root 'rclone-test-yibicuf4hojo': 1/10 (tus update failed: uploadChunk failed: 500 Internal Server Error) 2026/02/03 04:02:25 DEBUG : pacer: Reducing sleep to 1.265625s 2026/02/03 04:02:25 DEBUG : test.sum: Update will use the tus protocol to upload 2026/02/03 04:02:27 DEBUG : pacer: Reducing sleep to 949.21875ms 2026/02/03 04:02:28 DEBUG : pacer: Reducing sleep to 711.914062ms 2026/02/03 04:02:28 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded starts 2026/02/03 04:02:29 DEBUG : pacer: low level retry 1/1 (error 500 Internal Server Error) 2026/02/03 04:02:29 DEBUG : pacer: Rate limited, increasing sleep to 1.423828124s 2026/02/03 04:02:29 ERROR : webdav root 'rclone-test-yibicuf4hojo': Uploaded chunk no 1 failed: uploadChunk failed: 500 Internal Server Error 2026/02/03 04:02:29 DEBUG : test.sum: tus update failed. run.go:286: Retry Put of "test.sum" to webdav root 'rclone-test-yibicuf4hojo': 2/10 (tus update failed: uploadChunk failed: 500 Internal Server Error) 2026/02/03 04:02:31 DEBUG : pacer: Reducing sleep to 1.067871093s 2026/02/03 04:02:31 DEBUG : test.sum: Update will use the tus protocol to upload 2026/02/03 04:02:33 DEBUG : pacer: Reducing sleep to 800.903319ms 2026/02/03 04:02:34 DEBUG : pacer: Reducing sleep to 600.677489ms 2026/02/03 04:02:34 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded starts 2026/02/03 04:02:34 DEBUG : pacer: low level retry 1/1 (error 500 Internal Server Error) 2026/02/03 04:02:34 DEBUG : pacer: Rate limited, increasing sleep to 1.201354978s 2026/02/03 04:02:34 ERROR : webdav root 'rclone-test-yibicuf4hojo': Uploaded chunk no 1 failed: uploadChunk failed: 500 Internal Server Error 2026/02/03 04:02:34 DEBUG : test.sum: tus update failed. run.go:286: Retry Put of "test.sum" to webdav root 'rclone-test-yibicuf4hojo': 3/10 (tus update failed: uploadChunk failed: 500 Internal Server Error) 2026/02/03 04:02:36 DEBUG : pacer: Reducing sleep to 901.016233ms 2026/02/03 04:02:36 DEBUG : test.sum: Update will use the tus protocol to upload 2026/02/03 04:02:38 DEBUG : pacer: Reducing sleep to 675.762174ms 2026/02/03 04:02:39 DEBUG : pacer: Reducing sleep to 506.82163ms 2026/02/03 04:02:39 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded starts 2026/02/03 04:02:39 DEBUG : pacer: low level retry 1/1 (error 500 Internal Server Error) 2026/02/03 04:02:39 DEBUG : pacer: Rate limited, increasing sleep to 1.01364326s 2026/02/03 04:02:39 ERROR : webdav root 'rclone-test-yibicuf4hojo': Uploaded chunk no 1 failed: uploadChunk failed: 500 Internal Server Error 2026/02/03 04:02:39 DEBUG : test.sum: tus update failed. run.go:286: Retry Put of "test.sum" to webdav root 'rclone-test-yibicuf4hojo': 4/10 (tus update failed: uploadChunk failed: 500 Internal Server Error) 2026/02/03 04:02:41 DEBUG : pacer: Reducing sleep to 760.232445ms 2026/02/03 04:02:41 DEBUG : test.sum: Update will use the tus protocol to upload 2026/02/03 04:02:42 DEBUG : pacer: Reducing sleep to 570.174333ms 2026/02/03 04:02:43 DEBUG : pacer: Reducing sleep to 427.630749ms 2026/02/03 04:02:43 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded starts 2026/02/03 04:02:44 DEBUG : pacer: low level retry 1/1 (error 500 Internal Server Error) 2026/02/03 04:02:44 DEBUG : pacer: Rate limited, increasing sleep to 855.261498ms 2026/02/03 04:02:44 ERROR : webdav root 'rclone-test-yibicuf4hojo': Uploaded chunk no 1 failed: uploadChunk failed: 500 Internal Server Error 2026/02/03 04:02:44 DEBUG : test.sum: tus update failed. run.go:286: Retry Put of "test.sum" to webdav root 'rclone-test-yibicuf4hojo': 5/10 (tus update failed: uploadChunk failed: 500 Internal Server Error) 2026/02/03 04:02:46 DEBUG : pacer: Reducing sleep to 641.446123ms 2026/02/03 04:02:46 DEBUG : test.sum: Update will use the tus protocol to upload 2026/02/03 04:02:46 DEBUG : pacer: Reducing sleep to 481.084592ms 2026/02/03 04:02:47 DEBUG : pacer: Reducing sleep to 360.813444ms 2026/02/03 04:02:47 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded starts 2026/02/03 04:02:48 DEBUG : pacer: low level retry 1/1 (error 500 Internal Server Error) 2026/02/03 04:02:48 DEBUG : pacer: Rate limited, increasing sleep to 721.626888ms 2026/02/03 04:02:48 ERROR : webdav root 'rclone-test-yibicuf4hojo': Uploaded chunk no 1 failed: uploadChunk failed: 500 Internal Server Error 2026/02/03 04:02:48 DEBUG : test.sum: tus update failed. run.go:286: Retry Put of "test.sum" to webdav root 'rclone-test-yibicuf4hojo': 6/10 (tus update failed: uploadChunk failed: 500 Internal Server Error) 2026/02/03 04:02:50 DEBUG : pacer: Reducing sleep to 541.220166ms 2026/02/03 04:02:50 DEBUG : test.sum: Update will use the tus protocol to upload 2026/02/03 04:02:50 DEBUG : pacer: Reducing sleep to 405.915124ms 2026/02/03 04:02:51 DEBUG : pacer: Reducing sleep to 304.436343ms 2026/02/03 04:02:51 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded starts 2026/02/03 04:02:51 DEBUG : pacer: low level retry 1/1 (error 500 Internal Server Error) 2026/02/03 04:02:51 DEBUG : pacer: Rate limited, increasing sleep to 608.872686ms 2026/02/03 04:02:51 ERROR : webdav root 'rclone-test-yibicuf4hojo': Uploaded chunk no 1 failed: uploadChunk failed: 500 Internal Server Error 2026/02/03 04:02:51 DEBUG : test.sum: tus update failed. run.go:286: Retry Put of "test.sum" to webdav root 'rclone-test-yibicuf4hojo': 7/10 (tus update failed: uploadChunk failed: 500 Internal Server Error) 2026/02/03 04:02:53 DEBUG : pacer: Reducing sleep to 456.654514ms 2026/02/03 04:02:53 DEBUG : test.sum: Update will use the tus protocol to upload 2026/02/03 04:02:54 DEBUG : pacer: Reducing sleep to 342.490885ms 2026/02/03 04:02:54 DEBUG : pacer: Reducing sleep to 256.868163ms 2026/02/03 04:02:54 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded starts 2026/02/03 04:02:55 DEBUG : pacer: low level retry 1/1 (error 500 Internal Server Error) 2026/02/03 04:02:55 DEBUG : pacer: Rate limited, increasing sleep to 513.736326ms 2026/02/03 04:02:55 ERROR : webdav root 'rclone-test-yibicuf4hojo': Uploaded chunk no 1 failed: uploadChunk failed: 500 Internal Server Error 2026/02/03 04:02:55 DEBUG : test.sum: tus update failed. run.go:286: Retry Put of "test.sum" to webdav root 'rclone-test-yibicuf4hojo': 8/10 (tus update failed: uploadChunk failed: 500 Internal Server Error) 2026/02/03 04:03:02 DEBUG : pacer: Reducing sleep to 385.302244ms 2026/02/03 04:03:02 DEBUG : test.sum: Update will use the tus protocol to upload 2026/02/03 04:03:05 DEBUG : pacer: Reducing sleep to 288.976683ms 2026/02/03 04:03:06 DEBUG : pacer: Reducing sleep to 216.732512ms 2026/02/03 04:03:06 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded starts 2026/02/03 04:03:06 DEBUG : pacer: low level retry 1/1 (error 500 Internal Server Error) 2026/02/03 04:03:06 DEBUG : pacer: Rate limited, increasing sleep to 433.465024ms 2026/02/03 04:03:06 ERROR : webdav root 'rclone-test-yibicuf4hojo': Uploaded chunk no 1 failed: uploadChunk failed: 500 Internal Server Error 2026/02/03 04:03:06 DEBUG : test.sum: tus update failed. run.go:286: Retry Put of "test.sum" to webdav root 'rclone-test-yibicuf4hojo': 9/10 (tus update failed: uploadChunk failed: 500 Internal Server Error) 2026/02/03 04:03:08 DEBUG : pacer: Reducing sleep to 325.098768ms 2026/02/03 04:03:08 DEBUG : test.sum: Update will use the tus protocol to upload 2026/02/03 04:03:09 DEBUG : pacer: Reducing sleep to 243.824076ms 2026/02/03 04:03:12 DEBUG : pacer: Reducing sleep to 182.868057ms 2026/02/03 04:03:13 DEBUG : webdav root 'rclone-test-yibicuf4hojo': Uploaded starts 2026/02/03 04:03:13 DEBUG : pacer: low level retry 1/1 (error 500 Internal Server Error) 2026/02/03 04:03:13 DEBUG : pacer: Rate limited, increasing sleep to 365.736114ms 2026/02/03 04:03:13 ERROR : webdav root 'rclone-test-yibicuf4hojo': Uploaded chunk no 1 failed: uploadChunk failed: 500 Internal Server Error 2026/02/03 04:03:13 DEBUG : test.sum: tus update failed. run.go:290: Failed to put "test.sum" to "webdav root 'rclone-test-yibicuf4hojo'": tus update failed: uploadChunk failed: 500 Internal Server Error 2026/02/03 04:03:25 DEBUG : pacer: low level retry 1/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": EOF) 2026/02/03 04:03:25 DEBUG : pacer: Rate limited, increasing sleep to 731.472228ms 2026/02/03 04:03:25 DEBUG : pacer: low level retry 2/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": EOF) 2026/02/03 04:03:25 DEBUG : pacer: Rate limited, increasing sleep to 1.462944456s 2026/02/03 04:03:26 DEBUG : pacer: low level retry 3/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:03:26 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/02/03 04:03:27 DEBUG : pacer: low level retry 4/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:03:29 DEBUG : pacer: low level retry 5/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:03:31 DEBUG : pacer: low level retry 6/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:03:33 DEBUG : pacer: low level retry 7/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:03:36 DEBUG : pacer: low level retry 8/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:03:38 DEBUG : pacer: low level retry 9/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:03:40 DEBUG : pacer: low level retry 10/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:03:40 ERROR : error listing: couldn't list files: Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused run.go:169: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:169 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /usr/local/go/src/testing/testing.go:1125 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:290 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:297 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:368 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:474 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:541 Error: Received unexpected error: couldn't list files: Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused Test: TestCheckSumDownload --- FAIL: TestCheckSumDownload (135.62s) --- PASS: TestCheckSumDownload/subtest1 (7.14s) --- PASS: TestCheckSumDownload/subtest2 (9.18s) --- PASS: TestCheckSumDownload/subtest3 (13.53s) === RUN TestCopyFile run.go:185: Remote "webdav root 'rclone-test-yibicuf4hojo'", Local "Local file system at /tmp/rclone1319795615", Modify Window "1s" 2026/02/03 04:03:42 DEBUG : pacer: low level retry 1/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/sub/file2": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:03:44 DEBUG : pacer: low level retry 2/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/sub/file2": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:03:46 DEBUG : pacer: low level retry 3/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/sub/file2": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:03:48 DEBUG : pacer: low level retry 4/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/sub/file2": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:03:50 DEBUG : pacer: low level retry 5/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/sub/file2": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:03:52 DEBUG : pacer: low level retry 6/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/sub/file2": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:03:54 DEBUG : pacer: low level retry 7/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/sub/file2": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:03:56 DEBUG : pacer: low level retry 8/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/sub/file2": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:03:58 DEBUG : pacer: low level retry 9/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/sub/file2": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:04:00 DEBUG : pacer: low level retry 10/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/sub/file2": dial tcp 127.0.0.1:28639: connect: connection refused) copy_test.go:114: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:114 Error: Received unexpected error: read metadata failed: Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/sub/file2": dial tcp 127.0.0.1:28639: connect: connection refused Test: TestCopyFile 2026/02/03 04:04:02 DEBUG : pacer: low level retry 1/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:04:04 DEBUG : pacer: low level retry 2/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:04:06 DEBUG : pacer: low level retry 3/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:04:08 DEBUG : pacer: low level retry 4/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:04:10 DEBUG : pacer: low level retry 5/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:04:12 DEBUG : pacer: low level retry 6/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:04:14 DEBUG : pacer: low level retry 7/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:04:16 DEBUG : pacer: low level retry 8/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:04:18 DEBUG : pacer: low level retry 9/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:04:20 DEBUG : pacer: low level retry 10/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:04:20 ERROR : error listing: couldn't list files: Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused run.go:169: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:169 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:114 Error: Received unexpected error: couldn't list files: Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused Test: TestCopyFile --- FAIL: TestCopyFile (40.01s) === RUN TestCopyFileBackupDir run.go:185: Remote "webdav root 'rclone-test-yibicuf4hojo'", Local "Local file system at /tmp/rclone1319795615", Modify Window "1s" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:339 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:180 Error: Should be true Test: TestCopyFileBackupDir Messages: listing wrong, want dst/file1 (14) got dst/file1 (14), file1 (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:339 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:180 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestCopyFileBackupDir Messages: Unexpected file "file1" 2026/02/03 04:04:27 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:04:29 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:04:31 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:04:33 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:04:35 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:04:37 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:04:39 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:04:41 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:04:43 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:04:45 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:286: Retry Put of "dst/file1" to webdav root 'rclone-test-yibicuf4hojo': 1/10 (Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:04:47 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:04:49 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:04:51 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:04:53 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:04:55 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:04:57 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:04:59 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:01 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:03 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:05 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:286: Retry Put of "dst/file1" to webdav root 'rclone-test-yibicuf4hojo': 2/10 (Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:07 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:09 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:11 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:13 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:15 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:17 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:19 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:21 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:23 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:25 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:286: Retry Put of "dst/file1" to webdav root 'rclone-test-yibicuf4hojo': 3/10 (Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:27 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:29 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:31 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:33 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:35 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:37 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:39 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:41 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:43 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:45 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:286: Retry Put of "dst/file1" to webdav root 'rclone-test-yibicuf4hojo': 4/10 (Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:47 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:49 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:51 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:53 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:55 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:57 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:05:59 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:01 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:03 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:05 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:286: Retry Put of "dst/file1" to webdav root 'rclone-test-yibicuf4hojo': 5/10 (Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:07 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:09 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:11 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:13 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:15 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:17 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:19 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:21 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:23 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:25 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:286: Retry Put of "dst/file1" to webdav root 'rclone-test-yibicuf4hojo': 6/10 (Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:27 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:29 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:31 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:33 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:35 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:37 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:39 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:41 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:43 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:45 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:286: Retry Put of "dst/file1" to webdav root 'rclone-test-yibicuf4hojo': 7/10 (Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:47 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:49 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:51 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:53 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:55 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:57 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:06:59 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:01 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:03 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:05 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:286: Retry Put of "dst/file1" to webdav root 'rclone-test-yibicuf4hojo': 8/10 (Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:07 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:09 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:11 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:13 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:15 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:17 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:19 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:21 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:23 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:25 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:286: Retry Put of "dst/file1" to webdav root 'rclone-test-yibicuf4hojo': 9/10 (Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:27 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:29 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:31 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:33 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:35 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:37 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:39 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:41 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:43 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:45 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:290: Failed to put "dst/file1" to "webdav root 'rclone-test-yibicuf4hojo'": Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst/": dial tcp 127.0.0.1:28639: connect: connection refused 2026/02/03 04:07:47 DEBUG : pacer: low level retry 1/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:49 DEBUG : pacer: low level retry 2/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:51 DEBUG : pacer: low level retry 3/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:53 DEBUG : pacer: low level retry 4/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:55 DEBUG : pacer: low level retry 5/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:57 DEBUG : pacer: low level retry 6/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:07:59 DEBUG : pacer: low level retry 7/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:01 DEBUG : pacer: low level retry 8/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:03 DEBUG : pacer: low level retry 9/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:05 DEBUG : pacer: low level retry 10/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:05 ERROR : error listing: couldn't list files: Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused run.go:169: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:169 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /usr/local/go/src/testing/testing.go:1125 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:290 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:297 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:182 Error: Received unexpected error: couldn't list files: Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused Test: TestCopyFileBackupDir --- FAIL: TestCopyFileBackupDir (225.09s) === RUN TestCopyFileCompareDest run.go:185: Remote "webdav root 'rclone-test-yibicuf4hojo'", Local "Local file system at /tmp/rclone1319795615", Modify Window "1s" 2026/02/03 04:08:05 DEBUG : Creating backend with remote "TestWebdavInfiniteScale:rclone-test-yibicuf4hojo/dst" 2026/02/03 04:08:05 DEBUG : Setting type="webdav" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_TYPE 2026/02/03 04:08:05 DEBUG : Setting url="https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_URL 2026/02/03 04:08:05 DEBUG : Setting vendor="infinitescale" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_VENDOR 2026/02/03 04:08:05 DEBUG : Setting user="admin" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_USER 2026/02/03 04:08:05 DEBUG : Setting pass="dzRox3d9bL_jKNAekDkEXa21NToc" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_PASS 2026/02/03 04:08:05 DEBUG : TestWebdavInfiniteScale: detected overridden config - adding "{gQ7BQ}" suffix to name 2026/02/03 04:08:05 DEBUG : Setting url="https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_URL 2026/02/03 04:08:05 DEBUG : Setting vendor="infinitescale" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_VENDOR 2026/02/03 04:08:05 DEBUG : Setting user="admin" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_USER 2026/02/03 04:08:05 DEBUG : Setting pass="dzRox3d9bL_jKNAekDkEXa21NToc" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_PASS 2026/02/03 04:08:05 DEBUG : found headers: 2026/02/03 04:08:05 DEBUG : pacer: low level retry 1/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:05 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/02/03 04:08:05 DEBUG : pacer: low level retry 2/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:05 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/02/03 04:08:05 DEBUG : pacer: low level retry 3/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:05 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/02/03 04:08:05 DEBUG : pacer: low level retry 4/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:05 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/02/03 04:08:05 DEBUG : pacer: low level retry 5/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:05 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/02/03 04:08:05 DEBUG : pacer: low level retry 6/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:05 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/02/03 04:08:05 DEBUG : pacer: low level retry 7/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:05 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/02/03 04:08:06 DEBUG : pacer: low level retry 8/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:06 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/02/03 04:08:07 DEBUG : pacer: low level retry 9/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:09 DEBUG : pacer: low level retry 10/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst": dial tcp 127.0.0.1:28639: connect: connection refused) copy_test.go:200: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:200 Error: Received unexpected error: read metadata failed: Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst": dial tcp 127.0.0.1:28639: connect: connection refused Test: TestCopyFileCompareDest 2026/02/03 04:08:09 DEBUG : pacer: low level retry 1/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:11 DEBUG : pacer: low level retry 2/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:13 DEBUG : pacer: low level retry 3/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:15 DEBUG : pacer: low level retry 4/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:17 DEBUG : pacer: low level retry 5/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:19 DEBUG : pacer: low level retry 6/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:21 DEBUG : pacer: low level retry 7/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:23 DEBUG : pacer: low level retry 8/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:25 DEBUG : pacer: low level retry 9/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:27 DEBUG : pacer: low level retry 10/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:27 ERROR : error listing: couldn't list files: Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused run.go:169: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:169 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:200 Error: Received unexpected error: couldn't list files: Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused Test: TestCopyFileCompareDest --- FAIL: TestCopyFileCompareDest (22.56s) === RUN TestCopyFileCopyDest run.go:185: Remote "webdav root 'rclone-test-yibicuf4hojo'", Local "Local file system at /tmp/rclone1319795615", Modify Window "1s" 2026/02/03 04:08:27 DEBUG : Creating backend with remote "TestWebdavInfiniteScale:rclone-test-yibicuf4hojo/dst" 2026/02/03 04:08:27 DEBUG : Setting type="webdav" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_TYPE 2026/02/03 04:08:27 DEBUG : Setting url="https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_URL 2026/02/03 04:08:27 DEBUG : Setting vendor="infinitescale" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_VENDOR 2026/02/03 04:08:27 DEBUG : Setting user="admin" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_USER 2026/02/03 04:08:27 DEBUG : Setting pass="dzRox3d9bL_jKNAekDkEXa21NToc" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_PASS 2026/02/03 04:08:27 DEBUG : TestWebdavInfiniteScale: detected overridden config - adding "{gQ7BQ}" suffix to name 2026/02/03 04:08:27 DEBUG : Setting url="https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_URL 2026/02/03 04:08:27 DEBUG : Setting vendor="infinitescale" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_VENDOR 2026/02/03 04:08:27 DEBUG : Setting user="admin" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_USER 2026/02/03 04:08:27 DEBUG : Setting pass="dzRox3d9bL_jKNAekDkEXa21NToc" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_PASS 2026/02/03 04:08:27 DEBUG : found headers: 2026/02/03 04:08:27 DEBUG : pacer: low level retry 1/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:27 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/02/03 04:08:27 DEBUG : pacer: low level retry 2/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:27 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/02/03 04:08:27 DEBUG : pacer: low level retry 3/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:27 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/02/03 04:08:27 DEBUG : pacer: low level retry 4/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:27 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/02/03 04:08:27 DEBUG : pacer: low level retry 5/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:27 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/02/03 04:08:27 DEBUG : pacer: low level retry 6/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:27 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/02/03 04:08:28 DEBUG : pacer: low level retry 7/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:28 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/02/03 04:08:28 DEBUG : pacer: low level retry 8/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:28 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/02/03 04:08:30 DEBUG : pacer: low level retry 9/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:32 DEBUG : pacer: low level retry 10/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst": dial tcp 127.0.0.1:28639: connect: connection refused) copy_test.go:283: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:283 Error: Received unexpected error: read metadata failed: Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/dst": dial tcp 127.0.0.1:28639: connect: connection refused Test: TestCopyFileCopyDest 2026/02/03 04:08:32 DEBUG : pacer: low level retry 1/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:34 DEBUG : pacer: low level retry 2/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:36 DEBUG : pacer: low level retry 3/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:38 DEBUG : pacer: low level retry 4/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:40 DEBUG : pacer: low level retry 5/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:42 DEBUG : pacer: low level retry 6/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:44 DEBUG : pacer: low level retry 7/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:46 DEBUG : pacer: low level retry 8/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:48 DEBUG : pacer: low level retry 9/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:50 DEBUG : pacer: low level retry 10/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:50 ERROR : error listing: couldn't list files: Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused run.go:169: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:169 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:283 Error: Received unexpected error: couldn't list files: Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused Test: TestCopyFileCopyDest --- FAIL: TestCopyFileCopyDest (22.57s) === RUN TestCopyFileMaxTransfer run.go:185: Remote "webdav root 'rclone-test-yibicuf4hojo'", Local "Local file system at /tmp/rclone1319795615", Modify Window "1s" 2026/02/03 04:08:52 DEBUG : pacer: low level retry 1/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/TestCopyFileMaxTransfer/file1": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:54 DEBUG : pacer: low level retry 2/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/TestCopyFileMaxTransfer/file1": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:56 DEBUG : pacer: low level retry 3/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/TestCopyFileMaxTransfer/file1": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:08:58 DEBUG : pacer: low level retry 4/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/TestCopyFileMaxTransfer/file1": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:00 DEBUG : pacer: low level retry 5/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/TestCopyFileMaxTransfer/file1": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:02 DEBUG : pacer: low level retry 6/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/TestCopyFileMaxTransfer/file1": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:04 DEBUG : pacer: low level retry 7/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/TestCopyFileMaxTransfer/file1": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:06 DEBUG : pacer: low level retry 8/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/TestCopyFileMaxTransfer/file1": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:08 DEBUG : pacer: low level retry 9/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/TestCopyFileMaxTransfer/file1": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:10 DEBUG : pacer: low level retry 10/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/TestCopyFileMaxTransfer/file1": dial tcp 127.0.0.1:28639: connect: connection refused) copy_test.go:491: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:491 Error: Received unexpected error: read metadata failed: Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/TestCopyFileMaxTransfer/file1": dial tcp 127.0.0.1:28639: connect: connection refused Test: TestCopyFileMaxTransfer 2026/02/03 04:09:12 DEBUG : pacer: low level retry 1/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:14 DEBUG : pacer: low level retry 2/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:16 DEBUG : pacer: low level retry 3/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:18 DEBUG : pacer: low level retry 4/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:20 DEBUG : pacer: low level retry 5/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:22 DEBUG : pacer: low level retry 6/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:24 DEBUG : pacer: low level retry 7/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:26 DEBUG : pacer: low level retry 8/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:28 DEBUG : pacer: low level retry 9/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:30 DEBUG : pacer: low level retry 10/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:30 ERROR : error listing: couldn't list files: Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused run.go:169: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:169 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:491 Error: Received unexpected error: couldn't list files: Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused Test: TestCopyFileMaxTransfer --- FAIL: TestCopyFileMaxTransfer (40.01s) === RUN TestHashSums run.go:185: Remote "webdav root 'rclone-test-yibicuf4hojo'", Local "Local file system at /tmp/rclone1319795615", Modify Window "1s" 2026/02/03 04:09:32 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:34 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:36 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:38 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:40 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:42 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:44 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:46 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:48 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:50 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:286: Retry Put of "potato2" to webdav root 'rclone-test-yibicuf4hojo': 1/10 (Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:52 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:54 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:56 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:09:58 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:00 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:02 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:04 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:06 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:08 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:10 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:286: Retry Put of "potato2" to webdav root 'rclone-test-yibicuf4hojo': 2/10 (Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:12 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:14 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:16 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:18 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:20 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:22 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:24 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:26 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:28 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:30 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:286: Retry Put of "potato2" to webdav root 'rclone-test-yibicuf4hojo': 3/10 (Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:32 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:34 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:36 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:38 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:40 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:42 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:44 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:46 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:48 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:50 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:286: Retry Put of "potato2" to webdav root 'rclone-test-yibicuf4hojo': 4/10 (Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:52 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:54 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:56 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:10:58 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:00 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:02 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:04 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:06 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:08 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:10 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:286: Retry Put of "potato2" to webdav root 'rclone-test-yibicuf4hojo': 5/10 (Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:12 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:14 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:16 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:18 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:20 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:22 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:24 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:26 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:28 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:30 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:286: Retry Put of "potato2" to webdav root 'rclone-test-yibicuf4hojo': 6/10 (Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:32 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:34 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:36 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:38 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:40 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:42 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:44 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:46 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:48 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:50 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:286: Retry Put of "potato2" to webdav root 'rclone-test-yibicuf4hojo': 7/10 (Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:52 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:54 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:56 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:11:58 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:00 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:02 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:04 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:06 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:08 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:10 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:286: Retry Put of "potato2" to webdav root 'rclone-test-yibicuf4hojo': 8/10 (Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:12 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:14 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:16 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:18 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:20 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:22 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:24 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:26 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:28 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:30 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:286: Retry Put of "potato2" to webdav root 'rclone-test-yibicuf4hojo': 9/10 (Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:32 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:34 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:36 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:38 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:40 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:42 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:44 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:46 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:48 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:50 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:290: Failed to put "potato2" to "webdav root 'rclone-test-yibicuf4hojo'": Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused 2026/02/03 04:12:52 DEBUG : pacer: low level retry 1/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:54 DEBUG : pacer: low level retry 2/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:56 DEBUG : pacer: low level retry 3/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:12:58 DEBUG : pacer: low level retry 4/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:00 DEBUG : pacer: low level retry 5/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:02 DEBUG : pacer: low level retry 6/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:04 DEBUG : pacer: low level retry 7/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:06 DEBUG : pacer: low level retry 8/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:08 DEBUG : pacer: low level retry 9/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:10 DEBUG : pacer: low level retry 10/10 (error Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:10 ERROR : error listing: couldn't list files: Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused run.go:169: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:169 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /usr/local/go/src/testing/testing.go:1125 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:290 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:297 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:308 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:183 Error: Received unexpected error: couldn't list files: Propfind "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused Test: TestHashSums --- FAIL: TestHashSums (220.08s) === RUN TestReadFile run.go:185: Remote "webdav root 'rclone-test-yibicuf4hojo'", Local "Local file system at /tmp/rclone1319795615", Modify Window "1s" 2026/02/03 04:13:12 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:14 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:16 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:18 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:20 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:22 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:24 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:26 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:28 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:30 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:286: Retry Put of "ReadFile" to webdav root 'rclone-test-yibicuf4hojo': 1/10 (Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:32 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:34 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:36 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:38 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:40 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:42 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:44 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:46 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:48 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:50 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:286: Retry Put of "ReadFile" to webdav root 'rclone-test-yibicuf4hojo': 2/10 (Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:52 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:54 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:56 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:13:58 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:00 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:02 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:04 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:06 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:08 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:10 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:286: Retry Put of "ReadFile" to webdav root 'rclone-test-yibicuf4hojo': 3/10 (Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:12 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:14 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:16 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:18 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:20 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:22 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:24 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:26 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:28 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:30 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:286: Retry Put of "ReadFile" to webdav root 'rclone-test-yibicuf4hojo': 4/10 (Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:32 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:34 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:36 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:38 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:40 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:42 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:44 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:46 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:48 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:50 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:286: Retry Put of "ReadFile" to webdav root 'rclone-test-yibicuf4hojo': 5/10 (Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:52 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:54 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:56 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:14:58 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:00 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:02 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:04 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:06 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:08 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:10 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:286: Retry Put of "ReadFile" to webdav root 'rclone-test-yibicuf4hojo': 6/10 (Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:12 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:14 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:16 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:18 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:20 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:22 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:24 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:26 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:28 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:30 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:286: Retry Put of "ReadFile" to webdav root 'rclone-test-yibicuf4hojo': 7/10 (Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:32 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:34 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:36 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:38 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:40 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:42 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:44 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:46 DEBUG : pacer: low level retry 8/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:48 DEBUG : pacer: low level retry 9/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:50 DEBUG : pacer: low level retry 10/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) run.go:286: Retry Put of "ReadFile" to webdav root 'rclone-test-yibicuf4hojo': 8/10 (Update mkParentDir failed: Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:52 DEBUG : pacer: low level retry 1/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:54 DEBUG : pacer: low level retry 2/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:56 DEBUG : pacer: low level retry 3/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:15:58 DEBUG : pacer: low level retry 4/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:16:00 DEBUG : pacer: low level retry 5/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:16:02 DEBUG : pacer: low level retry 6/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) 2026/02/03 04:16:04 DEBUG : pacer: low level retry 7/10 (error Mkcol "https://127.0.0.1:28639/dav/spaces/some-admin-user-id-0000-100000000000/rclone-test-yibicuf4hojo/": dial tcp 127.0.0.1:28639: connect: connection refused) panic: test timed out after 1h0m0s running tests: TestReadFile (2m54s) goroutine 2996 [running]: testing.(*M).startAlarm.func1() /usr/local/go/src/testing/testing.go:2484 +0x394 created by time.goFunc /usr/local/go/src/time/sleep.go:215 +0x2d goroutine 1 [chan receive, 4 minutes]: testing.(*T).Run(0xc000482700, {0x296b024?, 0xc000787ad8?}, 0x2ad8778) /usr/local/go/src/testing/testing.go:1859 +0x431 testing.runTests.func1(0xc000482700) /usr/local/go/src/testing/testing.go:2279 +0x37 testing.tRunner(0xc000482700, 0xc000787c18) /usr/local/go/src/testing/testing.go:1792 +0xf4 testing.runTests(0xc000492be8, {0x44a3d80, 0x6f, 0x6f}, {0xee1135f74?, 0x44bb600?, 0x44bb600?}) /usr/local/go/src/testing/testing.go:2277 +0x4b4 testing.(*M).Run(0xc000622140) /usr/local/go/src/testing/testing.go:2142 +0x64a github.com/rclone/rclone/fstest.TestMain(0xc000622140) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:74 +0xa6 github.com/rclone/rclone/fs/operations_test.TestMain(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:61 main.main() _testmain.go:269 +0xa9 goroutine 244 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 234 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x378 goroutine 37 [syscall, 60 minutes]: os/signal.signal_recv() /usr/local/go/src/runtime/sigqueue.go:152 +0x29 os/signal.loop() /usr/local/go/src/os/signal/signal_unix.go:23 +0x13 created by os/signal.Notify.func1.1 in goroutine 1 /usr/local/go/src/os/signal/signal.go:152 +0x1f goroutine 38 [chan receive, 60 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 2712 [chan receive]: github.com/rclone/rclone/lib/pacer.(*Pacer).beginCall(0xc00053f4a0, 0x0) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:162 +0x26 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc00053f4a0, 0xc000036f00, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:215 +0xb2 github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc00053f4a0, 0xc000036f00) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:235 +0x93 github.com/rclone/rclone/backend/webdav.(*Fs)._mkdir(0xc00018b1e0, {0x2e7a9d8, 0x44dee20}, {0xc00064c120, 0x18}) /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/webdav.go:1021 +0x207 github.com/rclone/rclone/backend/webdav.(*Fs).mkdir(0xc00018b1e0, {0x2e7a9d8, 0x44dee20}, {0xc00064c120, 0x18}) /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/webdav.go:1048 +0x30 github.com/rclone/rclone/backend/webdav.(*Fs).mkParentDir(0xc00018b1e0, {0x2e7a9d8, 0x44dee20}, {0xc00064c120?, 0x21?}) /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/webdav.go:982 +0xb4 github.com/rclone/rclone/backend/webdav.(*Object).Update(0xc00011ad80, {0x2e7a9d8, 0x44dee20}, {0x2e50820, 0xc000036e40}, {0x2e86d30, 0xc0003e1960}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/webdav.go:1542 +0x8e github.com/rclone/rclone/backend/webdav.(*Fs).Put(0xc00018b1e0, {0x2e7a9d8, 0x44dee20}, {0x2e50820, 0xc000036e40}, {0x2e86d30, 0xc0003e1960}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/webdav.go:965 +0x1ab github.com/rclone/rclone/fstest.(*Run).WriteObjectTo(0xc0007ac380, {0x2e7a9d8, 0x44dee20}, {0x2e94cf0, 0xc00018b1e0}, {0x29605a2, 0x8}, {0x29a2c8a, 0x1c}, {0x1dcd64ff, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:280 +0x3f2 github.com/rclone/rclone/fstest.(*Run).WriteObject(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:297 github.com/rclone/rclone/fs/operations_test.TestReadFile(0xc0007a5c00) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:501 +0xd9 testing.tRunner(0xc0007a5c00, 0x2ad8778) /usr/local/go/src/testing/testing.go:1792 +0xf4 created by testing.(*T).Run in goroutine 1 /usr/local/go/src/testing/testing.go:1851 +0x413 goroutine 94 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 84 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x378 goroutine 1438 [chan receive, 15 minutes]: github.com/rclone/rclone/backend/webdav.(*Uploader).broadcastProgress(...) /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:166 created by github.com/rclone/rclone/backend/webdav.NewUploader in goroutine 1455 /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:188 +0x118 goroutine 1642 [chan receive, 13 minutes]: github.com/rclone/rclone/backend/webdav.(*Uploader).broadcastProgress(...) /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:166 created by github.com/rclone/rclone/backend/webdav.NewUploader in goroutine 1441 /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:188 +0x118 goroutine 517 [chan receive (nil chan), 50 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 491 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x378 goroutine 1643 [chan receive, 13 minutes]: github.com/rclone/rclone/backend/webdav.(*Uploader).broadcastProgress(...) /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:166 created by github.com/rclone/rclone/backend/webdav.NewUploader in goroutine 1441 /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:188 +0x118 goroutine 27 [chan receive, 59 minutes]: github.com/rclone/rclone/backend/webdav.(*Uploader).broadcastProgress(...) /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:166 created by github.com/rclone/rclone/backend/webdav.NewUploader in goroutine 22 /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:188 +0x118 goroutine 2347 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc0003632c0, {0x2e7aaf0, 0xc00065be00}) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:352 +0x145 created by github.com/rclone/rclone/fs/accounting.(*StatsInfo)._startAverageLoop in goroutine 2285 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:389 +0x11a goroutine 465 [chan receive, 50 minutes]: github.com/rclone/rclone/backend/webdav.(*Uploader).broadcastProgress(...) /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:166 created by github.com/rclone/rclone/backend/webdav.NewUploader in goroutine 22 /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:188 +0x118 goroutine 1535 [chan receive, 14 minutes]: github.com/rclone/rclone/backend/webdav.(*Uploader).broadcastProgress(...) /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:166 created by github.com/rclone/rclone/backend/webdav.NewUploader in goroutine 1441 /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:188 +0x118 goroutine 343 [chan receive, 53 minutes]: github.com/rclone/rclone/backend/webdav.(*Uploader).broadcastProgress(...) /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:166 created by github.com/rclone/rclone/backend/webdav.NewUploader in goroutine 22 /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:188 +0x118 goroutine 943 [chan receive, 36 minutes]: github.com/rclone/rclone/backend/webdav.(*Uploader).broadcastProgress(...) /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:166 created by github.com/rclone/rclone/backend/webdav.NewUploader in goroutine 22 /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:188 +0x118 goroutine 371 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 361 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x378 goroutine 1492 [chan receive, 15 minutes]: github.com/rclone/rclone/backend/webdav.(*Uploader).broadcastProgress(...) /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:166 created by github.com/rclone/rclone/backend/webdav.NewUploader in goroutine 1455 /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:188 +0x118 goroutine 778 [chan receive (nil chan), 44 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 768 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x378 goroutine 1641 [chan receive, 13 minutes]: github.com/rclone/rclone/backend/webdav.(*Uploader).broadcastProgress(...) /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:166 created by github.com/rclone/rclone/backend/webdav.NewUploader in goroutine 1441 /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:188 +0x118 goroutine 994 [chan receive (nil chan), 36 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 872 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x378 goroutine 1541 [chan receive, 14 minutes]: github.com/rclone/rclone/backend/webdav.(*Uploader).broadcastProgress(...) /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:166 created by github.com/rclone/rclone/backend/webdav.NewUploader in goroutine 1441 /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:188 +0x118 goroutine 1597 [chan receive, 14 minutes]: github.com/rclone/rclone/backend/webdav.(*Uploader).broadcastProgress(...) /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:166 created by github.com/rclone/rclone/backend/webdav.NewUploader in goroutine 1441 /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:188 +0x118 goroutine 1529 [chan receive, 14 minutes]: github.com/rclone/rclone/backend/webdav.(*Uploader).broadcastProgress(...) /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:166 created by github.com/rclone/rclone/backend/webdav.NewUploader in goroutine 1441 /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:188 +0x118 goroutine 1230 [chan receive (nil chan), 22 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1220 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x378 goroutine 1572 [chan receive, 14 minutes]: github.com/rclone/rclone/backend/webdav.(*Uploader).broadcastProgress(...) /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:166 created by github.com/rclone/rclone/backend/webdav.NewUploader in goroutine 1441 /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:188 +0x118 goroutine 1591 [chan receive, 14 minutes]: github.com/rclone/rclone/backend/webdav.(*Uploader).broadcastProgress(...) /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:166 created by github.com/rclone/rclone/backend/webdav.NewUploader in goroutine 1441 /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:188 +0x118 goroutine 1672 [chan receive, 13 minutes]: github.com/rclone/rclone/backend/webdav.(*Uploader).broadcastProgress(...) /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:166 created by github.com/rclone/rclone/backend/webdav.NewUploader in goroutine 1441 /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:188 +0x118 goroutine 1616 [chan receive, 14 minutes]: github.com/rclone/rclone/backend/webdav.(*Uploader).broadcastProgress(...) /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:166 created by github.com/rclone/rclone/backend/webdav.NewUploader in goroutine 1441 /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:188 +0x118 goroutine 1652 [chan receive, 13 minutes]: github.com/rclone/rclone/backend/webdav.(*Uploader).broadcastProgress(...) /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:166 created by github.com/rclone/rclone/backend/webdav.NewUploader in goroutine 1441 /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:188 +0x118 goroutine 1622 [chan receive, 13 minutes]: github.com/rclone/rclone/backend/webdav.(*Uploader).broadcastProgress(...) /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:166 created by github.com/rclone/rclone/backend/webdav.NewUploader in goroutine 1441 /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:188 +0x118 goroutine 1628 [chan receive, 13 minutes]: github.com/rclone/rclone/backend/webdav.(*Uploader).broadcastProgress(...) /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:166 created by github.com/rclone/rclone/backend/webdav.NewUploader in goroutine 1441 /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:188 +0x118 goroutine 1667 [chan receive, 13 minutes]: github.com/rclone/rclone/backend/webdav.(*Uploader).broadcastProgress(...) /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:166 created by github.com/rclone/rclone/backend/webdav.NewUploader in goroutine 1441 /home/rclone/go/src/github.com/rclone/rclone/backend/webdav/tus-uploader.go:188 +0x118 goroutine 2982 [sleep]: time.Sleep(0x77359400) /usr/local/go/src/runtime/time.go:338 +0x165 github.com/rclone/rclone/lib/pacer.(*Pacer).beginCall.func1(0x0?) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:170 +0x1c created by github.com/rclone/rclone/lib/pacer.(*Pacer).beginCall in goroutine 2712 /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:169 +0xf6 "./operations.test -test.v -test.timeout 1h0m0s -remote TestWebdavInfiniteScale: -verbose -test.run '^(TestCat|TestCheckSumDownload|TestCopyFile|TestCopyFileBackupDir|TestCopyFileCompareDest|TestCopyFileCopyDest|TestCopyFileMaxTransfer|TestCopyURL|TestMoveFile|TestMoveFileBackupDir|TestMoveFileWithIgnoreExisting|TestParseSumFile|TestRcatSize|TestReadFile|TestTouchDir)$|^TestCheckDownload$/^(1|2|3|4|5|6|7)$|^TestHashSums$/^Sha1Download$'" - Finished ERROR in 1h0m0.224469278s (try 4/5): exit status 2: Failed [TestCheckDownload/1 TestCheckDownload/2 TestCheckDownload/3 TestCheckDownload/4 TestCheckDownload/5 TestCheckDownload/6 TestCheckDownload/7 TestParseSumFile TestCheckSumDownload TestCopyFile TestCopyFileBackupDir TestCopyFileCompareDest TestCopyFileCopyDest TestCopyFileMaxTransfer TestHashSums]