"./operations.test -test.v -test.timeout 1h0m0s -remote TestHiDrive: -verbose" - Starting (try 1/5) 2026/04/11 03:18:03 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-momofey1doni" 2026/04/11 03:18:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/11 03:18:04 DEBUG : Creating backend with remote "/tmp/rclone2601439780" === 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 "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" multithread_test.go:119: multithread writing not supported 2026/04/11 03:18:04 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.03s) === RUN TestMultithreadCopyAbort run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" multithread_test.go:119: multithread writing not supported 2026/04/11 03:18:04 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.03s) === RUN TestSizeDiffers 2026/04/11 03:18:04 DEBUG : a: size = 0 OK 2026/04/11 03:18:04 DEBUG : a: size = 1 (memory) 2026/04/11 03:18:04 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/04/11 03:18:04 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/04/11 03:18:04 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/11 03:18:04 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/11 03:18:04 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/04/11 03:18:04 DEBUG : potato: Seek from 10 to 0 2026/04/11 03:18:04 DEBUG : potato: Seek from 10 to 0 2026/04/11 03:18:04 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/04/11 03:18:04 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/04/11 03:18:04 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/11 03:18:04 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/11 03:18:04 DEBUG : potato: Seek from 5 to 2 2026/04/11 03:18:04 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/04/11 03:18:04 DEBUG : potato: Seek from 7 to 0 2026/04/11 03:18:04 DEBUG : potato: Seek from 7 to 0 2026/04/11 03:18:04 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/04/11 03:18:04 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/04/11 03:18:04 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/11 03:18:04 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/11 03:18:04 DEBUG : potato: Seek from 5 to 2 2026/04/11 03:18:04 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/04/11 03:18:04 DEBUG : potato: Seek from 8 to 0 2026/04/11 03:18:04 DEBUG : potato: Seek from 8 to 0 2026/04/11 03:18:04 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/04/11 03:18:04 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/04/11 03:18:04 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/11 03:18:04 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/11 03:18:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/11 03:18:04 DEBUG : potato: Seek from 5 to 2 2026/04/11 03:18:04 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/04/11 03:18:04 DEBUG : potato: Seek from 9 to 0 2026/04/11 03:18:04 DEBUG : potato: Seek from 9 to 0 2026/04/11 03:18:04 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- 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 "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:04 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name rutabaga === RUN TestCheck/1 === RUN TestCheck/2 2026/04/11 03:18:04 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:18:04 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name rutabaga === RUN TestCheck/3 2026/04/11 03:18:04 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:18:04 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 2026/04/11 03:18:04 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name rutabaga === RUN TestCheck/4 === RUN TestCheck/5 2026/04/11 03:18:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:18:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 2026/04/11 03:18:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name remotepotato 2026/04/11 03:18:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name rutabaga === RUN TestCheck/6 === RUN TestCheck/7 2026/04/11 03:18:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:18:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 2026/04/11 03:18:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name remotepotato 2026/04/11 03:18:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name rutabaga --- PASS: TestCheck (1.28s) --- PASS: TestCheck/1 (0.03s) --- PASS: TestCheck/2 (0.03s) --- PASS: TestCheck/3 (0.03s) --- PASS: TestCheck/4 (0.03s) --- PASS: TestCheck/5 (0.03s) --- PASS: TestCheck/6 (0.03s) --- PASS: TestCheck/7 (0.03s) === RUN TestCheckFsError 2026/04/11 03:18:05 DEBUG : Creating backend with remote "nonexistent" 2026/04/11 03:18:05 DEBUG : Creating backend with remote "nonexistent" 2026/04/11 03:18:05 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2026/04/11 03:18:05 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/04/11 03:18:05 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2026/04/11 03:18:05 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name rutabaga === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2026/04/11 03:18:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:18:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name rutabaga === RUN TestCheckDownload/3 2026/04/11 03:18:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:18:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 2026/04/11 03:18:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name rutabaga === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2026/04/11 03:18:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:18:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 2026/04/11 03:18:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name remotepotato 2026/04/11 03:18:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name rutabaga === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 2026/04/11 03:18:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:18:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 2026/04/11 03:18:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name remotepotato 2026/04/11 03:18:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name rutabaga --- PASS: TestCheckDownload (1.52s) --- PASS: TestCheckDownload/1 (0.06s) --- PASS: TestCheckDownload/2 (0.06s) --- PASS: TestCheckDownload/3 (0.06s) --- PASS: TestCheckDownload/4 (0.10s) --- PASS: TestCheckDownload/5 (0.10s) --- PASS: TestCheckDownload/6 (0.07s) --- PASS: TestCheckDownload/7 (0.07s) === RUN TestCheckSizeOnly run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:07 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name rutabaga === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2026/04/11 03:18:07 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:18:07 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name rutabaga === RUN TestCheckSizeOnly/3 2026/04/11 03:18:07 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:18:07 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 2026/04/11 03:18:07 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name rutabaga === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2026/04/11 03:18:07 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:18:07 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 2026/04/11 03:18:07 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name remotepotato 2026/04/11 03:18:07 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name rutabaga === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 2026/04/11 03:18:07 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:18:07 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 2026/04/11 03:18:07 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name remotepotato 2026/04/11 03:18:07 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name rutabaga --- PASS: TestCheckSizeOnly (1.16s) --- PASS: TestCheckSizeOnly/1 (0.03s) --- PASS: TestCheckSizeOnly/2 (0.03s) --- PASS: TestCheckSizeOnly/3 (0.03s) --- PASS: TestCheckSizeOnly/4 (0.03s) --- PASS: TestCheckSizeOnly/5 (0.03s) --- PASS: TestCheckSizeOnly/6 (0.03s) --- PASS: TestCheckSizeOnly/7 (0.03s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:08 NOTICE: test.sum: improperly formatted checksum line 4 2026/04/11 03:18:08 NOTICE: test.sum: improperly formatted checksum line 5 2026/04/11 03:18:08 NOTICE: test.sum: improperly formatted checksum line 6 2026/04/11 03:18:08 NOTICE: test.sum: 2 warning(s) suppressed... 2026/04/11 03:18:08 NOTICE: test.sum: improperly formatted checksum line 4 2026/04/11 03:18:08 NOTICE: test.sum: improperly formatted checksum line 5 2026/04/11 03:18:08 NOTICE: test.sum: improperly formatted checksum line 6 2026/04/11 03:18:08 NOTICE: test.sum: 2 warning(s) suppressed... 2026/04/11 03:18:08 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name test.sum --- PASS: TestParseSumFile (0.49s) === RUN TestCheckSum run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:08 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-momofey1doni/data" check_test.go:350: HiDrive root 'rclone-test-momofey1doni/data' lacks md5, skipping --- SKIP: TestCheckSum (0.23s) === RUN TestCheckSumDownload run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:08 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-momofey1doni/data" 2026/04/11 03:18:09 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name data 2026/04/11 03:18:09 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name test.sum 2026/04/11 03:18:09 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name banana === RUN TestCheckSumDownload/subtest1 2026/04/11 03:18:09 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name data 2026/04/11 03:18:09 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name test.sum 2026/04/11 03:18:09 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name banana 2026/04/11 03:18:09 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato === RUN TestCheckSumDownload/subtest2 2026/04/11 03:18:10 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name data 2026/04/11 03:18:10 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name test.sum 2026/04/11 03:18:10 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name banana 2026/04/11 03:18:10 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato === RUN TestCheckSumDownload/subtest3 2026/04/11 03:18:10 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name data 2026/04/11 03:18:10 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name test.sum 2026/04/11 03:18:10 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name banana 2026/04/11 03:18:10 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato === RUN TestCheckSumDownload/subtest4 2026/04/11 03:18:10 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name data 2026/04/11 03:18:10 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name test.sum 2026/04/11 03:18:10 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name banana 2026/04/11 03:18:10 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato === RUN TestCheckSumDownload/subtest5 2026/04/11 03:18:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name data 2026/04/11 03:18:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name test.sum 2026/04/11 03:18:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name banana 2026/04/11 03:18:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato === RUN TestCheckSumDownload/subtest6 2026/04/11 03:18:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name data 2026/04/11 03:18:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name test.sum 2026/04/11 03:18:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name banana 2026/04/11 03:18:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato === RUN TestCheckSumDownload/subtest7 2026/04/11 03:18:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name data 2026/04/11 03:18:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name test.sum 2026/04/11 03:18:12 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name banana 2026/04/11 03:18:12 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato --- PASS: TestCheckSumDownload (3.45s) --- PASS: TestCheckSumDownload/subtest1 (0.13s) --- PASS: TestCheckSumDownload/subtest2 (0.13s) --- PASS: TestCheckSumDownload/subtest3 (0.16s) --- PASS: TestCheckSumDownload/subtest4 (0.23s) --- PASS: TestCheckSumDownload/subtest5 (0.14s) --- PASS: TestCheckSumDownload/subtest6 (0.14s) --- PASS: TestCheckSumDownload/subtest7 (0.22s) === RUN TestApplyTransforms 2026/04/11 03:18:12 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-duvucuq3jape" 2026/04/11 03:18:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/11 03:18:12 DEBUG : Creating backend with remote "/tmp/rclone2370666465" run.go:185: Remote "HiDrive root 'rclone-test-duvucuq3jape'", Local "Local file system at /tmp/rclone2370666465", Modify Window "1s" 2026/04/11 03:18:12 DEBUG : HiDrive root 'rclone-test-duvucuq3jape': found directory-element with name hello, world! upper checkfile vs. lower remote (without normalization) 2026/04/11 03:18:12 DEBUG : HiDrive root 'rclone-test-duvucuq3jape': found directory-element with name hello, world! 2026/04/11 03:18:12 ERROR : hello, world!: sum not found 2026/04/11 03:18:12 ERROR : HELLO, WORLD!: file not in HiDrive root 'rclone-test-duvucuq3jape' 2026/04/11 03:18:12 NOTICE: HiDrive root 'rclone-test-duvucuq3jape': 1 files missing 2026/04/11 03:18:12 NOTICE: 1 hashes missing 2026/04/11 03:18:12 NOTICE: HiDrive root 'rclone-test-duvucuq3jape': 1 differences found 2026/04/11 03:18:12 NOTICE: HiDrive root 'rclone-test-duvucuq3jape': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/04/11 03:18:12 DEBUG : HiDrive root 'rclone-test-duvucuq3jape': found directory-element with name hello, world! 2026/04/11 03:18:12 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/11 03:18:12 NOTICE: HiDrive root 'rclone-test-duvucuq3jape': 0 differences found 2026/04/11 03:18:12 NOTICE: HiDrive root 'rclone-test-duvucuq3jape': 1 matching files 2026/04/11 03:18:12 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-nesinol8yofi" 2026/04/11 03:18:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/11 03:18:12 DEBUG : Creating backend with remote "/tmp/rclone3114314451" run.go:185: Remote "HiDrive root 'rclone-test-nesinol8yofi'", Local "Local file system at /tmp/rclone3114314451", Modify Window "1s" 2026/04/11 03:18:13 DEBUG : HiDrive root 'rclone-test-nesinol8yofi': found directory-element with name HELLO, WORLD! lower checkfile vs. upper remote (without normalization) 2026/04/11 03:18:13 DEBUG : HiDrive root 'rclone-test-nesinol8yofi': found directory-element with name HELLO, WORLD! 2026/04/11 03:18:13 ERROR : HELLO, WORLD!: sum not found 2026/04/11 03:18:13 ERROR : hello, world!: file not in HiDrive root 'rclone-test-nesinol8yofi' 2026/04/11 03:18:13 NOTICE: HiDrive root 'rclone-test-nesinol8yofi': 1 files missing 2026/04/11 03:18:13 NOTICE: 1 hashes missing 2026/04/11 03:18:13 NOTICE: HiDrive root 'rclone-test-nesinol8yofi': 1 differences found 2026/04/11 03:18:13 NOTICE: HiDrive root 'rclone-test-nesinol8yofi': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/04/11 03:18:13 DEBUG : HiDrive root 'rclone-test-nesinol8yofi': found directory-element with name HELLO, WORLD! 2026/04/11 03:18:13 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/11 03:18:13 NOTICE: HiDrive root 'rclone-test-nesinol8yofi': 0 differences found 2026/04/11 03:18:13 NOTICE: HiDrive root 'rclone-test-nesinol8yofi': 1 matching files 2026/04/11 03:18:13 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-sikemom7haza" 2026/04/11 03:18:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/11 03:18:13 DEBUG : Creating backend with remote "/tmp/rclone4021027747" run.go:185: Remote "HiDrive root 'rclone-test-sikemom7haza'", Local "Local file system at /tmp/rclone4021027747", Modify Window "1s" 2026/04/11 03:18:13 DEBUG : HiDrive root 'rclone-test-sikemom7haza': found directory-element with name HeLlO, wOrLd! lower checkfile vs. upperlowermixed remote (without normalization) 2026/04/11 03:18:13 DEBUG : HiDrive root 'rclone-test-sikemom7haza': found directory-element with name HeLlO, wOrLd! 2026/04/11 03:18:13 ERROR : HeLlO, wOrLd!: sum not found 2026/04/11 03:18:13 ERROR : hello, world!: file not in HiDrive root 'rclone-test-sikemom7haza' 2026/04/11 03:18:13 NOTICE: HiDrive root 'rclone-test-sikemom7haza': 1 files missing 2026/04/11 03:18:13 NOTICE: 1 hashes missing 2026/04/11 03:18:13 NOTICE: HiDrive root 'rclone-test-sikemom7haza': 1 differences found 2026/04/11 03:18:13 NOTICE: HiDrive root 'rclone-test-sikemom7haza': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/04/11 03:18:13 DEBUG : HiDrive root 'rclone-test-sikemom7haza': found directory-element with name HeLlO, wOrLd! 2026/04/11 03:18:13 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/11 03:18:13 NOTICE: HiDrive root 'rclone-test-sikemom7haza': 0 differences found 2026/04/11 03:18:13 NOTICE: HiDrive root 'rclone-test-sikemom7haza': 1 matching files 2026/04/11 03:18:13 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-mabimef8lefa" 2026/04/11 03:18:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/11 03:18:13 DEBUG : Creating backend with remote "/tmp/rclone231503223" run.go:185: Remote "HiDrive root 'rclone-test-mabimef8lefa'", Local "Local file system at /tmp/rclone231503223", Modify Window "1s" 2026/04/11 03:18:14 DEBUG : HiDrive root 'rclone-test-mabimef8lefa': found directory-element with name HELLO, WORLD! upperlowermixed checkfile vs. upper remote (without normalization) 2026/04/11 03:18:14 DEBUG : HiDrive root 'rclone-test-mabimef8lefa': found directory-element with name HELLO, WORLD! 2026/04/11 03:18:14 ERROR : HELLO, WORLD!: sum not found 2026/04/11 03:18:14 ERROR : HeLlO, wOrLd!: file not in HiDrive root 'rclone-test-mabimef8lefa' 2026/04/11 03:18:14 NOTICE: HiDrive root 'rclone-test-mabimef8lefa': 1 files missing 2026/04/11 03:18:14 NOTICE: 1 hashes missing 2026/04/11 03:18:14 NOTICE: HiDrive root 'rclone-test-mabimef8lefa': 1 differences found 2026/04/11 03:18:14 NOTICE: HiDrive root 'rclone-test-mabimef8lefa': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/04/11 03:18:14 DEBUG : HiDrive root 'rclone-test-mabimef8lefa': found directory-element with name HELLO, WORLD! 2026/04/11 03:18:14 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/11 03:18:14 NOTICE: HiDrive root 'rclone-test-mabimef8lefa': 0 differences found 2026/04/11 03:18:14 NOTICE: HiDrive root 'rclone-test-mabimef8lefa': 1 matching files 2026/04/11 03:18:14 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-qesiwad1dexi" 2026/04/11 03:18:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/11 03:18:14 DEBUG : Creating backend with remote "/tmp/rclone2936569177" run.go:185: Remote "HiDrive root 'rclone-test-qesiwad1dexi'", Local "Local file system at /tmp/rclone2936569177", Modify Window "1s" 2026/04/11 03:18:14 DEBUG : HiDrive root 'rclone-test-qesiwad1dexi': found directory-element with name 測試_Русский___ě_áñ NFD checkfile vs. NFC remote (without normalization) 2026/04/11 03:18:14 DEBUG : HiDrive root 'rclone-test-qesiwad1dexi': found directory-element with name 測試_Русский___ě_áñ 2026/04/11 03:18:14 ERROR : 測試_Русский___ě_áñ: sum not found 2026/04/11 03:18:14 ERROR : 測試_Русский___ě_áñ: file not in HiDrive root 'rclone-test-qesiwad1dexi' 2026/04/11 03:18:14 NOTICE: HiDrive root 'rclone-test-qesiwad1dexi': 1 files missing 2026/04/11 03:18:14 NOTICE: 1 hashes missing 2026/04/11 03:18:14 NOTICE: HiDrive root 'rclone-test-qesiwad1dexi': 1 differences found 2026/04/11 03:18:14 NOTICE: HiDrive root 'rclone-test-qesiwad1dexi': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/04/11 03:18:14 DEBUG : HiDrive root 'rclone-test-qesiwad1dexi': found directory-element with name 測試_Русский___ě_áñ 2026/04/11 03:18:14 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/11 03:18:14 NOTICE: HiDrive root 'rclone-test-qesiwad1dexi': 0 differences found 2026/04/11 03:18:14 NOTICE: HiDrive root 'rclone-test-qesiwad1dexi': 1 matching files 2026/04/11 03:18:14 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-heqocib8bupo" 2026/04/11 03:18:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/11 03:18:14 DEBUG : Creating backend with remote "/tmp/rclone3791402825" run.go:185: Remote "HiDrive root 'rclone-test-heqocib8bupo'", Local "Local file system at /tmp/rclone3791402825", Modify Window "1s" 2026/04/11 03:18:14 DEBUG : HiDrive root 'rclone-test-heqocib8bupo': found directory-element with name 測試_Русский___ě_áñ NFC checkfile vs. NFD remote (without normalization) 2026/04/11 03:18:15 DEBUG : HiDrive root 'rclone-test-heqocib8bupo': found directory-element with name 測試_Русский___ě_áñ 2026/04/11 03:18:15 ERROR : 測試_Русский___ě_áñ: sum not found 2026/04/11 03:18:15 ERROR : 測試_Русский___ě_áñ: file not in HiDrive root 'rclone-test-heqocib8bupo' 2026/04/11 03:18:15 NOTICE: HiDrive root 'rclone-test-heqocib8bupo': 1 files missing 2026/04/11 03:18:15 NOTICE: 1 hashes missing 2026/04/11 03:18:15 NOTICE: HiDrive root 'rclone-test-heqocib8bupo': 1 differences found 2026/04/11 03:18:15 NOTICE: HiDrive root 'rclone-test-heqocib8bupo': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/04/11 03:18:15 DEBUG : HiDrive root 'rclone-test-heqocib8bupo': found directory-element with name 測試_Русский___ě_áñ 2026/04/11 03:18:15 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/11 03:18:15 NOTICE: HiDrive root 'rclone-test-heqocib8bupo': 0 differences found 2026/04/11 03:18:15 NOTICE: HiDrive root 'rclone-test-heqocib8bupo': 1 matching files 2026/04/11 03:18:15 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-zufuvap4raya" 2026/04/11 03:18:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/11 03:18:15 DEBUG : Creating backend with remote "/tmp/rclone807364769" run.go:185: Remote "HiDrive root 'rclone-test-zufuvap4raya'", Local "Local file system at /tmp/rclone807364769", Modify Window "1s" 2026/04/11 03:18:15 DEBUG : HiDrive root 'rclone-test-zufuvap4raya': found directory-element with name 測試_Русский___ě_áñ測試_Русский___ě_áñ NFDx2 checkfile vs. both remote (without normalization) 2026/04/11 03:18:15 DEBUG : HiDrive root 'rclone-test-zufuvap4raya': found directory-element with name 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/04/11 03:18:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/04/11 03:18:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in HiDrive root 'rclone-test-zufuvap4raya' 2026/04/11 03:18:15 NOTICE: HiDrive root 'rclone-test-zufuvap4raya': 1 files missing 2026/04/11 03:18:15 NOTICE: 1 hashes missing 2026/04/11 03:18:15 NOTICE: HiDrive root 'rclone-test-zufuvap4raya': 1 differences found 2026/04/11 03:18:15 NOTICE: HiDrive root 'rclone-test-zufuvap4raya': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/04/11 03:18:15 DEBUG : HiDrive root 'rclone-test-zufuvap4raya': found directory-element with name 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/04/11 03:18:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/11 03:18:15 NOTICE: HiDrive root 'rclone-test-zufuvap4raya': 0 differences found 2026/04/11 03:18:15 NOTICE: HiDrive root 'rclone-test-zufuvap4raya': 1 matching files 2026/04/11 03:18:15 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-puzakar9nena" 2026/04/11 03:18:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/11 03:18:15 DEBUG : Creating backend with remote "/tmp/rclone1248619615" run.go:185: Remote "HiDrive root 'rclone-test-puzakar9nena'", Local "Local file system at /tmp/rclone1248619615", Modify Window "1s" 2026/04/11 03:18:15 DEBUG : HiDrive root 'rclone-test-puzakar9nena': found directory-element with name 測試_Русский___ě_áñ測試_Русский___ě_áñ NFCx2 checkfile vs. both remote (without normalization) 2026/04/11 03:18:15 DEBUG : HiDrive root 'rclone-test-puzakar9nena': found directory-element with name 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/04/11 03:18:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/04/11 03:18:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in HiDrive root 'rclone-test-puzakar9nena' 2026/04/11 03:18:15 NOTICE: HiDrive root 'rclone-test-puzakar9nena': 1 files missing 2026/04/11 03:18:15 NOTICE: 1 hashes missing 2026/04/11 03:18:15 NOTICE: HiDrive root 'rclone-test-puzakar9nena': 1 differences found 2026/04/11 03:18:15 NOTICE: HiDrive root 'rclone-test-puzakar9nena': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/04/11 03:18:15 DEBUG : HiDrive root 'rclone-test-puzakar9nena': found directory-element with name 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/04/11 03:18:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/11 03:18:15 NOTICE: HiDrive root 'rclone-test-puzakar9nena': 0 differences found 2026/04/11 03:18:15 NOTICE: HiDrive root 'rclone-test-puzakar9nena': 1 matching files 2026/04/11 03:18:15 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-zohulel1zaze" 2026/04/11 03:18:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/11 03:18:16 DEBUG : Creating backend with remote "/tmp/rclone553922061" run.go:185: Remote "HiDrive root 'rclone-test-zohulel1zaze'", Local "Local file system at /tmp/rclone553922061", Modify Window "1s" 2026/04/11 03:18:16 DEBUG : HiDrive root 'rclone-test-zohulel1zaze': found directory-element with name 測試_Русский___ě_áñ測試_Русский___ě_áñ both checkfile vs. NFDx2 remote (without normalization) 2026/04/11 03:18:16 DEBUG : HiDrive root 'rclone-test-zohulel1zaze': found directory-element with name 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/04/11 03:18:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/04/11 03:18:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in HiDrive root 'rclone-test-zohulel1zaze' 2026/04/11 03:18:16 NOTICE: HiDrive root 'rclone-test-zohulel1zaze': 1 files missing 2026/04/11 03:18:16 NOTICE: 1 hashes missing 2026/04/11 03:18:16 NOTICE: HiDrive root 'rclone-test-zohulel1zaze': 1 differences found 2026/04/11 03:18:16 NOTICE: HiDrive root 'rclone-test-zohulel1zaze': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/04/11 03:18:16 DEBUG : HiDrive root 'rclone-test-zohulel1zaze': found directory-element with name 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/04/11 03:18:16 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/11 03:18:16 NOTICE: HiDrive root 'rclone-test-zohulel1zaze': 0 differences found 2026/04/11 03:18:16 NOTICE: HiDrive root 'rclone-test-zohulel1zaze': 1 matching files 2026/04/11 03:18:16 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-muziker8bume" 2026/04/11 03:18:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/11 03:18:16 DEBUG : Creating backend with remote "/tmp/rclone1783017422" run.go:185: Remote "HiDrive root 'rclone-test-muziker8bume'", Local "Local file system at /tmp/rclone1783017422", Modify Window "1s" 2026/04/11 03:18:16 DEBUG : HiDrive root 'rclone-test-muziker8bume': found directory-element with name 測試_Русский___ě_áñ測試_Русский___ě_áñ both checkfile vs. NFCx2 remote (without normalization) 2026/04/11 03:18:16 DEBUG : HiDrive root 'rclone-test-muziker8bume': found directory-element with name 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/04/11 03:18:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/04/11 03:18:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in HiDrive root 'rclone-test-muziker8bume' 2026/04/11 03:18:16 NOTICE: HiDrive root 'rclone-test-muziker8bume': 1 files missing 2026/04/11 03:18:16 NOTICE: 1 hashes missing 2026/04/11 03:18:16 NOTICE: HiDrive root 'rclone-test-muziker8bume': 1 differences found 2026/04/11 03:18:16 NOTICE: HiDrive root 'rclone-test-muziker8bume': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/04/11 03:18:16 DEBUG : HiDrive root 'rclone-test-muziker8bume': found directory-element with name 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/04/11 03:18:16 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/11 03:18:16 NOTICE: HiDrive root 'rclone-test-muziker8bume': 0 differences found 2026/04/11 03:18:16 NOTICE: HiDrive root 'rclone-test-muziker8bume': 1 matching files 2026/04/11 03:18:16 DEBUG : HiDrive root 'rclone-test-muziker8bume': Purge remote 2026/04/11 03:18:17 DEBUG : HiDrive root 'rclone-test-zohulel1zaze': Purge remote 2026/04/11 03:18:17 DEBUG : HiDrive root 'rclone-test-puzakar9nena': Purge remote 2026/04/11 03:18:17 DEBUG : HiDrive root 'rclone-test-zufuvap4raya': Purge remote 2026/04/11 03:18:17 DEBUG : HiDrive root 'rclone-test-heqocib8bupo': Purge remote 2026/04/11 03:18:17 DEBUG : HiDrive root 'rclone-test-qesiwad1dexi': Purge remote 2026/04/11 03:18:17 DEBUG : HiDrive root 'rclone-test-mabimef8lefa': Purge remote 2026/04/11 03:18:17 DEBUG : HiDrive root 'rclone-test-sikemom7haza': Purge remote 2026/04/11 03:18:17 DEBUG : HiDrive root 'rclone-test-nesinol8yofi': Purge remote 2026/04/11 03:18:17 DEBUG : HiDrive root 'rclone-test-duvucuq3jape': Purge remote --- PASS: TestApplyTransforms (5.35s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:17 DEBUG : file1: Need to transfer - File not found at Destination 2026/04/11 03:18:17 DEBUG : sub/file2: size = 14 OK 2026/04/11 03:18:17 DEBUG : file1: hidrive = aaeba82ca64452b89313b42f6621fe418e9847cc OK 2026/04/11 03:18:17 INFO : file1: Copied (new) to: sub/file2 2026/04/11 03:18:17 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub 2026/04/11 03:18:17 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file2 2026/04/11 03:18:18 DEBUG : sub/file2: size = 14 OK 2026/04/11 03:18:18 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/11 03:18:18 DEBUG : file1: Unchanged skipping 2026/04/11 03:18:18 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub 2026/04/11 03:18:18 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file2 2026/04/11 03:18:18 DEBUG : HiDrive root 'rclone-test-momofey1doni': don't need to copy/move sub/file2, it is already at target location 2026/04/11 03:18:18 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub 2026/04/11 03:18:18 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file2 2026/04/11 03:18:18 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub 2026/04/11 03:18:18 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file2 --- PASS: TestCopyFile (0.72s) === RUN TestCopyLongFile run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.06s) === RUN TestCopyFileBackupDir run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:18 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:18:18 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:18 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-momofey1doni/backup" 2026/04/11 03:18:18 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone2601439780) 2026/04/11 03:18:18 DEBUG : dst/file1: size = 18 (HiDrive root 'rclone-test-momofey1doni') 2026/04/11 03:18:18 DEBUG : dst/file1: Sizes differ 2026/04/11 03:18:19 INFO : dst/file1: Moved (server-side) 2026/04/11 03:18:19 DEBUG : dst/file1: size = 14 OK 2026/04/11 03:18:19 DEBUG : dst/file1: hidrive = aaeba82ca64452b89313b42f6621fe418e9847cc OK 2026/04/11 03:18:19 INFO : dst/file1: Copied (new) 2026/04/11 03:18:19 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name backup 2026/04/11 03:18:19 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:18:19 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:19 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:18:19 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:19 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name backup 2026/04/11 03:18:19 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:18:19 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:19 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:18:19 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 --- PASS: TestCopyFileBackupDir (1.66s) === RUN TestCopyFileCompareDest run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:20 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-momofey1doni/dst" 2026/04/11 03:18:20 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-momofey1doni/CompareDest" 2026/04/11 03:18:20 DEBUG : one: Need to transfer - File not found at Destination 2026/04/11 03:18:20 DEBUG : one: size = 3 OK 2026/04/11 03:18:20 DEBUG : one: hidrive = 4ae17179700e403a003b67e8771a3746b8fb7038 OK 2026/04/11 03:18:20 INFO : one: Copied (new) 2026/04/11 03:18:20 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:18:20 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:20 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:18:20 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:20 DEBUG : one: size = 5 (Local file system at /tmp/rclone2601439780) 2026/04/11 03:18:20 DEBUG : one: size = 3 (HiDrive root 'rclone-test-momofey1doni/dst') 2026/04/11 03:18:20 DEBUG : one: Sizes differ 2026/04/11 03:18:20 DEBUG : one: size = 5 OK 2026/04/11 03:18:20 DEBUG : one: hidrive = e5931477da5d36ab3f7d23b04caa81cb9e263847 OK 2026/04/11 03:18:20 INFO : one: Copied (replaced existing) 2026/04/11 03:18:20 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:18:20 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:21 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name CompareDest 2026/04/11 03:18:21 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:18:21 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:21 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:21 DEBUG : one: size = 5 (Local file system at /tmp/rclone2601439780) 2026/04/11 03:18:21 DEBUG : one: size = 3 (HiDrive root 'rclone-test-momofey1doni/dst') 2026/04/11 03:18:21 DEBUG : one: Sizes differ 2026/04/11 03:18:21 DEBUG : one: size = 5 OK 2026/04/11 03:18:21 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/04/11 03:18:21 DEBUG : one: Destination found in --compare-dest, skipping 2026/04/11 03:18:21 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name CompareDest 2026/04/11 03:18:21 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:18:21 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:21 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:21 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name CompareDest 2026/04/11 03:18:21 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:18:21 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:21 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:21 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:18:21 DEBUG : two: Need to transfer - File not found at Destination 2026/04/11 03:18:21 DEBUG : two: size = 3 OK 2026/04/11 03:18:21 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/04/11 03:18:21 DEBUG : two: Destination found in --compare-dest, skipping 2026/04/11 03:18:21 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name CompareDest 2026/04/11 03:18:21 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:18:21 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:21 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:21 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:18:21 DEBUG : two: Need to transfer - File not found at Destination 2026/04/11 03:18:21 DEBUG : two: size = 3 OK 2026/04/11 03:18:21 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/04/11 03:18:21 DEBUG : two: Destination found in --compare-dest, skipping 2026/04/11 03:18:21 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name CompareDest 2026/04/11 03:18:21 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:18:21 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:22 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:22 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:18:22 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name CompareDest 2026/04/11 03:18:22 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:18:22 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:22 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:22 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:18:22 DEBUG : two: Need to transfer - File not found at Destination 2026/04/11 03:18:22 DEBUG : two: size = 5 (Local file system at /tmp/rclone2601439780) 2026/04/11 03:18:22 DEBUG : two: size = 3 (HiDrive root 'rclone-test-momofey1doni/CompareDest') 2026/04/11 03:18:22 DEBUG : two: Sizes differ 2026/04/11 03:18:22 DEBUG : two: size = 5 OK 2026/04/11 03:18:22 DEBUG : two: hidrive = 3747661d4162de581180521796e1c340b69c2de3 OK 2026/04/11 03:18:22 INFO : two: Copied (new) 2026/04/11 03:18:22 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name CompareDest 2026/04/11 03:18:22 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:18:22 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:22 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:18:22 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:22 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:18:22 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name CompareDest 2026/04/11 03:18:22 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:18:22 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:22 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:18:22 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:22 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two --- PASS: TestCopyFileCompareDest (2.81s) === RUN TestCopyFileCopyDest run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:22 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-momofey1doni/dst" 2026/04/11 03:18:23 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-momofey1doni/CopyDest" 2026/04/11 03:18:23 DEBUG : one: Need to transfer - File not found at Destination 2026/04/11 03:18:23 DEBUG : one: size = 3 OK 2026/04/11 03:18:23 DEBUG : one: hidrive = 4ae17179700e403a003b67e8771a3746b8fb7038 OK 2026/04/11 03:18:23 INFO : one: Copied (new) 2026/04/11 03:18:23 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:18:23 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:23 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:18:23 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:23 DEBUG : one: size = 5 (Local file system at /tmp/rclone2601439780) 2026/04/11 03:18:23 DEBUG : one: size = 3 (HiDrive root 'rclone-test-momofey1doni/dst') 2026/04/11 03:18:23 DEBUG : one: Sizes differ 2026/04/11 03:18:23 DEBUG : one: size = 5 OK 2026/04/11 03:18:23 DEBUG : one: hidrive = e5931477da5d36ab3f7d23b04caa81cb9e263847 OK 2026/04/11 03:18:23 INFO : one: Copied (replaced existing) 2026/04/11 03:18:23 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:18:23 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:24 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name CopyDest 2026/04/11 03:18:24 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:18:24 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:24 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:24 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-momofey1doni/BackupDir" 2026/04/11 03:18:24 DEBUG : one: size = 5 (Local file system at /tmp/rclone2601439780) 2026/04/11 03:18:24 DEBUG : one: size = 3 (HiDrive root 'rclone-test-momofey1doni/dst') 2026/04/11 03:18:24 DEBUG : one: Sizes differ 2026/04/11 03:18:24 DEBUG : one: size = 5 OK 2026/04/11 03:18:24 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/04/11 03:18:24 DEBUG : one: size = 5 (Local file system at /tmp/rclone2601439780) 2026/04/11 03:18:24 DEBUG : one: size = 3 (HiDrive root 'rclone-test-momofey1doni/dst') 2026/04/11 03:18:24 DEBUG : one: Sizes differ 2026/04/11 03:18:24 INFO : one: Moved (server-side) 2026/04/11 03:18:25 DEBUG : one: size = 5 OK 2026/04/11 03:18:25 DEBUG : one: hidrive = e5931477da5d36ab3f7d23b04caa81cb9e263847 OK 2026/04/11 03:18:25 INFO : one: Copied (server-side copy) 2026/04/11 03:18:25 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name BackupDir 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name CopyDest 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name BackupDir 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name CopyDest 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:25 DEBUG : two: Need to transfer - File not found at Destination 2026/04/11 03:18:25 DEBUG : two: size = 3 OK 2026/04/11 03:18:25 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/04/11 03:18:25 DEBUG : two: size = 3 OK 2026/04/11 03:18:25 DEBUG : two: hidrive = e582e2c9b94ae07f4109b7127ba3df5fe0209586 OK 2026/04/11 03:18:25 INFO : two: Copied (server-side copy) 2026/04/11 03:18:25 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name BackupDir 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name CopyDest 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:18:25 DEBUG : two: size = 3 OK 2026/04/11 03:18:25 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/04/11 03:18:25 DEBUG : two: Unchanged skipping 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name BackupDir 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name CopyDest 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name BackupDir 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name CopyDest 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name three 2026/04/11 03:18:25 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:18:25 DEBUG : three: Need to transfer - File not found at Destination 2026/04/11 03:18:25 DEBUG : three: size = 7 (Local file system at /tmp/rclone2601439780) 2026/04/11 03:18:25 DEBUG : three: size = 5 (HiDrive root 'rclone-test-momofey1doni/CopyDest') 2026/04/11 03:18:25 DEBUG : three: Sizes differ 2026/04/11 03:18:25 DEBUG : three: Destination not found in --copy-dest 2026/04/11 03:18:26 DEBUG : three: size = 7 OK 2026/04/11 03:18:26 DEBUG : three: hidrive = 54e22cfa786a1f46d23d20dc072e928b07900050 OK 2026/04/11 03:18:26 INFO : three: Copied (new) 2026/04/11 03:18:26 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name BackupDir 2026/04/11 03:18:26 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name CopyDest 2026/04/11 03:18:26 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:18:26 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:26 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name three 2026/04/11 03:18:26 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:18:26 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:26 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:26 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name three 2026/04/11 03:18:26 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:18:26 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name BackupDir 2026/04/11 03:18:26 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name CopyDest 2026/04/11 03:18:26 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:18:26 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:26 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name three 2026/04/11 03:18:26 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:18:26 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:26 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:26 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name three 2026/04/11 03:18:26 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two --- PASS: TestCopyFileCopyDest (4.22s) === RUN TestCopyInplace run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.06s) === RUN TestCopyLongFileName run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.06s) === RUN TestCopyLongFileNameCollision run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.06s) === RUN TestCopyFileMaxTransfer run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:27 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/04/11 03:18:27 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/04/11 03:18:27 DEBUG : TestCopyFileMaxTransfer/file1: hidrive = aaeba82ca64452b89313b42f6621fe418e9847cc OK 2026/04/11 03:18:27 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/04/11 03:18:27 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name TestCopyFileMaxTransfer 2026/04/11 03:18:27 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:27 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/04/11 03:18:27 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://api.hidrive.strato.com/2.1/file?dir=%2Fusers%2Frclone-test%2Frclone-test-momofey1doni%2FTestCopyFileMaxTransfer&mtime=1324817999&name=file2": max transfer limit reached as set by --max-transfer 2026/04/11 03:18:27 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name TestCopyFileMaxTransfer 2026/04/11 03:18:27 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:27 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/04/11 03:18:27 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name TestCopyFileMaxTransfer 2026/04/11 03:18:27 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:27 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/04/11 03:18:28 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/04/11 03:18:28 DEBUG : TestCopyFileMaxTransfer/file4: hidrive = b8bd001ce54bc33d2c90d82f28954822ee4315b3 OK 2026/04/11 03:18:28 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2026/04/11 03:18:28 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name TestCopyFileMaxTransfer 2026/04/11 03:18:28 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:28 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file4 2026/04/11 03:18:28 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name TestCopyFileMaxTransfer 2026/04/11 03:18:28 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:28 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file4 --- PASS: TestCopyFileMaxTransfer (1.11s) === RUN TestDeduplicateInteractive run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.06s) === RUN TestDeduplicateSkip run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.06s) === RUN TestDeduplicateSizeOnly run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.06s) === RUN TestDeduplicateFirst run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.06s) === RUN TestDeduplicateNewest run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.06s) === RUN TestDeduplicateNewestByHash run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:29 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name also 2026/04/11 03:18:29 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name another 2026/04/11 03:18:29 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name not-one 2026/04/11 03:18:29 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:29 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:29 INFO : HiDrive root 'rclone-test-momofey1doni': Looking for duplicate hidrive hashes using newest mode. 2026/04/11 03:18:29 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name also 2026/04/11 03:18:29 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name another 2026/04/11 03:18:29 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name not-one 2026/04/11 03:18:29 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:29 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:29 NOTICE: 874f40119bd907120b260c47c64e857676652a62: Found 3 files with duplicate hidrive hashes 2026/04/11 03:18:29 INFO : one: Deleted 2026/04/11 03:18:29 INFO : also/one: Deleted 2026/04/11 03:18:29 NOTICE: 874f40119bd907120b260c47c64e857676652a62: Deleted 2 extra copies 2026/04/11 03:18:29 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name also 2026/04/11 03:18:29 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name another 2026/04/11 03:18:29 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name not-one 2026/04/11 03:18:29 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name also 2026/04/11 03:18:29 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name another 2026/04/11 03:18:29 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name not-one --- PASS: TestDeduplicateNewestByHash (1.22s) === RUN TestDeduplicateOldest run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.06s) === RUN TestDeduplicateLargest run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.06s) === RUN TestDeduplicateSmallest run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.06s) === RUN TestDeduplicateRename run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.06s) === RUN TestMergeDirs run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.06s) === RUN TestListDirSorted run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name a.txt 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name zend.txt 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name hello world 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name hello world2 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name ignore dir 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub sub dir 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name hello world3 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name .ignore 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name should be ignored 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name a.txt 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name zend.txt 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name a.txt 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name zend.txt 2026/04/11 03:18:31 DEBUG : a.txt: Excluded (Size Filter) 2026/04/11 03:18:31 DEBUG : a.txt: Excluded 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name hello world 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name hello world2 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name ignore dir 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub sub dir 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name hello world 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name hello world2 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name ignore dir 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub sub dir 2026/04/11 03:18:31 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/04/11 03:18:31 DEBUG : sub dir/hello world: Excluded 2026/04/11 03:18:31 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/04/11 03:18:31 DEBUG : sub dir/hello world2: Excluded 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name hello world 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name hello world2 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name ignore dir 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub sub dir 2026/04/11 03:18:31 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/04/11 03:18:31 DEBUG : sub dir/hello world: Excluded 2026/04/11 03:18:31 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/04/11 03:18:31 DEBUG : sub dir/hello world2: Excluded 2026/04/11 03:18:31 DEBUG : sub dir/ignore dir: Excluded 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name .ignore 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name should be ignored 2026/04/11 03:18:31 DEBUG : sub dir/ignore dir: Excluded 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name .ignore 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name should be ignored 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name .ignore 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name should be ignored 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name a.txt 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir 2026/04/11 03:18:31 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name zend.txt 2026/04/11 03:18:32 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name hello world 2026/04/11 03:18:32 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name hello world2 2026/04/11 03:18:32 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name ignore dir 2026/04/11 03:18:32 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub sub dir 2026/04/11 03:18:32 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name hello world3 2026/04/11 03:18:32 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name .ignore 2026/04/11 03:18:32 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name should be ignored --- PASS: TestListDirSorted (2.44s) === RUN TestListDirSortedFn run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:33 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name a.txt 2026/04/11 03:18:33 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir 2026/04/11 03:18:33 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name zend.txt 2026/04/11 03:18:33 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name hello world 2026/04/11 03:18:33 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name hello world2 2026/04/11 03:18:33 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name ignore dir 2026/04/11 03:18:33 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub sub dir 2026/04/11 03:18:33 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name hello world3 2026/04/11 03:18:33 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name .ignore 2026/04/11 03:18:33 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name should be ignored 2026/04/11 03:18:33 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name a.txt 2026/04/11 03:18:33 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir 2026/04/11 03:18:33 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name zend.txt 2026/04/11 03:18:33 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name a.txt 2026/04/11 03:18:33 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir 2026/04/11 03:18:33 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name zend.txt 2026/04/11 03:18:33 DEBUG : a.txt: Excluded (Size Filter) 2026/04/11 03:18:33 DEBUG : a.txt: Excluded 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name hello world 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name hello world2 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name ignore dir 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub sub dir 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name hello world 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name hello world2 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name ignore dir 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub sub dir 2026/04/11 03:18:34 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/04/11 03:18:34 DEBUG : sub dir/hello world: Excluded 2026/04/11 03:18:34 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/04/11 03:18:34 DEBUG : sub dir/hello world2: Excluded 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name hello world 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name hello world2 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name ignore dir 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub sub dir 2026/04/11 03:18:34 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/04/11 03:18:34 DEBUG : sub dir/hello world: Excluded 2026/04/11 03:18:34 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/04/11 03:18:34 DEBUG : sub dir/hello world2: Excluded 2026/04/11 03:18:34 DEBUG : sub dir/ignore dir: Excluded 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name .ignore 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name should be ignored 2026/04/11 03:18:34 DEBUG : sub dir/ignore dir: Excluded 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name .ignore 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name should be ignored 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name .ignore 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name should be ignored 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name a.txt 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name zend.txt 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name hello world 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name hello world2 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name ignore dir 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub sub dir 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name hello world3 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name .ignore 2026/04/11 03:18:34 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name should be ignored --- PASS: TestListDirSortedFn (2.33s) === RUN TestListJSON run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:35 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:35 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub 2026/04/11 03:18:35 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file2 === RUN TestListJSON/Default 2026/04/11 03:18:35 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:35 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub === RUN TestListJSON/FilesOnly 2026/04/11 03:18:35 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:35 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub === RUN TestListJSON/DirsOnly 2026/04/11 03:18:35 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:35 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub === RUN TestListJSON/Recurse 2026/04/11 03:18:35 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:35 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub 2026/04/11 03:18:35 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file2 === RUN TestListJSON/SubDir 2026/04/11 03:18:35 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file2 === RUN TestListJSON/NoModTime 2026/04/11 03:18:35 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:35 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub === RUN TestListJSON/NoMimeType 2026/04/11 03:18:35 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:35 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub === RUN TestListJSON/ShowHash 2026/04/11 03:18:35 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:35 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub === RUN TestListJSON/HashTypes 2026/04/11 03:18:35 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:35 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub 2026/04/11 03:18:35 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2026/04/11 03:18:35 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:35 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub 2026/04/11 03:18:35 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:35 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub 2026/04/11 03:18:35 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file2 --- PASS: TestListJSON (1.05s) --- PASS: TestListJSON/Default (0.03s) --- PASS: TestListJSON/FilesOnly (0.03s) --- PASS: TestListJSON/DirsOnly (0.03s) --- PASS: TestListJSON/Recurse (0.07s) --- PASS: TestListJSON/SubDir (0.03s) --- PASS: TestListJSON/NoModTime (0.03s) --- PASS: TestListJSON/NoMimeType (0.03s) --- PASS: TestListJSON/ShowHash (0.03s) --- PASS: TestListJSON/HashTypes (0.03s) --- PASS: TestListJSON/Metadata (0.03s) === RUN TestStatJSON run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:36 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:36 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub 2026/04/11 03:18:36 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file2 === RUN TestStatJSON/Root 2026/04/11 03:18:36 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:36 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly 2026/04/11 03:18:36 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:36 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub === RUN TestStatJSON/Dir 2026/04/11 03:18:36 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:36 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub === RUN TestStatJSON/DirWithTrailingSlash 2026/04/11 03:18:36 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:36 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub === RUN TestStatJSON/File === RUN TestStatJSON/NotFound 2026/04/11 03:18:36 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:36 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly 2026/04/11 03:18:36 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:36 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub === RUN TestStatJSON/FileDirsOnly 2026/04/11 03:18:36 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:36 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub === RUN TestStatJSON/NotFoundDirsOnly 2026/04/11 03:18:36 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:36 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub === RUN TestStatJSON/RootNotFound 2026/04/11 03:18:36 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-momofey1doni/notfound" 2026/04/11 03:18:37 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:37 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub 2026/04/11 03:18:37 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file2 --- PASS: TestStatJSON (1.27s) --- PASS: TestStatJSON/Root (0.03s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.03s) --- PASS: TestStatJSON/Dir (0.06s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.03s) --- PASS: TestStatJSON/File (0.03s) --- PASS: TestStatJSON/NotFound (0.06s) --- PASS: TestStatJSON/DirFilesOnly (0.03s) --- PASS: TestStatJSON/FileFilesOnly (0.03s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.03s) --- PASS: TestStatJSON/DirDirsOnly (0.03s) --- PASS: TestStatJSON/FileDirsOnly (0.03s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.04s) --- PASS: TestStatJSON/RootNotFound (0.17s) === RUN TestMkdir run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:37 INFO : HiDrive root 'rclone-test-momofey1doni': Making directory 2026/04/11 03:18:37 INFO : HiDrive root 'rclone-test-momofey1doni': Making directory --- PASS: TestMkdir (0.22s) === RUN TestLsd run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:37 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir 2026/04/11 03:18:37 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name hello world 2026/04/11 03:18:37 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir 2026/04/11 03:18:37 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir 2026/04/11 03:18:37 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name hello world --- PASS: TestLsd (0.57s) === RUN TestLs run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:38 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:18:38 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 2026/04/11 03:18:38 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:18:38 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 2026/04/11 03:18:38 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:18:38 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 --- PASS: TestLs (0.46s) === RUN TestLsWithFilesFrom run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:38 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:18:38 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 2026/04/11 03:18:38 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:18:38 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 2026/04/11 03:18:38 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/04/11 03:18:38 DEBUG : empty space: Excluded 2026/04/11 03:18:38 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:18:38 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 --- PASS: TestLsWithFilesFrom (0.53s) === RUN TestLsLong run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:39 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:18:39 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 2026/04/11 03:18:39 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:18:39 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 2026/04/11 03:18:39 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:18:39 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 --- PASS: TestLsLong (0.46s) === RUN TestHashSums run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:39 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:18:39 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 2026/04/11 03:18:39 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:18:39 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 --- PASS: TestHashSums (0.47s) === RUN TestHashSumsWithErrors 2026/04/11 03:18:40 DEBUG : Creating backend with remote ":memory:" 2026/04/11 03:18:40 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/04/11 03:18:40 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/04/11 03:18:40 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/04/11 03:18:40 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/04/11 03:18:40 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/04/11 03:18:40 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/04/11 03:18:40 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/04/11 03:18:40 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/04/11 03:18:40 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 "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:40 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:18:40 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 2026/04/11 03:18:40 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir 2026/04/11 03:18:40 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato3 2026/04/11 03:18:40 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:18:40 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 2026/04/11 03:18:40 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir 2026/04/11 03:18:40 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:18:40 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 2026/04/11 03:18:40 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir 2026/04/11 03:18:40 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato3 --- PASS: TestCount (0.85s) === RUN TestDelete run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:41 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name large 2026/04/11 03:18:41 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name medium 2026/04/11 03:18:41 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name small 2026/04/11 03:18:41 DEBUG : Waiting for deletions to finish 2026/04/11 03:18:41 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name large 2026/04/11 03:18:41 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name medium 2026/04/11 03:18:41 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name small 2026/04/11 03:18:41 DEBUG : large: Excluded (Size Filter) 2026/04/11 03:18:41 DEBUG : large: Excluded 2026/04/11 03:18:41 INFO : medium: Deleted 2026/04/11 03:18:41 INFO : small: Deleted 2026/04/11 03:18:41 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name large 2026/04/11 03:18:41 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name large --- PASS: TestDelete (0.68s) === RUN TestMaxDelete run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:42 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name large 2026/04/11 03:18:42 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name medium 2026/04/11 03:18:42 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name small 2026/04/11 03:18:42 DEBUG : Waiting for deletions to finish 2026/04/11 03:18:42 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name large 2026/04/11 03:18:42 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name medium 2026/04/11 03:18:42 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name small 2026/04/11 03:18:42 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/04/11 03:18:42 INFO : large: Deleted 2026/04/11 03:18:42 INFO : medium: Deleted 2026/04/11 03:18:42 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name small 2026/04/11 03:18:42 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name small --- PASS: TestMaxDelete (0.76s) === RUN TestMaxDeleteSizeLargeFile run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:42 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name large 2026/04/11 03:18:42 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name medium 2026/04/11 03:18:42 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name small 2026/04/11 03:18:42 DEBUG : Waiting for deletions to finish 2026/04/11 03:18:42 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name large 2026/04/11 03:18:42 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name medium 2026/04/11 03:18:42 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name small 2026/04/11 03:18:42 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/04/11 03:18:42 INFO : small: Deleted 2026/04/11 03:18:42 INFO : medium: Deleted 2026/04/11 03:18:42 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name large 2026/04/11 03:18:42 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name large --- PASS: TestMaxDeleteSizeLargeFile (0.69s) === RUN TestMaxDeleteSize run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:43 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name large 2026/04/11 03:18:43 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name medium 2026/04/11 03:18:43 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name small 2026/04/11 03:18:43 DEBUG : Waiting for deletions to finish 2026/04/11 03:18:43 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name large 2026/04/11 03:18:43 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name medium 2026/04/11 03:18:43 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name small 2026/04/11 03:18:43 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/04/11 03:18:43 INFO : medium: Deleted 2026/04/11 03:18:43 INFO : small: Deleted 2026/04/11 03:18:43 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name large 2026/04/11 03:18:43 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name large --- PASS: TestMaxDeleteSize (0.66s) === RUN TestReadFile run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:43 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name ReadFile 2026/04/11 03:18:43 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name ReadFile --- PASS: TestReadFile (0.41s) === RUN TestRetry 2026/04/11 03:18:44 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/04/11 03:18:44 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/04/11 03:18:44 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/04/11 03:18:44 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/04/11 03:18:44 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/04/11 03:18:44 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/04/11 03:18:44 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 "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:44 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:44 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file2 2026/04/11 03:18:44 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:44 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file2 2026/04/11 03:18:44 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:44 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file2 2026/04/11 03:18:44 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:44 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file2 2026/04/11 03:18:44 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:44 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file2 2026/04/11 03:18:44 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:44 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file2 2026/04/11 03:18:44 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:44 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file2 --- PASS: TestCat (0.91s) === RUN TestPurge 2026/04/11 03:18:45 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-cokafej5lasu" 2026/04/11 03:18:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/11 03:18:45 DEBUG : Creating backend with remote "/tmp/rclone2842163305" run.go:185: Remote "HiDrive root 'rclone-test-cokafej5lasu'", Local "Local file system at /tmp/rclone2842163305", Modify Window "1s" 2026/04/11 03:18:45 INFO : A2: Making directory 2026/04/11 03:18:45 INFO : A1/B2: Making directory 2026/04/11 03:18:45 INFO : A1/B2/C2: Making directory 2026/04/11 03:18:46 INFO : A1/B1/C3: Making directory 2026/04/11 03:18:46 INFO : A3: Making directory 2026/04/11 03:18:46 INFO : A3/B3: Making directory 2026/04/11 03:18:46 INFO : A3/B3/C4: Making directory 2026/04/11 03:18:46 DEBUG : HiDrive root 'rclone-test-cokafej5lasu': found directory-element with name A1 2026/04/11 03:18:46 DEBUG : HiDrive root 'rclone-test-cokafej5lasu': found directory-element with name A2 2026/04/11 03:18:46 DEBUG : HiDrive root 'rclone-test-cokafej5lasu': found directory-element with name A3 2026/04/11 03:18:46 DEBUG : HiDrive root 'rclone-test-cokafej5lasu': found directory-element with name B3 2026/04/11 03:18:46 DEBUG : HiDrive root 'rclone-test-cokafej5lasu': found directory-element with name B1 2026/04/11 03:18:46 DEBUG : HiDrive root 'rclone-test-cokafej5lasu': found directory-element with name B2 2026/04/11 03:18:46 DEBUG : HiDrive root 'rclone-test-cokafej5lasu': found directory-element with name two 2026/04/11 03:18:46 DEBUG : HiDrive root 'rclone-test-cokafej5lasu': found directory-element with name C4 2026/04/11 03:18:46 DEBUG : HiDrive root 'rclone-test-cokafej5lasu': found directory-element with name C2 2026/04/11 03:18:46 DEBUG : HiDrive root 'rclone-test-cokafej5lasu': found directory-element with name C1 2026/04/11 03:18:46 DEBUG : HiDrive root 'rclone-test-cokafej5lasu': found directory-element with name C3 2026/04/11 03:18:46 DEBUG : HiDrive root 'rclone-test-cokafej5lasu': found directory-element with name one 2026/04/11 03:18:46 DEBUG : HiDrive root 'rclone-test-cokafej5lasu': found directory-element with name A1 2026/04/11 03:18:46 DEBUG : HiDrive root 'rclone-test-cokafej5lasu': found directory-element with name A2 2026/04/11 03:18:46 DEBUG : HiDrive root 'rclone-test-cokafej5lasu': found directory-element with name A3 2026/04/11 03:18:46 DEBUG : HiDrive root 'rclone-test-cokafej5lasu': found directory-element with name B3 2026/04/11 03:18:46 DEBUG : HiDrive root 'rclone-test-cokafej5lasu': found directory-element with name B2 2026/04/11 03:18:46 DEBUG : HiDrive root 'rclone-test-cokafej5lasu': found directory-element with name two 2026/04/11 03:18:46 DEBUG : HiDrive root 'rclone-test-cokafej5lasu': found directory-element with name C4 2026/04/11 03:18:46 DEBUG : HiDrive root 'rclone-test-cokafej5lasu': found directory-element with name C2 2026/04/11 03:18:47 ERROR : error listing: directory not found 2026/04/11 03:18:47 DEBUG : HiDrive root 'rclone-test-cokafej5lasu': Purge remote 2026/04/11 03:18:47 NOTICE: purge failed: directory not found --- PASS: TestPurge (2.00s) === RUN TestRmdirsNoLeaveRoot run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:47 INFO : A2: Making directory 2026/04/11 03:18:47 INFO : A1/B2: Making directory 2026/04/11 03:18:47 INFO : A1/B2/C2: Making directory 2026/04/11 03:18:47 INFO : A1/B1/C3: Making directory 2026/04/11 03:18:47 INFO : A3: Making directory 2026/04/11 03:18:47 INFO : A3/B3: Making directory 2026/04/11 03:18:48 INFO : A3/B3/C4: Making directory 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name A1 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name A2 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name A3 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B3 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B1 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B2 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C4 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C2 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C1 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C3 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:48 DEBUG : removing 1 level 3 directories 2026/04/11 03:18:48 INFO : A3/B3/C4: Removing directory 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name A1 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name A2 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name A3 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B3 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B1 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B2 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C2 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C1 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C3 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name A1 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name A2 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name A3 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B3 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B1 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B2 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C2 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C1 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C3 2026/04/11 03:18:48 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:48 DEBUG : removing 2 level 3 directories 2026/04/11 03:18:48 INFO : A1/B2/C2: Removing directory 2026/04/11 03:18:48 INFO : A1/B1/C3: Removing directory 2026/04/11 03:18:48 DEBUG : removing 2 level 2 directories 2026/04/11 03:18:48 INFO : A3/B3: Removing directory 2026/04/11 03:18:48 INFO : A1/B2: Removing directory 2026/04/11 03:18:49 DEBUG : removing 2 level 1 directories 2026/04/11 03:18:49 INFO : A3: Removing directory 2026/04/11 03:18:49 INFO : A2: Removing directory 2026/04/11 03:18:49 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name A1 2026/04/11 03:18:49 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B1 2026/04/11 03:18:49 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:18:49 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C1 2026/04/11 03:18:49 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:18:49 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name A1 2026/04/11 03:18:49 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B1 2026/04/11 03:18:49 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C1 2026/04/11 03:18:49 DEBUG : removing 1 level 3 directories 2026/04/11 03:18:49 INFO : A1/B1/C1: Removing directory 2026/04/11 03:18:49 DEBUG : removing 1 level 2 directories 2026/04/11 03:18:49 INFO : A1/B1: Removing directory 2026/04/11 03:18:49 DEBUG : removing 1 level 1 directories 2026/04/11 03:18:49 INFO : A1: Removing directory 2026/04/11 03:18:49 DEBUG : removing 1 level 0 directories 2026/04/11 03:18:49 INFO : HiDrive root 'rclone-test-momofey1doni': Removing directory 2026/04/11 03:18:49 ERROR : error listing: directory not found 2026/04/11 03:18:49 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (2.86s) === RUN TestRmdirsLeaveRoot run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:49 INFO : A1: Making directory 2026/04/11 03:18:50 INFO : A1/B1: Making directory 2026/04/11 03:18:50 INFO : A1/B1/C1: Making directory 2026/04/11 03:18:50 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name A1 2026/04/11 03:18:50 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B1 2026/04/11 03:18:50 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C1 2026/04/11 03:18:50 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B1 2026/04/11 03:18:50 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C1 2026/04/11 03:18:50 DEBUG : removing 1 level 3 directories 2026/04/11 03:18:50 INFO : A1/B1/C1: Removing directory 2026/04/11 03:18:50 DEBUG : removing 1 level 2 directories 2026/04/11 03:18:50 INFO : A1/B1: Removing directory 2026/04/11 03:18:50 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name A1 2026/04/11 03:18:50 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name A1 --- PASS: TestRmdirsLeaveRoot (0.89s) === RUN TestRmdirsWithFilter run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:50 INFO : A1: Making directory 2026/04/11 03:18:50 INFO : A1/B1: Making directory 2026/04/11 03:18:51 INFO : A1/B1/C1: Making directory 2026/04/11 03:18:51 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name A1 2026/04/11 03:18:51 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B1 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 2026/04/11 03:18:52 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name A1 2026/04/11 03:18:52 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B1 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 2026/04/11 03:18:54 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name A1 2026/04/11 03:18:54 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B1 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:789 Error: Not equal: expected: []string{"A1", "A1/B1", "A1/B1/C1"} actual : []string{"A1", "A1/B1"} Diff: --- Expected +++ Actual @@ -1,5 +1,4 @@ -([]string) (len=3) { +([]string) (len=2) { (string) (len=2) "A1", - (string) (len=5) "A1/B1", - (string) (len=8) "A1/B1/C1" + (string) (len=5) "A1/B1" } Test: TestRmdirsWithFilter Messages: directories 2026/04/11 03:18:58 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name A1 2026/04/11 03:18:58 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B1 2026/04/11 03:18:58 DEBUG : removing 1 level 2 directories 2026/04/11 03:18:58 INFO : A1/B1: Removing directory 2026/04/11 03:18:58 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name A1 2026/04/11 03:18:58 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name A1 --- FAIL: TestRmdirsWithFilter (7.91s) === RUN TestCopyURL run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:58 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:58 DEBUG : filename.txt: File name found in url 2026/04/11 03:18:59 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/04/11 03:18:59 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:59 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file2 2026/04/11 03:18:59 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name filename.txt 2026/04/11 03:18:59 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name headerfilename.txt 2026/04/11 03:18:59 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:18:59 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file2 2026/04/11 03:18:59 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name filename.txt 2026/04/11 03:18:59 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name headerfilename.txt --- PASS: TestCopyURL (0.90s) === RUN TestCopyURLDownloadHeaders run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:59 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 --- PASS: TestCopyURLDownloadHeaders (0.25s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:18:59 DEBUG : file1: Need to transfer - File not found at Destination 2026/04/11 03:19:00 DEBUG : sub/file2: size = 14 OK 2026/04/11 03:19:00 DEBUG : file1: hidrive = aaeba82ca64452b89313b42f6621fe418e9847cc OK 2026/04/11 03:19:00 INFO : file1: Copied (new) to: sub/file2 2026/04/11 03:19:00 INFO : file1: Deleted 2026/04/11 03:19:00 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub 2026/04/11 03:19:00 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file2 2026/04/11 03:19:00 DEBUG : sub/file2: size = 14 OK 2026/04/11 03:19:00 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/11 03:19:00 DEBUG : file1: Unchanged skipping 2026/04/11 03:19:00 INFO : file1: Deleted 2026/04/11 03:19:00 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub 2026/04/11 03:19:00 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file2 2026/04/11 03:19:00 DEBUG : HiDrive root 'rclone-test-momofey1doni': don't need to copy/move sub/file2, it is already at target location 2026/04/11 03:19:00 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub 2026/04/11 03:19:00 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file2 2026/04/11 03:19:00 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub 2026/04/11 03:19:00 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file2 --- PASS: TestMoveFile (0.69s) === RUN TestMoveFileWithIgnoreExisting run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:19:00 DEBUG : file1: Need to transfer - File not found at Destination 2026/04/11 03:19:00 DEBUG : file1: size = 14 OK 2026/04/11 03:19:00 DEBUG : file1: hidrive = aaeba82ca64452b89313b42f6621fe418e9847cc OK 2026/04/11 03:19:00 INFO : file1: Copied (new) 2026/04/11 03:19:00 INFO : file1: Deleted 2026/04/11 03:19:00 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:19:00 DEBUG : file1: Destination exists, skipping 2026/04/11 03:19:00 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set 2026/04/11 03:19:00 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:19:00 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 --- PASS: TestMoveFileWithIgnoreExisting (0.33s) === RUN TestCaseInsensitiveMoveFile run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" --- PASS: TestCaseInsensitiveMoveFile (0.06s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.06s) === RUN TestMoveFileBackupDir run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:19:01 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:19:01 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:19:01 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-momofey1doni/backup" 2026/04/11 03:19:01 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone2601439780) 2026/04/11 03:19:01 DEBUG : dst/file1: size = 18 (HiDrive root 'rclone-test-momofey1doni') 2026/04/11 03:19:01 DEBUG : dst/file1: Sizes differ 2026/04/11 03:19:01 INFO : dst/file1: Moved (server-side) 2026/04/11 03:19:02 DEBUG : dst/file1: size = 14 OK 2026/04/11 03:19:02 DEBUG : dst/file1: hidrive = aaeba82ca64452b89313b42f6621fe418e9847cc OK 2026/04/11 03:19:02 INFO : dst/file1: Copied (new) 2026/04/11 03:19:02 INFO : dst/file1: Deleted 2026/04/11 03:19:02 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name backup 2026/04/11 03:19:02 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:19:02 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:19:02 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:19:02 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:19:02 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name backup 2026/04/11 03:19:02 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:19:02 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 2026/04/11 03:19:02 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name dst 2026/04/11 03:19:02 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name file1 --- PASS: TestMoveFileBackupDir (1.52s) === 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 "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:19:03 INFO : A1/B2: Making directory 2026/04/11 03:19:03 INFO : A1/B1/C3: Making directory 2026/04/11 03:19:03 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name A1 2026/04/11 03:19:03 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B1 2026/04/11 03:19:03 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B2 2026/04/11 03:19:03 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:19:03 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:19:03 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C1 2026/04/11 03:19:03 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C2 2026/04/11 03:19:03 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C3 2026/04/11 03:19:03 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name three 2026/04/11 03:19:03 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name four 2026/04/11 03:19:03 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name five 2026/04/11 03:19:04 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name A2 2026/04/11 03:19:04 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B1 2026/04/11 03:19:04 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B2 2026/04/11 03:19:04 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:19:04 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:19:04 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C1 2026/04/11 03:19:04 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C2 2026/04/11 03:19:04 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C3 2026/04/11 03:19:04 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name three 2026/04/11 03:19:04 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name four 2026/04/11 03:19:04 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name five 2026/04/11 03:19:04 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B1 2026/04/11 03:19:04 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B2 2026/04/11 03:19:04 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:19:04 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:19:04 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C1 2026/04/11 03:19:04 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C2 2026/04/11 03:19:04 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C3 2026/04/11 03:19:04 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name three 2026/04/11 03:19:04 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name four 2026/04/11 03:19:04 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name five 2026/04/11 03:19:04 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/04/11 03:19:04 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/04/11 03:19:04 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/04/11 03:19:04 INFO : A2/one: Moved (server-side) to: A3/one 2026/04/11 03:19:04 INFO : A2/two: Moved (server-side) to: A3/two 2026/04/11 03:19:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name A3 2026/04/11 03:19:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B1 2026/04/11 03:19:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B2 2026/04/11 03:19:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:19:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:19:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C1 2026/04/11 03:19:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C2 2026/04/11 03:19:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C3 2026/04/11 03:19:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name three 2026/04/11 03:19:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name four 2026/04/11 03:19:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name five 2026/04/11 03:19:05 INFO : HiDrive root 'rclone-test-momofey1doni': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/04/11 03:19:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B1 2026/04/11 03:19:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B2 2026/04/11 03:19:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:19:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:19:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C1 2026/04/11 03:19:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C2 2026/04/11 03:19:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C3 2026/04/11 03:19:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name three 2026/04/11 03:19:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name four 2026/04/11 03:19:05 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name five 2026/04/11 03:19:06 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/04/11 03:19:06 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/04/11 03:19:06 INFO : A3/two: Moved (server-side) to: A4/two 2026/04/11 03:19:06 INFO : A3/one: Moved (server-side) to: A4/one 2026/04/11 03:19:06 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/04/11 03:19:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name A4 2026/04/11 03:19:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B1 2026/04/11 03:19:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B2 2026/04/11 03:19:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:19:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:19:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C1 2026/04/11 03:19:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C2 2026/04/11 03:19:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C3 2026/04/11 03:19:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name three 2026/04/11 03:19:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name four 2026/04/11 03:19:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name five 2026/04/11 03:19:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name A4 2026/04/11 03:19:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B1 2026/04/11 03:19:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name B2 2026/04/11 03:19:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name one 2026/04/11 03:19:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name two 2026/04/11 03:19:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C1 2026/04/11 03:19:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C2 2026/04/11 03:19:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name C3 2026/04/11 03:19:06 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name three 2026/04/11 03:19:07 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name four 2026/04/11 03:19:07 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name five --- PASS: TestDirMove (5.06s) === RUN TestGetFsInfo run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" --- PASS: TestGetFsInfo (0.06s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:19:07 DEBUG : HiDrive root 'rclone-test-momofey1doni': File to upload is small (34 bytes), uploading instead of streaming 2026/04/11 03:19:07 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/04/11 03:19:07 DEBUG : no_checksum_small_file_from_pipe: hidrive = b448dd26df3773e70ffed168f17bd65676f4e687 OK 2026/04/11 03:19:07 DEBUG : no_checksum_small_file_from_pipe: Size and hidrive of src and dst objects identical 2026/04/11 03:19:08 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/04/11 03:19:08 DEBUG : no_checksum_big_file_from_pipe: hidrive = 0000000000000000000000000000000000000000 OK 2026/04/11 03:19:08 DEBUG : no_checksum_big_file_from_pipe: Size and hidrive of src and dst objects identical 2026/04/11 03:19:08 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name no_checksum_big_file_from_pipe 2026/04/11 03:19:08 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name no_checksum_small_file_from_pipe 2026/04/11 03:19:08 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name no_checksum_big_file_from_pipe 2026/04/11 03:19:08 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name no_checksum_small_file_from_pipe === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:19:08 DEBUG : HiDrive root 'rclone-test-momofey1doni': File to upload is small (34 bytes), uploading instead of streaming 2026/04/11 03:19:08 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/04/11 03:19:08 DEBUG : with_checksum_small_file_from_pipe: hidrive = b448dd26df3773e70ffed168f17bd65676f4e687 OK 2026/04/11 03:19:08 DEBUG : with_checksum_small_file_from_pipe: Size and hidrive of src and dst objects identical 2026/04/11 03:19:08 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/04/11 03:19:08 DEBUG : with_checksum_big_file_from_pipe: hidrive = 0000000000000000000000000000000000000000 OK 2026/04/11 03:19:08 DEBUG : with_checksum_big_file_from_pipe: Size and hidrive of src and dst objects identical 2026/04/11 03:19:08 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name with_checksum_big_file_from_pipe 2026/04/11 03:19:08 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name with_checksum_small_file_from_pipe 2026/04/11 03:19:08 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name with_checksum_big_file_from_pipe 2026/04/11 03:19:08 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name with_checksum_small_file_from_pipe === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:19:08 DEBUG : HiDrive root 'rclone-test-momofey1doni': File to upload is small (34 bytes), uploading instead of streaming 2026/04/11 03:19:08 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/04/11 03:19:08 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/04/11 03:19:09 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/04/11 03:19:09 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/04/11 03:19:09 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name ignore_checksum_big_file_from_pipe 2026/04/11 03:19:09 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name ignore_checksum_small_file_from_pipe 2026/04/11 03:19:09 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name ignore_checksum_big_file_from_pipe 2026/04/11 03:19:09 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name ignore_checksum_small_file_from_pipe === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:19:09 DEBUG : HiDrive root 'rclone-test-momofey1doni': File to upload is small (34 bytes), uploading instead of streaming 2026/04/11 03:19:09 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/04/11 03:19:09 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2026/04/11 03:19:09 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/04/11 03:19:09 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/04/11 03:19:09 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2026/04/11 03:19:09 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/04/11 03:19:09 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name ignore_checksum_big_file_from_pipe 2026/04/11 03:19:09 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name ignore_checksum_small_file_from_pipe 2026/04/11 03:19:09 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name ignore_checksum_big_file_from_pipe 2026/04/11 03:19:09 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name ignore_checksum_small_file_from_pipe --- PASS: TestRcat (2.11s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (0.56s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (0.56s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (0.47s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (0.51s) === RUN TestRcatMetadata run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" operations_test.go:1563: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.06s) === RUN TestRcatSize run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:19:09 DEBUG : HiDrive root 'rclone-test-momofey1doni': File to upload is small (60 bytes), uploading instead of streaming 2026/04/11 03:19:10 DEBUG : potato2: size = 60 OK 2026/04/11 03:19:10 DEBUG : potato2: hidrive = bce3cb268703fff742fa2271e8c7fad9c26b0104 OK 2026/04/11 03:19:10 DEBUG : potato2: Size and hidrive of src and dst objects identical 2026/04/11 03:19:10 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato1 2026/04/11 03:19:10 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 2026/04/11 03:19:10 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato1 2026/04/11 03:19:10 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 --- PASS: TestRcatSize (0.46s) === RUN TestRcatSizeMetadata run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" operations_test.go:1644: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.06s) === RUN TestRcatSizeUploadHeaders run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:19:10 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato1 --- PASS: TestRcatSizeUploadHeaders (0.24s) === RUN TestTouchDir run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:19:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:19:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 2026/04/11 03:19:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir 2026/04/11 03:19:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato3 2026/04/11 03:19:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:19:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 2026/04/11 03:19:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir 2026/04/11 03:19:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': Touching "empty space" 2026/04/11 03:19:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': Touching "potato2" 2026/04/11 03:19:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato3 2026/04/11 03:19:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': Touching "sub dir/potato3" 2026/04/11 03:19:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:19:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 2026/04/11 03:19:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir 2026/04/11 03:19:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato3 2026/04/11 03:19:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name empty space 2026/04/11 03:19:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato2 2026/04/11 03:19:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir 2026/04/11 03:19:11 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name potato3 --- PASS: TestTouchDir (1.03s) === RUN TestMkdirMetadata run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" operations_test.go:1773: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.06s) === RUN TestMkdirModTime run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" operations_test.go:1792: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.06s) === RUN TestCopyDirMetadata run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" operations_test.go:1813: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.06s) === RUN TestSetDirModTime run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" operations_test.go:1849: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.06s) === RUN TestDirsEqual run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" operations_test.go:1893: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.06s) === RUN TestRemoveExisting run.go:185: Remote "HiDrive root 'rclone-test-momofey1doni'", Local "Local file system at /tmp/rclone2601439780", Modify Window "1s" 2026/04/11 03:19:12 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir 2026/04/11 03:19:12 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name test remove existing 2026/04/11 03:19:12 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/04/11 03:19:12 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir 2026/04/11 03:19:12 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name test remove existing 2026/04/11 03:19:12 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/04/11 03:19:12 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir 2026/04/11 03:19:12 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name test remove existing 2026/04/11 03:19:12 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/04/11 03:19:12 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.hudamud6" before starting 2026/04/11 03:19:12 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir 2026/04/11 03:19:12 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/04/11 03:19:12 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name test remove existing.hudamud6 2026/04/11 03:19:12 DEBUG : sub dir/test remove existing.hudamud6: TEST: removing renamed existing file after operation 2026/04/11 03:19:12 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir 2026/04/11 03:19:12 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/04/11 03:19:12 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.mexever4" before starting 2026/04/11 03:19:12 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir 2026/04/11 03:19:13 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.mexever4 2026/04/11 03:19:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.mexever4: TEST: renaming existing back after failed operation 2026/04/11 03:19:13 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir 2026/04/11 03:19:13 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/04/11 03:19:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.dolumec3" before starting 2026/04/11 03:19:13 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir 2026/04/11 03:19:13 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.dolumec3 2026/04/11 03:19:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.dolumec3: TEST: removing renamed existing file after operation 2026/04/11 03:19:13 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir 2026/04/11 03:19:13 DEBUG : HiDrive root 'rclone-test-momofey1doni': found directory-element with name sub dir --- PASS: TestRemoveExisting (1.64s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumSingleFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumSingleFile (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) FAIL 2026/04/11 03:19:13 DEBUG : HiDrive root 'rclone-test-momofey1doni': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestHiDrive: -verbose" - Finished ERROR in 1m9.920940238s (try 1/5): exit status 1: Failed [TestRmdirsWithFilter]