"./operations.test -test.v -test.timeout 1h0m0s -remote TestGoFile: -verbose" - Starting (try 1/5)
2026/02/22 01:00:29 DEBUG : Creating backend with remote "TestGoFile:rclone-test-fezoniv3caxa"
2026/02/22 01:00:29 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2026/02/22 01:00:29 DEBUG : Creating backend with remote "/tmp/rclone148577198"
=== RUN TestDoMultiThreadCopy
--- PASS: TestDoMultiThreadCopy (0.00s)
=== RUN TestMultithreadCalculateNumChunks
=== RUN TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1}
=== RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576}
=== RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288}
=== RUN TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289}
=== RUN TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288}
--- PASS: TestMultithreadCalculateNumChunks (0.00s)
--- PASS: TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} (0.00s)
--- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} (0.00s)
--- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} (0.00s)
--- PASS: TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} (0.00s)
--- PASS: TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} (0.00s)
=== RUN TestMultithreadCopy
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
multithread_test.go:119: multithread writing not supported
--- SKIP: TestMultithreadCopy (0.12s)
=== RUN TestMultithreadCopyAbort
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
multithread_test.go:119: multithread writing not supported
--- SKIP: TestMultithreadCopyAbort (0.06s)
=== RUN TestSizeDiffers
2026/02/22 01:00:29 DEBUG : a: size = 0 OK
2026/02/22 01:00:29 DEBUG : a: size = 1 (memory)
2026/02/22 01:00:29 DEBUG : a: size = 2 (memory)
--- PASS: TestSizeDiffers (0.00s)
=== RUN TestReOpen
=== RUN TestReOpen/Normal
=== RUN TestReOpen/Normal/Basics
2026/02/22 01:00:29 DEBUG : potato: Seek from 10 to 0
=== RUN TestReOpen/Normal/ErrorAtStart
=== RUN TestReOpen/Normal/WithErrors
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN TestReOpen/Normal/TooManyErrors
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2026/02/22 01:00:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN TestReOpen/Normal/ReadAt
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2026/02/22 01:00:29 DEBUG : potato: Seek from 5 to 1
=== RUN TestReOpen/Normal/Seek
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2026/02/22 01:00:29 DEBUG : potato: Seek from 5 to 2
=== RUN TestReOpen/Normal/AccountRead
=== RUN TestReOpen/Normal/AccountReadDelay
2026/02/22 01:00:29 DEBUG : potato: Seek from 10 to 0
2026/02/22 01:00:29 DEBUG : potato: Seek from 10 to 0
2026/02/22 01:00:29 DEBUG : potato: Seek from 10 to 0
=== RUN TestReOpen/Normal/AccountReadError
=== RUN TestReOpen/WithRangeOption
=== RUN TestReOpen/WithRangeOption/Basics
2026/02/22 01:00:29 DEBUG : potato: Seek from 7 to 0
=== RUN TestReOpen/WithRangeOption/ErrorAtStart
=== RUN TestReOpen/WithRangeOption/WithErrors
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN TestReOpen/WithRangeOption/TooManyErrors
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2026/02/22 01:00:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN TestReOpen/WithRangeOption/ReadAt
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2026/02/22 01:00:29 DEBUG : potato: Seek from 5 to 1
=== RUN TestReOpen/WithRangeOption/Seek
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2026/02/22 01:00:29 DEBUG : potato: Seek from 5 to 2
2026/02/22 01:00:29 DEBUG : potato: Seek from 7 to 4
=== RUN TestReOpen/WithRangeOption/AccountRead
=== RUN TestReOpen/WithRangeOption/AccountReadDelay
2026/02/22 01:00:29 DEBUG : potato: Seek from 7 to 0
2026/02/22 01:00:29 DEBUG : potato: Seek from 7 to 0
2026/02/22 01:00:29 DEBUG : potato: Seek from 7 to 0
=== RUN TestReOpen/WithRangeOption/AccountReadError
=== RUN TestReOpen/WithSeekOption
=== RUN TestReOpen/WithSeekOption/Basics
2026/02/22 01:00:29 DEBUG : potato: Seek from 8 to 0
=== RUN TestReOpen/WithSeekOption/ErrorAtStart
=== RUN TestReOpen/WithSeekOption/WithErrors
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN TestReOpen/WithSeekOption/TooManyErrors
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2026/02/22 01:00:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN TestReOpen/WithSeekOption/ReadAt
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2026/02/22 01:00:29 DEBUG : potato: Seek from 5 to 1
=== RUN TestReOpen/WithSeekOption/Seek
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2026/02/22 01:00:29 DEBUG : potato: Seek from 5 to 2
2026/02/22 01:00:29 DEBUG : potato: Seek from 7 to 5
=== RUN TestReOpen/WithSeekOption/AccountRead
=== RUN TestReOpen/WithSeekOption/AccountReadDelay
2026/02/22 01:00:29 DEBUG : potato: Seek from 8 to 0
2026/02/22 01:00:29 DEBUG : potato: Seek from 8 to 0
2026/02/22 01:00:29 DEBUG : potato: Seek from 8 to 0
=== RUN TestReOpen/WithSeekOption/AccountReadError
=== RUN TestReOpen/UnknownSize
=== RUN TestReOpen/UnknownSize/Basics
2026/02/22 01:00:29 DEBUG : potato: Seek from 9 to 0
=== RUN TestReOpen/UnknownSize/ErrorAtStart
=== RUN TestReOpen/UnknownSize/WithErrors
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN TestReOpen/UnknownSize/TooManyErrors
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2026/02/22 01:00:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN TestReOpen/UnknownSize/ReadAt
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2026/02/22 01:00:29 DEBUG : potato: Seek from 5 to 1
=== RUN TestReOpen/UnknownSize/Seek
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2026/02/22 01:00:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2026/02/22 01:00:29 DEBUG : potato: Seek from 5 to 2
2026/02/22 01:00:29 DEBUG : potato: Seek from 7 to 6
=== RUN TestReOpen/UnknownSize/AccountRead
=== RUN TestReOpen/UnknownSize/AccountReadDelay
2026/02/22 01:00:29 DEBUG : potato: Seek from 9 to 0
2026/02/22 01:00:29 DEBUG : potato: Seek from 9 to 0
2026/02/22 01:00:29 DEBUG : potato: Seek from 9 to 0
=== RUN TestReOpen/UnknownSize/AccountReadError
--- PASS: TestReOpen (0.01s)
--- PASS: TestReOpen/Normal (0.00s)
--- PASS: TestReOpen/Normal/Basics (0.00s)
--- PASS: TestReOpen/Normal/ErrorAtStart (0.00s)
--- PASS: TestReOpen/Normal/WithErrors (0.00s)
--- PASS: TestReOpen/Normal/TooManyErrors (0.00s)
--- PASS: TestReOpen/Normal/ReadAt (0.00s)
--- PASS: TestReOpen/Normal/Seek (0.00s)
--- PASS: TestReOpen/Normal/AccountRead (0.00s)
--- PASS: TestReOpen/Normal/AccountReadDelay (0.00s)
--- PASS: TestReOpen/Normal/AccountReadError (0.00s)
--- PASS: TestReOpen/WithRangeOption (0.00s)
--- PASS: TestReOpen/WithRangeOption/Basics (0.00s)
--- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s)
--- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s)
--- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s)
--- PASS: TestReOpen/WithRangeOption/ReadAt (0.00s)
--- PASS: TestReOpen/WithRangeOption/Seek (0.00s)
--- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s)
--- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s)
--- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s)
--- PASS: TestReOpen/WithSeekOption (0.00s)
--- PASS: TestReOpen/WithSeekOption/Basics (0.00s)
--- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s)
--- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s)
--- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s)
--- PASS: TestReOpen/WithSeekOption/ReadAt (0.00s)
--- PASS: TestReOpen/WithSeekOption/Seek (0.00s)
--- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s)
--- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s)
--- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s)
--- PASS: TestReOpen/UnknownSize (0.00s)
--- PASS: TestReOpen/UnknownSize/Basics (0.00s)
--- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s)
--- PASS: TestReOpen/UnknownSize/WithErrors (0.00s)
--- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s)
--- PASS: TestReOpen/UnknownSize/ReadAt (0.00s)
--- PASS: TestReOpen/UnknownSize/Seek (0.00s)
--- PASS: TestReOpen/UnknownSize/AccountRead (0.00s)
--- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s)
--- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s)
=== RUN TestCheck
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
=== RUN TestCheck/1
=== RUN TestCheck/2
=== RUN TestCheck/3
=== RUN TestCheck/4
=== RUN TestCheck/5
=== RUN TestCheck/6
=== RUN TestCheck/7
--- PASS: TestCheck (4.07s)
--- PASS: TestCheck/1 (0.17s)
--- PASS: TestCheck/2 (0.12s)
--- PASS: TestCheck/3 (0.18s)
--- PASS: TestCheck/4 (0.17s)
--- PASS: TestCheck/5 (0.09s)
--- PASS: TestCheck/6 (0.12s)
--- PASS: TestCheck/7 (0.16s)
=== RUN TestCheckFsError
2026/02/22 01:00:33 DEBUG : Creating backend with remote "nonexistent"
2026/02/22 01:00:33 DEBUG : Creating backend with remote "nonexistent"
2026/02/22 01:00:33 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish
2026/02/22 01:00:33 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found
2026/02/22 01:00:33 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found
2026/02/22 01:00:33 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking
--- PASS: TestCheckFsError (0.02s)
=== RUN TestCheckDownload
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
=== RUN TestCheckDownload/1
=== RUN TestCheckDownload/2
=== RUN TestCheckDownload/3
=== RUN TestCheckDownload/4
=== RUN TestCheckDownload/5
=== NAME TestCheckDownload
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
fstest.go:292: Sleeping for 6s just to make sure
=== RUN TestCheckDownload/6
=== RUN TestCheckDownload/7
--- PASS: TestCheckDownload (12.31s)
--- PASS: TestCheckDownload/1 (0.59s)
--- PASS: TestCheckDownload/2 (0.24s)
--- PASS: TestCheckDownload/3 (0.22s)
--- PASS: TestCheckDownload/4 (0.42s)
--- PASS: TestCheckDownload/5 (0.50s)
--- PASS: TestCheckDownload/6 (0.50s)
--- PASS: TestCheckDownload/7 (0.43s)
=== RUN TestCheckSizeOnly
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
=== RUN TestCheckSizeOnly/1
=== RUN TestCheckSizeOnly/2
=== RUN TestCheckSizeOnly/3
=== RUN TestCheckSizeOnly/4
=== RUN TestCheckSizeOnly/5
=== RUN TestCheckSizeOnly/6
=== RUN TestCheckSizeOnly/7
--- PASS: TestCheckSizeOnly (3.12s)
--- PASS: TestCheckSizeOnly/1 (0.15s)
--- PASS: TestCheckSizeOnly/2 (0.24s)
--- PASS: TestCheckSizeOnly/3 (0.11s)
--- PASS: TestCheckSizeOnly/4 (0.16s)
--- PASS: TestCheckSizeOnly/5 (0.06s)
--- PASS: TestCheckSizeOnly/6 (0.13s)
--- PASS: TestCheckSizeOnly/7 (0.13s)
=== RUN TestCheckEqualReaders
--- PASS: TestCheckEqualReaders (0.00s)
=== RUN TestParseSumFile
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:00:49 NOTICE: test.sum: improperly formatted checksum line 4
2026/02/22 01:00:49 NOTICE: test.sum: improperly formatted checksum line 5
2026/02/22 01:00:49 NOTICE: test.sum: improperly formatted checksum line 6
2026/02/22 01:00:49 NOTICE: test.sum: 2 warning(s) suppressed...
2026/02/22 01:00:50 DEBUG : test.sum: Removing old object on successful upload
2026/02/22 01:00:50 NOTICE: test.sum: improperly formatted checksum line 4
2026/02/22 01:00:50 NOTICE: test.sum: improperly formatted checksum line 5
2026/02/22 01:00:50 NOTICE: test.sum: improperly formatted checksum line 6
2026/02/22 01:00:50 NOTICE: test.sum: 2 warning(s) suppressed...
2026/02/22 01:00:52 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/22 01:00:52 DEBUG : pacer: low level retry 1/10 (error Error "502 Bad Gateway (502): \r\n
502 Bad Gateway\r\n\r\n502 Bad Gateway
\r\n
nginx\r\n\r\n\r\n")
2026/02/22 01:00:52 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/22 01:00:52 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/22 01:00:52 DEBUG : pacer: low level retry 2/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n502 Bad Gateway
\r\n
nginx\r\n\r\n\r\n")
2026/02/22 01:00:52 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/22 01:00:52 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/22 01:00:52 DEBUG : pacer: low level retry 3/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n502 Bad Gateway
\r\n
nginx\r\n\r\n\r\n")
2026/02/22 01:00:52 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/22 01:00:52 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/22 01:00:52 DEBUG : pacer: low level retry 4/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n502 Bad Gateway
\r\n
nginx\r\n\r\n\r\n")
2026/02/22 01:00:52 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/22 01:00:52 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/22 01:00:52 DEBUG : pacer: low level retry 5/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n502 Bad Gateway
\r\n
nginx\r\n\r\n\r\n")
2026/02/22 01:00:52 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/02/22 01:00:53 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/22 01:00:53 DEBUG : pacer: low level retry 6/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n502 Bad Gateway
\r\n
nginx\r\n\r\n\r\n")
2026/02/22 01:00:53 DEBUG : pacer: Rate limited, increasing sleep to 640ms
2026/02/22 01:00:53 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/22 01:00:53 DEBUG : pacer: low level retry 7/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n502 Bad Gateway
\r\n
nginx\r\n\r\n\r\n")
2026/02/22 01:00:53 DEBUG : pacer: Rate limited, increasing sleep to 1.28s
2026/02/22 01:00:53 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/22 01:00:53 DEBUG : pacer: low level retry 8/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n502 Bad Gateway
\r\n
nginx\r\n\r\n\r\n")
2026/02/22 01:00:53 DEBUG : pacer: Rate limited, increasing sleep to 2.56s
2026/02/22 01:00:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2026/02/22 01:00:55 DEBUG : pacer: low level retry 9/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n502 Bad Gateway
\r\n
nginx\r\n\r\n\r\n")
2026/02/22 01:00:55 DEBUG : pacer: Rate limited, increasing sleep to 5.12s
2026/02/22 01:00:57 DEBUG : pacer: Reducing sleep to 2.56s
2026/02/22 01:01:02 DEBUG : pacer: Reducing sleep to 1.28s
2026/02/22 01:01:05 DEBUG : pacer: Reducing sleep to 640ms
--- PASS: TestParseSumFile (16.50s)
=== RUN TestCheckSum
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:01:05 DEBUG : Creating backend with remote "TestGoFile:rclone-test-fezoniv3caxa/data"
2026/02/22 01:01:06 DEBUG : pacer: Reducing sleep to 320ms
2026/02/22 01:01:07 DEBUG : pacer: Reducing sleep to 160ms
2026/02/22 01:01:07 DEBUG : pacer: Reducing sleep to 80ms
2026/02/22 01:01:08 DEBUG : pacer: Reducing sleep to 40ms
2026/02/22 01:01:08 DEBUG : pacer: Reducing sleep to 20ms
2026/02/22 01:01:08 DEBUG : pacer: Reducing sleep to 10ms
=== RUN TestCheckSum/subtest1
2026/02/22 01:01:09 DEBUG : test.sum: Removing old object on successful upload
=== RUN TestCheckSum/subtest2
2026/02/22 01:01:10 DEBUG : test.sum: Removing old object on successful upload
=== RUN TestCheckSum/subtest3
2026/02/22 01:01:11 DEBUG : test.sum: Removing old object on successful upload
=== RUN TestCheckSum/subtest4
2026/02/22 01:01:12 DEBUG : test.sum: Removing old object on successful upload
=== RUN TestCheckSum/subtest5
2026/02/22 01:01:13 DEBUG : test.sum: Removing old object on successful upload
=== RUN TestCheckSum/subtest6
2026/02/22 01:01:14 DEBUG : data/banana: Removing old object on successful upload
2026/02/22 01:01:14 DEBUG : data/potato: Removing old object on successful upload
2026/02/22 01:01:15 DEBUG : test.sum: Removing old object on successful upload
=== RUN TestCheckSum/subtest7
--- PASS: TestCheckSum (11.25s)
--- PASS: TestCheckSum/subtest1 (0.58s)
--- PASS: TestCheckSum/subtest2 (0.38s)
--- PASS: TestCheckSum/subtest3 (0.41s)
--- PASS: TestCheckSum/subtest4 (0.54s)
--- PASS: TestCheckSum/subtest5 (0.37s)
--- PASS: TestCheckSum/subtest6 (0.52s)
--- PASS: TestCheckSum/subtest7 (0.82s)
=== RUN TestCheckSumDownload
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:01:16 DEBUG : Creating backend with remote "TestGoFile:rclone-test-fezoniv3caxa/data"
=== RUN TestCheckSumDownload/subtest1
2026/02/22 01:01:19 DEBUG : test.sum: Removing old object on successful upload
=== RUN TestCheckSumDownload/subtest2
2026/02/22 01:01:21 DEBUG : test.sum: Removing old object on successful upload
=== RUN TestCheckSumDownload/subtest3
2026/02/22 01:01:22 DEBUG : test.sum: Removing old object on successful upload
=== RUN TestCheckSumDownload/subtest4
2026/02/22 01:01:23 DEBUG : test.sum: Removing old object on successful upload
=== RUN TestCheckSumDownload/subtest5
2026/02/22 01:01:24 DEBUG : test.sum: Removing old object on successful upload
=== RUN TestCheckSumDownload/subtest6
2026/02/22 01:01:25 DEBUG : data/banana: Removing old object on successful upload
2026/02/22 01:01:25 DEBUG : data/potato: Removing old object on successful upload
2026/02/22 01:01:26 DEBUG : test.sum: Removing old object on successful upload
=== RUN TestCheckSumDownload/subtest7
--- PASS: TestCheckSumDownload (10.44s)
--- PASS: TestCheckSumDownload/subtest1 (1.18s)
--- PASS: TestCheckSumDownload/subtest2 (0.58s)
--- PASS: TestCheckSumDownload/subtest3 (0.84s)
--- PASS: TestCheckSumDownload/subtest4 (0.73s)
--- PASS: TestCheckSumDownload/subtest5 (0.44s)
--- PASS: TestCheckSumDownload/subtest6 (0.54s)
--- PASS: TestCheckSumDownload/subtest7 (0.51s)
=== RUN TestApplyTransforms
2026/02/22 01:01:27 DEBUG : Creating backend with remote "TestGoFile:rclone-test-xovosum9bihi"
2026/02/22 01:01:27 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2026/02/22 01:01:27 DEBUG : Creating backend with remote "/tmp/rclone92788088"
run.go:185: Remote "gofile root 'rclone-test-xovosum9bihi'", Local "Local file system at /tmp/rclone92788088", Modify Window "1s"
upper checkfile vs. lower remote (without normalization)
2026/02/22 01:01:28 ERROR : hello, world!: sum not found
2026/02/22 01:01:28 ERROR : HELLO, WORLD!: file not in gofile root 'rclone-test-xovosum9bihi'
2026/02/22 01:01:28 NOTICE: gofile root 'rclone-test-xovosum9bihi': 1 files missing
2026/02/22 01:01:28 NOTICE: 1 hashes missing
2026/02/22 01:01:28 NOTICE: gofile root 'rclone-test-xovosum9bihi': 1 differences found
2026/02/22 01:01:28 NOTICE: gofile root 'rclone-test-xovosum9bihi': 2 errors while checking
upper checkfile vs. lower remote (with normalization)
2026/02/22 01:01:28 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2026/02/22 01:01:28 NOTICE: gofile root 'rclone-test-xovosum9bihi': 0 differences found
2026/02/22 01:01:28 NOTICE: gofile root 'rclone-test-xovosum9bihi': 1 matching files
2026/02/22 01:01:28 DEBUG : Creating backend with remote "TestGoFile:rclone-test-divatot3weto"
2026/02/22 01:01:28 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2026/02/22 01:01:28 DEBUG : Creating backend with remote "/tmp/rclone449917204"
run.go:185: Remote "gofile root 'rclone-test-divatot3weto'", Local "Local file system at /tmp/rclone449917204", Modify Window "1s"
lower checkfile vs. upper remote (without normalization)
2026/02/22 01:01:29 ERROR : HELLO, WORLD!: sum not found
2026/02/22 01:01:29 ERROR : hello, world!: file not in gofile root 'rclone-test-divatot3weto'
2026/02/22 01:01:29 NOTICE: gofile root 'rclone-test-divatot3weto': 1 files missing
2026/02/22 01:01:29 NOTICE: 1 hashes missing
2026/02/22 01:01:29 NOTICE: gofile root 'rclone-test-divatot3weto': 1 differences found
2026/02/22 01:01:29 NOTICE: gofile root 'rclone-test-divatot3weto': 2 errors while checking
lower checkfile vs. upper remote (with normalization)
2026/02/22 01:01:30 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2026/02/22 01:01:30 NOTICE: gofile root 'rclone-test-divatot3weto': 0 differences found
2026/02/22 01:01:30 NOTICE: gofile root 'rclone-test-divatot3weto': 1 matching files
2026/02/22 01:01:30 DEBUG : Creating backend with remote "TestGoFile:rclone-test-yagabej3sico"
2026/02/22 01:01:30 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2026/02/22 01:01:30 DEBUG : Creating backend with remote "/tmp/rclone2519716535"
run.go:185: Remote "gofile root 'rclone-test-yagabej3sico'", Local "Local file system at /tmp/rclone2519716535", Modify Window "1s"
lower checkfile vs. upperlowermixed remote (without normalization)
2026/02/22 01:01:31 ERROR : HeLlO, wOrLd!: sum not found
2026/02/22 01:01:31 ERROR : hello, world!: file not in gofile root 'rclone-test-yagabej3sico'
2026/02/22 01:01:31 NOTICE: gofile root 'rclone-test-yagabej3sico': 1 files missing
2026/02/22 01:01:31 NOTICE: 1 hashes missing
2026/02/22 01:01:31 NOTICE: gofile root 'rclone-test-yagabej3sico': 1 differences found
2026/02/22 01:01:31 NOTICE: gofile root 'rclone-test-yagabej3sico': 2 errors while checking
lower checkfile vs. upperlowermixed remote (with normalization)
2026/02/22 01:01:31 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2026/02/22 01:01:31 NOTICE: gofile root 'rclone-test-yagabej3sico': 0 differences found
2026/02/22 01:01:31 NOTICE: gofile root 'rclone-test-yagabej3sico': 1 matching files
2026/02/22 01:01:31 DEBUG : Creating backend with remote "TestGoFile:rclone-test-feyahol2xogu"
2026/02/22 01:01:31 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2026/02/22 01:01:31 DEBUG : Creating backend with remote "/tmp/rclone2861931497"
run.go:185: Remote "gofile root 'rclone-test-feyahol2xogu'", Local "Local file system at /tmp/rclone2861931497", Modify Window "1s"
upperlowermixed checkfile vs. upper remote (without normalization)
2026/02/22 01:01:33 ERROR : HELLO, WORLD!: sum not found
2026/02/22 01:01:33 ERROR : HeLlO, wOrLd!: file not in gofile root 'rclone-test-feyahol2xogu'
2026/02/22 01:01:33 NOTICE: gofile root 'rclone-test-feyahol2xogu': 1 files missing
2026/02/22 01:01:33 NOTICE: 1 hashes missing
2026/02/22 01:01:33 NOTICE: gofile root 'rclone-test-feyahol2xogu': 1 differences found
2026/02/22 01:01:33 NOTICE: gofile root 'rclone-test-feyahol2xogu': 2 errors while checking
upperlowermixed checkfile vs. upper remote (with normalization)
2026/02/22 01:01:33 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2026/02/22 01:01:33 NOTICE: gofile root 'rclone-test-feyahol2xogu': 0 differences found
2026/02/22 01:01:33 NOTICE: gofile root 'rclone-test-feyahol2xogu': 1 matching files
2026/02/22 01:01:33 DEBUG : Creating backend with remote "TestGoFile:rclone-test-kojiyoq6bome"
2026/02/22 01:01:33 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2026/02/22 01:01:33 DEBUG : Creating backend with remote "/tmp/rclone801792125"
run.go:185: Remote "gofile root 'rclone-test-kojiyoq6bome'", Local "Local file system at /tmp/rclone801792125", Modify Window "1s"
NFD checkfile vs. NFC remote (without normalization)
2026/02/22 01:01:34 ERROR : 測試_Русский___ě_áñ: sum not found
2026/02/22 01:01:34 ERROR : 測試_Русский___ě_áñ: file not in gofile root 'rclone-test-kojiyoq6bome'
2026/02/22 01:01:34 NOTICE: gofile root 'rclone-test-kojiyoq6bome': 1 files missing
2026/02/22 01:01:34 NOTICE: 1 hashes missing
2026/02/22 01:01:34 NOTICE: gofile root 'rclone-test-kojiyoq6bome': 1 differences found
2026/02/22 01:01:34 NOTICE: gofile root 'rclone-test-kojiyoq6bome': 2 errors while checking
NFD checkfile vs. NFC remote (with normalization)
2026/02/22 01:01:35 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2026/02/22 01:01:35 NOTICE: gofile root 'rclone-test-kojiyoq6bome': 0 differences found
2026/02/22 01:01:35 NOTICE: gofile root 'rclone-test-kojiyoq6bome': 1 matching files
2026/02/22 01:01:35 DEBUG : Creating backend with remote "TestGoFile:rclone-test-pasixim9lufe"
2026/02/22 01:01:35 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2026/02/22 01:01:35 DEBUG : Creating backend with remote "/tmp/rclone3536508464"
run.go:185: Remote "gofile root 'rclone-test-pasixim9lufe'", Local "Local file system at /tmp/rclone3536508464", Modify Window "1s"
NFC checkfile vs. NFD remote (without normalization)
2026/02/22 01:01:36 ERROR : 測試_Русский___ě_áñ: sum not found
2026/02/22 01:01:36 ERROR : 測試_Русский___ě_áñ: file not in gofile root 'rclone-test-pasixim9lufe'
2026/02/22 01:01:36 NOTICE: gofile root 'rclone-test-pasixim9lufe': 1 files missing
2026/02/22 01:01:36 NOTICE: 1 hashes missing
2026/02/22 01:01:36 NOTICE: gofile root 'rclone-test-pasixim9lufe': 1 differences found
2026/02/22 01:01:36 NOTICE: gofile root 'rclone-test-pasixim9lufe': 2 errors while checking
NFC checkfile vs. NFD remote (with normalization)
2026/02/22 01:01:36 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2026/02/22 01:01:36 NOTICE: gofile root 'rclone-test-pasixim9lufe': 0 differences found
2026/02/22 01:01:36 NOTICE: gofile root 'rclone-test-pasixim9lufe': 1 matching files
2026/02/22 01:01:36 DEBUG : Creating backend with remote "TestGoFile:rclone-test-gecuveb5zuyi"
2026/02/22 01:01:36 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2026/02/22 01:01:36 DEBUG : Creating backend with remote "/tmp/rclone26267274"
run.go:185: Remote "gofile root 'rclone-test-gecuveb5zuyi'", Local "Local file system at /tmp/rclone26267274", Modify Window "1s"
NFDx2 checkfile vs. both remote (without normalization)
2026/02/22 01:01:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2026/02/22 01:01:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in gofile root 'rclone-test-gecuveb5zuyi'
2026/02/22 01:01:37 NOTICE: gofile root 'rclone-test-gecuveb5zuyi': 1 files missing
2026/02/22 01:01:37 NOTICE: 1 hashes missing
2026/02/22 01:01:37 NOTICE: gofile root 'rclone-test-gecuveb5zuyi': 1 differences found
2026/02/22 01:01:37 NOTICE: gofile root 'rclone-test-gecuveb5zuyi': 2 errors while checking
NFDx2 checkfile vs. both remote (with normalization)
2026/02/22 01:01:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2026/02/22 01:01:38 NOTICE: gofile root 'rclone-test-gecuveb5zuyi': 0 differences found
2026/02/22 01:01:38 NOTICE: gofile root 'rclone-test-gecuveb5zuyi': 1 matching files
2026/02/22 01:01:38 DEBUG : Creating backend with remote "TestGoFile:rclone-test-zeketal4kilu"
2026/02/22 01:01:38 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2026/02/22 01:01:38 DEBUG : Creating backend with remote "/tmp/rclone1072796634"
run.go:185: Remote "gofile root 'rclone-test-zeketal4kilu'", Local "Local file system at /tmp/rclone1072796634", Modify Window "1s"
NFCx2 checkfile vs. both remote (without normalization)
2026/02/22 01:01:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2026/02/22 01:01:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in gofile root 'rclone-test-zeketal4kilu'
2026/02/22 01:01:39 NOTICE: gofile root 'rclone-test-zeketal4kilu': 1 files missing
2026/02/22 01:01:39 NOTICE: 1 hashes missing
2026/02/22 01:01:39 NOTICE: gofile root 'rclone-test-zeketal4kilu': 1 differences found
2026/02/22 01:01:39 NOTICE: gofile root 'rclone-test-zeketal4kilu': 2 errors while checking
NFCx2 checkfile vs. both remote (with normalization)
2026/02/22 01:01:39 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2026/02/22 01:01:39 NOTICE: gofile root 'rclone-test-zeketal4kilu': 0 differences found
2026/02/22 01:01:39 NOTICE: gofile root 'rclone-test-zeketal4kilu': 1 matching files
2026/02/22 01:01:39 DEBUG : Creating backend with remote "TestGoFile:rclone-test-wajeyen8kesa"
2026/02/22 01:01:39 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2026/02/22 01:01:40 DEBUG : Creating backend with remote "/tmp/rclone1580689852"
run.go:185: Remote "gofile root 'rclone-test-wajeyen8kesa'", Local "Local file system at /tmp/rclone1580689852", Modify Window "1s"
both checkfile vs. NFDx2 remote (without normalization)
2026/02/22 01:01:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2026/02/22 01:01:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in gofile root 'rclone-test-wajeyen8kesa'
2026/02/22 01:01:40 NOTICE: gofile root 'rclone-test-wajeyen8kesa': 1 files missing
2026/02/22 01:01:40 NOTICE: 1 hashes missing
2026/02/22 01:01:40 NOTICE: gofile root 'rclone-test-wajeyen8kesa': 1 differences found
2026/02/22 01:01:40 NOTICE: gofile root 'rclone-test-wajeyen8kesa': 2 errors while checking
both checkfile vs. NFDx2 remote (with normalization)
2026/02/22 01:01:41 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2026/02/22 01:01:41 NOTICE: gofile root 'rclone-test-wajeyen8kesa': 0 differences found
2026/02/22 01:01:41 NOTICE: gofile root 'rclone-test-wajeyen8kesa': 1 matching files
2026/02/22 01:01:41 DEBUG : Creating backend with remote "TestGoFile:rclone-test-bubevac7koqa"
2026/02/22 01:01:41 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2026/02/22 01:01:41 DEBUG : Creating backend with remote "/tmp/rclone3386416193"
run.go:185: Remote "gofile root 'rclone-test-bubevac7koqa'", Local "Local file system at /tmp/rclone3386416193", Modify Window "1s"
both checkfile vs. NFCx2 remote (without normalization)
2026/02/22 01:01:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2026/02/22 01:01:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in gofile root 'rclone-test-bubevac7koqa'
2026/02/22 01:01:42 NOTICE: gofile root 'rclone-test-bubevac7koqa': 1 files missing
2026/02/22 01:01:42 NOTICE: 1 hashes missing
2026/02/22 01:01:42 NOTICE: gofile root 'rclone-test-bubevac7koqa': 1 differences found
2026/02/22 01:01:42 NOTICE: gofile root 'rclone-test-bubevac7koqa': 2 errors while checking
both checkfile vs. NFCx2 remote (with normalization)
2026/02/22 01:01:42 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2026/02/22 01:01:42 NOTICE: gofile root 'rclone-test-bubevac7koqa': 0 differences found
2026/02/22 01:01:42 NOTICE: gofile root 'rclone-test-bubevac7koqa': 1 matching files
2026/02/22 01:01:42 DEBUG : gofile root 'rclone-test-bubevac7koqa': Purge remote
2026/02/22 01:01:42 DEBUG : gofile root 'rclone-test-wajeyen8kesa': Purge remote
2026/02/22 01:01:43 DEBUG : gofile root 'rclone-test-zeketal4kilu': Purge remote
2026/02/22 01:01:43 DEBUG : gofile root 'rclone-test-gecuveb5zuyi': Purge remote
2026/02/22 01:01:43 DEBUG : gofile root 'rclone-test-pasixim9lufe': Purge remote
2026/02/22 01:01:43 DEBUG : gofile root 'rclone-test-kojiyoq6bome': Purge remote
2026/02/22 01:01:43 DEBUG : gofile root 'rclone-test-feyahol2xogu': Purge remote
2026/02/22 01:01:43 DEBUG : gofile root 'rclone-test-yagabej3sico': Purge remote
2026/02/22 01:01:43 DEBUG : gofile root 'rclone-test-divatot3weto': Purge remote
2026/02/22 01:01:43 DEBUG : gofile root 'rclone-test-xovosum9bihi': Purge remote
--- PASS: TestApplyTransforms (16.69s)
=== RUN TestTruncateString
--- PASS: TestTruncateString (0.00s)
=== RUN TestCopyFile
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:01:44 DEBUG : file1: Need to transfer - File not found at Destination
2026/02/22 01:01:44 DEBUG : sub/file2: size = 14 OK
2026/02/22 01:01:44 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2026/02/22 01:01:44 INFO : file1: Copied (new) to: sub/file2
2026/02/22 01:01:44 DEBUG : sub/file2: size = 14 OK
2026/02/22 01:01:44 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s)
2026/02/22 01:01:44 DEBUG : file1: Unchanged skipping
2026/02/22 01:01:44 DEBUG : gofile root 'rclone-test-fezoniv3caxa': don't need to copy/move sub/file2, it is already at target location
--- PASS: TestCopyFile (1.34s)
=== RUN TestCopyLongFile
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
copy_test.go:154: Test only runs on local
--- SKIP: TestCopyLongFile (0.14s)
=== RUN TestCopyFileBackupDir
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:01:45 DEBUG : Creating backend with remote "TestGoFile:rclone-test-fezoniv3caxa/backup"
2026/02/22 01:01:46 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone148577198)
2026/02/22 01:01:46 DEBUG : dst/file1: size = 18 (gofile root 'rclone-test-fezoniv3caxa')
2026/02/22 01:01:46 DEBUG : dst/file1: Sizes differ
2026/02/22 01:01:47 INFO : dst/file1: Moved (server-side)
2026/02/22 01:01:47 DEBUG : dst/file1: size = 14 OK
2026/02/22 01:01:47 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2026/02/22 01:01:47 INFO : dst/file1: Copied (new)
--- PASS: TestCopyFileBackupDir (3.26s)
=== RUN TestCopyFileCompareDest
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:01:48 DEBUG : Creating backend with remote "TestGoFile:rclone-test-fezoniv3caxa/dst"
2026/02/22 01:01:49 DEBUG : Creating backend with remote "TestGoFile:rclone-test-fezoniv3caxa/CompareDest"
2026/02/22 01:01:49 DEBUG : one: Need to transfer - File not found at Destination
2026/02/22 01:01:50 DEBUG : one: size = 3 OK
2026/02/22 01:01:50 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2026/02/22 01:01:50 INFO : one: Copied (new)
2026/02/22 01:01:50 DEBUG : one: size = 5 (Local file system at /tmp/rclone148577198)
2026/02/22 01:01:50 DEBUG : one: size = 3 (gofile root 'rclone-test-fezoniv3caxa/dst')
2026/02/22 01:01:50 DEBUG : one: Sizes differ
2026/02/22 01:01:50 DEBUG : one: Removing old object on successful upload
2026/02/22 01:01:50 DEBUG : one: size = 5 OK
2026/02/22 01:01:50 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK
2026/02/22 01:01:50 INFO : one: Copied (replaced existing)
2026/02/22 01:01:51 DEBUG : dst/one: Removing old object on successful upload
2026/02/22 01:01:52 DEBUG : one: size = 5 (Local file system at /tmp/rclone148577198)
2026/02/22 01:01:52 DEBUG : one: size = 3 (gofile root 'rclone-test-fezoniv3caxa/dst')
2026/02/22 01:01:52 DEBUG : one: Sizes differ
2026/02/22 01:01:52 DEBUG : one: size = 5 OK
2026/02/22 01:01:52 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s)
2026/02/22 01:01:52 DEBUG : one: Destination found in --compare-dest, skipping
2026/02/22 01:01:52 DEBUG : two: Need to transfer - File not found at Destination
2026/02/22 01:01:52 DEBUG : two: size = 3 OK
2026/02/22 01:01:52 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s)
2026/02/22 01:01:52 DEBUG : two: Destination found in --compare-dest, skipping
2026/02/22 01:01:53 DEBUG : two: Need to transfer - File not found at Destination
2026/02/22 01:01:53 DEBUG : two: size = 3 OK
2026/02/22 01:01:53 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s)
2026/02/22 01:01:53 DEBUG : two: Destination found in --compare-dest, skipping
2026/02/22 01:01:53 DEBUG : two: Need to transfer - File not found at Destination
2026/02/22 01:01:53 DEBUG : two: size = 5 (Local file system at /tmp/rclone148577198)
2026/02/22 01:01:53 DEBUG : two: size = 3 (gofile root 'rclone-test-fezoniv3caxa/CompareDest')
2026/02/22 01:01:53 DEBUG : two: Sizes differ
2026/02/22 01:01:53 DEBUG : two: size = 5 OK
2026/02/22 01:01:53 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK
2026/02/22 01:01:53 INFO : two: Copied (new)
--- PASS: TestCopyFileCompareDest (6.01s)
=== RUN TestCopyFileCopyDest
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:01:54 DEBUG : Creating backend with remote "TestGoFile:rclone-test-fezoniv3caxa/dst"
2026/02/22 01:01:55 DEBUG : Creating backend with remote "TestGoFile:rclone-test-fezoniv3caxa/CopyDest"
2026/02/22 01:01:56 DEBUG : one: Need to transfer - File not found at Destination
2026/02/22 01:01:57 DEBUG : one: size = 3 OK
2026/02/22 01:01:57 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2026/02/22 01:01:57 INFO : one: Copied (new)
2026/02/22 01:01:57 DEBUG : one: size = 5 (Local file system at /tmp/rclone148577198)
2026/02/22 01:01:57 DEBUG : one: size = 3 (gofile root 'rclone-test-fezoniv3caxa/dst')
2026/02/22 01:01:57 DEBUG : one: Sizes differ
2026/02/22 01:01:57 DEBUG : one: Removing old object on successful upload
2026/02/22 01:01:58 DEBUG : one: size = 5 OK
2026/02/22 01:01:58 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK
2026/02/22 01:01:58 INFO : one: Copied (replaced existing)
2026/02/22 01:01:58 DEBUG : dst/one: Removing old object on successful upload
2026/02/22 01:01:59 DEBUG : Creating backend with remote "TestGoFile:rclone-test-fezoniv3caxa/BackupDir"
2026/02/22 01:01:59 DEBUG : one: size = 5 (Local file system at /tmp/rclone148577198)
2026/02/22 01:01:59 DEBUG : one: size = 3 (gofile root 'rclone-test-fezoniv3caxa/dst')
2026/02/22 01:01:59 DEBUG : one: Sizes differ
2026/02/22 01:02:00 DEBUG : one: size = 5 OK
2026/02/22 01:02:00 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s)
2026/02/22 01:02:00 DEBUG : one: size = 5 (Local file system at /tmp/rclone148577198)
2026/02/22 01:02:00 DEBUG : one: size = 3 (gofile root 'rclone-test-fezoniv3caxa/dst')
2026/02/22 01:02:00 DEBUG : one: Sizes differ
2026/02/22 01:02:00 INFO : one: Moved (server-side)
2026/02/22 01:02:00 DEBUG : one: size = 5 OK
2026/02/22 01:02:00 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK
2026/02/22 01:02:00 INFO : one: Copied (server-side copy)
2026/02/22 01:02:00 DEBUG : one: Destination found in --copy-dest, using server-side copy
2026/02/22 01:02:01 DEBUG : two: Need to transfer - File not found at Destination
2026/02/22 01:02:01 DEBUG : two: size = 3 OK
2026/02/22 01:02:01 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s)
2026/02/22 01:02:01 DEBUG : two: size = 3 OK
2026/02/22 01:02:01 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK
2026/02/22 01:02:01 INFO : two: Copied (server-side copy)
2026/02/22 01:02:01 DEBUG : two: Destination found in --copy-dest, using server-side copy
2026/02/22 01:02:02 DEBUG : two: size = 3 OK
2026/02/22 01:02:02 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s)
2026/02/22 01:02:02 DEBUG : two: Unchanged skipping
2026/02/22 01:02:02 DEBUG : three: Need to transfer - File not found at Destination
2026/02/22 01:02:03 DEBUG : three: size = 7 (Local file system at /tmp/rclone148577198)
2026/02/22 01:02:03 DEBUG : three: size = 5 (gofile root 'rclone-test-fezoniv3caxa/CopyDest')
2026/02/22 01:02:03 DEBUG : three: Sizes differ
2026/02/22 01:02:03 DEBUG : three: Destination not found in --copy-dest
2026/02/22 01:02:03 DEBUG : three: size = 7 OK
2026/02/22 01:02:03 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK
2026/02/22 01:02:03 INFO : three: Copied (new)
--- PASS: TestCopyFileCopyDest (10.24s)
=== RUN TestCopyInplace
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
copy_test.go:371: Partial uploads not supported
--- SKIP: TestCopyInplace (0.16s)
=== RUN TestCopyLongFileName
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
copy_test.go:404: Partial uploads not supported
--- SKIP: TestCopyLongFileName (0.31s)
=== RUN TestCopyLongFileNameCollision
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
copy_test.go:437: Partial uploads not supported
--- SKIP: TestCopyLongFileNameCollision (0.19s)
=== RUN TestCopyFileMaxTransfer
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:02:05 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination
2026/02/22 01:02:06 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK
2026/02/22 01:02:06 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2026/02/22 01:02:06 INFO : TestCopyFileMaxTransfer/file1: Copied (new)
2026/02/22 01:02:06 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination
2026/02/22 01:02:06 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: failed to upload file: Post "https://upload.gofile.io/uploadfile": failed to copy data: max transfer limit reached as set by --max-transfer
2026/02/22 01:02:06 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination
2026/02/22 01:02:07 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination
2026/02/22 01:02:07 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK
2026/02/22 01:02:07 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 2632d38a0f5828a88739e706a87579d1 OK
2026/02/22 01:02:07 INFO : TestCopyFileMaxTransfer/file4: Copied (new)
--- PASS: TestCopyFileMaxTransfer (2.68s)
=== RUN TestDeduplicateInteractive
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:02:09 INFO : gofile root 'rclone-test-fezoniv3caxa': Looking for duplicate names using interactive mode.
2026/02/22 01:02:09 NOTICE: one: Found 3 files with duplicate names
2026/02/22 01:02:09 NOTICE: one: Deleting 2/3 identical duplicates (md5 0f6d3e59c45e54d0f2cb30fb594620a3)
2026/02/22 01:02:09 INFO : one: Deleted
2026/02/22 01:02:09 INFO : one: Deleted
2026/02/22 01:02:09 NOTICE: one: All duplicates removed
--- PASS: TestDeduplicateInteractive (1.50s)
=== RUN TestDeduplicateSkip
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:02:10 INFO : gofile root 'rclone-test-fezoniv3caxa': Looking for duplicate names using skip mode.
2026/02/22 01:02:10 NOTICE: one: Found 3 files with duplicate names
2026/02/22 01:02:10 NOTICE: one: Deleting 1/2 identical duplicates (md5 0f6d3e59c45e54d0f2cb30fb594620a3)
2026/02/22 01:02:10 INFO : one: Deleted
2026/02/22 01:02:10 NOTICE: one: Skipping 2 files with duplicate names
--- PASS: TestDeduplicateSkip (1.46s)
=== RUN TestDeduplicateSizeOnly
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:02:11 INFO : gofile root 'rclone-test-fezoniv3caxa': Looking for duplicate names using skip mode.
2026/02/22 01:02:12 NOTICE: one: Found 3 files with duplicate names
2026/02/22 01:02:12 NOTICE: one: Deleting 1/2 identical duplicates (size 11)
2026/02/22 01:02:12 INFO : one: Deleted
2026/02/22 01:02:12 NOTICE: one: Skipping 2 files with duplicate names
--- PASS: TestDeduplicateSizeOnly (1.62s)
=== RUN TestDeduplicateFirst
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:02:13 INFO : gofile root 'rclone-test-fezoniv3caxa': Looking for duplicate names using first mode.
2026/02/22 01:02:13 NOTICE: one: Found 3 files with duplicate names
2026/02/22 01:02:13 INFO : one: Deleted
2026/02/22 01:02:13 INFO : one: Deleted
2026/02/22 01:02:13 NOTICE: one: Deleted 2 extra copies
--- PASS: TestDeduplicateFirst (1.33s)
=== RUN TestDeduplicateNewest
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:02:14 INFO : gofile root 'rclone-test-fezoniv3caxa': Looking for duplicate names using newest mode.
2026/02/22 01:02:14 NOTICE: one: Found 3 files with duplicate names
2026/02/22 01:02:14 INFO : one: Deleted
2026/02/22 01:02:15 INFO : one: Deleted
2026/02/22 01:02:15 NOTICE: one: Deleted 2 extra copies
--- PASS: TestDeduplicateNewest (1.24s)
=== RUN TestDeduplicateNewestByHash
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:02:16 INFO : gofile root 'rclone-test-fezoniv3caxa': Looking for duplicate md5 hashes using newest mode.
2026/02/22 01:02:16 NOTICE: c39e78f4a4205344e079dd2f696613fa: Found 3 files with duplicate md5 hashes
2026/02/22 01:02:16 INFO : one: Deleted
2026/02/22 01:02:16 INFO : also/one: Deleted
2026/02/22 01:02:16 NOTICE: c39e78f4a4205344e079dd2f696613fa: Deleted 2 extra copies
--- PASS: TestDeduplicateNewestByHash (2.32s)
=== RUN TestDeduplicateOldest
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:02:18 INFO : gofile root 'rclone-test-fezoniv3caxa': Looking for duplicate names using oldest mode.
2026/02/22 01:02:18 NOTICE: one: Found 3 files with duplicate names
2026/02/22 01:02:18 INFO : one: Deleted
2026/02/22 01:02:18 INFO : one: Deleted
2026/02/22 01:02:18 NOTICE: one: Deleted 2 extra copies
--- PASS: TestDeduplicateOldest (1.18s)
=== RUN TestDeduplicateLargest
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:02:19 INFO : gofile root 'rclone-test-fezoniv3caxa': Looking for duplicate names using largest mode.
2026/02/22 01:02:20 NOTICE: one: Found 3 files with duplicate names
2026/02/22 01:02:20 INFO : one: Deleted
2026/02/22 01:02:20 INFO : one: Deleted
2026/02/22 01:02:20 NOTICE: one: Deleted 2 extra copies
--- PASS: TestDeduplicateLargest (1.74s)
=== RUN TestDeduplicateSmallest
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:02:21 INFO : gofile root 'rclone-test-fezoniv3caxa': Looking for duplicate names using smallest mode.
2026/02/22 01:02:22 NOTICE: one: Found 3 files with duplicate names
2026/02/22 01:02:22 INFO : one: Deleted
2026/02/22 01:02:22 INFO : one: Deleted
2026/02/22 01:02:22 NOTICE: one: Deleted 2 extra copies
--- PASS: TestDeduplicateSmallest (2.09s)
=== RUN TestDeduplicateRename
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:02:23 INFO : gofile root 'rclone-test-fezoniv3caxa': Looking for duplicate names using rename mode.
2026/02/22 01:02:23 NOTICE: one.txt: Found 3 files with duplicate names
2026/02/22 01:02:24 INFO : one-2.txt: renamed from: one.txt
2026/02/22 01:02:24 INFO : one-3.txt: renamed from: one.txt
2026/02/22 01:02:24 INFO : one-4.txt: renamed from: one.txt
--- PASS: TestDeduplicateRename (2.77s)
=== RUN TestMergeDirs
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:02:27 INFO : dupe2: merging "two.txt"
2026/02/22 01:02:27 INFO : dupe2: removing empty directory
2026/02/22 01:02:27 INFO : dupe3: merging "three.txt"
2026/02/22 01:02:28 INFO : dupe3: removing empty directory
--- PASS: TestMergeDirs (3.67s)
=== RUN TestListDirSorted
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:02:31 DEBUG : a.txt: Excluded (Size Filter)
2026/02/22 01:02:31 DEBUG : a.txt: Excluded
2026/02/22 01:02:32 DEBUG : sub dir/hello world: Excluded (Size Filter)
2026/02/22 01:02:32 DEBUG : sub dir/hello world: Excluded
2026/02/22 01:02:32 DEBUG : sub dir/hello world2: Excluded (Size Filter)
2026/02/22 01:02:32 DEBUG : sub dir/hello world2: Excluded
2026/02/22 01:02:32 DEBUG : sub dir/hello world: Excluded (Size Filter)
2026/02/22 01:02:32 DEBUG : sub dir/hello world: Excluded
2026/02/22 01:02:32 DEBUG : sub dir/hello world2: Excluded (Size Filter)
2026/02/22 01:02:32 DEBUG : sub dir/hello world2: Excluded
2026/02/22 01:02:32 DEBUG : sub dir/ignore dir: Excluded
2026/02/22 01:02:32 DEBUG : sub dir/ignore dir: Excluded
--- PASS: TestListDirSorted (5.35s)
=== RUN TestListDirSortedFn
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:02:38 DEBUG : a.txt: Excluded (Size Filter)
2026/02/22 01:02:38 DEBUG : a.txt: Excluded
2026/02/22 01:02:38 DEBUG : sub dir/hello world2: Excluded (Size Filter)
2026/02/22 01:02:38 DEBUG : sub dir/hello world2: Excluded
2026/02/22 01:02:38 DEBUG : sub dir/hello world: Excluded (Size Filter)
2026/02/22 01:02:38 DEBUG : sub dir/hello world: Excluded
2026/02/22 01:02:38 DEBUG : sub dir/hello world2: Excluded (Size Filter)
2026/02/22 01:02:38 DEBUG : sub dir/hello world2: Excluded
2026/02/22 01:02:38 DEBUG : sub dir/ignore dir: Excluded
2026/02/22 01:02:38 DEBUG : sub dir/hello world: Excluded (Size Filter)
2026/02/22 01:02:38 DEBUG : sub dir/hello world: Excluded
2026/02/22 01:02:38 DEBUG : sub dir/ignore dir: Excluded
run.go:130: removing dir "sub dir" failed - try 1/3: directory not empty
--- PASS: TestListDirSortedFn (7.92s)
=== RUN TestListJSON
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
=== RUN TestListJSON/Default
=== RUN TestListJSON/FilesOnly
=== RUN TestListJSON/DirsOnly
=== RUN TestListJSON/Recurse
=== RUN TestListJSON/SubDir
=== RUN TestListJSON/NoModTime
=== RUN TestListJSON/NoMimeType
=== RUN TestListJSON/ShowHash
=== RUN TestListJSON/HashTypes
=== RUN TestListJSON/Metadata
--- PASS: TestListJSON (3.03s)
--- PASS: TestListJSON/Default (0.09s)
--- PASS: TestListJSON/FilesOnly (0.18s)
--- PASS: TestListJSON/DirsOnly (0.16s)
--- PASS: TestListJSON/Recurse (0.14s)
--- PASS: TestListJSON/SubDir (0.05s)
--- PASS: TestListJSON/NoModTime (0.22s)
--- PASS: TestListJSON/NoMimeType (0.06s)
--- PASS: TestListJSON/ShowHash (0.10s)
--- PASS: TestListJSON/HashTypes (0.11s)
--- PASS: TestListJSON/Metadata (0.06s)
=== RUN TestStatJSON
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
=== RUN TestStatJSON/Root
=== RUN TestStatJSON/RootFilesOnly
=== RUN TestStatJSON/RootDirsOnly
=== RUN TestStatJSON/Dir
=== RUN TestStatJSON/DirWithTrailingSlash
=== RUN TestStatJSON/File
=== RUN TestStatJSON/NotFound
=== RUN TestStatJSON/DirFilesOnly
=== RUN TestStatJSON/FileFilesOnly
=== RUN TestStatJSON/NotFoundFilesOnly
=== RUN TestStatJSON/DirDirsOnly
=== RUN TestStatJSON/FileDirsOnly
=== RUN TestStatJSON/NotFoundDirsOnly
=== RUN TestStatJSON/RootNotFound
2026/02/22 01:02:47 DEBUG : Creating backend with remote "TestGoFile:rclone-test-fezoniv3caxa/notfound"
--- PASS: TestStatJSON (3.67s)
--- PASS: TestStatJSON/Root (0.13s)
--- PASS: TestStatJSON/RootFilesOnly (0.00s)
--- PASS: TestStatJSON/RootDirsOnly (0.13s)
--- PASS: TestStatJSON/Dir (0.17s)
--- PASS: TestStatJSON/DirWithTrailingSlash (0.08s)
--- PASS: TestStatJSON/File (0.05s)
--- PASS: TestStatJSON/NotFound (0.18s)
--- PASS: TestStatJSON/DirFilesOnly (0.14s)
--- PASS: TestStatJSON/FileFilesOnly (0.06s)
--- PASS: TestStatJSON/NotFoundFilesOnly (0.09s)
--- PASS: TestStatJSON/DirDirsOnly (0.18s)
--- PASS: TestStatJSON/FileDirsOnly (0.11s)
--- PASS: TestStatJSON/NotFoundDirsOnly (0.07s)
--- PASS: TestStatJSON/RootNotFound (0.62s)
=== RUN TestMkdir
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:02:49 INFO : gofile root 'rclone-test-fezoniv3caxa': Making directory
2026/02/22 01:02:49 INFO : gofile root 'rclone-test-fezoniv3caxa': Making directory
--- PASS: TestMkdir (0.27s)
=== RUN TestLsd
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
--- PASS: TestLsd (1.23s)
=== RUN TestLs
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
--- PASS: TestLs (1.03s)
=== RUN TestLsWithFilesFrom
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:02:52 DEBUG : empty space: Excluded (FilesFrom Filter)
2026/02/22 01:02:52 DEBUG : empty space: Excluded
--- PASS: TestLsWithFilesFrom (1.43s)
=== RUN TestLsLong
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
--- PASS: TestLsLong (1.38s)
=== RUN TestHashSums
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
=== RUN TestHashSums/Md5
=== RUN TestHashSums/Md5Download
--- PASS: TestHashSums (1.99s)
--- PASS: TestHashSums/Md5 (0.10s)
--- PASS: TestHashSums/Md5Download (0.67s)
=== RUN TestHashSumsWithErrors
2026/02/22 01:02:56 DEBUG : Creating backend with remote ":memory:"
2026/02/22 01:02:56 ERROR : file1: hash unsupported: hash type not supported
--- PASS: TestHashSumsWithErrors (0.00s)
=== RUN TestHashStream
2026/02/22 01:02:56 DEBUG : Creating md5 hash of 0 bytes read from input stream
2026/02/22 01:02:56 DEBUG : Creating md5 hash of 0 bytes read from input stream
2026/02/22 01:02:56 DEBUG : Creating sha1 hash of 0 bytes read from input stream
2026/02/22 01:02:56 DEBUG : Creating sha1 hash of 0 bytes read from input stream
2026/02/22 01:02:56 DEBUG : Creating md5 hash of 12 bytes read from input stream
2026/02/22 01:02:56 DEBUG : Creating md5 hash of 12 bytes read from input stream
2026/02/22 01:02:56 DEBUG : Creating sha1 hash of 12 bytes read from input stream
2026/02/22 01:02:56 DEBUG : Creating sha1 hash of 12 bytes read from input stream
--- PASS: TestHashStream (0.00s)
=== RUN TestSuffixName
--- PASS: TestSuffixName (0.00s)
=== RUN TestCount
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
--- PASS: TestCount (1.99s)
=== RUN TestDelete
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:02:59 DEBUG : Waiting for deletions to finish
2026/02/22 01:02:59 DEBUG : large: Excluded (Size Filter)
2026/02/22 01:02:59 INFO : medium: Deleted
2026/02/22 01:02:59 INFO : small: Deleted
--- PASS: TestDelete (1.48s)
=== RUN TestMaxDelete
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:03:00 DEBUG : Waiting for deletions to finish
2026/02/22 01:03:00 ERROR : medium: Got fatal error on delete: --max-delete threshold reached
2026/02/22 01:03:01 INFO : small: Deleted
2026/02/22 01:03:01 INFO : large: Deleted
--- PASS: TestMaxDelete (1.75s)
=== RUN TestMaxDeleteSizeLargeFile
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:03:02 DEBUG : Waiting for deletions to finish
2026/02/22 01:03:03 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached
2026/02/22 01:03:03 INFO : medium: Deleted
2026/02/22 01:03:03 INFO : small: Deleted
--- PASS: TestMaxDeleteSizeLargeFile (2.23s)
=== RUN TestMaxDeleteSize
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:03:05 DEBUG : Waiting for deletions to finish
2026/02/22 01:03:05 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached
2026/02/22 01:03:05 INFO : small: Deleted
2026/02/22 01:03:05 INFO : large: Deleted
--- PASS: TestMaxDeleteSize (1.79s)
=== RUN TestReadFile
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
--- PASS: TestReadFile (1.29s)
=== RUN TestRetry
2026/02/22 01:03:07 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5
2026/02/22 01:03:07 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5
2026/02/22 01:03:07 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms
2026/02/22 01:03:07 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms
2026/02/22 01:03:07 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms
2026/02/22 01:03:07 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms
2026/02/22 01:03:07 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms
--- PASS: TestRetry (0.05s)
=== RUN TestCat
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
--- PASS: TestCat (3.14s)
=== RUN TestPurge
2026/02/22 01:03:10 DEBUG : Creating backend with remote "TestGoFile:rclone-test-susibud9sapo"
2026/02/22 01:03:10 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2026/02/22 01:03:10 DEBUG : Creating backend with remote "/tmp/rclone3955454921"
run.go:185: Remote "gofile root 'rclone-test-susibud9sapo'", Local "Local file system at /tmp/rclone3955454921", Modify Window "1s"
2026/02/22 01:03:11 INFO : A2: Making directory
2026/02/22 01:03:12 INFO : A1/B2: Making directory
2026/02/22 01:03:12 INFO : A1/B2/C2: Making directory
2026/02/22 01:03:12 INFO : A1/B1/C3: Making directory
2026/02/22 01:03:12 INFO : A3: Making directory
2026/02/22 01:03:13 INFO : A3/B3: Making directory
2026/02/22 01:03:13 INFO : A3/B3/C4: Making directory
2026/02/22 01:03:14 DEBUG : gofile root 'rclone-test-susibud9sapo': Purge remote
2026/02/22 01:03:14 NOTICE: purge failed: directory not found
--- PASS: TestPurge (4.73s)
=== RUN TestRmdirsNoLeaveRoot
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:03:15 INFO : A2: Making directory
2026/02/22 01:03:16 INFO : A1/B2: Making directory
2026/02/22 01:03:16 INFO : A1/B2/C2: Making directory
2026/02/22 01:03:16 INFO : A1/B1/C3: Making directory
2026/02/22 01:03:16 INFO : A3: Making directory
2026/02/22 01:03:16 INFO : A3/B3: Making directory
2026/02/22 01:03:17 INFO : A3/B3/C4: Making directory
2026/02/22 01:03:18 DEBUG : removing 1 level 3 directories
2026/02/22 01:03:18 INFO : A3/B3/C4: Removing directory
2026/02/22 01:03:18 DEBUG : removing 2 level 3 directories
2026/02/22 01:03:18 INFO : A1/B2/C2: Removing directory
2026/02/22 01:03:18 INFO : A1/B1/C3: Removing directory
2026/02/22 01:03:19 DEBUG : removing 2 level 2 directories
2026/02/22 01:03:19 INFO : A3/B3: Removing directory
2026/02/22 01:03:19 INFO : A1/B2: Removing directory
2026/02/22 01:03:19 DEBUG : removing 2 level 1 directories
2026/02/22 01:03:19 INFO : A3: Removing directory
2026/02/22 01:03:19 INFO : A2: Removing directory
2026/02/22 01:03:20 DEBUG : removing 1 level 3 directories
2026/02/22 01:03:20 INFO : A1/B1/C1: Removing directory
2026/02/22 01:03:20 DEBUG : removing 1 level 2 directories
2026/02/22 01:03:20 INFO : A1/B1: Removing directory
2026/02/22 01:03:20 DEBUG : removing 1 level 1 directories
2026/02/22 01:03:20 INFO : A1: Removing directory
2026/02/22 01:03:21 DEBUG : removing 1 level 0 directories
2026/02/22 01:03:21 INFO : gofile root 'rclone-test-fezoniv3caxa': Removing directory
--- PASS: TestRmdirsNoLeaveRoot (6.45s)
=== RUN TestRmdirsLeaveRoot
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:03:21 INFO : A1: Making directory
2026/02/22 01:03:21 INFO : A1/B1: Making directory
2026/02/22 01:03:22 INFO : A1/B1/C1: Making directory
2026/02/22 01:03:22 DEBUG : removing 1 level 3 directories
2026/02/22 01:03:22 INFO : A1/B1/C1: Removing directory
2026/02/22 01:03:22 DEBUG : removing 1 level 2 directories
2026/02/22 01:03:22 INFO : A1/B1: Removing directory
--- PASS: TestRmdirsLeaveRoot (2.46s)
=== RUN TestRmdirsWithFilter
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:03:23 INFO : A1: Making directory
2026/02/22 01:03:24 INFO : A1/B1: Making directory
2026/02/22 01:03:24 INFO : A1/B1/C1: Making directory
2026/02/22 01:03:25 DEBUG : removing 1 level 3 directories
2026/02/22 01:03:25 INFO : A1/B1/C1: Removing directory
2026/02/22 01:03:25 DEBUG : removing 1 level 2 directories
2026/02/22 01:03:25 INFO : A1/B1: Removing directory
--- PASS: TestRmdirsWithFilter (2.21s)
=== RUN TestCopyURL
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:03:26 DEBUG : filename.txt: File name found in url
2026/02/22 01:03:27 DEBUG : headerfilename.txt: filename found in Content-Disposition header.
--- PASS: TestCopyURL (2.15s)
=== RUN TestCopyURLToWriter
--- PASS: TestCopyURLToWriter (0.00s)
=== RUN TestMoveFile
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:03:28 DEBUG : file1: Need to transfer - File not found at Destination
2026/02/22 01:03:28 DEBUG : sub/file2: size = 14 OK
2026/02/22 01:03:28 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2026/02/22 01:03:28 INFO : file1: Copied (new) to: sub/file2
2026/02/22 01:03:28 INFO : file1: Deleted
2026/02/22 01:03:28 DEBUG : sub/file2: size = 14 OK
2026/02/22 01:03:28 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s)
2026/02/22 01:03:28 DEBUG : file1: Unchanged skipping
2026/02/22 01:03:28 INFO : file1: Deleted
2026/02/22 01:03:29 DEBUG : gofile root 'rclone-test-fezoniv3caxa': don't need to copy/move sub/file2, it is already at target location
--- PASS: TestMoveFile (1.47s)
=== RUN TestMoveFileWithIgnoreExisting
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:03:29 DEBUG : file1: Need to transfer - File not found at Destination
2026/02/22 01:03:30 DEBUG : file1: size = 14 OK
2026/02/22 01:03:30 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2026/02/22 01:03:30 INFO : file1: Copied (new)
2026/02/22 01:03:30 INFO : file1: Deleted
2026/02/22 01:03:30 DEBUG : file1: Destination exists, skipping
2026/02/22 01:03:30 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set
--- PASS: TestMoveFileWithIgnoreExisting (0.97s)
=== RUN TestCaseInsensitiveMoveFile
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
--- PASS: TestCaseInsensitiveMoveFile (0.21s)
=== RUN TestCaseInsensitiveMoveFileDryRun
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
--- PASS: TestCaseInsensitiveMoveFileDryRun (0.29s)
=== RUN TestMoveFileBackupDir
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:03:32 DEBUG : Creating backend with remote "TestGoFile:rclone-test-fezoniv3caxa/backup"
2026/02/22 01:03:32 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone148577198)
2026/02/22 01:03:32 DEBUG : dst/file1: size = 18 (gofile root 'rclone-test-fezoniv3caxa')
2026/02/22 01:03:32 DEBUG : dst/file1: Sizes differ
2026/02/22 01:03:33 INFO : dst/file1: Moved (server-side)
2026/02/22 01:03:33 DEBUG : dst/file1: size = 14 OK
2026/02/22 01:03:33 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2026/02/22 01:03:33 INFO : dst/file1: Copied (new)
2026/02/22 01:03:33 INFO : dst/file1: Deleted
--- PASS: TestMoveFileBackupDir (3.43s)
=== RUN TestSameConfig
--- PASS: TestSameConfig (0.00s)
=== RUN TestSame
--- PASS: TestSame (0.00s)
=== RUN TestOverlappingFilterCheckWithoutFilter
--- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s)
=== RUN TestOverlappingFilterCheckWithFilter
--- PASS: TestOverlappingFilterCheckWithFilter (0.00s)
=== RUN TestListFormat
--- PASS: TestListFormat (0.00s)
=== RUN TestDirMove
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:03:36 INFO : A1/B2: Making directory
2026/02/22 01:03:36 INFO : A1/B1/C3: Making directory
fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:301: Flushing the directory cache
fstest.go:292: Sleeping for 6s just to make sure
2026/02/22 01:03:46 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:03:46 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:03:46 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:03:46 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:03:46 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:03:51 DEBUG : pacer: low level retry 1/10 (error Error "error-rateLimit")
2026/02/22 01:03:51 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2026/02/22 01:03:51 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:03:51 DEBUG : pacer: low level retry 1/10 (error Error "error-rateLimit")
2026/02/22 01:03:51 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2026/02/22 01:03:51 DEBUG : pacer: low level retry 1/10 (error Error "error-rateLimit")
2026/02/22 01:03:51 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2026/02/22 01:03:51 DEBUG : pacer: low level retry 1/10 (error Error "error-rateLimit")
2026/02/22 01:03:51 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2026/02/22 01:03:51 DEBUG : pacer: low level retry 1/10 (error Error "error-rateLimit")
2026/02/22 01:03:51 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2026/02/22 01:03:51 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:03:51 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:03:52 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:03:52 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:03:56 DEBUG : pacer: low level retry 2/10 (error Error "error-rateLimit")
2026/02/22 01:03:56 DEBUG : pacer: Rate limited, increasing sleep to 640ms
2026/02/22 01:03:56 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:03:56 DEBUG : pacer: low level retry 2/10 (error Error "error-rateLimit")
2026/02/22 01:03:56 DEBUG : pacer: Rate limited, increasing sleep to 1.28s
2026/02/22 01:03:56 DEBUG : pacer: low level retry 2/10 (error Error "error-rateLimit")
2026/02/22 01:03:56 DEBUG : pacer: Rate limited, increasing sleep to 2.56s
2026/02/22 01:03:57 DEBUG : pacer: low level retry 2/10 (error Error "error-rateLimit")
2026/02/22 01:03:57 DEBUG : pacer: Rate limited, increasing sleep to 5.12s
2026/02/22 01:03:57 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:03:57 DEBUG : pacer: low level retry 2/10 (error Error "error-rateLimit")
2026/02/22 01:03:57 DEBUG : pacer: Rate limited, increasing sleep to 10.24s
2026/02/22 01:04:01 DEBUG : pacer: low level retry 3/10 (error Error "error-rateLimit")
2026/02/22 01:04:01 DEBUG : pacer: Rate limited, increasing sleep to 20s
2026/02/22 01:04:02 DEBUG : pacer: low level retry 3/10 (error Error "error-rateLimit")
2026/02/22 01:04:02 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:04:07 DEBUG : pacer: low level retry 3/10 (error Error "error-rateLimit")
2026/02/22 01:04:22 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:04:27 DEBUG : pacer: low level retry 3/10 (error Error "error-rateLimit")
2026/02/22 01:04:42 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:04:47 DEBUG : pacer: low level retry 3/10 (error Error "error-rateLimit")
2026/02/22 01:05:02 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:05:07 DEBUG : pacer: low level retry 4/10 (error Error "error-rateLimit")
2026/02/22 01:05:22 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:05:27 DEBUG : pacer: low level retry 4/10 (error Error "error-rateLimit")
2026/02/22 01:05:42 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:05:47 DEBUG : pacer: low level retry 4/10 (error Error "error-rateLimit")
2026/02/22 01:06:02 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:06:07 DEBUG : pacer: low level retry 4/10 (error Error "error-rateLimit")
2026/02/22 01:06:22 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:06:27 DEBUG : pacer: low level retry 4/10 (error Error "error-rateLimit")
2026/02/22 01:06:42 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:06:47 DEBUG : pacer: low level retry 5/10 (error Error "error-rateLimit")
2026/02/22 01:07:02 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:07:07 DEBUG : pacer: low level retry 5/10 (error Error "error-rateLimit")
2026/02/22 01:07:42 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:07:42 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:07:47 DEBUG : pacer: low level retry 5/10 (error Error "error-rateLimit")
2026/02/22 01:07:47 DEBUG : pacer: low level retry 5/10 (error Error "error-rateLimit")
2026/02/22 01:08:02 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:08:07 DEBUG : pacer: low level retry 5/10 (error Error "error-rateLimit")
2026/02/22 01:08:22 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:08:27 DEBUG : pacer: low level retry 6/10 (error Error "error-rateLimit")
2026/02/22 01:08:42 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:08:47 DEBUG : pacer: low level retry 6/10 (error Error "error-rateLimit")
2026/02/22 01:09:02 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:09:07 DEBUG : pacer: low level retry 6/10 (error Error "error-rateLimit")
2026/02/22 01:09:22 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:09:27 DEBUG : pacer: low level retry 6/10 (error Error "error-rateLimit")
2026/02/22 01:09:42 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:09:47 DEBUG : pacer: low level retry 6/10 (error Error "error-rateLimit")
2026/02/22 01:10:02 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:10:07 DEBUG : pacer: low level retry 7/10 (error Error "error-rateLimit")
2026/02/22 01:10:22 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:10:27 DEBUG : pacer: low level retry 7/10 (error Error "error-rateLimit")
2026/02/22 01:10:42 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:10:47 DEBUG : pacer: low level retry 7/10 (error Error "error-rateLimit")
2026/02/22 01:11:02 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:11:07 DEBUG : pacer: low level retry 7/10 (error Error "error-rateLimit")
2026/02/22 01:11:22 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:11:27 DEBUG : pacer: low level retry 7/10 (error Error "error-rateLimit")
2026/02/22 01:11:42 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:11:47 DEBUG : pacer: low level retry 8/10 (error Error "error-rateLimit")
2026/02/22 01:12:02 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:12:07 DEBUG : pacer: low level retry 8/10 (error Error "error-rateLimit")
2026/02/22 01:12:22 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:12:27 DEBUG : pacer: low level retry 8/10 (error Error "error-rateLimit")
2026/02/22 01:12:42 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:12:47 DEBUG : pacer: low level retry 8/10 (error Error "error-rateLimit")
2026/02/22 01:13:02 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:13:07 DEBUG : pacer: low level retry 8/10 (error Error "error-rateLimit")
2026/02/22 01:13:22 DEBUG : Rate limited, sleep for 5s
2026/02/22 01:13:27 DEBUG : pacer: low level retry 9/10 (error Error "error-rateLimit")
2026/02/22 01:15:27 DEBUG : pacer: low level retry 9/10 (error Put "https://api.gofile.io/contents/move": dial tcp 51.159.107.119:443: i/o timeout)
2026/02/22 01:15:27 DEBUG : pacer: low level retry 9/10 (error Put "https://api.gofile.io/contents/move": dial tcp 51.159.107.119:443: i/o timeout)
2026/02/22 01:15:27 DEBUG : pacer: low level retry 9/10 (error Put "https://api.gofile.io/contents/move": dial tcp 51.159.107.119:443: i/o timeout)
2026/02/22 01:15:42 DEBUG : pacer: low level retry 9/10 (error Put "https://api.gofile.io/contents/move": dial tcp 45.112.123.126:443: i/o timeout)
2026/02/22 01:16:02 DEBUG : pacer: low level retry 10/10 (error Put "https://api.gofile.io/contents/move": dial tcp 51.75.242.210:443: i/o timeout)
2026/02/22 01:16:02 ERROR : A2/one: Couldn't move: failed to move item: Put "https://api.gofile.io/contents/move": dial tcp 51.75.242.210:443: i/o timeout
2026/02/22 01:16:02 DEBUG : pacer: Reducing sleep to 10s
2026/02/22 01:16:02 ERROR : A2/B1/C2/five: Couldn't move: failed to move item: Put "https://api.gofile.io/contents/move": failed to move item: Put "https://api.gofile.io/contents/move": dial tcp 51.75.242.210:443: i/o timeout
2026/02/22 01:16:02 DEBUG : pacer: Reducing sleep to 5s
2026/02/22 01:16:02 ERROR : A2/B1/three: Couldn't move: failed to move item: Put "https://api.gofile.io/contents/move": failed to move item: Put "https://api.gofile.io/contents/move": dial tcp 51.75.242.210:443: i/o timeout
2026/02/22 01:16:07 DEBUG : pacer: Reducing sleep to 2.5s
2026/02/22 01:16:07 ERROR : A2/B1/C1/four: Couldn't move: failed to move item: Put "https://api.gofile.io/contents/move": failed to move item: Put "https://api.gofile.io/contents/move": dial tcp 51.75.242.210:443: i/o timeout
2026/02/22 01:16:12 DEBUG : pacer: Reducing sleep to 1.25s
2026/02/22 01:16:12 ERROR : A2/two: Couldn't move: failed to move item: Put "https://api.gofile.io/contents/move": failed to move item: Put "https://api.gofile.io/contents/move": dial tcp 51.75.242.210:443: i/o timeout
operations_test.go:1413:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1413
Error: Received unexpected error:
RenameDir renames: failed to move item: Put "https://api.gofile.io/contents/move": dial tcp 51.75.242.210:443: i/o timeout
Test: TestDirMove
2026/02/22 01:17:14 DEBUG : pacer: low level retry 1/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.75.242.210:443: i/o timeout)
2026/02/22 01:17:14 DEBUG : pacer: Rate limited, increasing sleep to 2.5s
2026/02/22 01:19:17 DEBUG : pacer: low level retry 2/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.159.107.119:443: i/o timeout)
2026/02/22 01:19:17 DEBUG : pacer: Rate limited, increasing sleep to 5s
2026/02/22 01:20:17 DEBUG : pacer: low level retry 3/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 45.112.123.126:443: i/o timeout)
2026/02/22 01:20:17 DEBUG : pacer: Rate limited, increasing sleep to 10s
2026/02/22 01:21:17 DEBUG : pacer: low level retry 4/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.75.242.210:443: i/o timeout)
2026/02/22 01:21:17 DEBUG : pacer: Rate limited, increasing sleep to 20s
2026/02/22 01:22:17 DEBUG : pacer: low level retry 5/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.75.242.210:443: i/o timeout)
2026/02/22 01:23:17 DEBUG : pacer: low level retry 6/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.75.242.210:443: i/o timeout)
2026/02/22 01:24:17 DEBUG : pacer: low level retry 7/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.75.242.210:443: i/o timeout)
2026/02/22 01:25:17 DEBUG : pacer: low level retry 8/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 45.112.123.126:443: i/o timeout)
2026/02/22 01:26:17 DEBUG : pacer: low level retry 9/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.159.107.119:443: i/o timeout)
2026/02/22 01:27:17 DEBUG : pacer: low level retry 10/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.159.107.119:443: i/o timeout)
run.go:169:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:169
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/testing/testing.go:1308
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/testing/testing.go:1572
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/testing/testing.go:1928
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/runtime/panic.go:615
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/testing/testing.go:1013
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1413
Error: Received unexpected error:
couldn't recursively list files: Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.159.107.119:443: i/o timeout
Test: TestDirMove
--- FAIL: TestDirMove (1422.48s)
=== RUN TestGetFsInfo
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:27:17 DEBUG : Config file has changed externally - reloading
2026/02/22 01:28:17 DEBUG : pacer: low level retry 1/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.159.107.119:443: i/o timeout)
2026/02/22 01:29:17 DEBUG : pacer: low level retry 2/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 45.112.123.126:443: i/o timeout)
2026/02/22 01:30:17 DEBUG : pacer: low level retry 3/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.159.107.119:443: i/o timeout)
2026/02/22 01:31:17 DEBUG : pacer: low level retry 4/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 45.112.123.126:443: i/o timeout)
2026/02/22 01:32:17 DEBUG : pacer: low level retry 5/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.75.242.210:443: i/o timeout)
2026/02/22 01:33:17 DEBUG : pacer: low level retry 6/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.75.242.210:443: i/o timeout)
2026/02/22 01:34:17 DEBUG : pacer: low level retry 7/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.75.242.210:443: i/o timeout)
2026/02/22 01:35:17 DEBUG : pacer: low level retry 8/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 45.112.123.126:443: i/o timeout)
2026/02/22 01:36:17 DEBUG : pacer: low level retry 9/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.159.107.119:443: i/o timeout)
2026/02/22 01:37:17 DEBUG : pacer: low level retry 10/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.75.242.210:443: i/o timeout)
run.go:169:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:169
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/testing/testing.go:1308
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/testing/testing.go:1572
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/testing/testing.go:1928
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/runtime/asm_amd64.s:1693
Error: Received unexpected error:
couldn't recursively list files: Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.75.242.210:443: i/o timeout
Test: TestGetFsInfo
--- FAIL: TestGetFsInfo (600.10s)
=== RUN TestRcat
=== RUN TestRcat/withChecksum=false,ignoreChecksum=false
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:38:17 DEBUG : pacer: low level retry 1/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.159.107.119:443: i/o timeout)
2026/02/22 01:39:17 DEBUG : pacer: low level retry 2/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.75.242.210:443: i/o timeout)
2026/02/22 01:40:17 DEBUG : pacer: low level retry 3/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.159.107.119:443: i/o timeout)
2026/02/22 01:41:17 DEBUG : pacer: low level retry 4/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.159.107.119:443: i/o timeout)
2026/02/22 01:42:17 DEBUG : pacer: low level retry 5/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 45.112.123.126:443: i/o timeout)
2026/02/22 01:43:17 DEBUG : pacer: low level retry 6/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 45.112.123.126:443: i/o timeout)
2026/02/22 01:44:17 DEBUG : pacer: low level retry 7/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.159.107.119:443: i/o timeout)
2026/02/22 01:45:17 DEBUG : pacer: low level retry 8/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.75.242.210:443: i/o timeout)
2026/02/22 01:46:17 DEBUG : pacer: low level retry 9/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.75.242.210:443: i/o timeout)
2026/02/22 01:47:17 DEBUG : pacer: low level retry 10/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.75.242.210:443: i/o timeout)
fstest.go:282: Error listing: couldn't recursively list files: Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.75.242.210:443: i/o timeout
2026/02/22 01:48:17 DEBUG : pacer: low level retry 1/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 45.112.123.126:443: i/o timeout)
2026/02/22 01:49:17 DEBUG : pacer: low level retry 2/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.75.242.210:443: i/o timeout)
2026/02/22 01:50:17 DEBUG : pacer: low level retry 3/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.159.107.119:443: i/o timeout)
2026/02/22 01:51:17 DEBUG : pacer: low level retry 4/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.159.107.119:443: i/o timeout)
2026/02/22 01:52:17 DEBUG : pacer: low level retry 5/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.75.242.210:443: i/o timeout)
2026/02/22 01:53:17 DEBUG : pacer: low level retry 6/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 45.112.123.126:443: i/o timeout)
2026/02/22 01:54:17 DEBUG : pacer: low level retry 7/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.159.107.119:443: i/o timeout)
2026/02/22 01:55:17 DEBUG : pacer: low level retry 8/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.75.242.210:443: i/o timeout)
2026/02/22 01:56:17 DEBUG : pacer: low level retry 9/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 45.112.123.126:443: i/o timeout)
2026/02/22 01:57:17 DEBUG : pacer: low level retry 10/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 45.112.123.126:443: i/o timeout)
run.go:169:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:169
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/testing/testing.go:1308
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/testing/testing.go:1572
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/testing/testing.go:1928
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/runtime/panic.go:615
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/testing/testing.go:1013
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/testing/testing.go:1219
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:282
/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/fs/operations/operations_test.go:1506
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1531
Error: Received unexpected error:
couldn't recursively list files: Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 45.112.123.126:443: i/o timeout
Test: TestRcat/withChecksum=false,ignoreChecksum=false
=== RUN TestRcat/withChecksum=true,ignoreChecksum=false
run.go:185: Remote "gofile root 'rclone-test-fezoniv3caxa'", Local "Local file system at /tmp/rclone148577198", Modify Window "1s"
2026/02/22 01:58:17 DEBUG : pacer: low level retry 1/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 45.112.123.126:443: i/o timeout)
2026/02/22 01:59:17 DEBUG : pacer: low level retry 2/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 51.159.107.119:443: i/o timeout)
2026/02/22 02:00:17 DEBUG : pacer: low level retry 3/10 (error Get "https://api.gofile.io/contents/f4713d30-40df-4d26-8b9b-c829650eeaad?maxdepth=4&page=1&pageSize=1000": dial tcp 45.112.123.126:443: i/o timeout)
panic: test timed out after 1h0m0s
running tests:
TestRcat (23m12s)
TestRcat/withChecksum=true,ignoreChecksum=false (3m12s)
goroutine 6581 [running]:
testing.(*M).startAlarm.func1()
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/testing/testing.go:2682 +0x345
created by time.goFunc
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/time/sleep.go:215 +0x2d
goroutine 1 [chan receive, 24 minutes]:
testing.(*T).Run(0xc000103500, {0x298c8c2?, 0xc000423ae8?}, 0x2b08400)
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/testing/testing.go:2005 +0x485
testing.runTests.func1(0xc000103500)
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/testing/testing.go:2477 +0x37
testing.tRunner(0xc000103500, 0xc000423c28)
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/testing/testing.go:1934 +0xea
testing.runTests(0xc0008db710, {0x44d7820, 0x6f, 0x6f}, {0xee12c4c2d?, 0x44f00c0?, 0x44f00c0?})
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/testing/testing.go:2475 +0x4b4
testing.(*M).Run(0xc00054b180)
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/testing/testing.go:2337 +0x63a
github.com/rclone/rclone/fstest.TestMain(0xc00054b180)
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:74 +0xa6
github.com/rclone/rclone/fs/operations_test.TestMain(...)
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:61
main.main()
_testmain.go:269 +0xa6
goroutine 26 [syscall, 60 minutes]:
os/signal.signal_recv()
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/runtime/sigqueue.go:152 +0x29
os/signal.loop()
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/os/signal/signal_unix.go:23 +0x13
created by os/signal.Notify.func1.1 in goroutine 1
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/os/signal/signal.go:152 +0x1f
goroutine 27 [chan receive, 60 minutes]:
github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1()
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27
created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7
goroutine 1909 [chan receive, 58 minutes]:
github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1()
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27
created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1524
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7
goroutine 1852 [chan receive, 58 minutes]:
github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1()
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27
created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1524
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7
goroutine 217 [chan receive (nil chan), 59 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 207
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x376
goroutine 2060 [chan receive, 58 minutes]:
github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1()
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27
created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1524
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7
goroutine 538 [chan receive (nil chan), 59 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 514
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x376
goroutine 1728 [chan receive, 59 minutes]:
github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1()
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27
created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1524
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7
goroutine 320 [chan receive (nil chan), 59 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 310
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x376
goroutine 158 [chan receive (nil chan), 59 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 148
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x376
goroutine 1803 [chan receive, 58 minutes]:
github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1()
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27
created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1524
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7
goroutine 6632 [IO wait]:
internal/poll.runtime_pollWait(0x7c30bc490200, 0x77)
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/runtime/netpoll.go:351 +0x85
internal/poll.(*pollDesc).wait(0xc0005a4d90?, 0x0?, 0x0)
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:84 +0x27
internal/poll.(*pollDesc).waitWrite(...)
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:93
internal/poll.(*FD).WaitWrite(...)
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/internal/poll/fd_unix.go:685
net.(*netFD).connect(0xc000670580, {0x2e9cdc0, 0xc0005a4d90}, {0x41ed25?, 0xc00041d0f0?}, {0x2e71f00?, 0xc00085c380?})
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/net/fd_unix.go:130 +0x6b6
net.(*netFD).dial(0xc000670580, {0x2e9cdc0, 0xc0005a4d90}, {0x2ea4ff0?, 0x0?}, {0x2ea4ff0, 0xc00063bd10}, 0xc00041d1e0?)
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/net/sock_posix.go:124 +0x3bc
net.socket({0x2e9cdc0, 0xc0005a4d90}, {0x297de76, 0x3}, 0x2, 0x1, 0xc0008b7500?, 0x0, {0x2ea4ff0, 0x0}, ...)
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/net/sock_posix.go:70 +0x29b
net.internetSocket({0x2e9cdc0, 0xc0005a4d90}, {0x297de76, 0x3}, {0x2ea4ff0, 0x0}, {0x2ea4ff0, 0xc00063bd10}, 0x1, 0x0, ...)
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/net/ipsock_posix.go:167 +0xf8
net.(*sysDialer).doDialTCPProto(0xc00080a840, {0x2e9cdc0, 0xc0005a4d90}, 0x0, 0xc00063bd10, 0x0)
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/net/tcpsock_posix.go:85 +0xe7
net.(*sysDialer).doDialTCP(...)
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/net/tcpsock_posix.go:75
net.(*sysDialer).dialTCP(0x38?, {0x2e9cdc0?, 0xc0005a4d90?}, 0x52026f?, 0x0?)
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/net/tcpsock_posix.go:71 +0x69
net.(*sysDialer).dialSingle(0xc00080a840, {0x2e9cdc0, 0xc0005a4d90}, {0x2e87b50, 0xc00063bd10})
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/net/dial.go:721 +0x3ce
net.(*sysDialer).dialSerial(0xc00080a840, {0x2e9cdc0, 0xc0005a4a80}, {0xc0007aaa00?, 0x3, 0x65f6de?})
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/net/dial.go:686 +0x248
net.(*sysDialer).dialParallel(0xc0006b43a0?, {0x2e9cdc0?, 0xc0005a4a80?}, {0xc0007aaa00?, 0x251c800?, 0x297f015?}, {0x0?, 0x297de76?, 0xc000c34828?})
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/net/dial.go:587 +0x30a
net.(*Dialer).DialContext(0xc000806140, {0x2e9cd50, 0xc0004a5c70}, {0x297de76, 0x3}, {0xc00045a198, 0x11})
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/net/dial.go:578 +0x6a9
github.com/rclone/rclone/fs/fshttp.(*Dialer).DialContext(0xc000806140, {0x2e9cd50, 0xc0004a5c70}, {0x297de76?, 0x7c3104b3c4d0?}, {0xc00045a198, 0x11})
/home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:62 +0x125
github.com/rclone/rclone/fs/fshttp.NewTransportCustom.func2({0x2e9cd50, 0xc0004a5c70}, {0x297de76, 0x3}, {0xc00045a198, 0x11})
/home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:269 +0x5c
net/http.(*Transport).dial(0x0?, {0x2e9cd50?, 0xc0004a5c70?}, {0x297de76?, 0x0?}, {0xc00045a198?, 0x0?})
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/net/http/transport.go:1278 +0xd2
net/http.(*Transport).dialConn(0xc0006e49c0, {0x2e9cd50, 0xc0004a5c70}, {{}, 0x0, {0xc000504a80, 0x5}, {0xc00045a198, 0x11}, 0x0})
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/net/http/transport.go:1780 +0x7e5
net/http.(*Transport).dialConnFor(0xc0006e49c0, 0xc0003aa0b0)
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/net/http/transport.go:1615 +0xb8
net/http.(*Transport).startDialConnForLocked.func1()
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/net/http/transport.go:1597 +0x35
created by net/http.(*Transport).startDialConnForLocked in goroutine 6555
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/net/http/transport.go:1596 +0x112
goroutine 173 [chan receive (nil chan), 59 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 163
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x376
goroutine 6631 [sleep, 2 minutes]:
time.Sleep(0x4a817c800)
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/runtime/time.go:363 +0x165
github.com/rclone/rclone/lib/pacer.(*Pacer).beginCall.func1(0xc00079eb28?)
/home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:178 +0x1c
created by github.com/rclone/rclone/lib/pacer.(*Pacer).beginCall in goroutine 6555
/home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:177 +0x188
goroutine 714 [chan receive (nil chan), 59 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 656
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x376
goroutine 240 [chan receive (nil chan), 59 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 230
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x376
goroutine 337 [chan receive (nil chan), 59 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 327
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x376
goroutine 368 [chan receive (nil chan), 59 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 358
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x376
goroutine 577 [chan receive (nil chan), 59 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 567
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x376
goroutine 1001 [chan receive (nil chan), 59 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 799
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x376
goroutine 429 [chan receive (nil chan), 59 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 420
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x376
goroutine 459 [chan receive (nil chan), 59 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 411
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x376
goroutine 670 [chan receive (nil chan), 59 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 660
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x376
goroutine 728 [chan receive (nil chan), 59 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 638
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x376
goroutine 549 [chan receive (nil chan), 59 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 523
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x376
goroutine 793 [chan receive (nil chan), 59 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 703
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x376
goroutine 891 [chan receive (nil chan), 59 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 785
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x376
goroutine 6357 [chan receive, 4 minutes]:
testing.(*T).Run(0xc000a4da40, {0xc000af6180?, 0xc000427f40?}, 0xc00079e5a0)
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/testing/testing.go:2005 +0x485
github.com/rclone/rclone/fs/operations_test.TestRcat(0xc000a4da40)
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1530 +0xcd
testing.tRunner(0xc000a4da40, 0x2b08400)
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/testing/testing.go:1934 +0xea
created by testing.(*T).Run in goroutine 1
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/testing/testing.go:1997 +0x465
goroutine 839 [chan receive (nil chan), 59 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 813
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x376
goroutine 4926 [chan receive, 57 minutes]:
github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1()
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27
created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 4925
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7
goroutine 872 [chan receive (nil chan), 59 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 846
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x376
goroutine 980 [chan receive (nil chan), 59 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 906
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x376
goroutine 963 [chan receive (nil chan), 59 minutes]:
github.com/rclone/rclone/fs/march.(*March).Run.func2()
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c
created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 953
/home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x376
goroutine 1525 [chan receive, 59 minutes]:
github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1()
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27
created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1524
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7
goroutine 6636 [select]:
net.(*netFD).connect.func2()
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/net/fd_unix.go:107 +0x7a
created by net.(*netFD).connect in goroutine 6632
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/net/fd_unix.go:106 +0x345
goroutine 1590 [chan receive, 59 minutes]:
github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1()
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27
created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1524
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7
goroutine 1615 [chan receive, 59 minutes]:
github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1()
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27
created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1524
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7
goroutine 2037 [chan receive, 58 minutes]:
github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1()
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27
created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1524
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7
goroutine 2206 [chan receive, 58 minutes]:
github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1()
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27
created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1524
/home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7
goroutine 6555 [select, 2 minutes]:
net/http.(*Transport).getConn(0xc0006e49c0, 0xc0004a58b0, {{}, 0x0, {0xc000504a80, 0x5}, {0xc00045a198, 0x11}, 0x0})
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/net/http/transport.go:1520 +0x4ad
net/http.(*Transport).roundTrip(0xc0006e49c0, 0xc0006ae280)
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/net/http/transport.go:685 +0xa54
net/http.(*Transport).RoundTrip(...)
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/net/http/roundtrip.go:33
github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0xc00048be60, 0xc0006ae280)
/home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:496 +0x34a
net/http.send(0xc0006ae280, {0x2e730a0, 0xc00048be60}, {0xc000066a01?, 0x7088b0?, 0x0?})
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/net/http/client.go:259 +0x5e2
net/http.(*Client).send(0xc00025c9c0, 0xc0006ae280, {0x41ed25?, 0x2e?, 0x0?})
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/net/http/client.go:180 +0x91
net/http.(*Client).do(0xc00025c9c0, 0xc0006ae280)
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/net/http/client.go:729 +0x9c9
net/http.(*Client).Do(...)
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/net/http/client.go:587
github.com/rclone/rclone/lib/rest.(*Client).Call(0xc0007a3ae0, {0x2e9cc38, 0x4513b80}, 0xc0001586e0)
/home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:355 +0xd87
github.com/rclone/rclone/lib/rest.(*Client).callCodec(0xc0007a3ae0, {0x2e9cc38, 0x4513b80}, 0xc000067360?, {0x0?, 0x0?}, {0x24d3420, 0xc0004fcc30}, 0xc0000672ff?, 0x2b09798, ...)
/home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:563 +0x40b
github.com/rclone/rclone/lib/rest.(*Client).CallJSON(...)
/home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:506
github.com/rclone/rclone/backend/gofile.(*Fs).listR.func1()
/home/rclone/go/src/github.com/rclone/rclone/backend/gofile/gofile.go:654 +0x85
github.com/rclone/rclone/fs.pacerInvoker(0x4, 0xa, 0x2e723e0?)
/home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32
github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc00048bec0, 0xc000144440, 0xa)
/home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:228 +0xd2
github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc00048bec0, 0xc000144440)
/home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:247 +0x92
github.com/rclone/rclone/backend/gofile.(*Fs).listR(0xc000670800, {0x2e9cc38, 0x4513b80}, {0x0, 0x0}, 0xc000067738)
/home/rclone/go/src/github.com/rclone/rclone/backend/gofile/gofile.go:653 +0x556
github.com/rclone/rclone/backend/gofile.(*Fs).ListR(0x0?, {0x2e9cc38?, 0x4513b80?}, {0x0?, 0x28873a0?}, 0x8080808080808001?)
/home/rclone/go/src/github.com/rclone/rclone/backend/gofile/gofile.go:724 +0x45
github.com/rclone/rclone/fs/walk.listR({0x2e9cc38, 0x4513b80}, {0x2eb4d10, 0xc000670800}, {0x0, 0x0}, 0x1, 0x3, 0xc00079e648, 0xc00079fb18, ...)
/home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:299 +0x292
github.com/rclone/rclone/fs/walk.ListR({0x2e9cc38, 0x4513b80}, {0x2eb4d10, 0xc000670800}, {0x0, 0x0}, 0x1, 0xffffffffffffffff, 0x3, 0xc00079e648)
/home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:163 +0x1dc
github.com/rclone/rclone/fs/walk.GetAll({0x2e9cc38, 0x4513b80}, {0x2eb4d10, 0xc000670800}, {0x0, 0x0}, 0x1, 0xffffffffffffffff)
/home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:632 +0x105
github.com/rclone/rclone/fstest.CheckListingWithRoot(0xc000458540, {0x2eb4d10, 0xc000670800}, {0x0, 0x0}, {0x4513b80, 0x0, 0x0}, {0x0, 0x0, ...}, ...)
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:280 +0x405
github.com/rclone/rclone/fstest.CheckListingWithPrecision(...)
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338
github.com/rclone/rclone/fstest.CheckListing(0xc000458540, {0x2eb4d10, 0xc000670800}, {0x4513b80, 0x0, 0x0})
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 +0x8a
github.com/rclone/rclone/fs/operations_test.TestRcat.func1(0xc000458540, 0xb3?, 0xf3?)
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1506 +0x1cf
github.com/rclone/rclone/fs/operations_test.TestRcat.func2(0xc000458540?)
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1531 +0x1f
testing.tRunner(0xc000458540, 0xc00079e5a0)
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/testing/testing.go:1934 +0xea
created by testing.(*T).Run in goroutine 6357
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/testing/testing.go:1997 +0x465
"./operations.test -test.v -test.timeout 1h0m0s -remote TestGoFile: -verbose" - Finished ERROR in 1h0m0.441551126s (try 1/5): exit status 2: Failed [TestDirMove TestGetFsInfo]