"./operations.test -test.v -test.timeout 1h0m0s -remote TestWebdavInfiniteScale: -verbose -test.run '^(TestCat|TestCheckSumDownload|TestCopyFile|TestCopyFileBackupDir|TestCopyFileCompareDest|TestCopyFileCopyDest|TestCopyFileMaxTransfer|TestCopyURL|TestCopyURLDownloadHeaders|TestMoveFile|TestMoveFileBackupDir|TestMoveFileWithIgnoreExisting|TestParseSumFile|TestRcatSize|TestRcatSizeUploadHeaders|TestReadFile|TestTouchDir)$|^TestCheckDownload$/^(1|2|3|4|5|6|7)$|^TestHashSums$/^Sha1Download$'" - Starting (try 4/5) 2026/04/05 05:51:27 DEBUG : Creating backend with remote "TestWebdavInfiniteScale:rclone-test-pupipeb6doki" 2026/04/05 05:51:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/05 05:51:27 DEBUG : Setting type="webdav" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_TYPE 2026/04/05 05:51: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/04/05 05:51:27 DEBUG : Setting vendor="infinitescale" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_VENDOR 2026/04/05 05:51:27 DEBUG : Setting user="admin" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_USER 2026/04/05 05:51:27 DEBUG : Setting pass="cafP3tEr8gZfQ7GawZa3tCeQITAH" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_PASS 2026/04/05 05:51:27 DEBUG : TestWebdavInfiniteScale: detected overridden config - adding "{rcp_-}" suffix to name 2026/04/05 05:51: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/04/05 05:51:27 DEBUG : Setting vendor="infinitescale" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_VENDOR 2026/04/05 05:51:27 DEBUG : Setting user="admin" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_USER 2026/04/05 05:51:27 DEBUG : Setting pass="cafP3tEr8gZfQ7GawZa3tCeQITAH" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_PASS 2026/04/05 05:51:27 DEBUG : found headers: 2026/04/05 05:51:27 DEBUG : Creating backend with remote "/tmp/rclone537017942" === RUN TestCheckDownload run.go:185: Remote "webdav root 'rclone-test-pupipeb6doki'", Local "Local file system at /tmp/rclone537017942", Modify Window "1s" 2026/04/05 05:51:27 DEBUG : rutabaga: Update will use the tus protocol to upload 2026/04/05 05:51:28 INFO : rutabaga: Failed to read metadata: object not found 2026/04/05 05:51:28 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 05:51:28 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 ok, range 0 -> 8 2026/04/05 05:51:28 DEBUG : webdav root 'rclone-test-pupipeb6doki': -- Uploaded finished 2026/04/05 05:51:28 DEBUG : rutabaga: Ignoring item with bad status ["HTTP/1.1 425 TOO EARLY"] fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 6s just to make sure === 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/04/05 05:58:03 DEBUG : pacer: Reducing sleep to 1.5s 2026/04/05 05:58:03 DEBUG : empty space: Update will use the tus protocol to upload 2026/04/05 05:58:05 DEBUG : pacer: Reducing sleep to 1.125s 2026/04/05 05:58:05 INFO : empty space: Failed to read metadata: object not found 2026/04/05 05:58:07 DEBUG : pacer: Reducing sleep to 843.75ms 2026/04/05 05:58:07 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 05:58:08 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/04/05 05:58:08 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 ok, range 0 -> 1 2026/04/05 05:58:08 DEBUG : webdav root 'rclone-test-pupipeb6doki': -- Uploaded finished 2026/04/05 05:58:09 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/04/05 05:58:09 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/04/05 06:01:26 DEBUG : pacer: Reducing sleep to 1.5s 2026/04/05 06:01:26 DEBUG : potato2: Update will use the tus protocol to upload 2026/04/05 06:01:28 DEBUG : pacer: Reducing sleep to 1.125s 2026/04/05 06:01:28 INFO : potato2: Failed to read metadata: object not found 2026/04/05 06:01:30 DEBUG : pacer: Reducing sleep to 843.75ms 2026/04/05 06:01:30 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:01:31 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/04/05 06:01:31 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 ok, range 0 -> 60 2026/04/05 06:01:31 DEBUG : webdav root 'rclone-test-pupipeb6doki': -- Uploaded finished 2026/04/05 06:01:32 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/04/05 06:01:32 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/04/05 06:14:51 DEBUG : pacer: Reducing sleep to 1.5s 2026/04/05 06:14:51 DEBUG : remotepotato: Update will use the tus protocol to upload 2026/04/05 06:14:53 DEBUG : pacer: Reducing sleep to 1.125s 2026/04/05 06:14:53 INFO : remotepotato: Failed to read metadata: object not found 2026/04/05 06:14:54 DEBUG : pacer: Reducing sleep to 843.75ms 2026/04/05 06:14:54 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:14:55 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/04/05 06:14:55 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 ok, range 0 -> 60 2026/04/05 06:14:55 DEBUG : webdav root 'rclone-test-pupipeb6doki': -- Uploaded finished 2026/04/05 06:14:56 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/04/05 06:14:57 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/04/05 06:28:15 DEBUG : pacer: Reducing sleep to 1.5s 2026/04/05 06:28:17 DEBUG : pacer: Reducing sleep to 1.125s 2026/04/05 06:28:19 DEBUG : pacer: Reducing sleep to 843.75ms 2026/04/05 06:28:20 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/04/05 06:28:21 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/04/05 06:28:21 DEBUG : pacer: Reducing sleep to 355.957031ms --- FAIL: TestCheckDownload (2213.97s) --- FAIL: TestCheckDownload/1 (184.92s) --- FAIL: TestCheckDownload/2 (201.48s) --- FAIL: TestCheckDownload/3 (194.77s) --- FAIL: TestCheckDownload/4 (394.80s) --- FAIL: TestCheckDownload/5 (401.63s) --- FAIL: TestCheckDownload/6 (394.90s) --- FAIL: TestCheckDownload/7 (401.64s) === RUN TestParseSumFile run.go:185: Remote "webdav root 'rclone-test-pupipeb6doki'", Local "Local file system at /tmp/rclone537017942", Modify Window "1s" 2026/04/05 06:28:22 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/04/05 06:28:22 DEBUG : test.sum: Update will use the tus protocol to upload 2026/04/05 06:28:22 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/04/05 06:28:22 INFO : test.sum: Failed to read metadata: object not found 2026/04/05 06:28:22 DEBUG : pacer: Reducing sleep to 150.169371ms 2026/04/05 06:28:22 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:28:23 DEBUG : pacer: Reducing sleep to 112.627028ms 2026/04/05 06:28:23 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 ok, range 0 -> 81 2026/04/05 06:28:23 DEBUG : webdav root 'rclone-test-pupipeb6doki': -- Uploaded finished 2026/04/05 06:28:23 DEBUG : pacer: Reducing sleep to 84.470271ms 2026/04/05 06:28:23 DEBUG : pacer: Reducing sleep to 63.352703ms 2026/04/05 06:28:23 DEBUG : pacer: low level retry 1/10 (error 500 Internal Server Error) 2026/04/05 06:28:23 DEBUG : pacer: Rate limited, increasing sleep to 126.705406ms 2026/04/05 06:28:23 DEBUG : pacer: low level retry 2/10 (error 500 Internal Server Error) 2026/04/05 06:28:23 DEBUG : pacer: Rate limited, increasing sleep to 253.410812ms 2026/04/05 06:28:23 DEBUG : pacer: low level retry 3/10 (error 500 Internal Server Error) 2026/04/05 06:28:23 DEBUG : pacer: Rate limited, increasing sleep to 506.821624ms 2026/04/05 06:28:23 DEBUG : pacer: low level retry 4/10 (error 500 Internal Server Error) 2026/04/05 06:28:23 DEBUG : pacer: Rate limited, increasing sleep to 1.013643248s 2026/04/05 06:28:24 DEBUG : pacer: low level retry 5/10 (error 500 Internal Server Error) 2026/04/05 06:28:24 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/04/05 06:28:25 DEBUG : pacer: low level retry 6/10 (error 500 Internal Server Error) 2026/04/05 06:28:27 DEBUG : pacer: low level retry 7/10 (error 500 Internal Server Error) 2026/04/05 06:28:29 DEBUG : pacer: low level retry 8/10 (error 500 Internal Server Error) 2026/04/05 06:28:31 DEBUG : pacer: low level retry 9/10 (error 500 Internal Server Error) 2026/04/05 06:28:33 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/04/05 06:28:35 DEBUG : pacer: Reducing sleep to 1.5s 2026/04/05 06:28:35 DEBUG : test.sum: Update will use the tus protocol to upload 2026/04/05 06:28:37 DEBUG : pacer: Reducing sleep to 1.125s 2026/04/05 06:28:39 DEBUG : pacer: Reducing sleep to 843.75ms 2026/04/05 06:28:39 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:28:40 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/04/05 06:28:40 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 ok, range 0 -> 90 2026/04/05 06:28:40 DEBUG : webdav root 'rclone-test-pupipeb6doki': -- Uploaded finished 2026/04/05 06:28:40 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/04/05 06:28:41 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/04/05 06:28:42 DEBUG : pacer: low level retry 1/10 (error 500 Internal Server Error) 2026/04/05 06:28:42 DEBUG : pacer: Rate limited, increasing sleep to 711.914062ms 2026/04/05 06:28:42 DEBUG : pacer: low level retry 2/10 (error 500 Internal Server Error) 2026/04/05 06:28:42 DEBUG : pacer: Rate limited, increasing sleep to 1.423828124s 2026/04/05 06:28:43 DEBUG : pacer: low level retry 3/10 (error 500 Internal Server Error) 2026/04/05 06:28:43 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/04/05 06:28:44 DEBUG : pacer: low level retry 4/10 (error 500 Internal Server Error) 2026/04/05 06:28:46 DEBUG : pacer: low level retry 5/10 (error 500 Internal Server Error) 2026/04/05 06:28:48 DEBUG : pacer: low level retry 6/10 (error 500 Internal Server Error) 2026/04/05 06:28:50 DEBUG : pacer: low level retry 7/10 (error 500 Internal Server Error) 2026/04/05 06:28:52 DEBUG : pacer: low level retry 8/10 (error 500 Internal Server Error) 2026/04/05 06:28:54 DEBUG : pacer: low level retry 9/10 (error 500 Internal Server Error) 2026/04/05 06:28:56 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/04/05 06:28:58 DEBUG : pacer: Reducing sleep to 1.5s 2026/04/05 06:29:00 DEBUG : pacer: Reducing sleep to 1.125s 2026/04/05 06:29:02 DEBUG : pacer: Reducing sleep to 843.75ms --- FAIL: TestParseSumFile (40.22s) === RUN TestCheckSumDownload run.go:185: Remote "webdav root 'rclone-test-pupipeb6doki'", Local "Local file system at /tmp/rclone537017942", Modify Window "1s" 2026/04/05 06:29:02 DEBUG : Creating backend with remote "TestWebdavInfiniteScale:rclone-test-pupipeb6doki/data" 2026/04/05 06:29:02 DEBUG : Setting type="webdav" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_TYPE 2026/04/05 06:29:02 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/04/05 06:29:02 DEBUG : Setting vendor="infinitescale" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_VENDOR 2026/04/05 06:29:02 DEBUG : Setting user="admin" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_USER 2026/04/05 06:29:02 DEBUG : Setting pass="cafP3tEr8gZfQ7GawZa3tCeQITAH" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_PASS 2026/04/05 06:29:02 DEBUG : TestWebdavInfiniteScale: detected overridden config - adding "{rcp_-}" suffix to name 2026/04/05 06:29:02 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/04/05 06:29:02 DEBUG : Setting vendor="infinitescale" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_VENDOR 2026/04/05 06:29:02 DEBUG : Setting user="admin" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_USER 2026/04/05 06:29:02 DEBUG : Setting pass="cafP3tEr8gZfQ7GawZa3tCeQITAH" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_PASS 2026/04/05 06:29:02 DEBUG : found headers: 2026/04/05 06:29:03 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/04/05 06:29:03 DEBUG : data/banana: Update will use the tus protocol to upload 2026/04/05 06:29:04 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/04/05 06:29:04 INFO : data/banana: Failed to read metadata: object not found 2026/04/05 06:29:04 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/04/05 06:29:04 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:29:05 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/04/05 06:29:05 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 ok, range 0 -> 13 2026/04/05 06:29:05 DEBUG : webdav root 'rclone-test-pupipeb6doki': -- Uploaded finished 2026/04/05 06:29:05 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/04/05 06:29:05 DEBUG : pacer: Reducing sleep to 150.169371ms 2026/04/05 06:29:05 DEBUG : test.sum: Update will use the tus protocol to upload 2026/04/05 06:29:06 DEBUG : pacer: Reducing sleep to 112.627028ms 2026/04/05 06:29:06 INFO : test.sum: Failed to read metadata: object not found 2026/04/05 06:29:06 DEBUG : pacer: Reducing sleep to 84.470271ms 2026/04/05 06:29:06 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:29:06 DEBUG : pacer: Reducing sleep to 63.352703ms 2026/04/05 06:29:06 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 ok, range 0 -> 41 2026/04/05 06:29:06 DEBUG : webdav root 'rclone-test-pupipeb6doki': -- Uploaded finished 2026/04/05 06:29:06 DEBUG : pacer: Reducing sleep to 47.514527ms 2026/04/05 06:29:06 DEBUG : pacer: Reducing sleep to 35.635895ms 2026/04/05 06:29:06 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/04/05 06:29:15 DEBUG : pacer: Reducing sleep to 1.5s 2026/04/05 06:29:15 DEBUG : data/potato: Update will use the tus protocol to upload 2026/04/05 06:29:17 DEBUG : pacer: Reducing sleep to 1.125s 2026/04/05 06:29:17 INFO : data/potato: Failed to read metadata: object not found 2026/04/05 06:29:18 DEBUG : pacer: Reducing sleep to 843.75ms 2026/04/05 06:29:18 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:29:19 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/04/05 06:29:19 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 ok, range 0 -> 15 2026/04/05 06:29:19 DEBUG : webdav root 'rclone-test-pupipeb6doki': -- Uploaded finished 2026/04/05 06:29:20 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/04/05 06:29:21 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/04/05 06:29:21 DEBUG : test.sum: Update will use the tus protocol to upload 2026/04/05 06:29:21 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/04/05 06:29:22 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/04/05 06:29:22 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:29:22 DEBUG : pacer: Reducing sleep to 150.169371ms 2026/04/05 06:29:22 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 ok, range 0 -> 41 2026/04/05 06:29:22 DEBUG : webdav root 'rclone-test-pupipeb6doki': -- Uploaded finished 2026/04/05 06:29:22 DEBUG : pacer: Reducing sleep to 112.627028ms 2026/04/05 06:29:22 DEBUG : pacer: Reducing sleep to 84.470271ms 2026/04/05 06:29:23 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/04/05 06:29:34 DEBUG : pacer: Reducing sleep to 1.5s 2026/04/05 06:29:34 DEBUG : test.sum: Update will use the tus protocol to upload 2026/04/05 06:29:36 DEBUG : pacer: Reducing sleep to 1.125s 2026/04/05 06:29:37 DEBUG : pacer: Reducing sleep to 843.75ms 2026/04/05 06:29:37 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:29:38 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/04/05 06:29:38 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 ok, range 0 -> 82 2026/04/05 06:29:38 DEBUG : webdav root 'rclone-test-pupipeb6doki': -- Uploaded finished 2026/04/05 06:29:39 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/04/05 06:29:40 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/04/05 06:29:40 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/04/05 06:29:56 DEBUG : pacer: Reducing sleep to 1.5s 2026/04/05 06:29:56 DEBUG : test.sum: Update will use the tus protocol to upload 2026/04/05 06:29:58 DEBUG : pacer: Reducing sleep to 1.125s 2026/04/05 06:30:00 DEBUG : pacer: Reducing sleep to 843.75ms 2026/04/05 06:30:00 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:01 DEBUG : pacer: low level retry 1/1 (error 500 Internal Server Error) 2026/04/05 06:30:01 DEBUG : pacer: Rate limited, increasing sleep to 1.6875s 2026/04/05 06:30:01 ERROR : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 failed: uploadChunk failed: 500 Internal Server Error 2026/04/05 06:30:01 DEBUG : test.sum: tus update failed. run.go:286: Retry Put of "test.sum" to webdav root 'rclone-test-pupipeb6doki': 1/10 (tus update failed: uploadChunk failed: 500 Internal Server Error) 2026/04/05 06:30:03 DEBUG : pacer: Reducing sleep to 1.265625s 2026/04/05 06:30:03 DEBUG : test.sum: Update will use the tus protocol to upload 2026/04/05 06:30:04 DEBUG : pacer: Reducing sleep to 949.21875ms 2026/04/05 06:30:06 DEBUG : pacer: Reducing sleep to 711.914062ms 2026/04/05 06:30:06 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:06 DEBUG : pacer: low level retry 1/1 (error 500 Internal Server Error) 2026/04/05 06:30:06 DEBUG : pacer: Rate limited, increasing sleep to 1.423828124s 2026/04/05 06:30:06 ERROR : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 failed: uploadChunk failed: 500 Internal Server Error 2026/04/05 06:30:06 DEBUG : test.sum: tus update failed. run.go:286: Retry Put of "test.sum" to webdav root 'rclone-test-pupipeb6doki': 2/10 (tus update failed: uploadChunk failed: 500 Internal Server Error) 2026/04/05 06:30:09 DEBUG : pacer: Reducing sleep to 1.067871093s 2026/04/05 06:30:09 DEBUG : test.sum: Update will use the tus protocol to upload 2026/04/05 06:30:10 DEBUG : pacer: Reducing sleep to 800.903319ms 2026/04/05 06:30:11 DEBUG : pacer: Reducing sleep to 600.677489ms 2026/04/05 06:30:11 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:12 DEBUG : pacer: low level retry 1/1 (error 500 Internal Server Error) 2026/04/05 06:30:12 DEBUG : pacer: Rate limited, increasing sleep to 1.201354978s 2026/04/05 06:30:12 ERROR : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 failed: uploadChunk failed: 500 Internal Server Error 2026/04/05 06:30:12 DEBUG : test.sum: tus update failed. run.go:286: Retry Put of "test.sum" to webdav root 'rclone-test-pupipeb6doki': 3/10 (tus update failed: uploadChunk failed: 500 Internal Server Error) 2026/04/05 06:30:14 DEBUG : pacer: Reducing sleep to 901.016233ms 2026/04/05 06:30:14 DEBUG : test.sum: Update will use the tus protocol to upload 2026/04/05 06:30:15 DEBUG : pacer: Reducing sleep to 675.762174ms 2026/04/05 06:30:16 DEBUG : pacer: Reducing sleep to 506.82163ms 2026/04/05 06:30:16 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:17 DEBUG : pacer: low level retry 1/1 (error 500 Internal Server Error) 2026/04/05 06:30:17 DEBUG : pacer: Rate limited, increasing sleep to 1.01364326s 2026/04/05 06:30:17 ERROR : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 failed: uploadChunk failed: 500 Internal Server Error 2026/04/05 06:30:17 DEBUG : test.sum: tus update failed. run.go:286: Retry Put of "test.sum" to webdav root 'rclone-test-pupipeb6doki': 4/10 (tus update failed: uploadChunk failed: 500 Internal Server Error) 2026/04/05 06:30:19 DEBUG : pacer: Reducing sleep to 760.232445ms 2026/04/05 06:30:19 DEBUG : test.sum: Update will use the tus protocol to upload 2026/04/05 06:30:20 DEBUG : pacer: Reducing sleep to 570.174333ms 2026/04/05 06:30:20 DEBUG : pacer: Reducing sleep to 427.630749ms 2026/04/05 06:30:20 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:21 DEBUG : pacer: low level retry 1/1 (error 500 Internal Server Error) 2026/04/05 06:30:21 DEBUG : pacer: Rate limited, increasing sleep to 855.261498ms 2026/04/05 06:30:21 ERROR : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 failed: uploadChunk failed: 500 Internal Server Error 2026/04/05 06:30:21 DEBUG : test.sum: tus update failed. run.go:286: Retry Put of "test.sum" to webdav root 'rclone-test-pupipeb6doki': 5/10 (tus update failed: uploadChunk failed: 500 Internal Server Error) 2026/04/05 06:30:23 DEBUG : pacer: Reducing sleep to 641.446123ms 2026/04/05 06:30:23 DEBUG : test.sum: Update will use the tus protocol to upload 2026/04/05 06:30:24 DEBUG : pacer: Reducing sleep to 481.084592ms 2026/04/05 06:30:24 DEBUG : pacer: Reducing sleep to 360.813444ms 2026/04/05 06:30:24 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:25 DEBUG : pacer: low level retry 1/1 (error 500 Internal Server Error) 2026/04/05 06:30:25 DEBUG : pacer: Rate limited, increasing sleep to 721.626888ms 2026/04/05 06:30:25 ERROR : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 failed: uploadChunk failed: 500 Internal Server Error 2026/04/05 06:30:25 DEBUG : test.sum: tus update failed. run.go:286: Retry Put of "test.sum" to webdav root 'rclone-test-pupipeb6doki': 6/10 (tus update failed: uploadChunk failed: 500 Internal Server Error) 2026/04/05 06:30:27 DEBUG : pacer: Reducing sleep to 541.220166ms 2026/04/05 06:30:27 DEBUG : test.sum: Update will use the tus protocol to upload 2026/04/05 06:30:28 DEBUG : pacer: Reducing sleep to 405.915124ms 2026/04/05 06:30:28 DEBUG : pacer: Reducing sleep to 304.436343ms 2026/04/05 06:30:28 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:29 DEBUG : pacer: low level retry 1/1 (error 500 Internal Server Error) 2026/04/05 06:30:29 DEBUG : pacer: Rate limited, increasing sleep to 608.872686ms 2026/04/05 06:30:29 ERROR : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 failed: uploadChunk failed: 500 Internal Server Error 2026/04/05 06:30:29 DEBUG : test.sum: tus update failed. run.go:286: Retry Put of "test.sum" to webdav root 'rclone-test-pupipeb6doki': 7/10 (tus update failed: uploadChunk failed: 500 Internal Server Error) 2026/04/05 06:30:31 DEBUG : pacer: Reducing sleep to 456.654514ms 2026/04/05 06:30:31 DEBUG : test.sum: Update will use the tus protocol to upload 2026/04/05 06:30:31 DEBUG : pacer: Reducing sleep to 342.490885ms 2026/04/05 06:30:32 DEBUG : pacer: Reducing sleep to 256.868163ms 2026/04/05 06:30:32 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:32 DEBUG : pacer: low level retry 1/1 (error 500 Internal Server Error) 2026/04/05 06:30:32 DEBUG : pacer: Rate limited, increasing sleep to 513.736326ms 2026/04/05 06:30:32 ERROR : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 failed: uploadChunk failed: 500 Internal Server Error 2026/04/05 06:30:32 DEBUG : test.sum: tus update failed. run.go:286: Retry Put of "test.sum" to webdav root 'rclone-test-pupipeb6doki': 8/10 (tus update failed: uploadChunk failed: 500 Internal Server Error) 2026/04/05 06:30:34 DEBUG : pacer: Reducing sleep to 385.302244ms 2026/04/05 06:30:34 DEBUG : test.sum: Update will use the tus protocol to upload 2026/04/05 06:30:35 DEBUG : pacer: Reducing sleep to 288.976683ms 2026/04/05 06:30:35 DEBUG : pacer: Reducing sleep to 216.732512ms 2026/04/05 06:30:35 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:35 DEBUG : pacer: low level retry 1/1 (error 500 Internal Server Error) 2026/04/05 06:30:35 DEBUG : pacer: Rate limited, increasing sleep to 433.465024ms 2026/04/05 06:30:35 ERROR : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 failed: uploadChunk failed: 500 Internal Server Error 2026/04/05 06:30:35 DEBUG : test.sum: tus update failed. run.go:286: Retry Put of "test.sum" to webdav root 'rclone-test-pupipeb6doki': 9/10 (tus update failed: uploadChunk failed: 500 Internal Server Error) 2026/04/05 06:30:37 DEBUG : pacer: Reducing sleep to 325.098768ms 2026/04/05 06:30:37 DEBUG : test.sum: Update will use the tus protocol to upload 2026/04/05 06:30:38 DEBUG : pacer: Reducing sleep to 243.824076ms 2026/04/05 06:30:38 DEBUG : pacer: Reducing sleep to 182.868057ms 2026/04/05 06:30:38 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:38 DEBUG : pacer: low level retry 1/1 (error 500 Internal Server Error) 2026/04/05 06:30:38 DEBUG : pacer: Rate limited, increasing sleep to 365.736114ms 2026/04/05 06:30:38 ERROR : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 failed: uploadChunk failed: 500 Internal Server Error 2026/04/05 06:30:38 DEBUG : test.sum: tus update failed. run.go:290: Failed to put "test.sum" to "webdav root 'rclone-test-pupipeb6doki'": tus update failed: uploadChunk failed: 500 Internal Server Error 2026/04/05 06:30:39 DEBUG : pacer: Reducing sleep to 274.302085ms 2026/04/05 06:30:39 DEBUG : pacer: Reducing sleep to 205.726563ms 2026/04/05 06:30:39 DEBUG : pacer: Reducing sleep to 154.294922ms 2026/04/05 06:30:39 DEBUG : pacer: Reducing sleep to 115.721191ms 2026/04/05 06:30:40 DEBUG : pacer: Reducing sleep to 86.790893ms 2026/04/05 06:30:40 DEBUG : pacer: Reducing sleep to 65.093169ms 2026/04/05 06:30:40 DEBUG : pacer: Reducing sleep to 48.819876ms 2026/04/05 06:30:40 DEBUG : pacer: Reducing sleep to 36.614907ms --- FAIL: TestCheckSumDownload (98.22s) --- PASS: TestCheckSumDownload/subtest1 (6.97s) --- PASS: TestCheckSumDownload/subtest2 (9.17s) --- PASS: TestCheckSumDownload/subtest3 (13.64s) === RUN TestCopyFile run.go:185: Remote "webdav root 'rclone-test-pupipeb6doki'", Local "Local file system at /tmp/rclone537017942", Modify Window "1s" 2026/04/05 06:30:40 DEBUG : pacer: Reducing sleep to 27.46118ms 2026/04/05 06:30:40 DEBUG : file1: Need to transfer - File not found at Destination 2026/04/05 06:30:40 DEBUG : pacer: Reducing sleep to 20.595885ms 2026/04/05 06:30:40 DEBUG : sub/file2: Update will use the tus protocol to upload 2026/04/05 06:30:40 DEBUG : pacer: Reducing sleep to 15.446913ms 2026/04/05 06:30:40 INFO : sub/file2: Failed to read metadata: object not found 2026/04/05 06:30:40 DEBUG : pacer: Reducing sleep to 11.585184ms 2026/04/05 06:30:40 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:40 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:40 DEBUG : sub/file2: tus update failed. 2026/04/05 06:30:40 DEBUG : file1: Received error: tus update failed: EOF - low level retry 0/10 2026/04/05 06:30:40 DEBUG : pacer: Reducing sleep to 10ms 2026/04/05 06:30:40 DEBUG : sub/file2: Update will use the tus protocol to upload 2026/04/05 06:30:40 INFO : sub/file2: Failed to read metadata: object not found 2026/04/05 06:30:40 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:40 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:40 DEBUG : sub/file2: tus update failed. 2026/04/05 06:30:40 DEBUG : file1: Received error: tus update failed: EOF - low level retry 1/10 2026/04/05 06:30:40 DEBUG : sub/file2: Update will use the tus protocol to upload 2026/04/05 06:30:40 INFO : sub/file2: Failed to read metadata: object not found 2026/04/05 06:30:40 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:40 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:40 DEBUG : sub/file2: tus update failed. 2026/04/05 06:30:40 DEBUG : file1: Received error: tus update failed: EOF - low level retry 2/10 2026/04/05 06:30:40 DEBUG : sub/file2: Update will use the tus protocol to upload 2026/04/05 06:30:41 INFO : sub/file2: Failed to read metadata: object not found 2026/04/05 06:30:41 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:41 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:41 DEBUG : sub/file2: tus update failed. 2026/04/05 06:30:41 DEBUG : file1: Received error: tus update failed: EOF - low level retry 3/10 2026/04/05 06:30:41 DEBUG : sub/file2: Update will use the tus protocol to upload 2026/04/05 06:30:41 INFO : sub/file2: Failed to read metadata: object not found 2026/04/05 06:30:41 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:41 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:41 DEBUG : sub/file2: tus update failed. 2026/04/05 06:30:41 DEBUG : file1: Received error: tus update failed: EOF - low level retry 4/10 2026/04/05 06:30:41 DEBUG : sub/file2: Update will use the tus protocol to upload 2026/04/05 06:30:41 INFO : sub/file2: Failed to read metadata: object not found 2026/04/05 06:30:41 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:41 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:41 DEBUG : sub/file2: tus update failed. 2026/04/05 06:30:41 DEBUG : file1: Received error: tus update failed: EOF - low level retry 5/10 2026/04/05 06:30:41 DEBUG : sub/file2: Update will use the tus protocol to upload 2026/04/05 06:30:41 INFO : sub/file2: Failed to read metadata: object not found 2026/04/05 06:30:41 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:41 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:41 DEBUG : sub/file2: tus update failed. 2026/04/05 06:30:41 DEBUG : file1: Received error: tus update failed: EOF - low level retry 6/10 2026/04/05 06:30:41 DEBUG : sub/file2: Update will use the tus protocol to upload 2026/04/05 06:30:41 INFO : sub/file2: Failed to read metadata: object not found 2026/04/05 06:30:41 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:41 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:41 DEBUG : sub/file2: tus update failed. 2026/04/05 06:30:41 DEBUG : file1: Received error: tus update failed: EOF - low level retry 7/10 2026/04/05 06:30:41 DEBUG : sub/file2: Update will use the tus protocol to upload 2026/04/05 06:30:42 INFO : sub/file2: Failed to read metadata: object not found 2026/04/05 06:30:42 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:42 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:42 DEBUG : sub/file2: tus update failed. 2026/04/05 06:30:42 DEBUG : file1: Received error: tus update failed: EOF - low level retry 8/10 2026/04/05 06:30:42 DEBUG : sub/file2: Update will use the tus protocol to upload 2026/04/05 06:30:42 INFO : sub/file2: Failed to read metadata: object not found 2026/04/05 06:30:42 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:42 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:42 DEBUG : sub/file2: tus update failed. 2026/04/05 06:30:42 DEBUG : file1: Received error: tus update failed: EOF - low level retry 9/10 2026/04/05 06:30:42 ERROR : file1: Failed to copy: tus update failed: EOF copy_test.go:114: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:114 Error: Received unexpected error: tus update failed: EOF Test: TestCopyFile --- FAIL: TestCopyFile (2.37s) === RUN TestCopyFileBackupDir run.go:185: Remote "webdav root 'rclone-test-pupipeb6doki'", Local "Local file system at /tmp/rclone537017942", Modify Window "1s" 2026/04/05 06:30:42 DEBUG : dst/file1: Update will use the tus protocol to upload 2026/04/05 06:30:42 INFO : dst/file1: Failed to read metadata: object not found 2026/04/05 06:30:42 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:42 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 ok, range 0 -> 18 2026/04/05 06:30:42 DEBUG : webdav root 'rclone-test-pupipeb6doki': -- Uploaded finished 2026/04/05 06:30:43 DEBUG : Creating backend with remote "TestWebdavInfiniteScale:rclone-test-pupipeb6doki/backup" 2026/04/05 06:30:43 DEBUG : Setting type="webdav" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_TYPE 2026/04/05 06:30:43 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/04/05 06:30:43 DEBUG : Setting vendor="infinitescale" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_VENDOR 2026/04/05 06:30:43 DEBUG : Setting user="admin" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_USER 2026/04/05 06:30:43 DEBUG : Setting pass="cafP3tEr8gZfQ7GawZa3tCeQITAH" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_PASS 2026/04/05 06:30:43 DEBUG : TestWebdavInfiniteScale: detected overridden config - adding "{rcp_-}" suffix to name 2026/04/05 06:30:43 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/04/05 06:30:43 DEBUG : Setting vendor="infinitescale" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_VENDOR 2026/04/05 06:30:43 DEBUG : Setting user="admin" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_USER 2026/04/05 06:30:43 DEBUG : Setting pass="cafP3tEr8gZfQ7GawZa3tCeQITAH" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_PASS 2026/04/05 06:30:43 DEBUG : found headers: 2026/04/05 06:30:43 DEBUG : fs cache: renaming cache item "TestWebdavInfiniteScale:rclone-test-pupipeb6doki/backup" to be canonical "TestWebdavInfiniteScale{rcp_-}:rclone-test-pupipeb6doki/backup" 2026/04/05 06:30:43 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone537017942) 2026/04/05 06:30:43 DEBUG : dst/file1: size = 18 (webdav root 'rclone-test-pupipeb6doki') 2026/04/05 06:30:43 DEBUG : dst/file1: Sizes differ 2026/04/05 06:30:43 INFO : dst/file1: Moved (server-side) 2026/04/05 06:30:43 DEBUG : dst/file1: Update will use the tus protocol to upload 2026/04/05 06:30:43 INFO : dst/file1: Failed to read metadata: object not found 2026/04/05 06:30:43 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:43 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:43 DEBUG : dst/file1: tus update failed. 2026/04/05 06:30:43 DEBUG : dst/file1: Received error: tus update failed: EOF - low level retry 0/10 2026/04/05 06:30:43 DEBUG : dst/file1: Update will use the tus protocol to upload 2026/04/05 06:30:43 INFO : dst/file1: Failed to read metadata: object not found 2026/04/05 06:30:44 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:44 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:44 DEBUG : dst/file1: tus update failed. 2026/04/05 06:30:44 DEBUG : dst/file1: Received error: tus update failed: EOF - low level retry 1/10 2026/04/05 06:30:44 DEBUG : dst/file1: Update will use the tus protocol to upload 2026/04/05 06:30:44 INFO : dst/file1: Failed to read metadata: object not found 2026/04/05 06:30:44 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:44 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:44 DEBUG : dst/file1: tus update failed. 2026/04/05 06:30:44 DEBUG : dst/file1: Received error: tus update failed: EOF - low level retry 2/10 2026/04/05 06:30:44 DEBUG : dst/file1: Update will use the tus protocol to upload 2026/04/05 06:30:44 INFO : dst/file1: Failed to read metadata: object not found 2026/04/05 06:30:44 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:44 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:44 DEBUG : dst/file1: tus update failed. 2026/04/05 06:30:44 DEBUG : dst/file1: Received error: tus update failed: EOF - low level retry 3/10 2026/04/05 06:30:44 DEBUG : dst/file1: Update will use the tus protocol to upload 2026/04/05 06:30:44 INFO : dst/file1: Failed to read metadata: object not found 2026/04/05 06:30:44 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:44 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:44 DEBUG : dst/file1: tus update failed. 2026/04/05 06:30:44 DEBUG : dst/file1: Received error: tus update failed: EOF - low level retry 4/10 2026/04/05 06:30:44 DEBUG : dst/file1: Update will use the tus protocol to upload 2026/04/05 06:30:44 INFO : dst/file1: Failed to read metadata: object not found 2026/04/05 06:30:44 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:44 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:44 DEBUG : dst/file1: tus update failed. 2026/04/05 06:30:44 DEBUG : dst/file1: Received error: tus update failed: EOF - low level retry 5/10 2026/04/05 06:30:44 DEBUG : dst/file1: Update will use the tus protocol to upload 2026/04/05 06:30:44 INFO : dst/file1: Failed to read metadata: object not found 2026/04/05 06:30:44 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:44 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:44 DEBUG : dst/file1: tus update failed. 2026/04/05 06:30:44 DEBUG : dst/file1: Received error: tus update failed: EOF - low level retry 6/10 2026/04/05 06:30:44 DEBUG : dst/file1: Update will use the tus protocol to upload 2026/04/05 06:30:44 INFO : dst/file1: Failed to read metadata: object not found 2026/04/05 06:30:45 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:45 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:45 DEBUG : dst/file1: tus update failed. 2026/04/05 06:30:45 DEBUG : dst/file1: Received error: tus update failed: EOF - low level retry 7/10 2026/04/05 06:30:45 DEBUG : dst/file1: Update will use the tus protocol to upload 2026/04/05 06:30:45 INFO : dst/file1: Failed to read metadata: object not found 2026/04/05 06:30:45 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:45 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:45 DEBUG : dst/file1: tus update failed. 2026/04/05 06:30:45 DEBUG : dst/file1: Received error: tus update failed: EOF - low level retry 8/10 2026/04/05 06:30:45 DEBUG : dst/file1: Update will use the tus protocol to upload 2026/04/05 06:30:45 INFO : dst/file1: Failed to read metadata: object not found 2026/04/05 06:30:45 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:45 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:45 DEBUG : dst/file1: tus update failed. 2026/04/05 06:30:45 DEBUG : dst/file1: Received error: tus update failed: EOF - low level retry 9/10 2026/04/05 06:30:45 ERROR : dst/file1: Failed to copy: tus update failed: EOF copy_test.go:186: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:186 Error: Received unexpected error: tus update failed: EOF Test: TestCopyFileBackupDir --- FAIL: TestCopyFileBackupDir (3.52s) === RUN TestCopyFileCompareDest run.go:185: Remote "webdav root 'rclone-test-pupipeb6doki'", Local "Local file system at /tmp/rclone537017942", Modify Window "1s" 2026/04/05 06:30:46 DEBUG : Creating backend with remote "TestWebdavInfiniteScale:rclone-test-pupipeb6doki/dst" 2026/04/05 06:30:46 DEBUG : Setting type="webdav" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_TYPE 2026/04/05 06:30:46 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/04/05 06:30:46 DEBUG : Setting vendor="infinitescale" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_VENDOR 2026/04/05 06:30:46 DEBUG : Setting user="admin" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_USER 2026/04/05 06:30:46 DEBUG : Setting pass="cafP3tEr8gZfQ7GawZa3tCeQITAH" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_PASS 2026/04/05 06:30:46 DEBUG : TestWebdavInfiniteScale: detected overridden config - adding "{rcp_-}" suffix to name 2026/04/05 06:30:46 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/04/05 06:30:46 DEBUG : Setting vendor="infinitescale" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_VENDOR 2026/04/05 06:30:46 DEBUG : Setting user="admin" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_USER 2026/04/05 06:30:46 DEBUG : Setting pass="cafP3tEr8gZfQ7GawZa3tCeQITAH" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_PASS 2026/04/05 06:30:46 DEBUG : found headers: 2026/04/05 06:30:46 DEBUG : Creating backend with remote "TestWebdavInfiniteScale:rclone-test-pupipeb6doki/CompareDest" 2026/04/05 06:30:46 DEBUG : Setting type="webdav" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_TYPE 2026/04/05 06:30:46 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/04/05 06:30:46 DEBUG : Setting vendor="infinitescale" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_VENDOR 2026/04/05 06:30:46 DEBUG : Setting user="admin" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_USER 2026/04/05 06:30:46 DEBUG : Setting pass="cafP3tEr8gZfQ7GawZa3tCeQITAH" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_PASS 2026/04/05 06:30:46 DEBUG : TestWebdavInfiniteScale: detected overridden config - adding "{rcp_-}" suffix to name 2026/04/05 06:30:46 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/04/05 06:30:46 DEBUG : Setting vendor="infinitescale" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_VENDOR 2026/04/05 06:30:46 DEBUG : Setting user="admin" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_USER 2026/04/05 06:30:46 DEBUG : Setting pass="cafP3tEr8gZfQ7GawZa3tCeQITAH" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_PASS 2026/04/05 06:30:46 DEBUG : found headers: 2026/04/05 06:30:46 DEBUG : fs cache: renaming cache item "TestWebdavInfiniteScale:rclone-test-pupipeb6doki/CompareDest" to be canonical "TestWebdavInfiniteScale{rcp_-}:rclone-test-pupipeb6doki/CompareDest" 2026/04/05 06:30:46 DEBUG : one: Need to transfer - File not found at Destination 2026/04/05 06:30:46 DEBUG : one: Update will use the tus protocol to upload 2026/04/05 06:30:46 INFO : one: Failed to read metadata: object not found 2026/04/05 06:30:46 DEBUG : webdav root 'rclone-test-pupipeb6doki/dst': Uploaded starts 2026/04/05 06:30:46 ERROR : webdav root 'rclone-test-pupipeb6doki/dst': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:46 DEBUG : one: tus update failed. 2026/04/05 06:30:46 DEBUG : one: Received error: tus update failed: EOF - low level retry 0/10 2026/04/05 06:30:46 DEBUG : one: Update will use the tus protocol to upload 2026/04/05 06:30:46 INFO : one: Failed to read metadata: object not found 2026/04/05 06:30:46 DEBUG : webdav root 'rclone-test-pupipeb6doki/dst': Uploaded starts 2026/04/05 06:30:46 ERROR : webdav root 'rclone-test-pupipeb6doki/dst': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:46 DEBUG : one: tus update failed. 2026/04/05 06:30:46 DEBUG : one: Received error: tus update failed: EOF - low level retry 1/10 2026/04/05 06:30:46 DEBUG : one: Update will use the tus protocol to upload 2026/04/05 06:30:46 INFO : one: Failed to read metadata: object not found 2026/04/05 06:30:47 DEBUG : webdav root 'rclone-test-pupipeb6doki/dst': Uploaded starts 2026/04/05 06:30:47 ERROR : webdav root 'rclone-test-pupipeb6doki/dst': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:47 DEBUG : one: tus update failed. 2026/04/05 06:30:47 DEBUG : one: Received error: tus update failed: EOF - low level retry 2/10 2026/04/05 06:30:47 DEBUG : one: Update will use the tus protocol to upload 2026/04/05 06:30:47 INFO : one: Failed to read metadata: object not found 2026/04/05 06:30:47 DEBUG : webdav root 'rclone-test-pupipeb6doki/dst': Uploaded starts 2026/04/05 06:30:47 ERROR : webdav root 'rclone-test-pupipeb6doki/dst': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:47 DEBUG : one: tus update failed. 2026/04/05 06:30:47 DEBUG : one: Received error: tus update failed: EOF - low level retry 3/10 2026/04/05 06:30:47 DEBUG : one: Update will use the tus protocol to upload 2026/04/05 06:30:47 INFO : one: Failed to read metadata: object not found 2026/04/05 06:30:47 DEBUG : webdav root 'rclone-test-pupipeb6doki/dst': Uploaded starts 2026/04/05 06:30:47 ERROR : webdav root 'rclone-test-pupipeb6doki/dst': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:47 DEBUG : one: tus update failed. 2026/04/05 06:30:47 DEBUG : one: Received error: tus update failed: EOF - low level retry 4/10 2026/04/05 06:30:47 DEBUG : one: Update will use the tus protocol to upload 2026/04/05 06:30:47 INFO : one: Failed to read metadata: object not found 2026/04/05 06:30:47 DEBUG : webdav root 'rclone-test-pupipeb6doki/dst': Uploaded starts 2026/04/05 06:30:47 ERROR : webdav root 'rclone-test-pupipeb6doki/dst': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:47 DEBUG : one: tus update failed. 2026/04/05 06:30:47 DEBUG : one: Received error: tus update failed: EOF - low level retry 5/10 2026/04/05 06:30:47 DEBUG : one: Update will use the tus protocol to upload 2026/04/05 06:30:47 INFO : one: Failed to read metadata: object not found 2026/04/05 06:30:47 DEBUG : webdav root 'rclone-test-pupipeb6doki/dst': Uploaded starts 2026/04/05 06:30:47 ERROR : webdav root 'rclone-test-pupipeb6doki/dst': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:47 DEBUG : one: tus update failed. 2026/04/05 06:30:47 DEBUG : one: Received error: tus update failed: EOF - low level retry 6/10 2026/04/05 06:30:47 DEBUG : one: Update will use the tus protocol to upload 2026/04/05 06:30:47 INFO : one: Failed to read metadata: object not found 2026/04/05 06:30:47 DEBUG : webdav root 'rclone-test-pupipeb6doki/dst': Uploaded starts 2026/04/05 06:30:47 ERROR : webdav root 'rclone-test-pupipeb6doki/dst': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:47 DEBUG : one: tus update failed. 2026/04/05 06:30:47 DEBUG : one: Received error: tus update failed: EOF - low level retry 7/10 2026/04/05 06:30:47 DEBUG : one: Update will use the tus protocol to upload 2026/04/05 06:30:48 INFO : one: Failed to read metadata: object not found 2026/04/05 06:30:48 DEBUG : webdav root 'rclone-test-pupipeb6doki/dst': Uploaded starts 2026/04/05 06:30:48 ERROR : webdav root 'rclone-test-pupipeb6doki/dst': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:48 DEBUG : one: tus update failed. 2026/04/05 06:30:48 DEBUG : one: Received error: tus update failed: EOF - low level retry 8/10 2026/04/05 06:30:48 DEBUG : one: Update will use the tus protocol to upload 2026/04/05 06:30:48 INFO : one: Failed to read metadata: object not found 2026/04/05 06:30:48 DEBUG : webdav root 'rclone-test-pupipeb6doki/dst': Uploaded starts 2026/04/05 06:30:48 ERROR : webdav root 'rclone-test-pupipeb6doki/dst': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:48 DEBUG : one: tus update failed. 2026/04/05 06:30:48 DEBUG : one: Received error: tus update failed: EOF - low level retry 9/10 2026/04/05 06:30:48 ERROR : one: Failed to copy: tus update failed: EOF copy_test.go:207: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:207 Error: Received unexpected error: tus update failed: EOF Test: TestCopyFileCompareDest --- FAIL: TestCopyFileCompareDest (2.34s) === RUN TestCopyFileCopyDest run.go:185: Remote "webdav root 'rclone-test-pupipeb6doki'", Local "Local file system at /tmp/rclone537017942", Modify Window "1s" 2026/04/05 06:30:48 DEBUG : Creating backend with remote "TestWebdavInfiniteScale:rclone-test-pupipeb6doki/dst" 2026/04/05 06:30:48 DEBUG : Setting type="webdav" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_TYPE 2026/04/05 06:30:48 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/04/05 06:30:48 DEBUG : Setting vendor="infinitescale" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_VENDOR 2026/04/05 06:30:48 DEBUG : Setting user="admin" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_USER 2026/04/05 06:30:48 DEBUG : Setting pass="cafP3tEr8gZfQ7GawZa3tCeQITAH" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_PASS 2026/04/05 06:30:48 DEBUG : TestWebdavInfiniteScale: detected overridden config - adding "{rcp_-}" suffix to name 2026/04/05 06:30:48 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/04/05 06:30:48 DEBUG : Setting vendor="infinitescale" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_VENDOR 2026/04/05 06:30:48 DEBUG : Setting user="admin" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_USER 2026/04/05 06:30:48 DEBUG : Setting pass="cafP3tEr8gZfQ7GawZa3tCeQITAH" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_PASS 2026/04/05 06:30:48 DEBUG : found headers: 2026/04/05 06:30:48 DEBUG : Creating backend with remote "TestWebdavInfiniteScale:rclone-test-pupipeb6doki/CopyDest" 2026/04/05 06:30:48 DEBUG : Setting type="webdav" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_TYPE 2026/04/05 06:30:48 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/04/05 06:30:48 DEBUG : Setting vendor="infinitescale" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_VENDOR 2026/04/05 06:30:48 DEBUG : Setting user="admin" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_USER 2026/04/05 06:30:48 DEBUG : Setting pass="cafP3tEr8gZfQ7GawZa3tCeQITAH" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_PASS 2026/04/05 06:30:48 DEBUG : TestWebdavInfiniteScale: detected overridden config - adding "{rcp_-}" suffix to name 2026/04/05 06:30:48 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/04/05 06:30:48 DEBUG : Setting vendor="infinitescale" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_VENDOR 2026/04/05 06:30:48 DEBUG : Setting user="admin" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_USER 2026/04/05 06:30:48 DEBUG : Setting pass="cafP3tEr8gZfQ7GawZa3tCeQITAH" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_PASS 2026/04/05 06:30:48 DEBUG : found headers: 2026/04/05 06:30:48 DEBUG : fs cache: renaming cache item "TestWebdavInfiniteScale:rclone-test-pupipeb6doki/CopyDest" to be canonical "TestWebdavInfiniteScale{rcp_-}:rclone-test-pupipeb6doki/CopyDest" 2026/04/05 06:30:48 DEBUG : one: Need to transfer - File not found at Destination 2026/04/05 06:30:48 DEBUG : one: Update will use the tus protocol to upload 2026/04/05 06:30:48 INFO : one: Failed to read metadata: object not found 2026/04/05 06:30:49 DEBUG : webdav root 'rclone-test-pupipeb6doki/dst': Uploaded starts 2026/04/05 06:30:49 ERROR : webdav root 'rclone-test-pupipeb6doki/dst': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:49 DEBUG : one: tus update failed. 2026/04/05 06:30:49 DEBUG : one: Received error: tus update failed: EOF - low level retry 0/10 2026/04/05 06:30:49 DEBUG : one: Update will use the tus protocol to upload 2026/04/05 06:30:49 INFO : one: Failed to read metadata: object not found 2026/04/05 06:30:49 DEBUG : webdav root 'rclone-test-pupipeb6doki/dst': Uploaded starts 2026/04/05 06:30:49 ERROR : webdav root 'rclone-test-pupipeb6doki/dst': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:49 DEBUG : one: tus update failed. 2026/04/05 06:30:49 DEBUG : one: Received error: tus update failed: EOF - low level retry 1/10 2026/04/05 06:30:49 DEBUG : one: Update will use the tus protocol to upload 2026/04/05 06:30:49 INFO : one: Failed to read metadata: object not found 2026/04/05 06:30:49 DEBUG : webdav root 'rclone-test-pupipeb6doki/dst': Uploaded starts 2026/04/05 06:30:49 ERROR : webdav root 'rclone-test-pupipeb6doki/dst': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:49 DEBUG : one: tus update failed. 2026/04/05 06:30:49 DEBUG : one: Received error: tus update failed: EOF - low level retry 2/10 2026/04/05 06:30:49 DEBUG : one: Update will use the tus protocol to upload 2026/04/05 06:30:49 INFO : one: Failed to read metadata: object not found 2026/04/05 06:30:49 DEBUG : webdav root 'rclone-test-pupipeb6doki/dst': Uploaded starts 2026/04/05 06:30:49 ERROR : webdav root 'rclone-test-pupipeb6doki/dst': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:49 DEBUG : one: tus update failed. 2026/04/05 06:30:49 DEBUG : one: Received error: tus update failed: EOF - low level retry 3/10 2026/04/05 06:30:49 DEBUG : one: Update will use the tus protocol to upload 2026/04/05 06:30:49 INFO : one: Failed to read metadata: object not found 2026/04/05 06:30:49 DEBUG : webdav root 'rclone-test-pupipeb6doki/dst': Uploaded starts 2026/04/05 06:30:49 ERROR : webdav root 'rclone-test-pupipeb6doki/dst': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:49 DEBUG : one: tus update failed. 2026/04/05 06:30:49 DEBUG : one: Received error: tus update failed: EOF - low level retry 4/10 2026/04/05 06:30:49 DEBUG : one: Update will use the tus protocol to upload 2026/04/05 06:30:49 INFO : one: Failed to read metadata: object not found 2026/04/05 06:30:49 DEBUG : webdav root 'rclone-test-pupipeb6doki/dst': Uploaded starts 2026/04/05 06:30:49 ERROR : webdav root 'rclone-test-pupipeb6doki/dst': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:49 DEBUG : one: tus update failed. 2026/04/05 06:30:49 DEBUG : one: Received error: tus update failed: EOF - low level retry 5/10 2026/04/05 06:30:49 DEBUG : one: Update will use the tus protocol to upload 2026/04/05 06:30:50 INFO : one: Failed to read metadata: object not found 2026/04/05 06:30:50 DEBUG : webdav root 'rclone-test-pupipeb6doki/dst': Uploaded starts 2026/04/05 06:30:50 ERROR : webdav root 'rclone-test-pupipeb6doki/dst': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:50 DEBUG : one: tus update failed. 2026/04/05 06:30:50 DEBUG : one: Received error: tus update failed: EOF - low level retry 6/10 2026/04/05 06:30:50 DEBUG : one: Update will use the tus protocol to upload 2026/04/05 06:30:50 INFO : one: Failed to read metadata: object not found 2026/04/05 06:30:50 DEBUG : webdav root 'rclone-test-pupipeb6doki/dst': Uploaded starts 2026/04/05 06:30:50 ERROR : webdav root 'rclone-test-pupipeb6doki/dst': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:50 DEBUG : one: tus update failed. 2026/04/05 06:30:50 DEBUG : one: Received error: tus update failed: EOF - low level retry 7/10 2026/04/05 06:30:50 DEBUG : one: Update will use the tus protocol to upload 2026/04/05 06:30:50 INFO : one: Failed to read metadata: object not found 2026/04/05 06:30:50 DEBUG : webdav root 'rclone-test-pupipeb6doki/dst': Uploaded starts 2026/04/05 06:30:50 ERROR : webdav root 'rclone-test-pupipeb6doki/dst': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:50 DEBUG : one: tus update failed. 2026/04/05 06:30:50 DEBUG : one: Received error: tus update failed: EOF - low level retry 8/10 2026/04/05 06:30:50 DEBUG : one: Update will use the tus protocol to upload 2026/04/05 06:30:50 INFO : one: Failed to read metadata: object not found 2026/04/05 06:30:50 DEBUG : webdav root 'rclone-test-pupipeb6doki/dst': Uploaded starts 2026/04/05 06:30:50 ERROR : webdav root 'rclone-test-pupipeb6doki/dst': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:50 DEBUG : one: tus update failed. 2026/04/05 06:30:50 DEBUG : one: Received error: tus update failed: EOF - low level retry 9/10 2026/04/05 06:30:50 ERROR : one: Failed to copy: tus update failed: EOF copy_test.go:290: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:290 Error: Received unexpected error: tus update failed: EOF Test: TestCopyFileCopyDest --- FAIL: TestCopyFileCopyDest (2.59s) === RUN TestCopyFileMaxTransfer run.go:185: Remote "webdav root 'rclone-test-pupipeb6doki'", Local "Local file system at /tmp/rclone537017942", Modify Window "1s" 2026/04/05 06:30:51 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/04/05 06:30:51 DEBUG : TestCopyFileMaxTransfer/file1: Update will use the tus protocol to upload 2026/04/05 06:30:51 INFO : TestCopyFileMaxTransfer/file1: Failed to read metadata: object not found 2026/04/05 06:30:51 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:51 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:51 DEBUG : TestCopyFileMaxTransfer/file1: tus update failed. 2026/04/05 06:30:51 DEBUG : TestCopyFileMaxTransfer/file1: Received error: tus update failed: EOF - low level retry 0/10 2026/04/05 06:30:51 DEBUG : TestCopyFileMaxTransfer/file1: Update will use the tus protocol to upload 2026/04/05 06:30:51 INFO : TestCopyFileMaxTransfer/file1: Failed to read metadata: object not found 2026/04/05 06:30:51 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:51 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:51 DEBUG : TestCopyFileMaxTransfer/file1: tus update failed. 2026/04/05 06:30:51 DEBUG : TestCopyFileMaxTransfer/file1: Received error: tus update failed: EOF - low level retry 1/10 2026/04/05 06:30:51 DEBUG : TestCopyFileMaxTransfer/file1: Update will use the tus protocol to upload 2026/04/05 06:30:51 INFO : TestCopyFileMaxTransfer/file1: Failed to read metadata: object not found 2026/04/05 06:30:51 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:51 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:51 DEBUG : TestCopyFileMaxTransfer/file1: tus update failed. 2026/04/05 06:30:51 DEBUG : TestCopyFileMaxTransfer/file1: Received error: tus update failed: EOF - low level retry 2/10 2026/04/05 06:30:51 DEBUG : TestCopyFileMaxTransfer/file1: Update will use the tus protocol to upload 2026/04/05 06:30:51 INFO : TestCopyFileMaxTransfer/file1: Failed to read metadata: object not found 2026/04/05 06:30:51 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:51 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:51 DEBUG : TestCopyFileMaxTransfer/file1: tus update failed. 2026/04/05 06:30:51 DEBUG : TestCopyFileMaxTransfer/file1: Received error: tus update failed: EOF - low level retry 3/10 2026/04/05 06:30:52 DEBUG : TestCopyFileMaxTransfer/file1: Update will use the tus protocol to upload 2026/04/05 06:30:52 INFO : TestCopyFileMaxTransfer/file1: Failed to read metadata: object not found 2026/04/05 06:30:52 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:52 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:52 DEBUG : TestCopyFileMaxTransfer/file1: tus update failed. 2026/04/05 06:30:52 DEBUG : TestCopyFileMaxTransfer/file1: Received error: tus update failed: EOF - low level retry 4/10 2026/04/05 06:30:52 DEBUG : TestCopyFileMaxTransfer/file1: Update will use the tus protocol to upload 2026/04/05 06:30:52 INFO : TestCopyFileMaxTransfer/file1: Failed to read metadata: object not found 2026/04/05 06:30:52 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:52 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:52 DEBUG : TestCopyFileMaxTransfer/file1: tus update failed. 2026/04/05 06:30:52 DEBUG : TestCopyFileMaxTransfer/file1: Received error: tus update failed: EOF - low level retry 5/10 2026/04/05 06:30:52 DEBUG : TestCopyFileMaxTransfer/file1: Update will use the tus protocol to upload 2026/04/05 06:30:52 INFO : TestCopyFileMaxTransfer/file1: Failed to read metadata: object not found 2026/04/05 06:30:52 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:52 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:52 DEBUG : TestCopyFileMaxTransfer/file1: tus update failed. 2026/04/05 06:30:52 DEBUG : TestCopyFileMaxTransfer/file1: Received error: tus update failed: EOF - low level retry 6/10 2026/04/05 06:30:52 DEBUG : TestCopyFileMaxTransfer/file1: Update will use the tus protocol to upload 2026/04/05 06:30:52 INFO : TestCopyFileMaxTransfer/file1: Failed to read metadata: object not found 2026/04/05 06:30:52 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:52 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:52 DEBUG : TestCopyFileMaxTransfer/file1: tus update failed. 2026/04/05 06:30:52 DEBUG : TestCopyFileMaxTransfer/file1: Received error: tus update failed: EOF - low level retry 7/10 2026/04/05 06:30:52 DEBUG : TestCopyFileMaxTransfer/file1: Update will use the tus protocol to upload 2026/04/05 06:30:52 INFO : TestCopyFileMaxTransfer/file1: Failed to read metadata: object not found 2026/04/05 06:30:52 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:52 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:52 DEBUG : TestCopyFileMaxTransfer/file1: tus update failed. 2026/04/05 06:30:52 DEBUG : TestCopyFileMaxTransfer/file1: Received error: tus update failed: EOF - low level retry 8/10 2026/04/05 06:30:53 DEBUG : TestCopyFileMaxTransfer/file1: Update will use the tus protocol to upload 2026/04/05 06:30:53 INFO : TestCopyFileMaxTransfer/file1: Failed to read metadata: object not found 2026/04/05 06:30:53 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:53 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:30:53 DEBUG : TestCopyFileMaxTransfer/file1: tus update failed. 2026/04/05 06:30:53 DEBUG : TestCopyFileMaxTransfer/file1: Received error: tus update failed: EOF - low level retry 9/10 2026/04/05 06:30:53 ERROR : TestCopyFileMaxTransfer/file1: Failed to copy: tus update failed: EOF copy_test.go:491: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:491 Error: Received unexpected error: tus update failed: EOF Test: TestCopyFileMaxTransfer --- FAIL: TestCopyFileMaxTransfer (2.40s) === RUN TestHashSums run.go:185: Remote "webdav root 'rclone-test-pupipeb6doki'", Local "Local file system at /tmp/rclone537017942", Modify Window "1s" 2026/04/05 06:30:53 DEBUG : potato2: Update will use the tus protocol to upload 2026/04/05 06:30:53 INFO : potato2: Failed to read metadata: object not found 2026/04/05 06:30:53 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:53 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 ok, range 0 -> 60 2026/04/05 06:30:53 DEBUG : webdav root 'rclone-test-pupipeb6doki': -- Uploaded finished 2026/04/05 06:30:53 DEBUG : empty space: Update will use the tus protocol to upload 2026/04/05 06:30:53 INFO : empty space: Failed to read metadata: object not found 2026/04/05 06:30:54 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:30:54 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 ok, range 0 -> 1 2026/04/05 06:30:54 DEBUG : webdav root 'rclone-test-pupipeb6doki': -- Uploaded finished === RUN TestHashSums/Sha1Download 2026/04/05 06:30:54 DEBUG : pacer: low level retry 1/10 (error 500 Internal Server Error) 2026/04/05 06:30:54 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/04/05 06:30:54 DEBUG : pacer: low level retry 1/10 (error 500 Internal Server Error) 2026/04/05 06:30:54 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/04/05 06:30:54 DEBUG : pacer: low level retry 2/10 (error 500 Internal Server Error) 2026/04/05 06:30:54 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/04/05 06:30:54 DEBUG : pacer: low level retry 2/10 (error 500 Internal Server Error) 2026/04/05 06:30:54 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/04/05 06:30:54 DEBUG : pacer: low level retry 3/10 (error 500 Internal Server Error) 2026/04/05 06:30:54 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/04/05 06:30:54 DEBUG : pacer: low level retry 3/10 (error 500 Internal Server Error) 2026/04/05 06:30:54 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/04/05 06:30:55 DEBUG : pacer: low level retry 4/10 (error 500 Internal Server Error) 2026/04/05 06:30:55 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/04/05 06:30:55 DEBUG : pacer: low level retry 4/10 (error 500 Internal Server Error) 2026/04/05 06:30:55 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/04/05 06:30:56 DEBUG : pacer: low level retry 5/10 (error 500 Internal Server Error) 2026/04/05 06:30:58 DEBUG : pacer: low level retry 5/10 (error 500 Internal Server Error) 2026/04/05 06:31:00 DEBUG : pacer: low level retry 6/10 (error 500 Internal Server Error) 2026/04/05 06:31:02 DEBUG : pacer: low level retry 6/10 (error 500 Internal Server Error) 2026/04/05 06:31:04 DEBUG : pacer: low level retry 7/10 (error 500 Internal Server Error) 2026/04/05 06:31:06 DEBUG : pacer: low level retry 7/10 (error 500 Internal Server Error) 2026/04/05 06:31:08 DEBUG : pacer: low level retry 8/10 (error 500 Internal Server Error) 2026/04/05 06:31:10 DEBUG : pacer: low level retry 8/10 (error 500 Internal Server Error) 2026/04/05 06:31:12 DEBUG : pacer: low level retry 9/10 (error 500 Internal Server Error) 2026/04/05 06:31:14 DEBUG : pacer: low level retry 9/10 (error 500 Internal Server Error) 2026/04/05 06:31:16 DEBUG : pacer: low level retry 10/10 (error 500 Internal Server Error) 2026/04/05 06:31:16 ERROR : empty space: failed to open file empty space: 500 Internal Server Error 2026/04/05 06:31:18 DEBUG : pacer: low level retry 10/10 (error 500 Internal Server Error) 2026/04/05 06:31:18 ERROR : potato2: failed to open file potato2: 500 Internal Server Error operations_test.go:280: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:280 Error: "" does not contain "3bc15c8aae3e4124dd409035f32ea2fd6835efc9 empty space\n" Test: TestHashSums/Sha1Download operations_test.go:280: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:280 Error: "" does not contain "9dc7f7d3279715991a22853f5981df582b7f9f6d potato2\n" Test: TestHashSums/Sha1Download 2026/04/05 06:31:20 DEBUG : pacer: Reducing sleep to 1.5s 2026/04/05 06:31:22 DEBUG : pacer: Reducing sleep to 1.125s 2026/04/05 06:31:24 DEBUG : pacer: Reducing sleep to 843.75ms 2026/04/05 06:31:25 DEBUG : pacer: Reducing sleep to 632.8125ms --- FAIL: TestHashSums (32.06s) --- FAIL: TestHashSums/Sha1Download (24.72s) === RUN TestReadFile run.go:185: Remote "webdav root 'rclone-test-pupipeb6doki'", Local "Local file system at /tmp/rclone537017942", Modify Window "1s" 2026/04/05 06:31:26 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/04/05 06:31:26 DEBUG : ReadFile: Update will use the tus protocol to upload 2026/04/05 06:31:27 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/04/05 06:31:27 INFO : ReadFile: Failed to read metadata: object not found 2026/04/05 06:31:27 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/04/05 06:31:27 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:31:27 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/04/05 06:31:27 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 ok, range 0 -> 28 2026/04/05 06:31:27 DEBUG : webdav root 'rclone-test-pupipeb6doki': -- Uploaded finished 2026/04/05 06:31:28 DEBUG : pacer: Reducing sleep to 150.169371ms 2026/04/05 06:31:28 DEBUG : pacer: Reducing sleep to 112.627028ms 2026/04/05 06:31:28 DEBUG : pacer: Reducing sleep to 84.470271ms 2026/04/05 06:31:28 DEBUG : pacer: low level retry 1/10 (error 500 Internal Server Error) 2026/04/05 06:31:28 DEBUG : pacer: Rate limited, increasing sleep to 168.940542ms 2026/04/05 06:31:28 DEBUG : pacer: low level retry 2/10 (error 500 Internal Server Error) 2026/04/05 06:31:28 DEBUG : pacer: Rate limited, increasing sleep to 337.881084ms 2026/04/05 06:31:28 DEBUG : pacer: low level retry 3/10 (error 500 Internal Server Error) 2026/04/05 06:31:28 DEBUG : pacer: Rate limited, increasing sleep to 675.762168ms 2026/04/05 06:31:29 DEBUG : pacer: low level retry 4/10 (error 500 Internal Server Error) 2026/04/05 06:31:29 DEBUG : pacer: Rate limited, increasing sleep to 1.351524336s 2026/04/05 06:31:29 DEBUG : pacer: low level retry 5/10 (error 500 Internal Server Error) 2026/04/05 06:31:29 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/04/05 06:31:31 DEBUG : pacer: low level retry 6/10 (error 500 Internal Server Error) 2026/04/05 06:31:33 DEBUG : pacer: low level retry 7/10 (error 500 Internal Server Error) 2026/04/05 06:31:35 DEBUG : pacer: low level retry 8/10 (error 500 Internal Server Error) 2026/04/05 06:31:37 DEBUG : pacer: low level retry 9/10 (error 500 Internal Server Error) 2026/04/05 06:31:39 DEBUG : pacer: low level retry 10/10 (error 500 Internal Server Error) operations_test.go:508: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:508 Error: Received unexpected error: failed to open ReadFile: 500 Internal Server Error Test: TestReadFile 2026/04/05 06:31:41 DEBUG : pacer: Reducing sleep to 1.5s 2026/04/05 06:31:43 DEBUG : pacer: Reducing sleep to 1.125s 2026/04/05 06:31:44 DEBUG : pacer: Reducing sleep to 843.75ms 2026/04/05 06:31:45 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/04/05 06:31:46 DEBUG : pacer: Reducing sleep to 474.609375ms --- FAIL: TestReadFile (21.20s) === RUN TestCat run.go:185: Remote "webdav root 'rclone-test-pupipeb6doki'", Local "Local file system at /tmp/rclone537017942", Modify Window "1s" 2026/04/05 06:31:47 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/04/05 06:31:47 DEBUG : file1: Update will use the tus protocol to upload 2026/04/05 06:31:47 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/04/05 06:31:47 INFO : file1: Failed to read metadata: object not found 2026/04/05 06:31:48 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/04/05 06:31:48 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:31:48 DEBUG : pacer: Reducing sleep to 150.169371ms 2026/04/05 06:31:48 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 ok, range 0 -> 10 2026/04/05 06:31:48 DEBUG : webdav root 'rclone-test-pupipeb6doki': -- Uploaded finished 2026/04/05 06:31:48 DEBUG : pacer: Reducing sleep to 112.627028ms 2026/04/05 06:31:48 DEBUG : pacer: Reducing sleep to 84.470271ms 2026/04/05 06:31:48 DEBUG : file2: Update will use the tus protocol to upload 2026/04/05 06:31:49 DEBUG : pacer: Reducing sleep to 63.352703ms 2026/04/05 06:31:49 INFO : file2: Failed to read metadata: object not found 2026/04/05 06:31:49 DEBUG : pacer: Reducing sleep to 47.514527ms 2026/04/05 06:31:49 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:31:49 DEBUG : pacer: Reducing sleep to 35.635895ms 2026/04/05 06:31:49 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 ok, range 0 -> 9 2026/04/05 06:31:49 DEBUG : webdav root 'rclone-test-pupipeb6doki': -- Uploaded finished 2026/04/05 06:31:49 DEBUG : pacer: Reducing sleep to 26.726921ms 2026/04/05 06:31:49 DEBUG : pacer: Reducing sleep to 20.04519ms 2026/04/05 06:31:49 DEBUG : pacer: Reducing sleep to 15.033892ms 2026/04/05 06:31:49 DEBUG : pacer: low level retry 1/10 (error 500 Internal Server Error) 2026/04/05 06:31:49 DEBUG : pacer: Rate limited, increasing sleep to 30.067784ms 2026/04/05 06:31:49 DEBUG : pacer: low level retry 2/10 (error 500 Internal Server Error) 2026/04/05 06:31:49 DEBUG : pacer: Rate limited, increasing sleep to 60.135568ms 2026/04/05 06:31:49 DEBUG : pacer: low level retry 3/10 (error 500 Internal Server Error) 2026/04/05 06:31:49 DEBUG : pacer: Rate limited, increasing sleep to 120.271136ms 2026/04/05 06:31:49 DEBUG : pacer: low level retry 4/10 (error 500 Internal Server Error) 2026/04/05 06:31:49 DEBUG : pacer: Rate limited, increasing sleep to 240.542272ms 2026/04/05 06:31:49 DEBUG : pacer: low level retry 5/10 (error 500 Internal Server Error) 2026/04/05 06:31:49 DEBUG : pacer: Rate limited, increasing sleep to 481.084544ms 2026/04/05 06:31:50 DEBUG : pacer: low level retry 6/10 (error 500 Internal Server Error) 2026/04/05 06:31:50 DEBUG : pacer: Rate limited, increasing sleep to 962.169088ms 2026/04/05 06:31:50 DEBUG : pacer: low level retry 7/10 (error 500 Internal Server Error) 2026/04/05 06:31:50 DEBUG : pacer: Rate limited, increasing sleep to 1.924338176s 2026/04/05 06:31:51 DEBUG : pacer: low level retry 8/10 (error 500 Internal Server Error) 2026/04/05 06:31:51 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/04/05 06:31:53 DEBUG : pacer: low level retry 9/10 (error 500 Internal Server Error) 2026/04/05 06:31:55 DEBUG : pacer: low level retry 10/10 (error 500 Internal Server Error) 2026/04/05 06:31:55 ERROR : file1: Failed to open: 500 Internal Server Error 2026/04/05 06:31:57 DEBUG : pacer: low level retry 1/10 (error 500 Internal Server Error) 2026/04/05 06:31:59 DEBUG : pacer: low level retry 2/10 (error 500 Internal Server Error) 2026/04/05 06:32:01 DEBUG : pacer: low level retry 3/10 (error 500 Internal Server Error) 2026/04/05 06:32:03 DEBUG : pacer: low level retry 4/10 (error 500 Internal Server Error) 2026/04/05 06:32:05 DEBUG : pacer: low level retry 5/10 (error 500 Internal Server Error) 2026/04/05 06:32:07 DEBUG : pacer: low level retry 6/10 (error 500 Internal Server Error) 2026/04/05 06:32:09 DEBUG : pacer: low level retry 7/10 (error 500 Internal Server Error) 2026/04/05 06:32:11 DEBUG : pacer: low level retry 8/10 (error 500 Internal Server Error) 2026/04/05 06:32:13 DEBUG : pacer: low level retry 9/10 (error 500 Internal Server Error) 2026/04/05 06:32:15 DEBUG : pacer: low level retry 10/10 (error 500 Internal Server Error) 2026/04/05 06:32:15 ERROR : file2: Failed to open: 500 Internal Server Error operations_test.go:566: Incorrect output from Cat(0,-1,): "" 2026/04/05 06:32:17 DEBUG : pacer: Reducing sleep to 1.5s 2026/04/05 06:32:19 DEBUG : pacer: low level retry 1/10 (error 500 Internal Server Error) 2026/04/05 06:32:19 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/04/05 06:32:21 DEBUG : pacer: low level retry 2/10 (error 500 Internal Server Error) 2026/04/05 06:32:23 DEBUG : pacer: low level retry 3/10 (error 500 Internal Server Error) 2026/04/05 06:32:25 DEBUG : pacer: low level retry 4/10 (error 500 Internal Server Error) 2026/04/05 06:32:27 DEBUG : pacer: low level retry 5/10 (error 500 Internal Server Error) 2026/04/05 06:32:29 DEBUG : pacer: low level retry 6/10 (error 500 Internal Server Error) 2026/04/05 06:32:31 DEBUG : pacer: low level retry 7/10 (error 500 Internal Server Error) 2026/04/05 06:32:33 DEBUG : pacer: low level retry 8/10 (error 500 Internal Server Error) 2026/04/05 06:32:35 DEBUG : pacer: low level retry 9/10 (error 500 Internal Server Error) 2026/04/05 06:32:37 DEBUG : pacer: low level retry 10/10 (error 500 Internal Server Error) 2026/04/05 06:32:37 ERROR : file1: Failed to open: 500 Internal Server Error 2026/04/05 06:32:39 DEBUG : pacer: low level retry 1/10 (error 500 Internal Server Error) 2026/04/05 06:32:41 DEBUG : pacer: low level retry 2/10 (error 500 Internal Server Error) 2026/04/05 06:32:43 DEBUG : pacer: low level retry 3/10 (error 500 Internal Server Error) 2026/04/05 06:32:45 DEBUG : pacer: low level retry 4/10 (error 500 Internal Server Error) 2026/04/05 06:32:47 DEBUG : pacer: low level retry 5/10 (error 500 Internal Server Error) 2026/04/05 06:32:49 DEBUG : pacer: low level retry 6/10 (error 500 Internal Server Error) 2026/04/05 06:32:51 DEBUG : pacer: low level retry 7/10 (error 500 Internal Server Error) 2026/04/05 06:32:53 DEBUG : pacer: low level retry 8/10 (error 500 Internal Server Error) 2026/04/05 06:32:55 DEBUG : pacer: low level retry 9/10 (error 500 Internal Server Error) 2026/04/05 06:32:57 DEBUG : pacer: low level retry 10/10 (error 500 Internal Server Error) 2026/04/05 06:32:57 ERROR : file2: Failed to open: 500 Internal Server Error operations_test.go:566: Incorrect output from Cat(0,5,): "" 2026/04/05 06:32:59 DEBUG : pacer: Reducing sleep to 1.5s 2026/04/05 06:33:01 DEBUG : pacer: low level retry 1/10 (error 500 Internal Server Error) 2026/04/05 06:33:01 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/04/05 06:33:02 DEBUG : pacer: low level retry 2/10 (error 500 Internal Server Error) 2026/04/05 06:33:04 DEBUG : pacer: low level retry 3/10 (error 500 Internal Server Error) 2026/04/05 06:33:06 DEBUG : pacer: low level retry 4/10 (error 500 Internal Server Error) 2026/04/05 06:33:08 DEBUG : pacer: low level retry 5/10 (error 500 Internal Server Error) 2026/04/05 06:33:10 DEBUG : pacer: low level retry 6/10 (error 500 Internal Server Error) 2026/04/05 06:33:12 DEBUG : pacer: low level retry 7/10 (error 500 Internal Server Error) 2026/04/05 06:33:14 DEBUG : pacer: low level retry 8/10 (error 500 Internal Server Error) 2026/04/05 06:33:16 DEBUG : pacer: low level retry 9/10 (error 500 Internal Server Error) 2026/04/05 06:33:18 DEBUG : pacer: low level retry 10/10 (error 500 Internal Server Error) 2026/04/05 06:33:18 ERROR : file1: Failed to open: 500 Internal Server Error 2026/04/05 06:33:20 DEBUG : pacer: low level retry 1/10 (error 500 Internal Server Error) 2026/04/05 06:33:22 DEBUG : pacer: low level retry 2/10 (error 500 Internal Server Error) 2026/04/05 06:33:24 DEBUG : pacer: low level retry 3/10 (error 500 Internal Server Error) 2026/04/05 06:33:26 DEBUG : pacer: low level retry 4/10 (error 500 Internal Server Error) 2026/04/05 06:33:28 DEBUG : pacer: low level retry 5/10 (error 500 Internal Server Error) 2026/04/05 06:33:30 DEBUG : pacer: low level retry 6/10 (error 500 Internal Server Error) 2026/04/05 06:33:32 DEBUG : pacer: low level retry 7/10 (error 500 Internal Server Error) 2026/04/05 06:33:34 DEBUG : pacer: low level retry 8/10 (error 500 Internal Server Error) 2026/04/05 06:33:36 DEBUG : pacer: low level retry 9/10 (error 500 Internal Server Error) 2026/04/05 06:33:38 DEBUG : pacer: low level retry 10/10 (error 500 Internal Server Error) 2026/04/05 06:33:38 ERROR : file2: Failed to open: 500 Internal Server Error operations_test.go:566: Incorrect output from Cat(-3,-1,): "" 2026/04/05 06:33:40 DEBUG : pacer: Reducing sleep to 1.5s 2026/04/05 06:33:42 DEBUG : pacer: low level retry 1/10 (error 500 Internal Server Error) 2026/04/05 06:33:42 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/04/05 06:33:44 DEBUG : pacer: low level retry 2/10 (error 500 Internal Server Error) 2026/04/05 06:33:46 DEBUG : pacer: low level retry 3/10 (error 500 Internal Server Error) 2026/04/05 06:33:48 DEBUG : pacer: low level retry 4/10 (error 500 Internal Server Error) 2026/04/05 06:33:50 DEBUG : pacer: low level retry 5/10 (error 500 Internal Server Error) 2026/04/05 06:33:52 DEBUG : pacer: low level retry 6/10 (error 500 Internal Server Error) 2026/04/05 06:33:54 DEBUG : pacer: low level retry 7/10 (error 500 Internal Server Error) 2026/04/05 06:33:56 DEBUG : pacer: low level retry 8/10 (error 500 Internal Server Error) 2026/04/05 06:33:58 DEBUG : pacer: low level retry 9/10 (error 500 Internal Server Error) 2026/04/05 06:34:00 DEBUG : pacer: low level retry 10/10 (error 500 Internal Server Error) 2026/04/05 06:34:00 ERROR : file1: Failed to open: 500 Internal Server Error 2026/04/05 06:34:02 DEBUG : pacer: low level retry 1/10 (error 500 Internal Server Error) 2026/04/05 06:34:04 DEBUG : pacer: low level retry 2/10 (error 500 Internal Server Error) 2026/04/05 06:34:06 DEBUG : pacer: low level retry 3/10 (error 500 Internal Server Error) 2026/04/05 06:34:08 DEBUG : pacer: low level retry 4/10 (error 500 Internal Server Error) 2026/04/05 06:34:10 DEBUG : pacer: low level retry 5/10 (error 500 Internal Server Error) 2026/04/05 06:34:12 DEBUG : pacer: low level retry 6/10 (error 500 Internal Server Error) 2026/04/05 06:34:14 DEBUG : pacer: low level retry 7/10 (error 500 Internal Server Error) 2026/04/05 06:34:16 DEBUG : pacer: low level retry 8/10 (error 500 Internal Server Error) 2026/04/05 06:34:18 DEBUG : pacer: low level retry 9/10 (error 500 Internal Server Error) 2026/04/05 06:34:20 DEBUG : pacer: low level retry 10/10 (error 500 Internal Server Error) 2026/04/05 06:34:20 ERROR : file2: Failed to open: 500 Internal Server Error operations_test.go:566: Incorrect output from Cat(1,3,): "" 2026/04/05 06:34:22 DEBUG : pacer: Reducing sleep to 1.5s 2026/04/05 06:34:24 DEBUG : pacer: low level retry 1/10 (error 500 Internal Server Error) 2026/04/05 06:34:24 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/04/05 06:34:25 DEBUG : pacer: low level retry 2/10 (error 500 Internal Server Error) 2026/04/05 06:34:27 DEBUG : pacer: low level retry 3/10 (error 500 Internal Server Error) 2026/04/05 06:34:29 DEBUG : pacer: low level retry 4/10 (error 500 Internal Server Error) 2026/04/05 06:34:31 DEBUG : pacer: low level retry 5/10 (error 500 Internal Server Error) 2026/04/05 06:34:33 DEBUG : pacer: low level retry 6/10 (error 500 Internal Server Error) 2026/04/05 06:34:35 DEBUG : pacer: low level retry 7/10 (error 500 Internal Server Error) 2026/04/05 06:34:37 DEBUG : pacer: low level retry 8/10 (error 500 Internal Server Error) 2026/04/05 06:34:39 DEBUG : pacer: low level retry 9/10 (error 500 Internal Server Error) 2026/04/05 06:34:41 DEBUG : pacer: low level retry 10/10 (error 500 Internal Server Error) 2026/04/05 06:34:41 ERROR : file1: Failed to open: 500 Internal Server Error 2026/04/05 06:34:43 DEBUG : pacer: low level retry 1/10 (error 500 Internal Server Error) 2026/04/05 06:34:45 DEBUG : pacer: low level retry 2/10 (error 500 Internal Server Error) 2026/04/05 06:34:47 DEBUG : pacer: low level retry 3/10 (error 500 Internal Server Error) 2026/04/05 06:34:49 DEBUG : pacer: low level retry 4/10 (error 500 Internal Server Error) 2026/04/05 06:34:51 DEBUG : pacer: low level retry 5/10 (error 500 Internal Server Error) 2026/04/05 06:34:53 DEBUG : pacer: low level retry 6/10 (error 500 Internal Server Error) 2026/04/05 06:34:55 DEBUG : pacer: low level retry 7/10 (error 500 Internal Server Error) 2026/04/05 06:34:57 DEBUG : pacer: low level retry 8/10 (error 500 Internal Server Error) 2026/04/05 06:34:59 DEBUG : pacer: low level retry 9/10 (error 500 Internal Server Error) 2026/04/05 06:35:01 DEBUG : pacer: low level retry 10/10 (error 500 Internal Server Error) 2026/04/05 06:35:01 ERROR : file2: Failed to open: 500 Internal Server Error operations_test.go:566: Incorrect output from Cat(0,-1, ): "" 2026/04/05 06:35:03 DEBUG : pacer: Reducing sleep to 1.5s 2026/04/05 06:35:05 DEBUG : pacer: Reducing sleep to 1.125s 2026/04/05 06:35:07 DEBUG : pacer: Reducing sleep to 843.75ms 2026/04/05 06:35:08 DEBUG : pacer: Reducing sleep to 632.8125ms --- FAIL: TestCat (201.58s) === RUN TestCopyURL run.go:185: Remote "webdav root 'rclone-test-pupipeb6doki'", Local "Local file system at /tmp/rclone537017942", Modify Window "1s" 2026/04/05 06:35:09 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/04/05 06:35:09 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/04/05 06:35:09 DEBUG : file1: Update will use the tus protocol to upload 2026/04/05 06:35:10 DEBUG : pacer: Reducing sleep to 266.967773ms 2026/04/05 06:35:10 INFO : file1: Failed to read metadata: object not found 2026/04/05 06:35:10 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/04/05 06:35:10 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:10 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error seek in stream failed: internal error: Seek not implemented for io.nopCloser 2026/04/05 06:35:10 DEBUG : file1: tus update failed. 2026/04/05 06:35:10 ERROR : file1: Post request put error: tus update failed: internal error: Seek not implemented for io.nopCloser operations_test.go:843: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:843 Error: Received unexpected error: tus update failed: internal error: Seek not implemented for io.nopCloser Test: TestCopyURL 2026/04/05 06:35:10 DEBUG : pacer: Reducing sleep to 150.169371ms 2026/04/05 06:35:11 DEBUG : pacer: Reducing sleep to 112.627028ms --- FAIL: TestCopyURL (2.75s) === RUN TestCopyURLDownloadHeaders run.go:185: Remote "webdav root 'rclone-test-pupipeb6doki'", Local "Local file system at /tmp/rclone537017942", Modify Window "1s" 2026/04/05 06:35:11 DEBUG : pacer: Reducing sleep to 84.470271ms 2026/04/05 06:35:11 DEBUG : file1: Update will use the tus protocol to upload 2026/04/05 06:35:11 DEBUG : pacer: Reducing sleep to 63.352703ms 2026/04/05 06:35:11 INFO : file1: Failed to read metadata: object not found 2026/04/05 06:35:11 DEBUG : pacer: Reducing sleep to 47.514527ms 2026/04/05 06:35:11 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:11 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error seek in stream failed: internal error: Seek not implemented for io.nopCloser 2026/04/05 06:35:11 DEBUG : file1: tus update failed. 2026/04/05 06:35:11 ERROR : file1: Post request put error: tus update failed: internal error: Seek not implemented for io.nopCloser operations_test.go:915: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:915 Error: Received unexpected error: tus update failed: internal error: Seek not implemented for io.nopCloser Test: TestCopyURLDownloadHeaders 2026/04/05 06:35:11 DEBUG : pacer: Reducing sleep to 35.635895ms 2026/04/05 06:35:11 DEBUG : pacer: Reducing sleep to 26.726921ms --- FAIL: TestCopyURLDownloadHeaders (0.55s) === RUN TestMoveFile run.go:185: Remote "webdav root 'rclone-test-pupipeb6doki'", Local "Local file system at /tmp/rclone537017942", Modify Window "1s" 2026/04/05 06:35:11 DEBUG : pacer: Reducing sleep to 20.04519ms 2026/04/05 06:35:11 DEBUG : file1: Need to transfer - File not found at Destination 2026/04/05 06:35:11 DEBUG : pacer: Reducing sleep to 15.033892ms 2026/04/05 06:35:11 DEBUG : sub/file2: Update will use the tus protocol to upload 2026/04/05 06:35:11 DEBUG : pacer: Reducing sleep to 11.275419ms 2026/04/05 06:35:11 INFO : sub/file2: Failed to read metadata: object not found 2026/04/05 06:35:11 DEBUG : pacer: Reducing sleep to 10ms 2026/04/05 06:35:11 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:11 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:11 DEBUG : sub/file2: tus update failed. 2026/04/05 06:35:11 DEBUG : file1: Received error: tus update failed: EOF - low level retry 0/10 2026/04/05 06:35:12 DEBUG : sub/file2: Update will use the tus protocol to upload 2026/04/05 06:35:12 INFO : sub/file2: Failed to read metadata: object not found 2026/04/05 06:35:12 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:12 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:12 DEBUG : sub/file2: tus update failed. 2026/04/05 06:35:12 DEBUG : file1: Received error: tus update failed: EOF - low level retry 1/10 2026/04/05 06:35:12 DEBUG : sub/file2: Update will use the tus protocol to upload 2026/04/05 06:35:12 INFO : sub/file2: Failed to read metadata: object not found 2026/04/05 06:35:12 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:12 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:12 DEBUG : sub/file2: tus update failed. 2026/04/05 06:35:12 DEBUG : file1: Received error: tus update failed: EOF - low level retry 2/10 2026/04/05 06:35:12 DEBUG : sub/file2: Update will use the tus protocol to upload 2026/04/05 06:35:12 INFO : sub/file2: Failed to read metadata: object not found 2026/04/05 06:35:12 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:12 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:12 DEBUG : sub/file2: tus update failed. 2026/04/05 06:35:12 DEBUG : file1: Received error: tus update failed: EOF - low level retry 3/10 2026/04/05 06:35:12 DEBUG : sub/file2: Update will use the tus protocol to upload 2026/04/05 06:35:12 INFO : sub/file2: Failed to read metadata: object not found 2026/04/05 06:35:12 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:12 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:12 DEBUG : sub/file2: tus update failed. 2026/04/05 06:35:12 DEBUG : file1: Received error: tus update failed: EOF - low level retry 4/10 2026/04/05 06:35:12 DEBUG : sub/file2: Update will use the tus protocol to upload 2026/04/05 06:35:13 INFO : sub/file2: Failed to read metadata: object not found 2026/04/05 06:35:13 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:13 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:13 DEBUG : sub/file2: tus update failed. 2026/04/05 06:35:13 DEBUG : file1: Received error: tus update failed: EOF - low level retry 5/10 2026/04/05 06:35:13 DEBUG : sub/file2: Update will use the tus protocol to upload 2026/04/05 06:35:13 INFO : sub/file2: Failed to read metadata: object not found 2026/04/05 06:35:13 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:13 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:13 DEBUG : sub/file2: tus update failed. 2026/04/05 06:35:13 DEBUG : file1: Received error: tus update failed: EOF - low level retry 6/10 2026/04/05 06:35:13 DEBUG : sub/file2: Update will use the tus protocol to upload 2026/04/05 06:35:13 INFO : sub/file2: Failed to read metadata: object not found 2026/04/05 06:35:13 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:13 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:13 DEBUG : sub/file2: tus update failed. 2026/04/05 06:35:13 DEBUG : file1: Received error: tus update failed: EOF - low level retry 7/10 2026/04/05 06:35:13 DEBUG : sub/file2: Update will use the tus protocol to upload 2026/04/05 06:35:13 INFO : sub/file2: Failed to read metadata: object not found 2026/04/05 06:35:13 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:13 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:13 DEBUG : sub/file2: tus update failed. 2026/04/05 06:35:13 DEBUG : file1: Received error: tus update failed: EOF - low level retry 8/10 2026/04/05 06:35:13 DEBUG : sub/file2: Update will use the tus protocol to upload 2026/04/05 06:35:14 INFO : sub/file2: Failed to read metadata: object not found 2026/04/05 06:35:14 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:14 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:14 DEBUG : sub/file2: tus update failed. 2026/04/05 06:35:14 DEBUG : file1: Received error: tus update failed: EOF - low level retry 9/10 2026/04/05 06:35:14 ERROR : file1: Failed to copy: tus update failed: EOF 2026/04/05 06:35:14 ERROR : file1: Not deleting source as copy failed: tus update failed: EOF operations_test.go:963: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:963 Error: Received unexpected error: tus update failed: EOF Test: TestMoveFile --- FAIL: TestMoveFile (2.88s) === RUN TestMoveFileWithIgnoreExisting run.go:185: Remote "webdav root 'rclone-test-pupipeb6doki'", Local "Local file system at /tmp/rclone537017942", Modify Window "1s" 2026/04/05 06:35:14 DEBUG : file1: Need to transfer - File not found at Destination 2026/04/05 06:35:14 DEBUG : file1: Update will use the tus protocol to upload 2026/04/05 06:35:14 INFO : file1: Failed to read metadata: object not found 2026/04/05 06:35:14 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:14 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:14 DEBUG : file1: tus update failed. 2026/04/05 06:35:14 DEBUG : file1: Received error: tus update failed: EOF - low level retry 0/10 2026/04/05 06:35:14 DEBUG : file1: Update will use the tus protocol to upload 2026/04/05 06:35:15 INFO : file1: Failed to read metadata: object not found 2026/04/05 06:35:15 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:15 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:15 DEBUG : file1: tus update failed. 2026/04/05 06:35:15 DEBUG : file1: Received error: tus update failed: EOF - low level retry 1/10 2026/04/05 06:35:15 DEBUG : file1: Update will use the tus protocol to upload 2026/04/05 06:35:15 INFO : file1: Failed to read metadata: object not found 2026/04/05 06:35:15 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:15 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:15 DEBUG : file1: tus update failed. 2026/04/05 06:35:15 DEBUG : file1: Received error: tus update failed: EOF - low level retry 2/10 2026/04/05 06:35:15 DEBUG : file1: Update will use the tus protocol to upload 2026/04/05 06:35:15 INFO : file1: Failed to read metadata: object not found 2026/04/05 06:35:15 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:15 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:15 DEBUG : file1: tus update failed. 2026/04/05 06:35:15 DEBUG : file1: Received error: tus update failed: EOF - low level retry 3/10 2026/04/05 06:35:15 DEBUG : file1: Update will use the tus protocol to upload 2026/04/05 06:35:15 INFO : file1: Failed to read metadata: object not found 2026/04/05 06:35:15 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:15 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:15 DEBUG : file1: tus update failed. 2026/04/05 06:35:15 DEBUG : file1: Received error: tus update failed: EOF - low level retry 4/10 2026/04/05 06:35:15 DEBUG : file1: Update will use the tus protocol to upload 2026/04/05 06:35:15 INFO : file1: Failed to read metadata: object not found 2026/04/05 06:35:16 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:16 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:16 DEBUG : file1: tus update failed. 2026/04/05 06:35:16 DEBUG : file1: Received error: tus update failed: EOF - low level retry 5/10 2026/04/05 06:35:16 DEBUG : file1: Update will use the tus protocol to upload 2026/04/05 06:35:16 INFO : file1: Failed to read metadata: object not found 2026/04/05 06:35:16 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:16 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:16 DEBUG : file1: tus update failed. 2026/04/05 06:35:16 DEBUG : file1: Received error: tus update failed: EOF - low level retry 6/10 2026/04/05 06:35:16 DEBUG : file1: Update will use the tus protocol to upload 2026/04/05 06:35:16 INFO : file1: Failed to read metadata: object not found 2026/04/05 06:35:16 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:16 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:16 DEBUG : file1: tus update failed. 2026/04/05 06:35:16 DEBUG : file1: Received error: tus update failed: EOF - low level retry 7/10 2026/04/05 06:35:16 DEBUG : file1: Update will use the tus protocol to upload 2026/04/05 06:35:16 INFO : file1: Failed to read metadata: object not found 2026/04/05 06:35:16 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:16 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:16 DEBUG : file1: tus update failed. 2026/04/05 06:35:16 DEBUG : file1: Received error: tus update failed: EOF - low level retry 8/10 2026/04/05 06:35:16 DEBUG : file1: Update will use the tus protocol to upload 2026/04/05 06:35:17 INFO : file1: Failed to read metadata: object not found 2026/04/05 06:35:17 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:17 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:17 DEBUG : file1: tus update failed. 2026/04/05 06:35:17 DEBUG : file1: Received error: tus update failed: EOF - low level retry 9/10 2026/04/05 06:35:17 ERROR : file1: Failed to copy: tus update failed: EOF 2026/04/05 06:35:17 ERROR : file1: Not deleting source as copy failed: tus update failed: EOF operations_test.go:991: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:991 Error: Received unexpected error: tus update failed: EOF Test: TestMoveFileWithIgnoreExisting --- FAIL: TestMoveFileWithIgnoreExisting (2.67s) === RUN TestMoveFileBackupDir run.go:185: Remote "webdav root 'rclone-test-pupipeb6doki'", Local "Local file system at /tmp/rclone537017942", Modify Window "1s" 2026/04/05 06:35:17 DEBUG : dst/file1: Update will use the tus protocol to upload 2026/04/05 06:35:17 INFO : dst/file1: Failed to read metadata: object not found 2026/04/05 06:35:17 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:17 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 ok, range 0 -> 18 2026/04/05 06:35:17 DEBUG : webdav root 'rclone-test-pupipeb6doki': -- Uploaded finished 2026/04/05 06:35:17 DEBUG : Creating backend with remote "TestWebdavInfiniteScale:rclone-test-pupipeb6doki/backup" 2026/04/05 06:35:17 DEBUG : Config file has changed externally - reloading 2026/04/05 06:35:17 DEBUG : Setting type="webdav" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_TYPE 2026/04/05 06:35:17 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/04/05 06:35:17 DEBUG : Setting vendor="infinitescale" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_VENDOR 2026/04/05 06:35:17 DEBUG : Setting user="admin" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_USER 2026/04/05 06:35:17 DEBUG : Setting pass="cafP3tEr8gZfQ7GawZa3tCeQITAH" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_PASS 2026/04/05 06:35:17 DEBUG : TestWebdavInfiniteScale: detected overridden config - adding "{rcp_-}" suffix to name 2026/04/05 06:35:17 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/04/05 06:35:17 DEBUG : Setting vendor="infinitescale" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_VENDOR 2026/04/05 06:35:17 DEBUG : Setting user="admin" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_USER 2026/04/05 06:35:17 DEBUG : Setting pass="cafP3tEr8gZfQ7GawZa3tCeQITAH" for "TestWebdavInfiniteScale" from environment variable RCLONE_CONFIG_TESTWEBDAVINFINITESCALE_PASS 2026/04/05 06:35:17 DEBUG : found headers: 2026/04/05 06:35:17 DEBUG : fs cache: renaming cache item "TestWebdavInfiniteScale:rclone-test-pupipeb6doki/backup" to be canonical "TestWebdavInfiniteScale{rcp_-}:rclone-test-pupipeb6doki/backup" 2026/04/05 06:35:17 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone537017942) 2026/04/05 06:35:17 DEBUG : dst/file1: size = 18 (webdav root 'rclone-test-pupipeb6doki') 2026/04/05 06:35:17 DEBUG : dst/file1: Sizes differ 2026/04/05 06:35:18 INFO : dst/file1: Moved (server-side) 2026/04/05 06:35:18 DEBUG : dst/file1: Update will use the tus protocol to upload 2026/04/05 06:35:18 INFO : dst/file1: Failed to read metadata: object not found 2026/04/05 06:35:18 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:18 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:18 DEBUG : dst/file1: tus update failed. 2026/04/05 06:35:18 DEBUG : dst/file1: Received error: tus update failed: EOF - low level retry 0/10 2026/04/05 06:35:18 DEBUG : dst/file1: Update will use the tus protocol to upload 2026/04/05 06:35:18 INFO : dst/file1: Failed to read metadata: object not found 2026/04/05 06:35:18 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:18 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:18 DEBUG : dst/file1: tus update failed. 2026/04/05 06:35:18 DEBUG : dst/file1: Received error: tus update failed: EOF - low level retry 1/10 2026/04/05 06:35:19 DEBUG : dst/file1: Update will use the tus protocol to upload 2026/04/05 06:35:19 INFO : dst/file1: Failed to read metadata: object not found 2026/04/05 06:35:19 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:19 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:19 DEBUG : dst/file1: tus update failed. 2026/04/05 06:35:19 DEBUG : dst/file1: Received error: tus update failed: EOF - low level retry 2/10 2026/04/05 06:35:19 DEBUG : dst/file1: Update will use the tus protocol to upload 2026/04/05 06:35:19 INFO : dst/file1: Failed to read metadata: object not found 2026/04/05 06:35:19 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:19 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:19 DEBUG : dst/file1: tus update failed. 2026/04/05 06:35:19 DEBUG : dst/file1: Received error: tus update failed: EOF - low level retry 3/10 2026/04/05 06:35:19 DEBUG : dst/file1: Update will use the tus protocol to upload 2026/04/05 06:35:19 INFO : dst/file1: Failed to read metadata: object not found 2026/04/05 06:35:19 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:19 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:19 DEBUG : dst/file1: tus update failed. 2026/04/05 06:35:19 DEBUG : dst/file1: Received error: tus update failed: EOF - low level retry 4/10 2026/04/05 06:35:19 DEBUG : dst/file1: Update will use the tus protocol to upload 2026/04/05 06:35:19 INFO : dst/file1: Failed to read metadata: object not found 2026/04/05 06:35:19 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:19 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:19 DEBUG : dst/file1: tus update failed. 2026/04/05 06:35:19 DEBUG : dst/file1: Received error: tus update failed: EOF - low level retry 5/10 2026/04/05 06:35:19 DEBUG : dst/file1: Update will use the tus protocol to upload 2026/04/05 06:35:19 INFO : dst/file1: Failed to read metadata: object not found 2026/04/05 06:35:19 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:19 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:19 DEBUG : dst/file1: tus update failed. 2026/04/05 06:35:19 DEBUG : dst/file1: Received error: tus update failed: EOF - low level retry 6/10 2026/04/05 06:35:19 DEBUG : dst/file1: Update will use the tus protocol to upload 2026/04/05 06:35:20 INFO : dst/file1: Failed to read metadata: object not found 2026/04/05 06:35:20 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:20 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:20 DEBUG : dst/file1: tus update failed. 2026/04/05 06:35:20 DEBUG : dst/file1: Received error: tus update failed: EOF - low level retry 7/10 2026/04/05 06:35:20 DEBUG : dst/file1: Update will use the tus protocol to upload 2026/04/05 06:35:20 INFO : dst/file1: Failed to read metadata: object not found 2026/04/05 06:35:20 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:20 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:20 DEBUG : dst/file1: tus update failed. 2026/04/05 06:35:20 DEBUG : dst/file1: Received error: tus update failed: EOF - low level retry 8/10 2026/04/05 06:35:20 DEBUG : dst/file1: Update will use the tus protocol to upload 2026/04/05 06:35:20 INFO : dst/file1: Failed to read metadata: object not found 2026/04/05 06:35:20 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:20 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error: Can not read from data stream: EOF 2026/04/05 06:35:20 DEBUG : dst/file1: tus update failed. 2026/04/05 06:35:20 DEBUG : dst/file1: Received error: tus update failed: EOF - low level retry 9/10 2026/04/05 06:35:20 ERROR : dst/file1: Failed to copy: tus update failed: EOF 2026/04/05 06:35:20 ERROR : dst/file1: Not deleting source as copy failed: tus update failed: EOF operations_test.go:1075: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1075 Error: Received unexpected error: tus update failed: EOF Test: TestMoveFileBackupDir --- FAIL: TestMoveFileBackupDir (4.19s) === RUN TestRcatSize run.go:185: Remote "webdav root 'rclone-test-pupipeb6doki'", Local "Local file system at /tmp/rclone537017942", Modify Window "1s" 2026/04/05 06:35:21 DEBUG : potato1: Update will use the tus protocol to upload 2026/04/05 06:35:21 INFO : potato1: Failed to read metadata: object not found 2026/04/05 06:35:21 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:21 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error seek in stream failed: internal error: Seek not implemented for io.nopCloserWriterTo 2026/04/05 06:35:21 DEBUG : potato1: tus update failed. 2026/04/05 06:35:21 ERROR : potato1: Post request put error: tus update failed: internal error: Seek not implemented for io.nopCloserWriterTo operations_test.go:1624: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1624 Error: Received unexpected error: tus update failed: internal error: Seek not implemented for io.nopCloserWriterTo Test: TestRcatSize --- FAIL: TestRcatSize (0.41s) === RUN TestRcatSizeUploadHeaders run.go:185: Remote "webdav root 'rclone-test-pupipeb6doki'", Local "Local file system at /tmp/rclone537017942", Modify Window "1s" 2026/04/05 06:35:21 DEBUG : potato1: Update will use the tus protocol to upload 2026/04/05 06:35:21 INFO : potato1: Failed to read metadata: object not found 2026/04/05 06:35:21 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:21 ERROR : webdav root 'rclone-test-pupipeb6doki': Chunk 1: Error seek in stream failed: internal error: Seek not implemented for io.nopCloserWriterTo 2026/04/05 06:35:21 DEBUG : potato1: tus update failed. 2026/04/05 06:35:21 ERROR : potato1: Post request put error: tus update failed: internal error: Seek not implemented for io.nopCloserWriterTo operations_test.go:1714: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1714 Error: Received unexpected error: tus update failed: internal error: Seek not implemented for io.nopCloserWriterTo Test: TestRcatSizeUploadHeaders --- FAIL: TestRcatSizeUploadHeaders (0.32s) === RUN TestTouchDir run.go:185: Remote "webdav root 'rclone-test-pupipeb6doki'", Local "Local file system at /tmp/rclone537017942", Modify Window "1s" 2026/04/05 06:35:22 DEBUG : potato2: Update will use the tus protocol to upload 2026/04/05 06:35:22 INFO : potato2: Failed to read metadata: object not found 2026/04/05 06:35:22 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:22 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 ok, range 0 -> 60 2026/04/05 06:35:22 DEBUG : webdav root 'rclone-test-pupipeb6doki': -- Uploaded finished 2026/04/05 06:35:22 DEBUG : empty space: Update will use the tus protocol to upload 2026/04/05 06:35:22 INFO : empty space: Failed to read metadata: object not found 2026/04/05 06:35:22 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:22 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 ok, range 0 -> 1 2026/04/05 06:35:22 DEBUG : webdav root 'rclone-test-pupipeb6doki': -- Uploaded finished 2026/04/05 06:35:22 DEBUG : sub dir/potato3: Update will use the tus protocol to upload 2026/04/05 06:35:22 INFO : sub dir/potato3: Failed to read metadata: object not found 2026/04/05 06:35:22 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded starts 2026/04/05 06:35:22 DEBUG : webdav root 'rclone-test-pupipeb6doki': Uploaded chunk no 1 ok, range 0 -> 5 2026/04/05 06:35:22 DEBUG : webdav root 'rclone-test-pupipeb6doki': -- Uploaded finished 2026/04/05 06:35:23 DEBUG : webdav root 'rclone-test-pupipeb6doki': Touching "empty space" 2026/04/05 06:35:23 DEBUG : webdav root 'rclone-test-pupipeb6doki': Touching "potato2" 2026/04/05 06:35:23 DEBUG : webdav root 'rclone-test-pupipeb6doki': Touching "sub dir/potato3" fstest.go:127: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:127 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:132 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:151 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /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:345 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1754 Error: Should be true Test: TestTouchDir Messages: empty space: Modification time difference too big |-11357h53m53.999999996s| > 1s (want 2010-09-08 07:06:05.000000004 +0000 UTC vs got 2011-12-25 12:59:59 +0000 GMT) (precision 1s) fstest.go:127: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:127 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:132 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:151 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /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:345 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1754 Error: Should be true Test: TestTouchDir Messages: potato2: Modification time difference too big |84099h0m59.000000004s| > 1s (want 2010-09-08 07:06:05.000000004 +0000 UTC vs got 2001-02-03 04:05:06 +0000 GMT) (precision 1s) fstest.go:127: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:127 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:132 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:151 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /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:345 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1754 Error: Should be true Test: TestTouchDir Messages: sub dir/potato3: Modification time difference too big |-11357h53m53.999999996s| > 1s (want 2010-09-08 07:06:05.000000004 +0000 UTC vs got 2011-12-25 12:59:59 +0000 GMT) (precision 1s) --- FAIL: TestTouchDir (2.09s) FAIL 2026/04/05 06:35:24 DEBUG : webdav root 'rclone-test-pupipeb6doki': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestWebdavInfiniteScale: -verbose -test.run '^(TestCat|TestCheckSumDownload|TestCopyFile|TestCopyFileBackupDir|TestCopyFileCompareDest|TestCopyFileCopyDest|TestCopyFileMaxTransfer|TestCopyURL|TestCopyURLDownloadHeaders|TestMoveFile|TestMoveFileBackupDir|TestMoveFileWithIgnoreExisting|TestParseSumFile|TestRcatSize|TestRcatSizeUploadHeaders|TestReadFile|TestTouchDir)$|^TestCheckDownload$/^(1|2|3|4|5|6|7)$|^TestHashSums$/^Sha1Download$'" - Finished ERROR in 43m56.488026169s (try 4/5): exit status 1: Failed [TestCheckDownload/1 TestCheckDownload/2 TestCheckDownload/3 TestCheckDownload/4 TestCheckDownload/5 TestCheckDownload/6 TestCheckDownload/7 TestParseSumFile TestCheckSumDownload TestCopyFile TestCopyFileBackupDir TestCopyFileCompareDest TestCopyFileCopyDest TestCopyFileMaxTransfer TestHashSums/Sha1Download TestReadFile TestCat TestCopyURL TestCopyURLDownloadHeaders TestMoveFile TestMoveFileWithIgnoreExisting TestMoveFileBackupDir TestRcatSize TestRcatSizeUploadHeaders TestTouchDir]