"go test -v -timeout 2h0m0s -remote TestZoho: -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsPutFiles$/^(FsCopy|FsDirMove|FsListDirFile2|FsListFile1|FsListFile1and2|FsListLevel2|FsListR|FsMove|FsPurge|FsPurgeRoot|ObjectOpen|ObjectOpenRange|ObjectOpenSeek|ObjectPartialRead|ObjectRemove|ObjectUpdate)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^Put$/^Remove$|^TestIntegration$/^FsMkdir$/^FsPutZeroLength$'" - Starting (try 5/5) === RUN TestIntegration fstests.go:438: Using remote "TestZoho:" 2026/04/28 07:11:47 DEBUG : Creating backend with remote "TestZoho:rclone-test-junanih8haru" 2026/04/28 07:11:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsPutZeroLength 2026/04/28 07:11:49 DEBUG : Couldn't parse Date: from server download.zoho.eu: "Tue, 28 Apr 2026 07:11:49 UTC": parsing time "Tue, 28 Apr 2026 07:11:49 UTC" as "Mon Jan _2 15:04:05 2006": cannot parse ", 28 Apr 2026 07:11:49 UTC" as " " 2026/04/28 07:11:49 ERROR : zoho: missing OAuth Scope. Run rclone config reconnect to fix this issue. fstests.go:262: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:262 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275 Error: Received unexpected error: HTTP error 401 (401 INVALID_OAUTHSCOPE) returned body: "{\"ERROR_MESSAGE\":\"INVALID_OAUTHSCOPE\",\"ERROR_CODE\":401}" Test: TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsPutFiles === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 fstests.go:984: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:984 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1003 Error: Not equal: expected: []string{"file name.txt"} actual : []string{"file name.txt", "zero-length-file"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=13) "file name.txt" +([]string) (len=2) { + (string) (len=13) "file name.txt", + (string) (len=16) "zero-length-file" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR fstests.go:1026: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1026 Error: Not equal: expected: []string{"file name.txt", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt"} actual : []string{"file name.txt", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt", "zero-length-file"} Diff: --- Expected +++ Actual @@ -1,4 +1,5 @@ -([]string) (len=2) { +([]string) (len=3) { (string) (len=13) "file name.txt", - (string) (len=60) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" + (string) (len=60) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt", + (string) (len=16) "zero-length-file" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 fstests.go:1098: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1098 Error: Not equal: expected: []string{"file name.txt"} actual : []string{"file name.txt", "zero-length-file"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=13) "file name.txt" +([]string) (len=2) { + (string) (len=13) "file name.txt", + (string) (len=16) "zero-length-file" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1112 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 Messages: listing wrong, want file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), zero-length-file (0) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1112 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 Messages: Unexpected file "zero-length-file" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1139 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 Messages: listing wrong, want file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), zero-length-file (0) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1139 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 Messages: Unexpected file "zero-length-file" === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2026/04/28 07:12:09 DEBUG : Too many requests. Trying again in 60 seconds. 2026/04/28 07:12:09 DEBUG : pacer: low level retry 1/10 (error HTTP error 429 (429 Too Many Requests) returned body: "{\"errors\":[{\"id\":\"F7008\",\"title\":\"Request rate limit exceeded. Please retry again later.\"}]}\n": trying again in 1m0s) 2026/04/28 07:12:09 DEBUG : pacer: Rate limited, increasing sleep to 1m0s 2026/04/28 07:12:09 DEBUG : Too many requests. Trying again in 60 seconds. 2026/04/28 07:12:09 DEBUG : pacer: low level retry 2/10 (error HTTP error 429 (429 Too Many Requests) returned body: "{\"errors\":[{\"id\":\"F7008\",\"title\":\"Request rate limit exceeded. Please retry again later.\"}]}\n": trying again in 1m0s) 2026/04/28 07:13:09 DEBUG : Too many requests. Trying again in 60 seconds. 2026/04/28 07:13:09 DEBUG : pacer: low level retry 3/10 (error HTTP error 429 (429 Too Many Requests) returned body: "{\"errors\":[{\"id\":\"F7008\",\"title\":\"Request rate limit exceeded. Please retry again later.\"}]}\n": trying again in 1m0s) 2026/04/28 07:14:09 DEBUG : Too many requests. Trying again in 60 seconds. 2026/04/28 07:14:09 DEBUG : pacer: low level retry 4/10 (error HTTP error 429 (429 Too Many Requests) returned body: "{\"errors\":[{\"id\":\"F7008\",\"title\":\"Request rate limit exceeded. Please retry again later.\"}]}\n": trying again in 1m0s) 2026/04/28 07:15:10 DEBUG : Too many requests. Trying again in 60 seconds. 2026/04/28 07:15:10 DEBUG : pacer: low level retry 5/10 (error HTTP error 429 (429 Too Many Requests) returned body: "{\"errors\":[{\"id\":\"F7008\",\"title\":\"Request rate limit exceeded. Please retry again later.\"}]}\n": trying again in 1m0s) 2026/04/28 07:16:09 DEBUG : Too many requests. Trying again in 60 seconds. 2026/04/28 07:16:09 DEBUG : pacer: low level retry 6/10 (error HTTP error 429 (429 Too Many Requests) returned body: "{\"errors\":[{\"id\":\"F7008\",\"title\":\"Request rate limit exceeded. Please retry again later.\"}]}\n": trying again in 1m0s) 2026/04/28 07:17:09 DEBUG : pacer: Reducing sleep to 45s 2026/04/28 07:18:10 DEBUG : pacer: Reducing sleep to 33.75s 2026/04/28 07:18:54 DEBUG : pacer: Reducing sleep to 25.3125s 2026/04/28 07:19:28 DEBUG : pacer: Reducing sleep to 18.984375s 2026/04/28 07:19:53 DEBUG : pacer: Reducing sleep to 14.23828125s 2026/04/28 07:20:12 DEBUG : pacer: Reducing sleep to 10.678710937s 2026/04/28 07:20:26 DEBUG : pacer: Reducing sleep to 8.009033202s 2026/04/28 07:20:37 DEBUG : pacer: Reducing sleep to 6.006774901s 2026/04/28 07:20:45 DEBUG : pacer: Reducing sleep to 4.505081175s 2026/04/28 07:20:51 DEBUG : pacer: Reducing sleep to 3.378810881s fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/04/28 07:20:56 DEBUG : pacer: Reducing sleep to 2.53410816s 2026/04/28 07:20:59 DEBUG : pacer: Reducing sleep to 1.90058112s 2026/04/28 07:21:02 DEBUG : pacer: Reducing sleep to 1.42543584s 2026/04/28 07:21:03 DEBUG : pacer: Reducing sleep to 1.06907688s 2026/04/28 07:21:05 DEBUG : pacer: Reducing sleep to 801.80766ms 2026/04/28 07:21:06 DEBUG : pacer: Reducing sleep to 601.355745ms 2026/04/28 07:21:07 DEBUG : pacer: Reducing sleep to 451.016808ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/04/28 07:21:09 DEBUG : pacer: Reducing sleep to 338.262606ms 2026/04/28 07:21:09 DEBUG : pacer: Reducing sleep to 253.696954ms 2026/04/28 07:21:10 DEBUG : pacer: Reducing sleep to 190.272715ms 2026/04/28 07:21:10 DEBUG : pacer: Reducing sleep to 142.704536ms 2026/04/28 07:21:10 DEBUG : pacer: Reducing sleep to 107.028402ms 2026/04/28 07:21:10 DEBUG : pacer: Reducing sleep to 80.271301ms 2026/04/28 07:21:10 DEBUG : pacer: Reducing sleep to 60.203475ms fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1168 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: listing wrong, want dirToPurge/fileToPurge.txt (100), file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got dirToPurge/fileToPurge.txt (100), file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), zero-length-file (0) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1168 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: Unexpected file "zero-length-file" 2026/04/28 07:21:15 DEBUG : pacer: Reducing sleep to 45.152606ms 2026/04/28 07:21:15 DEBUG : pacer: Reducing sleep to 33.864454ms 2026/04/28 07:21:15 DEBUG : pacer: Reducing sleep to 25.39834ms 2026/04/28 07:21:15 DEBUG : pacer: Reducing sleep to 19.048755ms 2026/04/28 07:21:15 DEBUG : pacer: Reducing sleep to 14.286566ms 2026/04/28 07:21:15 DEBUG : pacer: Reducing sleep to 10.714924ms 2026/04/28 07:21:15 DEBUG : pacer: Reducing sleep to 10ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1180 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: listing wrong, want file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), zero-length-file (0) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1180 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: Unexpected file "zero-length-file" === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1205 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot Messages: listing wrong, want dirToPurgeFromRoot/fileToPurgeFromRoot.txt (100), file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got dirToPurgeFromRoot/fileToPurgeFromRoot.txt (100), file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), zero-length-file (0) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1205 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot Messages: Unexpected file "zero-length-file" 2026/04/28 07:21:33 DEBUG : Creating backend with remote "TestZoho:rclone-test-junanih8haru/dirToPurgeFromRoot" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1222 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot Messages: listing wrong, want file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), zero-length-file (0) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1222 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot Messages: Unexpected file "zero-length-file" === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1275 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsCopy Messages: listing wrong, want file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy (100) got file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy (100), zero-length-file (0) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1275 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsCopy Messages: Unexpected file "zero-length-file" === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata fstests.go:1298: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove 2026/04/28 07:21:53 DEBUG : Too many requests. Trying again in 60 seconds. 2026/04/28 07:21:53 DEBUG : pacer: low level retry 1/10 (error HTTP error 429 (429 Too Many Requests) returned body: "{\"errors\":[{\"id\":\"F7008\",\"title\":\"Request rate limit exceeded. Please retry again later.\"}]}\n": trying again in 1m0s) 2026/04/28 07:21:53 DEBUG : pacer: Rate limited, increasing sleep to 1m0s 2026/04/28 07:21:53 DEBUG : Too many requests. Trying again in 60 seconds. 2026/04/28 07:21:53 DEBUG : pacer: low level retry 2/10 (error HTTP error 429 (429 Too Many Requests) returned body: "{\"errors\":[{\"id\":\"F7008\",\"title\":\"Request rate limit exceeded. Please retry again later.\"}]}\n": trying again in 1m0s) 2026/04/28 07:22:53 DEBUG : Too many requests. Trying again in 60 seconds. 2026/04/28 07:22:53 DEBUG : pacer: low level retry 3/10 (error HTTP error 429 (429 Too Many Requests) returned body: "{\"errors\":[{\"id\":\"F7008\",\"title\":\"Request rate limit exceeded. Please retry again later.\"}]}\n": trying again in 1m0s) 2026/04/28 07:23:53 DEBUG : Too many requests. Trying again in 60 seconds. 2026/04/28 07:23:53 DEBUG : pacer: low level retry 4/10 (error HTTP error 429 (429 Too Many Requests) returned body: "{\"errors\":[{\"id\":\"F7008\",\"title\":\"Request rate limit exceeded. Please retry again later.\"}]}\n": trying again in 1m0s) 2026/04/28 07:24:53 DEBUG : Too many requests. Trying again in 60 seconds. 2026/04/28 07:24:53 DEBUG : pacer: low level retry 5/10 (error HTTP error 429 (429 Too Many Requests) returned body: "{\"errors\":[{\"id\":\"F7008\",\"title\":\"Request rate limit exceeded. Please retry again later.\"}]}\n": trying again in 1m0s) 2026/04/28 07:25:54 DEBUG : Too many requests. Trying again in 60 seconds. 2026/04/28 07:25:54 DEBUG : pacer: low level retry 6/10 (error HTTP error 429 (429 Too Many Requests) returned body: "{\"errors\":[{\"id\":\"F7008\",\"title\":\"Request rate limit exceeded. Please retry again later.\"}]}\n": trying again in 1m0s) 2026/04/28 07:26:53 DEBUG : pacer: Reducing sleep to 45s 2026/04/28 07:27:53 DEBUG : pacer: Reducing sleep to 33.75s 2026/04/28 07:28:38 DEBUG : pacer: Reducing sleep to 25.3125s 2026/04/28 07:29:12 DEBUG : pacer: Reducing sleep to 18.984375s 2026/04/28 07:29:37 DEBUG : pacer: Reducing sleep to 14.23828125s fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/04/28 07:29:57 DEBUG : pacer: Reducing sleep to 10.678710937s 2026/04/28 07:30:11 DEBUG : pacer: Reducing sleep to 8.009033202s 2026/04/28 07:30:21 DEBUG : pacer: Reducing sleep to 6.006774901s 2026/04/28 07:30:29 DEBUG : pacer: Reducing sleep to 4.505081175s 2026/04/28 07:30:36 DEBUG : pacer: Reducing sleep to 3.378810881s 2026/04/28 07:30:40 DEBUG : pacer: Reducing sleep to 2.53410816s fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/04/28 07:30:43 DEBUG : pacer: Reducing sleep to 1.90058112s 2026/04/28 07:30:46 DEBUG : pacer: Reducing sleep to 1.42543584s 2026/04/28 07:30:48 DEBUG : pacer: Reducing sleep to 1.06907688s 2026/04/28 07:30:49 DEBUG : pacer: Reducing sleep to 801.80766ms 2026/04/28 07:30:50 DEBUG : pacer: Reducing sleep to 601.355745ms 2026/04/28 07:30:51 DEBUG : pacer: Reducing sleep to 451.016808ms fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1371 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsMove Messages: listing wrong, want file name.txt (100), other.txt (100) got file name.txt (100), other.txt (100), zero-length-file (0) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1371 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsMove Messages: Unexpected file "zero-length-file" 2026/04/28 07:30:55 DEBUG : pacer: Reducing sleep to 338.262606ms 2026/04/28 07:30:55 DEBUG : pacer: Reducing sleep to 253.696954ms 2026/04/28 07:30:56 DEBUG : pacer: Reducing sleep to 190.272715ms 2026/04/28 07:30:56 DEBUG : pacer: Reducing sleep to 142.704536ms 2026/04/28 07:30:56 DEBUG : pacer: Reducing sleep to 107.028402ms 2026/04/28 07:30:56 DEBUG : pacer: Reducing sleep to 80.271301ms 2026/04/28 07:30:56 DEBUG : pacer: Reducing sleep to 60.203475ms 2026/04/28 07:30:57 DEBUG : pacer: Reducing sleep to 45.152606ms 2026/04/28 07:30:57 DEBUG : pacer: Reducing sleep to 33.864454ms 2026/04/28 07:30:57 DEBUG : pacer: Reducing sleep to 25.39834ms 2026/04/28 07:30:57 DEBUG : pacer: Reducing sleep to 19.048755ms 2026/04/28 07:30:57 DEBUG : pacer: Reducing sleep to 14.286566ms 2026/04/28 07:30:57 DEBUG : pacer: Reducing sleep to 10.714924ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/04/28 07:30:58 DEBUG : pacer: Reducing sleep to 10ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1382 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsMove Messages: listing wrong, want moveTest/other.txt (100), other.txt (100) got moveTest/other.txt (100), other.txt (100), zero-length-file (0) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1382 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsMove Messages: Unexpected file "zero-length-file" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1390 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsMove Messages: listing wrong, want file name.txt (100), other.txt (100) got file name.txt (100), other.txt (100), zero-length-file (0) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1390 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsMove Messages: Unexpected file "zero-length-file" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1397 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsMove Messages: listing wrong, want file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), zero-length-file (0) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1397 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsMove Messages: Unexpected file "zero-length-file" === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata fstests.go:1407: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2026/04/28 07:31:25 DEBUG : Creating backend with remote "TestZoho:rclone-test-hopedig5hobi" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1494 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsDirMove Messages: listing wrong, want new_name/sub_new_name/file name.txt (100), new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got new_name/sub_new_name/file name.txt (100), new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), new_name/sub_new_name/zero-length-file (0) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1494 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsDirMove Messages: Unexpected file "new_name/sub_new_name/zero-length-file" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/04/28 07:31:38 DEBUG : Too many requests. Trying again in 60 seconds. 2026/04/28 07:31:38 DEBUG : pacer: low level retry 1/10 (error HTTP error 429 (429 Too Many Requests) returned body: "{\"errors\":[{\"id\":\"F7008\",\"title\":\"Request rate limit exceeded. Please retry again later.\"}]}\n": trying again in 1m0s) 2026/04/28 07:31:38 DEBUG : pacer: Rate limited, increasing sleep to 1m0s 2026/04/28 07:31:38 DEBUG : Too many requests. Trying again in 60 seconds. 2026/04/28 07:31:38 DEBUG : pacer: low level retry 2/10 (error HTTP error 429 (429 Too Many Requests) returned body: "{\"errors\":[{\"id\":\"F7008\",\"title\":\"Request rate limit exceeded. Please retry again later.\"}]}\n": trying again in 1m0s) 2026/04/28 07:32:39 DEBUG : Too many requests. Trying again in 60 seconds. 2026/04/28 07:32:39 DEBUG : pacer: low level retry 3/10 (error HTTP error 429 (429 Too Many Requests) returned body: "{\"errors\":[{\"id\":\"F7008\",\"title\":\"Request rate limit exceeded. Please retry again later.\"}]}\n": trying again in 1m0s) 2026/04/28 07:33:38 DEBUG : Too many requests. Trying again in 60 seconds. 2026/04/28 07:33:38 DEBUG : pacer: low level retry 4/10 (error HTTP error 429 (429 Too Many Requests) returned body: "{\"errors\":[{\"id\":\"F7008\",\"title\":\"Request rate limit exceeded. Please retry again later.\"}]}\n": trying again in 1m0s) 2026/04/28 07:34:38 DEBUG : Too many requests. Trying again in 60 seconds. 2026/04/28 07:34:38 DEBUG : pacer: low level retry 5/10 (error HTTP error 429 (429 Too Many Requests) returned body: "{\"errors\":[{\"id\":\"F7008\",\"title\":\"Request rate limit exceeded. Please retry again later.\"}]}\n": trying again in 1m0s) 2026/04/28 07:35:38 DEBUG : Too many requests. Trying again in 60 seconds. 2026/04/28 07:35:38 DEBUG : pacer: low level retry 6/10 (error HTTP error 429 (429 Too Many Requests) returned body: "{\"errors\":[{\"id\":\"F7008\",\"title\":\"Request rate limit exceeded. Please retry again later.\"}]}\n": trying again in 1m0s) 2026/04/28 07:36:38 DEBUG : pacer: Reducing sleep to 45s 2026/04/28 07:37:39 DEBUG : pacer: Reducing sleep to 33.75s 2026/04/28 07:38:23 DEBUG : pacer: Reducing sleep to 25.3125s 2026/04/28 07:38:57 DEBUG : pacer: Reducing sleep to 18.984375s 2026/04/28 07:39:22 DEBUG : pacer: Reducing sleep to 14.23828125s 2026/04/28 07:39:41 DEBUG : pacer: Reducing sleep to 10.678710937s fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/04/28 07:39:56 DEBUG : pacer: Reducing sleep to 8.009033202s 2026/04/28 07:40:06 DEBUG : pacer: Reducing sleep to 6.006774901s 2026/04/28 07:40:14 DEBUG : pacer: Reducing sleep to 4.505081175s 2026/04/28 07:40:20 DEBUG : pacer: Reducing sleep to 3.378810881s 2026/04/28 07:40:25 DEBUG : pacer: Reducing sleep to 2.53410816s 2026/04/28 07:40:28 DEBUG : pacer: Reducing sleep to 1.90058112s fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1508 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsDirMove Messages: listing wrong, want file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), zero-length-file (0) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1508 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsDirMove Messages: Unexpected file "zero-length-file" 2026/04/28 07:40:32 DEBUG : zoho root 'rclone-test-hopedig5hobi': Purge remote === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen 2026/04/28 07:40:34 DEBUG : pacer: Reducing sleep to 1.42543584s 2026/04/28 07:40:35 DEBUG : pacer: Reducing sleep to 1.06907688s 2026/04/28 07:40:37 DEBUG : Couldn't parse Date: from server download.zoho.eu: "Tue, 28 Apr 2026 07:40:37 UTC": parsing time "Tue, 28 Apr 2026 07:40:37 UTC" as "Mon Jan _2 15:04:05 2006": cannot parse ", 28 Apr 2026 07:40:37 UTC" as " " 2026/04/28 07:40:37 ERROR : zoho: missing OAuth Scope. Run rclone config reconnect to fix this issue. 2026/04/28 07:40:37 DEBUG : pacer: Reducing sleep to 801.80766ms fstests.go:287: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:287 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1781 Error: Received unexpected error: HTTP error 401 (401 INVALID_OAUTHSCOPE) returned body: "{\"ERROR_MESSAGE\":\"INVALID_OAUTHSCOPE\",\"ERROR_CODE\":401}" Test: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen Messages: readObject("file name.txt") limit=-1, options=[] === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek 2026/04/28 07:40:38 DEBUG : pacer: Reducing sleep to 601.355745ms 2026/04/28 07:40:39 DEBUG : Couldn't parse Date: from server download.zoho.eu: "Tue, 28 Apr 2026 07:40:39 UTC": parsing time "Tue, 28 Apr 2026 07:40:39 UTC" as "Mon Jan _2 15:04:05 2006": cannot parse ", 28 Apr 2026 07:40:39 UTC" as " " 2026/04/28 07:40:39 ERROR : zoho: missing OAuth Scope. Run rclone config reconnect to fix this issue. 2026/04/28 07:40:39 DEBUG : pacer: Reducing sleep to 451.016808ms fstests.go:287: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:287 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1788 Error: Received unexpected error: HTTP error 401 (401 INVALID_OAUTHSCOPE) returned body: "{\"ERROR_MESSAGE\":\"INVALID_OAUTHSCOPE\",\"ERROR_CODE\":401}" Test: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek Messages: readObject("file name.txt") limit=-1, options=[SeekOption(50)] === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange 2026/04/28 07:40:39 DEBUG : pacer: Reducing sleep to 338.262606ms 2026/04/28 07:40:40 DEBUG : Couldn't parse Date: from server download.zoho.eu: "Tue, 28 Apr 2026 07:40:40 UTC": parsing time "Tue, 28 Apr 2026 07:40:40 UTC" as "Mon Jan _2 15:04:05 2006": cannot parse ", 28 Apr 2026 07:40:40 UTC" as " " 2026/04/28 07:40:40 ERROR : zoho: missing OAuth Scope. Run rclone config reconnect to fix this issue. 2026/04/28 07:40:40 DEBUG : pacer: Reducing sleep to 253.696954ms fstests.go:287: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:287 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1807 Error: Received unexpected error: HTTP error 401 (401 INVALID_OAUTHSCOPE) returned body: "{\"ERROR_MESSAGE\":\"INVALID_OAUTHSCOPE\",\"ERROR_CODE\":401}" Test: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange Messages: readObject("file name.txt") limit=-1, options=[RangeOption(5,15)] === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead 2026/04/28 07:40:40 DEBUG : pacer: Reducing sleep to 190.272715ms 2026/04/28 07:40:41 DEBUG : Couldn't parse Date: from server download.zoho.eu: "Tue, 28 Apr 2026 07:40:41 UTC": parsing time "Tue, 28 Apr 2026 07:40:41 UTC" as "Mon Jan _2 15:04:05 2006": cannot parse ", 28 Apr 2026 07:40:41 UTC" as " " 2026/04/28 07:40:41 ERROR : zoho: missing OAuth Scope. Run rclone config reconnect to fix this issue. 2026/04/28 07:40:41 DEBUG : pacer: Reducing sleep to 142.704536ms fstests.go:287: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:287 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1818 Error: Received unexpected error: HTTP error 401 (401 INVALID_OAUTHSCOPE) returned body: "{\"ERROR_MESSAGE\":\"INVALID_OAUTHSCOPE\",\"ERROR_CODE\":401}" Test: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead Messages: readObject("file name.txt") limit=50, options=[] === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate 2026/04/28 07:40:42 DEBUG : pacer: Reducing sleep to 107.028402ms 2026/04/28 07:40:42 DEBUG : pacer: Reducing sleep to 80.271301ms 2026/04/28 07:40:42 DEBUG : pacer: Reducing sleep to 60.203475ms 2026/04/28 07:40:42 DEBUG : Couldn't parse Date: from server download.zoho.eu: "Tue, 28 Apr 2026 07:40:42 UTC": parsing time "Tue, 28 Apr 2026 07:40:42 UTC" as "Mon Jan _2 15:04:05 2006": cannot parse ", 28 Apr 2026 07:40:42 UTC" as " " 2026/04/28 07:40:42 ERROR : zoho: missing OAuth Scope. Run rclone config reconnect to fix this issue. 2026/04/28 07:40:42 DEBUG : pacer: Reducing sleep to 45.152606ms fstests.go:287: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:287 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1849 Error: Received unexpected error: HTTP error 401 (401 INVALID_OAUTHSCOPE) returned body: "{\"ERROR_MESSAGE\":\"INVALID_OAUTHSCOPE\",\"ERROR_CODE\":401}" Test: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate Messages: readObject("file name.txt") limit=-1, options=[] === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1920: Opening root remote "TestZoho:" path "rclone-test-junanih8haru" from "TestZoho:rclone-test-junanih8haru" 2026/04/28 07:40:42 DEBUG : Creating backend with remote "TestZoho:" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1943 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: listing wrong, want rclone-test-junanih8haru/file name.txt (200), rclone-test-junanih8haru/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got rclone-test-junanih8haru/file name.txt (200), rclone-test-junanih8haru/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), rclone-test-junanih8haru/zero-length-file (0) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1943 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: Unexpected file "rclone-test-junanih8haru/zero-length-file" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries fstest.go:380: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:380 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1950 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries Messages: ListEntries not equal, want rclone-test-junanih8haru/file name.txt (200) got rclone-test-junanih8haru/file name.txt (200), rclone-test-junanih8haru/zero-length-file (0) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:383 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1950 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries Messages: Unexpected file "rclone-test-junanih8haru/zero-length-file" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1999 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put Messages: listing wrong, want rclone-test-junanih8haru/created from root.txt (100), rclone-test-junanih8haru/file name.txt (200), rclone-test-junanih8haru/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got rclone-test-junanih8haru/created from root.txt (100), rclone-test-junanih8haru/file name.txt (200), rclone-test-junanih8haru/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), rclone-test-junanih8haru/zero-length-file (0) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1999 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put Messages: Unexpected file "rclone-test-junanih8haru/zero-length-file" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2004 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove Messages: listing wrong, want rclone-test-junanih8haru/file name.txt (200), rclone-test-junanih8haru/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got rclone-test-junanih8haru/file name.txt (200), rclone-test-junanih8haru/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), rclone-test-junanih8haru/zero-length-file (0) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2004 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove Messages: Unexpected file "rclone-test-junanih8haru/zero-length-file" === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove 2026/04/28 07:41:11 DEBUG : pacer: Reducing sleep to 33.864454ms 2026/04/28 07:41:11 DEBUG : pacer: Reducing sleep to 25.39834ms 2026/04/28 07:41:11 DEBUG : pacer: Reducing sleep to 19.048755ms 2026/04/28 07:41:11 DEBUG : pacer: Reducing sleep to 14.286566ms 2026/04/28 07:41:11 DEBUG : pacer: Reducing sleep to 10.714924ms 2026/04/28 07:41:11 DEBUG : pacer: Reducing sleep to 10ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/04/28 07:41:13 DEBUG : Too many requests. Trying again in 60 seconds. 2026/04/28 07:41:13 DEBUG : pacer: low level retry 1/10 (error HTTP error 429 (429 Too Many Requests) returned body: "{\"errors\":[{\"id\":\"F7008\",\"title\":\"Request rate limit exceeded. Please retry again later.\"}]}\n": trying again in 1m0s) 2026/04/28 07:41:13 DEBUG : pacer: Rate limited, increasing sleep to 1m0s 2026/04/28 07:41:13 DEBUG : Too many requests. Trying again in 60 seconds. 2026/04/28 07:41:13 DEBUG : pacer: low level retry 2/10 (error HTTP error 429 (429 Too Many Requests) returned body: "{\"errors\":[{\"id\":\"F7008\",\"title\":\"Request rate limit exceeded. Please retry again later.\"}]}\n": trying again in 1m0s) 2026/04/28 07:42:13 DEBUG : Too many requests. Trying again in 60 seconds. 2026/04/28 07:42:13 DEBUG : pacer: low level retry 3/10 (error HTTP error 429 (429 Too Many Requests) returned body: "{\"errors\":[{\"id\":\"F7008\",\"title\":\"Request rate limit exceeded. Please retry again later.\"}]}\n": trying again in 1m0s) 2026/04/28 07:43:14 DEBUG : Too many requests. Trying again in 60 seconds. 2026/04/28 07:43:14 DEBUG : pacer: low level retry 4/10 (error HTTP error 429 (429 Too Many Requests) returned body: "{\"errors\":[{\"id\":\"F7008\",\"title\":\"Request rate limit exceeded. Please retry again later.\"}]}\n": trying again in 1m0s) 2026/04/28 07:44:13 DEBUG : Too many requests. Trying again in 60 seconds. 2026/04/28 07:44:13 DEBUG : pacer: low level retry 5/10 (error HTTP error 429 (429 Too Many Requests) returned body: "{\"errors\":[{\"id\":\"F7008\",\"title\":\"Request rate limit exceeded. Please retry again later.\"}]}\n": trying again in 1m0s) 2026/04/28 07:45:13 DEBUG : Too many requests. Trying again in 60 seconds. 2026/04/28 07:45:13 DEBUG : pacer: low level retry 6/10 (error HTTP error 429 (429 Too Many Requests) returned body: "{\"errors\":[{\"id\":\"F7008\",\"title\":\"Request rate limit exceeded. Please retry again later.\"}]}\n": trying again in 1m0s) 2026/04/28 07:46:13 DEBUG : pacer: Reducing sleep to 45s 2026/04/28 07:47:13 DEBUG : pacer: Reducing sleep to 33.75s 2026/04/28 07:47:58 DEBUG : pacer: Reducing sleep to 25.3125s 2026/04/28 07:48:31 DEBUG : pacer: Reducing sleep to 18.984375s 2026/04/28 07:48:57 DEBUG : pacer: Reducing sleep to 14.23828125s fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/04/28 07:49:16 DEBUG : pacer: Reducing sleep to 10.678710937s 2026/04/28 07:49:30 DEBUG : pacer: Reducing sleep to 8.009033202s 2026/04/28 07:49:41 DEBUG : pacer: Reducing sleep to 6.006774901s 2026/04/28 07:49:49 DEBUG : pacer: Reducing sleep to 4.505081175s 2026/04/28 07:49:55 DEBUG : pacer: Reducing sleep to 3.378810881s 2026/04/28 07:49:59 DEBUG : pacer: Reducing sleep to 2.53410816s fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2281 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove Messages: listing wrong, want hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), zero-length-file (0) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2281 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove Messages: Unexpected file "zero-length-file" 2026/04/28 07:50:04 DEBUG : pacer: Reducing sleep to 1.90058112s 2026/04/28 07:50:06 DEBUG : pacer: Reducing sleep to 1.42543584s 2026/04/28 07:50:08 DEBUG : pacer: Reducing sleep to 1.06907688s 2026/04/28 07:50:09 DEBUG : pacer: Reducing sleep to 801.80766ms 2026/04/28 07:50:09 ERROR : error listing: directory not found 2026/04/28 07:50:11 DEBUG : pacer: Reducing sleep to 601.355745ms --- FAIL: TestIntegration (2303.24s) --- FAIL: TestIntegration/FsMkdir (2302.28s) --- FAIL: TestIntegration/FsMkdir/FsPutZeroLength (0.52s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (2294.66s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.96s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.32s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.10s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (9.11s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (8.45s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsPurge (555.17s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (19.09s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsCopy (9.46s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsMove (572.39s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (548.40s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (3.56s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (1.94s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (1.04s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (1.51s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.74s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot (28.36s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (9.29s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.20s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (18.86s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (10.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (532.90s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/zoho 2303.255s "go test -v -timeout 2h0m0s -remote TestZoho: -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsPutFiles$/^(FsCopy|FsDirMove|FsListDirFile2|FsListFile1|FsListFile1and2|FsListLevel2|FsListR|FsMove|FsPurge|FsPurgeRoot|ObjectOpen|ObjectOpenRange|ObjectOpenSeek|ObjectPartialRead|ObjectRemove|ObjectUpdate)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^Put$/^Remove$|^TestIntegration$/^FsMkdir$/^FsPutZeroLength$'" - Finished ERROR in 38m23.966480988s (try 5/5): exit status 1: Failed [TestIntegration/FsMkdir/FsPutZeroLength TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 TestIntegration/FsMkdir/FsPutFiles/FsListR TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 TestIntegration/FsMkdir/FsPutFiles/FsListFile1 TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 TestIntegration/FsMkdir/FsPutFiles/FsPurge TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot TestIntegration/FsMkdir/FsPutFiles/FsCopy TestIntegration/FsMkdir/FsPutFiles/FsMove TestIntegration/FsMkdir/FsPutFiles/FsDirMove TestIntegration/FsMkdir/FsPutFiles/ObjectOpen TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate TestIntegration/FsMkdir/FsPutFiles/FromRoot/List TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove TestIntegration/FsMkdir/FsPutFiles/ObjectRemove]