"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 4/5) === RUN TestIntegration fstests.go:438: Using remote "TestZoho:" 2026/07/06 01:30:24 DEBUG : Creating backend with remote "TestZoho:rclone-test-nomuzum6nure" 2026/07/06 01:30:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/06 01:30:24 DEBUG : zoho root 'rclone-test-nomuzum6nure': folder listing limiter sweep: evicted 0 of 0 idle limiters 2026/07/06 01:30:24 DEBUG : pacer: Reducing sleep to 38.505452ms 2026/07/06 01:30:24 DEBUG : pacer: Reducing sleep to 75.654543ms 2026/07/06 01:30:25 DEBUG : pacer: Reducing sleep to 112.491636ms 2026/07/06 01:30:25 DEBUG : pacer: Reducing sleep to 229.722205ms === RUN TestIntegration/FsMkdir 2026/07/06 01:30:25 DEBUG : pacer: Reducing sleep to 288.362165ms === RUN TestIntegration/FsMkdir/FsPutZeroLength 2026/07/06 01:30:25 DEBUG : pacer: Reducing sleep to 220.841825ms 2026/07/06 01:30:25 DEBUG : pacer: Reducing sleep to 10.508767ms 2026/07/06 01:30:25 DEBUG : pacer: Reducing sleep to 41.515233ms 2026/07/06 01:30:26 DEBUG : Couldn't parse Date: from server download.zoho.eu: "Mon, 06 Jul 2026 01:30:26 UTC": parsing time "Mon, 06 Jul 2026 01:30:26 UTC" as "Mon Jan _2 15:04:05 2006": cannot parse ", 06 Jul 2026 01:30:26 UTC" as " " 2026/07/06 01:30:26 ERROR : zoho: missing OAuth Scope. Run rclone config reconnect to fix this issue. 2026/07/06 01:30:26 DEBUG : pacer: Reducing sleep to 63.633379ms 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 2026/07/06 01:30:26 DEBUG : pacer: Reducing sleep to 160.029805ms 2026/07/06 01:30:26 DEBUG : pacer: Reducing sleep to 212.290584ms 2026/07/06 01:30:26 DEBUG : pacer: Reducing sleep to 282.31574ms 2026/07/06 01:30:30 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:30:35 DEBUG : pacer: Reducing sleep to 81.010305ms 2026/07/06 01:30:35 DEBUG : pacer: Reducing sleep to 204.418366ms 2026/07/06 01:30:35 DEBUG : pacer: Reducing sleep to 246.490282ms 2026/07/06 01:30:35 DEBUG : pacer: Reducing sleep to 251.427634ms 2026/07/06 01:30:36 DEBUG : pacer: Reducing sleep to 117.725014ms 2026/07/06 01:30:36 DEBUG : pacer: Reducing sleep to 84.269824ms 2026/07/06 01:30:36 DEBUG : pacer: Reducing sleep to 86.307481ms 2026/07/06 01:30:36 DEBUG : pacer: Reducing sleep to 61.690697ms 2026/07/06 01:30:36 DEBUG : pacer: Reducing sleep to 177.359401ms 2026/07/06 01:30:40 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:30:40 DEBUG : pacer: Reducing sleep to 43.343501ms 2026/07/06 01:30:44 DEBUG : pacer: Reducing sleep to 0s === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 2026/07/06 01:30:44 DEBUG : pacer: Reducing sleep to 118.113331ms 2026/07/06 01:30:44 DEBUG : pacer: Reducing sleep to 224.813824ms 2026/07/06 01:30:44 DEBUG : pacer: Reducing sleep to 278.309966ms 2026/07/06 01:30:45 DEBUG : pacer: Reducing sleep to 172.266127ms 2026/07/06 01:30:49 DEBUG : pacer: Reducing sleep to 0s 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 2026/07/06 01:30:54 DEBUG : pacer: Reducing sleep to 111.938499ms 2026/07/06 01:30:54 DEBUG : pacer: Reducing sleep to 195.960874ms 2026/07/06 01:30:54 DEBUG : pacer: Reducing sleep to 281.878938ms 2026/07/06 01:30:54 DEBUG : pacer: Reducing sleep to 244.554552ms 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 2026/07/06 01:30:58 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:30:58 DEBUG : pacer: Reducing sleep to 118.159641ms 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 2026/07/06 01:31:03 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:31:03 DEBUG : pacer: Reducing sleep to 117.609477ms 2026/07/06 01:31:03 DEBUG : pacer: Reducing sleep to 216.723735ms 2026/07/06 01:31:03 DEBUG : pacer: Reducing sleep to 270.796938ms 2026/07/06 01:31:03 DEBUG : pacer: Reducing sleep to 210.484459ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:31:04 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:31:07 DEBUG : pacer: Reducing sleep to 117.359988ms 2026/07/06 01:31:07 DEBUG : pacer: Reducing sleep to 231.613323ms 2026/07/06 01:31:08 DEBUG : pacer: Reducing sleep to 279.910554ms 2026/07/06 01:31:08 DEBUG : pacer: Reducing sleep to 210.487362ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:31:10 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:31:12 DEBUG : pacer: Reducing sleep to 111.180506ms 2026/07/06 01:31:12 DEBUG : pacer: Reducing sleep to 229.61649ms 2026/07/06 01:31:12 DEBUG : pacer: Reducing sleep to 277.80575ms 2026/07/06 01:31:12 DEBUG : pacer: Reducing sleep to 218.278405ms 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 2026/07/06 01:31:17 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:31:17 DEBUG : pacer: Reducing sleep to 110.728868ms 2026/07/06 01:31:17 DEBUG : pacer: Reducing sleep to 190.695663ms 2026/07/06 01:31:17 DEBUG : pacer: Reducing sleep to 243.836739ms 2026/07/06 01:31:17 DEBUG : pacer: Reducing sleep to 218.440117ms 2026/07/06 01:31:17 DEBUG : pacer: Reducing sleep to 141.726459ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:31:21 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:31:21 DEBUG : pacer: Reducing sleep to 115.495083ms 2026/07/06 01:31:21 DEBUG : pacer: Reducing sleep to 227.509971ms 2026/07/06 01:31:21 DEBUG : pacer: Reducing sleep to 282.481872ms 2026/07/06 01:31:22 DEBUG : pacer: Reducing sleep to 201.051354ms 2026/07/06 01:31:22 DEBUG : pacer: Reducing sleep to 103.4876ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:31:26 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:31:26 DEBUG : zoho root 'rclone-test-nomuzum6nure': folder listing limiter sweep: evicted 0 of 6 idle limiters 2026/07/06 01:31:26 DEBUG : pacer: Reducing sleep to 108.482996ms 2026/07/06 01:31:26 DEBUG : pacer: Reducing sleep to 226.488312ms 2026/07/06 01:31:26 DEBUG : pacer: Reducing sleep to 277.972194ms 2026/07/06 01:31:26 DEBUG : pacer: Reducing sleep to 223.158075ms 2026/07/06 01:31:26 DEBUG : pacer: Reducing sleep to 104.429785ms 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/07/06 01:31:31 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:31:31 DEBUG : pacer: Reducing sleep to 116.709359ms 2026/07/06 01:31:31 DEBUG : pacer: Reducing sleep to 226.633786ms 2026/07/06 01:31:31 DEBUG : pacer: Reducing sleep to 253.727895ms 2026/07/06 01:31:31 DEBUG : pacer: Reducing sleep to 101.825441ms 2026/07/06 01:31:31 DEBUG : pacer: Reducing sleep to 136.44806ms 2026/07/06 01:31:31 DEBUG : pacer: Reducing sleep to 188.518839ms 2026/07/06 01:31:32 DEBUG : pacer: Reducing sleep to 223.989334ms 2026/07/06 01:31:32 DEBUG : pacer: Reducing sleep to 197.91765ms 2026/07/06 01:31:32 DEBUG : pacer: Reducing sleep to 146.960991ms 2026/07/06 01:31:32 DEBUG : pacer: Reducing sleep to 110.015706ms 2026/07/06 01:31:32 DEBUG : pacer: Reducing sleep to 133.10334ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:31:33 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:31:34 DEBUG : pacer: Reducing sleep to 109.088496ms 2026/07/06 01:31:34 DEBUG : pacer: Reducing sleep to 196.610597ms 2026/07/06 01:31:36 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:31:36 DEBUG : pacer: Reducing sleep to 110.061535ms 2026/07/06 01:31:36 DEBUG : pacer: Reducing sleep to 133.959525ms 2026/07/06 01:31:36 DEBUG : pacer: Reducing sleep to 183.817572ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:31:39 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:31:39 DEBUG : pacer: Reducing sleep to 110.496756ms 2026/07/06 01:31:39 DEBUG : pacer: Reducing sleep to 226.305513ms 2026/07/06 01:31:39 DEBUG : pacer: Reducing sleep to 280.991411ms 2026/07/06 01:31:39 DEBUG : pacer: Reducing sleep to 223.653295ms 2026/07/06 01:31:39 DEBUG : pacer: Reducing sleep to 101.460671ms 2026/07/06 01:31:40 DEBUG : pacer: Reducing sleep to 47.269584ms 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/07/06 01:31:44 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:31:44 DEBUG : pacer: Reducing sleep to 105.905469ms 2026/07/06 01:31:44 DEBUG : pacer: Reducing sleep to 224.473487ms 2026/07/06 01:31:44 DEBUG : pacer: Reducing sleep to 264.200122ms 2026/07/06 01:31:48 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:31:48 DEBUG : pacer: Reducing sleep to 115.153113ms 2026/07/06 01:31:49 DEBUG : pacer: Reducing sleep to 65.795945ms 2026/07/06 01:31:49 DEBUG : pacer: Reducing sleep to 122.881964ms 2026/07/06 01:31:49 DEBUG : pacer: Reducing sleep to 221.713671ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:31:50 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:31:53 DEBUG : TestZoho: Token expired 2026/07/06 01:31:53 DEBUG : TestZoho: No updated token found in the config file 2026/07/06 01:31:53 DEBUG : TestZoho: Token refresh successful 2026/07/06 01:31:53 DEBUG : Saving config "token" in section "TestZoho" of the config file 2026/07/06 01:31:53 DEBUG : TestZoho: Saved new token in config file 2026/07/06 01:31:53 DEBUG : pacer: Reducing sleep to 114.96864ms 2026/07/06 01:31:53 DEBUG : pacer: Reducing sleep to 226.189249ms 2026/07/06 01:31:53 DEBUG : pacer: Reducing sleep to 282.878011ms 2026/07/06 01:31:54 DEBUG : pacer: Reducing sleep to 202.302578ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:31:56 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:31:58 DEBUG : pacer: Reducing sleep to 118.358627ms 2026/07/06 01:31:58 DEBUG : pacer: Reducing sleep to 228.517188ms 2026/07/06 01:31:58 DEBUG : pacer: Reducing sleep to 283.154846ms 2026/07/06 01:31:58 DEBUG : pacer: Reducing sleep to 217.952739ms 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 2026/07/06 01:32:02 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:32:02 DEBUG : pacer: Reducing sleep to 116.24433ms 2026/07/06 01:32:07 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:32:07 DEBUG : pacer: Reducing sleep to 98.464239ms 2026/07/06 01:32:07 DEBUG : pacer: Reducing sleep to 107.053028ms 2026/07/06 01:32:07 DEBUG : pacer: Reducing sleep to 218.691265ms 2026/07/06 01:32:11 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:32:12 DEBUG : pacer: Reducing sleep to 119.167289ms 2026/07/06 01:32:12 DEBUG : pacer: Reducing sleep to 278.610299ms 2026/07/06 01:32:12 DEBUG : pacer: Reducing sleep to 274.472454ms 2026/07/06 01:32:12 DEBUG : pacer: Reducing sleep to 167.998005ms 2026/07/06 01:32:12 DEBUG : pacer: Reducing sleep to 63.511193ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:32:13 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:32:16 DEBUG : pacer: Reducing sleep to 114.022001ms 2026/07/06 01:32:16 DEBUG : pacer: Reducing sleep to 277.604117ms 2026/07/06 01:32:16 DEBUG : pacer: Reducing sleep to 388.206757ms 2026/07/06 01:32:16 DEBUG : pacer: Reducing sleep to 280.688106ms 2026/07/06 01:32:17 DEBUG : pacer: Reducing sleep to 52.582167ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:32:19 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:32:21 DEBUG : pacer: Reducing sleep to 113.004471ms 2026/07/06 01:32:21 DEBUG : pacer: Reducing sleep to 277.712062ms 2026/07/06 01:32:21 DEBUG : pacer: Reducing sleep to 396.142205ms 2026/07/06 01:32:21 DEBUG : pacer: Reducing sleep to 275.532107ms 2026/07/06 01:32:21 DEBUG : pacer: Reducing sleep to 53.198359ms 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/07/06 01:32:25 DEBUG : Creating backend with remote "TestZoho:rclone-test-nomuzum6nure/dirToPurgeFromRoot" 2026/07/06 01:32:26 DEBUG : zoho root 'rclone-test-nomuzum6nure/dirToPurgeFromRoot': folder listing limiter sweep: evicted 0 of 8 idle limiters 2026/07/06 01:32:26 DEBUG : pacer: Reducing sleep to 115.51983ms 2026/07/06 01:32:26 DEBUG : pacer: Reducing sleep to 232.365754ms 2026/07/06 01:32:26 DEBUG : pacer: Reducing sleep to 278.568577ms 2026/07/06 01:32:26 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:32:26 DEBUG : pacer: Reducing sleep to 115.977972ms 2026/07/06 01:32:26 DEBUG : pacer: Reducing sleep to 226.926974ms 2026/07/06 01:32:26 DEBUG : pacer: Reducing sleep to 284.087156ms 2026/07/06 01:32:27 DEBUG : pacer: Reducing sleep to 215.220199ms 2026/07/06 01:32:27 DEBUG : pacer: Reducing sleep to 101.766213ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:32:28 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:32:28 DEBUG : pacer: Reducing sleep to 116.228524ms 2026/07/06 01:32:31 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:32:31 DEBUG : pacer: Reducing sleep to 116.48689ms 2026/07/06 01:32:31 DEBUG : pacer: Reducing sleep to 168.351893ms 2026/07/06 01:32:31 DEBUG : pacer: Reducing sleep to 104.071526ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:32:33 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:32:33 DEBUG : pacer: Reducing sleep to 111.719564ms 2026/07/06 01:32:36 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:32:36 DEBUG : pacer: Reducing sleep to 68.346902ms 2026/07/06 01:32:36 DEBUG : pacer: Reducing sleep to 172.761137ms 2026/07/06 01:32:36 DEBUG : pacer: Reducing sleep to 97.445539ms 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 2026/07/06 01:32:40 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:32:40 DEBUG : pacer: Reducing sleep to 103.019413ms 2026/07/06 01:32:40 DEBUG : pacer: Reducing sleep to 220.488943ms 2026/07/06 01:32:40 DEBUG : pacer: Reducing sleep to 276.887636ms 2026/07/06 01:32:41 DEBUG : pacer: Reducing sleep to 228.427347ms 2026/07/06 01:32:41 DEBUG : pacer: Reducing sleep to 109.866681ms 2026/07/06 01:32:41 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:32:41 DEBUG : pacer: Reducing sleep to 93.84567ms 2026/07/06 01:32:41 DEBUG : pacer: Reducing sleep to 210.880722ms 2026/07/06 01:32:41 DEBUG : pacer: Reducing sleep to 278.195084ms 2026/07/06 01:32:42 DEBUG : pacer: Reducing sleep to 232.923264ms 2026/07/06 01:32:42 DEBUG : pacer: Reducing sleep to 120.076443ms 2026/07/06 01:32:42 DEBUG : pacer: Reducing sleep to 60.103653ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:32:43 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:32:46 DEBUG : pacer: Reducing sleep to 108.687143ms 2026/07/06 01:32:46 DEBUG : pacer: Reducing sleep to 223.976584ms 2026/07/06 01:32:46 DEBUG : pacer: Reducing sleep to 277.576895ms 2026/07/06 01:32:46 DEBUG : pacer: Reducing sleep to 225.131887ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:32:48 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:32:51 DEBUG : pacer: Reducing sleep to 116.869664ms 2026/07/06 01:32:51 DEBUG : pacer: Reducing sleep to 224.310123ms 2026/07/06 01:32:51 DEBUG : pacer: Reducing sleep to 281.830508ms 2026/07/06 01:32:51 DEBUG : pacer: Reducing sleep to 213.635832ms 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" 2026/07/06 01:32:55 DEBUG : pacer: Reducing sleep to 0s === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata fstests.go:1298: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove 2026/07/06 01:32:55 DEBUG : pacer: Reducing sleep to 45.316675ms 2026/07/06 01:32:55 DEBUG : pacer: Reducing sleep to 145.211865ms 2026/07/06 01:32:55 DEBUG : pacer: Reducing sleep to 262.760526ms 2026/07/06 01:32:55 DEBUG : pacer: Reducing sleep to 276.436094ms 2026/07/06 01:32:56 DEBUG : pacer: Reducing sleep to 186.654374ms 2026/07/06 01:32:56 DEBUG : pacer: Reducing sleep to 69.694018ms 2026/07/06 01:32:56 DEBUG : pacer: Reducing sleep to 42.976091ms 2026/07/06 01:32:56 DEBUG : pacer: Reducing sleep to 106.659118ms 2026/07/06 01:32:56 DEBUG : pacer: Reducing sleep to 215.155594ms 2026/07/06 01:33:00 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:33:00 DEBUG : pacer: Reducing sleep to 111.813714ms 2026/07/06 01:33:00 DEBUG : pacer: Reducing sleep to 166.148371ms 2026/07/06 01:33:00 DEBUG : pacer: Reducing sleep to 243.385701ms 2026/07/06 01:33:00 DEBUG : pacer: Reducing sleep to 245.86258ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:33:01 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:33:05 DEBUG : pacer: Reducing sleep to 51.40027ms 2026/07/06 01:33:05 DEBUG : pacer: Reducing sleep to 160.773647ms 2026/07/06 01:33:05 DEBUG : pacer: Reducing sleep to 216.989263ms 2026/07/06 01:33:05 DEBUG : pacer: Reducing sleep to 230.14053ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:33:07 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:33:09 DEBUG : pacer: Reducing sleep to 30.838ms 2026/07/06 01:33:09 DEBUG : pacer: Reducing sleep to 146.93305ms 2026/07/06 01:33:09 DEBUG : pacer: Reducing sleep to 201.238374ms 2026/07/06 01:33:10 DEBUG : pacer: Reducing sleep to 233.061617ms 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/07/06 01:33:14 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:33:14 DEBUG : pacer: Reducing sleep to 114.357542ms 2026/07/06 01:33:18 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:33:18 DEBUG : pacer: Reducing sleep to 100.355009ms 2026/07/06 01:33:19 DEBUG : pacer: Reducing sleep to 203.821841ms 2026/07/06 01:33:19 DEBUG : pacer: Reducing sleep to 262.611061ms 2026/07/06 01:33:19 DEBUG : pacer: Reducing sleep to 228.574261ms 2026/07/06 01:33:23 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:33:23 DEBUG : pacer: Reducing sleep to 117.315867ms 2026/07/06 01:33:23 DEBUG : pacer: Reducing sleep to 277.820785ms 2026/07/06 01:33:23 DEBUG : pacer: Reducing sleep to 266.57103ms 2026/07/06 01:33:23 DEBUG : pacer: Reducing sleep to 158.843288ms 2026/07/06 01:33:24 DEBUG : pacer: Reducing sleep to 59.605484ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:33:25 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:33:25 DEBUG : pacer: Reducing sleep to 104.754394ms 2026/07/06 01:33:25 DEBUG : pacer: Reducing sleep to 222.168475ms 2026/07/06 01:33:28 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:33:28 DEBUG : zoho root 'rclone-test-nomuzum6nure': folder listing limiter sweep: evicted 2 of 9 idle limiters 2026/07/06 01:33:28 DEBUG : pacer: Reducing sleep to 117.458477ms 2026/07/06 01:33:28 DEBUG : pacer: Reducing sleep to 114.377656ms 2026/07/06 01:33:28 DEBUG : pacer: Reducing sleep to 21.24704ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:33:30 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:33:30 DEBUG : pacer: Reducing sleep to 116.671894ms 2026/07/06 01:33:30 DEBUG : pacer: Reducing sleep to 227.670622ms 2026/07/06 01:33:32 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:33:32 DEBUG : pacer: Reducing sleep to 109.01623ms 2026/07/06 01:33:32 DEBUG : pacer: Reducing sleep to 103.066937ms 2026/07/06 01:33:33 DEBUG : pacer: Reducing sleep to 11.535143ms 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" 2026/07/06 01:33:37 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:33:37 DEBUG : pacer: Reducing sleep to 115.597107ms 2026/07/06 01:33:37 DEBUG : pacer: Reducing sleep to 226.225868ms 2026/07/06 01:33:37 DEBUG : pacer: Reducing sleep to 274.741163ms 2026/07/06 01:33:37 DEBUG : pacer: Reducing sleep to 186.549681ms 2026/07/06 01:33:38 DEBUG : pacer: Reducing sleep to 100.609903ms 2026/07/06 01:33:38 DEBUG : pacer: Reducing sleep to 86.409127ms 2026/07/06 01:33:38 DEBUG : pacer: Reducing sleep to 164.849418ms 2026/07/06 01:33:38 DEBUG : pacer: Reducing sleep to 226.82269ms 2026/07/06 01:33:38 DEBUG : pacer: Reducing sleep to 240.675139ms 2026/07/06 01:33:38 DEBUG : pacer: Reducing sleep to 172.832346ms 2026/07/06 01:33:39 DEBUG : pacer: Reducing sleep to 108.837959ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:33:40 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:33:40 DEBUG : pacer: Reducing sleep to 115.270092ms 2026/07/06 01:33:40 DEBUG : pacer: Reducing sleep to 232.673856ms 2026/07/06 01:33:40 DEBUG : pacer: Reducing sleep to 282.747793ms 2026/07/06 01:33:40 DEBUG : pacer: Reducing sleep to 208.306008ms 2026/07/06 01:33:40 DEBUG : pacer: Reducing sleep to 99.780761ms 2026/07/06 01:33:41 DEBUG : pacer: Reducing sleep to 58.424046ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:33:43 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:33:43 DEBUG : pacer: Reducing sleep to 114.653223ms 2026/07/06 01:33:43 DEBUG : pacer: Reducing sleep to 224.269763ms 2026/07/06 01:33:43 DEBUG : pacer: Reducing sleep to 276.647002ms 2026/07/06 01:33:43 DEBUG : pacer: Reducing sleep to 224.116045ms 2026/07/06 01:33:44 DEBUG : pacer: Reducing sleep to 105.045399ms 2026/07/06 01:33:44 DEBUG : pacer: Reducing sleep to 0s 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" 2026/07/06 01:33:49 DEBUG : pacer: Reducing sleep to 111.614649ms 2026/07/06 01:33:53 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:33:53 DEBUG : pacer: Reducing sleep to 119.395541ms 2026/07/06 01:33:53 DEBUG : pacer: Reducing sleep to 222.374682ms 2026/07/06 01:33:53 DEBUG : pacer: Reducing sleep to 274.301275ms 2026/07/06 01:33:54 DEBUG : pacer: Reducing sleep to 202.777007ms 2026/07/06 01:33:54 DEBUG : pacer: Reducing sleep to 87.277033ms 2026/07/06 01:33:54 DEBUG : pacer: Reducing sleep to 60.191924ms 2026/07/06 01:33:58 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:33:58 DEBUG : pacer: Reducing sleep to 117.76205ms 2026/07/06 01:33:58 DEBUG : pacer: Reducing sleep to 282.66515ms 2026/07/06 01:33:58 DEBUG : pacer: Reducing sleep to 392.473414ms 2026/07/06 01:33:58 DEBUG : pacer: Reducing sleep to 280.235396ms 2026/07/06 01:33:59 DEBUG : pacer: Reducing sleep to 50.693025ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:34:00 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:34:03 DEBUG : pacer: Reducing sleep to 121.129302ms 2026/07/06 01:34:03 DEBUG : pacer: Reducing sleep to 273.399766ms 2026/07/06 01:34:03 DEBUG : pacer: Reducing sleep to 380.954053ms 2026/07/06 01:34:03 DEBUG : pacer: Reducing sleep to 282.983958ms 2026/07/06 01:34:03 DEBUG : pacer: Reducing sleep to 61.54971ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:34:05 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:34:07 DEBUG : pacer: Reducing sleep to 120.892439ms 2026/07/06 01:34:07 DEBUG : pacer: Reducing sleep to 280.440258ms 2026/07/06 01:34:07 DEBUG : pacer: Reducing sleep to 385.442814ms 2026/07/06 01:34:08 DEBUG : pacer: Reducing sleep to 274.824597ms 2026/07/06 01:34:08 DEBUG : pacer: Reducing sleep to 51.580892ms 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" 2026/07/06 01:34:12 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:34:12 DEBUG : pacer: Reducing sleep to 110.095586ms 2026/07/06 01:34:12 DEBUG : pacer: Reducing sleep to 230.153876ms 2026/07/06 01:34:12 DEBUG : pacer: Reducing sleep to 266.766156ms === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata fstests.go:1407: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2026/07/06 01:34:12 DEBUG : Creating backend with remote "TestZoho:rclone-test-rolomir1qiye" 2026/07/06 01:34:26 DEBUG : pacer: Reducing sleep to 24.348743ms 2026/07/06 01:34:26 DEBUG : pacer: Reducing sleep to 148.122452ms 2026/07/06 01:34:26 DEBUG : pacer: Reducing sleep to 238.502955ms 2026/07/06 01:34:26 DEBUG : pacer: Reducing sleep to 289.331475ms 2026/07/06 01:34:27 DEBUG : pacer: Reducing sleep to 174.501732ms 2026/07/06 01:34:27 DEBUG : pacer: Reducing sleep to 78.373678ms 2026/07/06 01:34:27 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:34:27 DEBUG : pacer: Reducing sleep to 65.338594ms 2026/07/06 01:34:27 DEBUG : pacer: Reducing sleep to 157.93214ms 2026/07/06 01:34:27 DEBUG : pacer: Reducing sleep to 249.057574ms 2026/07/06 01:34:27 DEBUG : pacer: Reducing sleep to 267.294407ms 2026/07/06 01:34:28 DEBUG : pacer: Reducing sleep to 154.25897ms 2026/07/06 01:34:28 DEBUG : pacer: Reducing sleep to 80.973008ms 2026/07/06 01:34:28 DEBUG : zoho root 'rclone-test-rolomir1qiye': folder listing limiter sweep: evicted 0 of 9 idle limiters 2026/07/06 01:34:28 DEBUG : pacer: Reducing sleep to 78.525565ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:34:29 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:34:29 DEBUG : pacer: Reducing sleep to 120.05255ms 2026/07/06 01:34:29 DEBUG : pacer: Reducing sleep to 231.936492ms 2026/07/06 01:34:29 DEBUG : pacer: Reducing sleep to 282.419ms 2026/07/06 01:34:32 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:34:32 DEBUG : pacer: Reducing sleep to 29.659803ms 2026/07/06 01:34:32 DEBUG : pacer: Reducing sleep to 0s fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:34:35 DEBUG : pacer: Reducing sleep to 118.568421ms 2026/07/06 01:34:35 DEBUG : pacer: Reducing sleep to 225.427131ms 2026/07/06 01:34:35 DEBUG : pacer: Reducing sleep to 282.604471ms 2026/07/06 01:34:36 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:34:36 DEBUG : pacer: Reducing sleep to 119.130467ms 2026/07/06 01:34:37 DEBUG : pacer: Reducing sleep to 52.548278ms 2026/07/06 01:34:37 DEBUG : pacer: Reducing sleep to 100.414279ms 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" 2026/07/06 01:34:41 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:34:41 DEBUG : pacer: Reducing sleep to 119.856353ms 2026/07/06 01:34:41 DEBUG : pacer: Reducing sleep to 232.065638ms 2026/07/06 01:34:46 DEBUG : pacer: Reducing sleep to 117.294457ms 2026/07/06 01:34:46 DEBUG : pacer: Reducing sleep to 230.096076ms 2026/07/06 01:34:46 DEBUG : pacer: Reducing sleep to 283.323561ms 2026/07/06 01:34:46 DEBUG : pacer: Reducing sleep to 204.857029ms 2026/07/06 01:34:46 DEBUG : pacer: Reducing sleep to 97.465647ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:34:50 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:34:50 DEBUG : pacer: Reducing sleep to 115.255702ms 2026/07/06 01:34:50 DEBUG : pacer: Reducing sleep to 226.213835ms 2026/07/06 01:34:51 DEBUG : pacer: Reducing sleep to 283.24769ms 2026/07/06 01:34:51 DEBUG : pacer: Reducing sleep to 218.663686ms 2026/07/06 01:34:51 DEBUG : pacer: Reducing sleep to 101.493557ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:34:55 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:34:55 DEBUG : pacer: Reducing sleep to 114.239013ms 2026/07/06 01:34:55 DEBUG : pacer: Reducing sleep to 227.670476ms 2026/07/06 01:34:55 DEBUG : pacer: Reducing sleep to 283.147925ms 2026/07/06 01:34:55 DEBUG : pacer: Reducing sleep to 214.705326ms 2026/07/06 01:34:56 DEBUG : pacer: Reducing sleep to 99.854863ms 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/07/06 01:35:00 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:35:00 DEBUG : pacer: Reducing sleep to 114.066289ms 2026/07/06 01:35:00 DEBUG : zoho root 'rclone-test-rolomir1qiye': Purge remote 2026/07/06 01:35:00 DEBUG : pacer: Reducing sleep to 189.265352ms 2026/07/06 01:35:00 DEBUG : pacer: Reducing sleep to 273.946525ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen 2026/07/06 01:35:00 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:35:00 DEBUG : pacer: Reducing sleep to 100.574829ms 2026/07/06 01:35:01 DEBUG : Couldn't parse Date: from server download.zoho.eu: "Mon, 06 Jul 2026 01:35:01 UTC": parsing time "Mon, 06 Jul 2026 01:35:01 UTC" as "Mon Jan _2 15:04:05 2006": cannot parse ", 06 Jul 2026 01:35:01 UTC" as " " 2026/07/06 01:35:01 ERROR : zoho: missing OAuth Scope. Run rclone config reconnect to fix this issue. 2026/07/06 01:35:01 DEBUG : pacer: Reducing sleep to 0s 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/07/06 01:35:05 DEBUG : Couldn't parse Date: from server download.zoho.eu: "Mon, 06 Jul 2026 01:35:05 UTC": parsing time "Mon, 06 Jul 2026 01:35:05 UTC" as "Mon Jan _2 15:04:05 2006": cannot parse ", 06 Jul 2026 01:35:05 UTC" as " " 2026/07/06 01:35:05 ERROR : zoho: missing OAuth Scope. Run rclone config reconnect to fix this issue. 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/07/06 01:35:10 DEBUG : Couldn't parse Date: from server download.zoho.eu: "Mon, 06 Jul 2026 01:35:10 UTC": parsing time "Mon, 06 Jul 2026 01:35:10 UTC" as "Mon Jan _2 15:04:05 2006": cannot parse ", 06 Jul 2026 01:35:10 UTC" as " " 2026/07/06 01:35:10 ERROR : zoho: missing OAuth Scope. Run rclone config reconnect to fix this issue. 2026/07/06 01:35:10 DEBUG : pacer: Reducing sleep to 21.438717ms 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/07/06 01:35:14 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:35:14 DEBUG : Couldn't parse Date: from server download.zoho.eu: "Mon, 06 Jul 2026 01:35:14 UTC": parsing time "Mon, 06 Jul 2026 01:35:14 UTC" as "Mon Jan _2 15:04:05 2006": cannot parse ", 06 Jul 2026 01:35:14 UTC" as " " 2026/07/06 01:35:14 ERROR : zoho: missing OAuth Scope. Run rclone config reconnect to fix this issue. 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/07/06 01:35:24 DEBUG : Couldn't parse Date: from server download.zoho.eu: "Mon, 06 Jul 2026 01:35:24 UTC": parsing time "Mon, 06 Jul 2026 01:35:24 UTC" as "Mon Jan _2 15:04:05 2006": cannot parse ", 06 Jul 2026 01:35:24 UTC" as " " 2026/07/06 01:35:24 ERROR : zoho: missing OAuth Scope. Run rclone config reconnect to fix this issue. 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-nomuzum6nure" from "TestZoho:rclone-test-nomuzum6nure" 2026/07/06 01:35:24 DEBUG : Creating backend with remote "TestZoho:" 2026/07/06 01:35:24 DEBUG : Config file has changed externally - reloading === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List 2026/07/06 01:35:28 DEBUG : zoho root '': folder listing limiter sweep: evicted 1 of 9 idle limiters 2026/07/06 01:35:28 DEBUG : pacer: Reducing sleep to 109.655647ms 2026/07/06 01:35:28 DEBUG : pacer: Reducing sleep to 226.017264ms 2026/07/06 01:35:28 DEBUG : pacer: Reducing sleep to 275.839226ms 2026/07/06 01:35:28 DEBUG : pacer: Reducing sleep to 217.670361ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:35:30 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:35:30 DEBUG : pacer: Reducing sleep to 83.797276ms 2026/07/06 01:35:30 DEBUG : pacer: Reducing sleep to 117.47435ms 2026/07/06 01:35:30 DEBUG : pacer: Reducing sleep to 231.011176ms 2026/07/06 01:35:30 DEBUG : pacer: Reducing sleep to 235.892998ms 2026/07/06 01:35:30 DEBUG : pacer: Reducing sleep to 213.88057ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:35:33 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:35:33 DEBUG : pacer: Reducing sleep to 112.792176ms 2026/07/06 01:35:35 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:35:35 DEBUG : pacer: Reducing sleep to 35.366263ms 2026/07/06 01:35:35 DEBUG : pacer: Reducing sleep to 147.320784ms 2026/07/06 01:35:35 DEBUG : pacer: Reducing sleep to 152.109724ms 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-nomuzum6nure/file name.txt (200), rclone-test-nomuzum6nure/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got rclone-test-nomuzum6nure/file name.txt (200), rclone-test-nomuzum6nure/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), rclone-test-nomuzum6nure/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-nomuzum6nure/zero-length-file" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries 2026/07/06 01:35:39 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:35:39 DEBUG : pacer: Reducing sleep to 113.977284ms 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-nomuzum6nure/file name.txt (200) got rclone-test-nomuzum6nure/file name.txt (200), rclone-test-nomuzum6nure/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-nomuzum6nure/zero-length-file" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put 2026/07/06 01:35:39 DEBUG : pacer: Reducing sleep to 221.422967ms 2026/07/06 01:35:39 DEBUG : pacer: Reducing sleep to 189.89957ms 2026/07/06 01:35:39 DEBUG : pacer: Reducing sleep to 221.434729ms 2026/07/06 01:35:44 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:35:44 DEBUG : pacer: Reducing sleep to 114.380535ms 2026/07/06 01:35:44 DEBUG : pacer: Reducing sleep to 112.112166ms 2026/07/06 01:35:44 DEBUG : pacer: Reducing sleep to 169.699393ms 2026/07/06 01:35:44 DEBUG : pacer: Reducing sleep to 215.394829ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:35:46 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:35:49 DEBUG : pacer: Reducing sleep to 115.390995ms 2026/07/06 01:35:49 DEBUG : pacer: Reducing sleep to 225.338794ms 2026/07/06 01:35:49 DEBUG : pacer: Reducing sleep to 280.660613ms 2026/07/06 01:35:49 DEBUG : pacer: Reducing sleep to 215.965977ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:35:51 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:35:53 DEBUG : pacer: Reducing sleep to 115.398868ms 2026/07/06 01:35:53 DEBUG : pacer: Reducing sleep to 225.208979ms 2026/07/06 01:35:53 DEBUG : pacer: Reducing sleep to 279.509479ms 2026/07/06 01:35:54 DEBUG : pacer: Reducing sleep to 213.903904ms 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-nomuzum6nure/created from root.txt (100), rclone-test-nomuzum6nure/file name.txt (200), rclone-test-nomuzum6nure/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got rclone-test-nomuzum6nure/created from root.txt (100), rclone-test-nomuzum6nure/file name.txt (200), rclone-test-nomuzum6nure/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), rclone-test-nomuzum6nure/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-nomuzum6nure/zero-length-file" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove 2026/07/06 01:35:58 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:35:58 DEBUG : pacer: Reducing sleep to 39.329369ms 2026/07/06 01:35:58 DEBUG : pacer: Reducing sleep to 143.492683ms 2026/07/06 01:35:58 DEBUG : pacer: Reducing sleep to 257.304189ms 2026/07/06 01:35:58 DEBUG : pacer: Reducing sleep to 273.419822ms 2026/07/06 01:35:58 DEBUG : pacer: Reducing sleep to 189.464486ms 2026/07/06 01:35:59 DEBUG : pacer: Reducing sleep to 72.637857ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:36:03 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:36:03 DEBUG : pacer: Reducing sleep to 113.942782ms 2026/07/06 01:36:03 DEBUG : pacer: Reducing sleep to 221.18642ms 2026/07/06 01:36:03 DEBUG : pacer: Reducing sleep to 281.697208ms 2026/07/06 01:36:03 DEBUG : pacer: Reducing sleep to 218.572612ms 2026/07/06 01:36:03 DEBUG : pacer: Reducing sleep to 107.52576ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:36:07 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:36:07 DEBUG : pacer: Reducing sleep to 116.147037ms 2026/07/06 01:36:07 DEBUG : pacer: Reducing sleep to 227.326025ms 2026/07/06 01:36:07 DEBUG : pacer: Reducing sleep to 282.097913ms 2026/07/06 01:36:08 DEBUG : pacer: Reducing sleep to 182.030408ms 2026/07/06 01:36:08 DEBUG : pacer: Reducing sleep to 100.761678ms 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-nomuzum6nure/file name.txt (200), rclone-test-nomuzum6nure/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got rclone-test-nomuzum6nure/file name.txt (200), rclone-test-nomuzum6nure/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), rclone-test-nomuzum6nure/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-nomuzum6nure/zero-length-file" === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove 2026/07/06 01:36:17 DEBUG : pacer: Reducing sleep to 119.943786ms 2026/07/06 01:36:17 DEBUG : pacer: Reducing sleep to 233.113377ms 2026/07/06 01:36:17 DEBUG : pacer: Reducing sleep to 284.877091ms 2026/07/06 01:36:17 DEBUG : pacer: Reducing sleep to 211.430864ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:36:18 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:36:21 DEBUG : pacer: Reducing sleep to 115.479043ms 2026/07/06 01:36:21 DEBUG : pacer: Reducing sleep to 228.916717ms 2026/07/06 01:36:21 DEBUG : pacer: Reducing sleep to 285.885269ms 2026/07/06 01:36:22 DEBUG : pacer: Reducing sleep to 180.825945ms fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/07/06 01:36:24 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:36:26 DEBUG : pacer: Reducing sleep to 116.549907ms 2026/07/06 01:36:26 DEBUG : pacer: Reducing sleep to 227.389818ms 2026/07/06 01:36:26 DEBUG : pacer: Reducing sleep to 281.118057ms 2026/07/06 01:36:26 DEBUG : pacer: Reducing sleep to 210.970807ms 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/07/06 01:36:30 DEBUG : zoho root 'rclone-test-nomuzum6nure': folder listing limiter sweep: evicted 2 of 8 idle limiters 2026/07/06 01:36:30 DEBUG : pacer: Reducing sleep to 0s 2026/07/06 01:36:30 DEBUG : pacer: Reducing sleep to 105.599789ms 2026/07/06 01:36:31 DEBUG : pacer: Reducing sleep to 186.451677ms 2026/07/06 01:36:31 DEBUG : pacer: Reducing sleep to 159.738855ms 2026/07/06 01:36:31 ERROR : error listing: directory not found 2026/07/06 01:36:31 DEBUG : pacer: Reducing sleep to 162.574308ms --- FAIL: TestIntegration (366.97s) --- FAIL: TestIntegration/FsMkdir (366.31s) --- FAIL: TestIntegration/FsMkdir/FsPutZeroLength (0.89s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (364.69s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (4.62s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListR (5.04s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (4.24s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (18.25s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (14.09s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsPurge (31.53s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (37.91s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsCopy (15.15s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsMove (77.17s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (47.90s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.48s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (4.53s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (4.58s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (4.65s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (9.47s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot (48.02s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (15.03s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.18s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (32.81s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (14.19s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (18.36s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/zoho 366.982s "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 6m7.702219901s (try 4/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]