"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 2/5) === RUN TestIntegration fstests.go:438: Using remote "TestZoho:" 2026/02/02 04:21:57 DEBUG : Creating backend with remote "TestZoho:rclone-test-zukiqic4fuxe" 2026/02/02 04:21:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsPutZeroLength 2026/02/02 04:21:58 DEBUG : Couldn't parse Date: from server download.zoho.eu: "Mon, 02 Feb 2026 04:21:58 UTC": parsing time "Mon, 02 Feb 2026 04:21:58 UTC" as "Mon Jan _2 15:04:05 2006": cannot parse ", 02 Feb 2026 04:21:58 UTC" as " " 2026/02/02 04:21:58 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:980: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:980 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:999 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:1022: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1022 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:1094: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1094 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:1108 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:1108 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:1135 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:1135 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 Messages: Unexpected file "zero-length-file" === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2026/02/02 04:22:17 DEBUG : Too many requests. Trying again in 60 seconds. 2026/02/02 04:22:17 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/02/02 04:22:17 DEBUG : pacer: Rate limited, increasing sleep to 1m0s 2026/02/02 04:22:17 DEBUG : Too many requests. Trying again in 60 seconds. 2026/02/02 04:22:17 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/02/02 04:23:17 DEBUG : Too many requests. Trying again in 60 seconds. 2026/02/02 04:23:17 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/02/02 04:24:17 DEBUG : Too many requests. Trying again in 60 seconds. 2026/02/02 04:24:17 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/02/02 04:25:17 DEBUG : Too many requests. Trying again in 60 seconds. 2026/02/02 04:25:17 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/02/02 04:26:17 DEBUG : Too many requests. Trying again in 60 seconds. 2026/02/02 04:26:17 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/02/02 04:27:17 DEBUG : pacer: Reducing sleep to 45s 2026/02/02 04:28:17 DEBUG : pacer: Reducing sleep to 33.75s 2026/02/02 04:29:02 DEBUG : pacer: Reducing sleep to 25.3125s 2026/02/02 04:29:35 DEBUG : pacer: Reducing sleep to 18.984375s 2026/02/02 04:30:01 DEBUG : pacer: Reducing sleep to 14.23828125s 2026/02/02 04:30:20 DEBUG : pacer: Reducing sleep to 10.678710937s 2026/02/02 04:30:34 DEBUG : pacer: Reducing sleep to 8.009033202s 2026/02/02 04:30:45 DEBUG : pacer: Reducing sleep to 6.006774901s 2026/02/02 04:30:53 DEBUG : pacer: Reducing sleep to 4.505081175s 2026/02/02 04:30:59 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/02/02 04:31:03 DEBUG : pacer: Reducing sleep to 2.53410816s 2026/02/02 04:31:07 DEBUG : pacer: Reducing sleep to 1.90058112s 2026/02/02 04:31:09 DEBUG : pacer: Reducing sleep to 1.42543584s 2026/02/02 04:31:11 DEBUG : pacer: Reducing sleep to 1.06907688s 2026/02/02 04:31:12 DEBUG : pacer: Reducing sleep to 801.80766ms 2026/02/02 04:31:14 DEBUG : pacer: Reducing sleep to 601.355745ms 2026/02/02 04:31:14 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/02/02 04:31:16 DEBUG : pacer: Reducing sleep to 338.262606ms 2026/02/02 04:31:17 DEBUG : pacer: Reducing sleep to 253.696954ms 2026/02/02 04:31:17 DEBUG : pacer: Reducing sleep to 190.272715ms 2026/02/02 04:31:17 DEBUG : pacer: Reducing sleep to 142.704536ms 2026/02/02 04:31:18 DEBUG : pacer: Reducing sleep to 107.028402ms 2026/02/02 04:31:18 DEBUG : pacer: Reducing sleep to 80.271301ms 2026/02/02 04:31:18 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:1164 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:1164 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: Unexpected file "zero-length-file" 2026/02/02 04:31:22 DEBUG : pacer: Reducing sleep to 45.152606ms 2026/02/02 04:31:22 DEBUG : pacer: Reducing sleep to 33.864454ms 2026/02/02 04:31:22 DEBUG : pacer: Reducing sleep to 25.39834ms 2026/02/02 04:31:22 DEBUG : pacer: Reducing sleep to 19.048755ms 2026/02/02 04:31:22 DEBUG : pacer: Reducing sleep to 14.286566ms 2026/02/02 04:31:22 DEBUG : pacer: Reducing sleep to 10.714924ms 2026/02/02 04:31:22 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:1176 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:1176 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:1201 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:1201 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot Messages: Unexpected file "zero-length-file" 2026/02/02 04:31:39 DEBUG : Creating backend with remote "TestZoho:rclone-test-zukiqic4fuxe/dirToPurgeFromRoot" 2026/02/02 04:31:39 DEBUG : Config file has changed externally - reloading 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:1218 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:1218 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:1271 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:1271 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsCopy Messages: Unexpected file "zero-length-file" === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata fstests.go:1294: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove 2026/02/02 04:31:57 DEBUG : Too many requests. Trying again in 60 seconds. 2026/02/02 04:31:57 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/02/02 04:31:57 DEBUG : pacer: Rate limited, increasing sleep to 1m0s 2026/02/02 04:31:57 DEBUG : Too many requests. Trying again in 60 seconds. 2026/02/02 04:31:57 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/02/02 04:32:57 DEBUG : Too many requests. Trying again in 60 seconds. 2026/02/02 04:32:57 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/02/02 04:33:57 DEBUG : Too many requests. Trying again in 60 seconds. 2026/02/02 04:33:57 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/02/02 04:34:57 DEBUG : Too many requests. Trying again in 60 seconds. 2026/02/02 04:34:57 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/02/02 04:35:57 DEBUG : Too many requests. Trying again in 60 seconds. 2026/02/02 04:35:57 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/02/02 04:36:57 DEBUG : pacer: Reducing sleep to 45s 2026/02/02 04:37:57 DEBUG : pacer: Reducing sleep to 33.75s 2026/02/02 04:38:42 DEBUG : pacer: Reducing sleep to 25.3125s 2026/02/02 04:39:15 DEBUG : pacer: Reducing sleep to 18.984375s 2026/02/02 04:39:41 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/02/02 04:40:00 DEBUG : pacer: Reducing sleep to 10.678710937s 2026/02/02 04:40:14 DEBUG : pacer: Reducing sleep to 8.009033202s 2026/02/02 04:40:25 DEBUG : pacer: Reducing sleep to 6.006774901s 2026/02/02 04:40:33 DEBUG : pacer: Reducing sleep to 4.505081175s 2026/02/02 04:40:39 DEBUG : pacer: Reducing sleep to 3.378810881s 2026/02/02 04:40:43 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/02/02 04:40:47 DEBUG : pacer: Reducing sleep to 1.90058112s 2026/02/02 04:40:49 DEBUG : pacer: Reducing sleep to 1.42543584s 2026/02/02 04:40:51 DEBUG : pacer: Reducing sleep to 1.06907688s 2026/02/02 04:40:52 DEBUG : pacer: Reducing sleep to 801.80766ms 2026/02/02 04:40:53 DEBUG : pacer: Reducing sleep to 601.355745ms 2026/02/02 04:40:54 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:1367 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:1367 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsMove Messages: Unexpected file "zero-length-file" 2026/02/02 04:40:58 DEBUG : pacer: Reducing sleep to 338.262606ms 2026/02/02 04:40:59 DEBUG : pacer: Reducing sleep to 253.696954ms 2026/02/02 04:40:59 DEBUG : pacer: Reducing sleep to 190.272715ms 2026/02/02 04:40:59 DEBUG : pacer: Reducing sleep to 142.704536ms 2026/02/02 04:41:00 DEBUG : pacer: Reducing sleep to 107.028402ms 2026/02/02 04:41:00 DEBUG : pacer: Reducing sleep to 80.271301ms 2026/02/02 04:41:00 DEBUG : pacer: Reducing sleep to 60.203475ms 2026/02/02 04:41:00 DEBUG : pacer: Reducing sleep to 45.152606ms 2026/02/02 04:41:00 DEBUG : pacer: Reducing sleep to 33.864454ms 2026/02/02 04:41:00 DEBUG : pacer: Reducing sleep to 25.39834ms 2026/02/02 04:41:00 DEBUG : pacer: Reducing sleep to 19.048755ms 2026/02/02 04:41:00 DEBUG : pacer: Reducing sleep to 14.286566ms 2026/02/02 04:41:00 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/02/02 04:41:01 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:1378 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:1378 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:1386 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:1386 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:1393 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:1393 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsMove Messages: Unexpected file "zero-length-file" === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata fstests.go:1403: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2026/02/02 04:41:25 DEBUG : Creating backend with remote "TestZoho:rclone-test-moyulec5foca" 2026/02/02 04:41:25 DEBUG : Config file has changed externally - reloading 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:1490 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:1490 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/02/02 04:41:38 DEBUG : Too many requests. Trying again in 60 seconds. 2026/02/02 04:41: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/02/02 04:41:38 DEBUG : pacer: Rate limited, increasing sleep to 1m0s 2026/02/02 04:41:38 DEBUG : Too many requests. Trying again in 60 seconds. 2026/02/02 04:41: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/02/02 04:42:38 DEBUG : Too many requests. Trying again in 60 seconds. 2026/02/02 04:42:38 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/02/02 04:43:38 DEBUG : Too many requests. Trying again in 60 seconds. 2026/02/02 04:43: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/02/02 04:44:38 DEBUG : Too many requests. Trying again in 60 seconds. 2026/02/02 04:44: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/02/02 04:45:38 DEBUG : Too many requests. Trying again in 60 seconds. 2026/02/02 04:45: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/02/02 04:46:38 DEBUG : pacer: Reducing sleep to 45s 2026/02/02 04:47:38 DEBUG : pacer: Reducing sleep to 33.75s 2026/02/02 04:48:23 DEBUG : pacer: Reducing sleep to 25.3125s 2026/02/02 04:48:56 DEBUG : pacer: Reducing sleep to 18.984375s 2026/02/02 04:49:22 DEBUG : pacer: Reducing sleep to 14.23828125s 2026/02/02 04:49: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/02/02 04:49:55 DEBUG : pacer: Reducing sleep to 8.009033202s 2026/02/02 04:50:06 DEBUG : pacer: Reducing sleep to 6.006774901s 2026/02/02 04:50:14 DEBUG : pacer: Reducing sleep to 4.505081175s 2026/02/02 04:50:20 DEBUG : pacer: Reducing sleep to 3.378810881s 2026/02/02 04:50:24 DEBUG : pacer: Reducing sleep to 2.53410816s 2026/02/02 04:50: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:1504 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:1504 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsDirMove Messages: Unexpected file "zero-length-file" 2026/02/02 04:50:32 DEBUG : zoho root 'rclone-test-moyulec5foca': Purge remote === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen 2026/02/02 04:50:32 DEBUG : pacer: Reducing sleep to 1.42543584s 2026/02/02 04:50:34 DEBUG : pacer: Reducing sleep to 1.06907688s 2026/02/02 04:50:35 DEBUG : Couldn't parse Date: from server download.zoho.eu: "Mon, 02 Feb 2026 04:50:35 UTC": parsing time "Mon, 02 Feb 2026 04:50:35 UTC" as "Mon Jan _2 15:04:05 2006": cannot parse ", 02 Feb 2026 04:50:35 UTC" as " " 2026/02/02 04:50:35 ERROR : zoho: missing OAuth Scope. Run rclone config reconnect to fix this issue. 2026/02/02 04:50:35 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:1777 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/02/02 04:50:36 DEBUG : pacer: Reducing sleep to 601.355745ms 2026/02/02 04:50:37 DEBUG : Couldn't parse Date: from server download.zoho.eu: "Mon, 02 Feb 2026 04:50:37 UTC": parsing time "Mon, 02 Feb 2026 04:50:37 UTC" as "Mon Jan _2 15:04:05 2006": cannot parse ", 02 Feb 2026 04:50:37 UTC" as " " 2026/02/02 04:50:37 ERROR : zoho: missing OAuth Scope. Run rclone config reconnect to fix this issue. 2026/02/02 04:50:37 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:1784 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/02/02 04:50:38 DEBUG : pacer: Reducing sleep to 338.262606ms 2026/02/02 04:50:38 DEBUG : Couldn't parse Date: from server download.zoho.eu: "Mon, 02 Feb 2026 04:50:38 UTC": parsing time "Mon, 02 Feb 2026 04:50:38 UTC" as "Mon Jan _2 15:04:05 2006": cannot parse ", 02 Feb 2026 04:50:38 UTC" as " " 2026/02/02 04:50:38 ERROR : zoho: missing OAuth Scope. Run rclone config reconnect to fix this issue. 2026/02/02 04:50:38 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:1803 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/02/02 04:50:38 DEBUG : pacer: Reducing sleep to 190.272715ms 2026/02/02 04:50:39 DEBUG : Couldn't parse Date: from server download.zoho.eu: "Mon, 02 Feb 2026 04:50:39 UTC": parsing time "Mon, 02 Feb 2026 04:50:39 UTC" as "Mon Jan _2 15:04:05 2006": cannot parse ", 02 Feb 2026 04:50:39 UTC" as " " 2026/02/02 04:50:39 ERROR : zoho: missing OAuth Scope. Run rclone config reconnect to fix this issue. 2026/02/02 04:50:39 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:1814 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/02/02 04:50:39 DEBUG : pacer: Reducing sleep to 107.028402ms 2026/02/02 04:50:39 DEBUG : pacer: Reducing sleep to 80.271301ms 2026/02/02 04:50:39 DEBUG : pacer: Reducing sleep to 60.203475ms 2026/02/02 04:50:39 DEBUG : Couldn't parse Date: from server download.zoho.eu: "Mon, 02 Feb 2026 04:50:39 UTC": parsing time "Mon, 02 Feb 2026 04:50:39 UTC" as "Mon Jan _2 15:04:05 2006": cannot parse ", 02 Feb 2026 04:50:39 UTC" as " " 2026/02/02 04:50:39 ERROR : zoho: missing OAuth Scope. Run rclone config reconnect to fix this issue. 2026/02/02 04:50:39 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:1845 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:1916: Opening root remote "TestZoho:" path "rclone-test-zukiqic4fuxe" from "TestZoho:rclone-test-zukiqic4fuxe" 2026/02/02 04:50:39 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:1939 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: listing wrong, want rclone-test-zukiqic4fuxe/file name.txt (200), rclone-test-zukiqic4fuxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got rclone-test-zukiqic4fuxe/file name.txt (200), rclone-test-zukiqic4fuxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), rclone-test-zukiqic4fuxe/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:1939 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: Unexpected file "rclone-test-zukiqic4fuxe/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:1946 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries Messages: ListEntries not equal, want rclone-test-zukiqic4fuxe/file name.txt (200) got rclone-test-zukiqic4fuxe/file name.txt (200), rclone-test-zukiqic4fuxe/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:1946 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries Messages: Unexpected file "rclone-test-zukiqic4fuxe/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:1995 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put Messages: listing wrong, want rclone-test-zukiqic4fuxe/created from root.txt (100), rclone-test-zukiqic4fuxe/file name.txt (200), rclone-test-zukiqic4fuxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got rclone-test-zukiqic4fuxe/created from root.txt (100), rclone-test-zukiqic4fuxe/file name.txt (200), rclone-test-zukiqic4fuxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), rclone-test-zukiqic4fuxe/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:1995 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put Messages: Unexpected file "rclone-test-zukiqic4fuxe/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:2000 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove Messages: listing wrong, want rclone-test-zukiqic4fuxe/file name.txt (200), rclone-test-zukiqic4fuxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got rclone-test-zukiqic4fuxe/file name.txt (200), rclone-test-zukiqic4fuxe/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), rclone-test-zukiqic4fuxe/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:2000 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove Messages: Unexpected file "rclone-test-zukiqic4fuxe/zero-length-file" === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove 2026/02/02 04:51:04 DEBUG : pacer: Reducing sleep to 33.864454ms 2026/02/02 04:51:05 DEBUG : pacer: Reducing sleep to 25.39834ms 2026/02/02 04:51:05 DEBUG : Too many requests. Trying again in 60 seconds. 2026/02/02 04:51:05 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/02/02 04:51:05 DEBUG : pacer: Rate limited, increasing sleep to 1m0s 2026/02/02 04:51:05 DEBUG : Too many requests. Trying again in 60 seconds. 2026/02/02 04:51:05 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/02/02 04:52:05 DEBUG : Too many requests. Trying again in 60 seconds. 2026/02/02 04:52:05 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/02/02 04:53:05 DEBUG : Too many requests. Trying again in 60 seconds. 2026/02/02 04:53:05 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/02/02 04:54:05 DEBUG : Too many requests. Trying again in 60 seconds. 2026/02/02 04:54:05 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/02/02 04:55:05 DEBUG : Too many requests. Trying again in 60 seconds. 2026/02/02 04:55:05 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/02/02 04:56:05 DEBUG : pacer: Reducing sleep to 45s 2026/02/02 04:57:05 DEBUG : pacer: Reducing sleep to 33.75s 2026/02/02 04:57:50 DEBUG : pacer: Reducing sleep to 25.3125s 2026/02/02 04:58:24 DEBUG : pacer: Reducing sleep to 18.984375s 2026/02/02 04:58:49 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/02/02 04:59:08 DEBUG : pacer: Reducing sleep to 10.678710937s 2026/02/02 04:59:22 DEBUG : pacer: Reducing sleep to 8.009033202s 2026/02/02 04:59:33 DEBUG : pacer: Reducing sleep to 6.006774901s 2026/02/02 04:59:41 DEBUG : pacer: Reducing sleep to 4.505081175s 2026/02/02 04:59:47 DEBUG : pacer: Reducing sleep to 3.378810881s 2026/02/02 04:59:51 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/02/02 04:59:55 DEBUG : pacer: Reducing sleep to 1.90058112s 2026/02/02 04:59:57 DEBUG : pacer: Reducing sleep to 1.42543584s 2026/02/02 04:59:59 DEBUG : pacer: Reducing sleep to 1.06907688s 2026/02/02 05:00:00 DEBUG : pacer: Reducing sleep to 801.80766ms 2026/02/02 05:00:02 DEBUG : pacer: Reducing sleep to 601.355745ms 2026/02/02 05:00:02 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/fstests/fstests.go:2277 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:2277 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove Messages: Unexpected file "zero-length-file" 2026/02/02 05:00:06 DEBUG : pacer: Reducing sleep to 338.262606ms 2026/02/02 05:00:07 DEBUG : pacer: Reducing sleep to 253.696954ms 2026/02/02 05:00:07 DEBUG : pacer: Reducing sleep to 190.272715ms 2026/02/02 05:00:08 DEBUG : pacer: Reducing sleep to 142.704536ms 2026/02/02 05:00:08 ERROR : error listing: directory not found 2026/02/02 05:00:08 DEBUG : pacer: Reducing sleep to 107.028402ms --- FAIL: TestIntegration (2290.72s) --- FAIL: TestIntegration/FsMkdir (2289.89s) --- FAIL: TestIntegration/FsMkdir/FsPutZeroLength (0.46s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (2288.02s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.48s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.24s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.10s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (7.94s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (8.05s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsPurge (553.60s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (17.14s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsCopy (8.76s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsMove (569.23s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (546.63s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (3.50s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (2.11s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.76s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.66s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.56s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot (24.99s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (8.27s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.17s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (16.54s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (8.30s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (541.91s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/zoho 2290.730s "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 38m11.700292422s (try 2/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]