"./operations.test -test.v -test.timeout 1h0m0s -remote TestHiDrive: -verbose" - Starting (try 1/5) 2026/05/13 01:13:51 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-zavebad7cezi" 2026/05/13 01:13:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/13 01:13:51 DEBUG : Creating backend with remote "/tmp/rclone3604152674" === 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:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" multithread_test.go:119: multithread writing not supported 2026/05/13 01:13:52 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.03s) === RUN TestMultithreadCopyAbort run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" multithread_test.go:119: multithread writing not supported 2026/05/13 01:13:52 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.03s) === RUN TestSizeDiffers 2026/05/13 01:13:52 DEBUG : a: size = 0 OK 2026/05/13 01:13:52 DEBUG : a: size = 1 (memory) 2026/05/13 01:13:52 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/05/13 01:13:52 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/05/13 01:13:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/13 01:13:52 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/13 01:13:52 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/05/13 01:13:52 DEBUG : potato: Seek from 10 to 0 2026/05/13 01:13:52 DEBUG : potato: Seek from 10 to 0 2026/05/13 01:13:52 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/05/13 01:13:52 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/05/13 01:13:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/13 01:13:52 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/13 01:13:52 DEBUG : potato: Seek from 5 to 2 2026/05/13 01:13:52 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/05/13 01:13:52 DEBUG : potato: Seek from 7 to 0 2026/05/13 01:13:52 DEBUG : potato: Seek from 7 to 0 2026/05/13 01:13:52 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/05/13 01:13:52 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/05/13 01:13:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/13 01:13:52 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/13 01:13:52 DEBUG : potato: Seek from 5 to 2 2026/05/13 01:13:52 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/05/13 01:13:52 DEBUG : potato: Seek from 8 to 0 2026/05/13 01:13:52 DEBUG : potato: Seek from 8 to 0 2026/05/13 01:13:52 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/05/13 01:13:52 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/05/13 01:13:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/13 01:13:52 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/13 01:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/13 01:13:52 DEBUG : potato: Seek from 5 to 2 2026/05/13 01:13:52 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/05/13 01:13:52 DEBUG : potato: Seek from 9 to 0 2026/05/13 01:13:52 DEBUG : potato: Seek from 9 to 0 2026/05/13 01:13:52 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:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:13:52 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name rutabaga === RUN TestCheck/1 === RUN TestCheck/2 2026/05/13 01:13:52 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:13:52 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name rutabaga === RUN TestCheck/3 2026/05/13 01:13:52 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:13:52 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 2026/05/13 01:13:52 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name rutabaga === RUN TestCheck/4 === RUN TestCheck/5 2026/05/13 01:13:53 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:13:53 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 2026/05/13 01:13:53 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name remotepotato 2026/05/13 01:13:53 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name rutabaga === RUN TestCheck/6 === RUN TestCheck/7 2026/05/13 01:13:53 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:13:53 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 2026/05/13 01:13:53 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name remotepotato 2026/05/13 01:13:53 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name rutabaga --- PASS: TestCheck (1.43s) --- 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/05/13 01:13:53 DEBUG : Creating backend with remote "nonexistent" 2026/05/13 01:13:53 DEBUG : Creating backend with remote "nonexistent" 2026/05/13 01:13:53 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2026/05/13 01:13:53 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/05/13 01:13:53 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2026/05/13 01:13:53 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:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:13:53 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name rutabaga === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2026/05/13 01:13:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:13:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name rutabaga === RUN TestCheckDownload/3 2026/05/13 01:13:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:13:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 2026/05/13 01:13:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name rutabaga === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2026/05/13 01:13:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:13:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 2026/05/13 01:13:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name remotepotato 2026/05/13 01:13:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name rutabaga === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 2026/05/13 01:13:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:13:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 2026/05/13 01:13:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name remotepotato 2026/05/13 01:13:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name rutabaga --- PASS: TestCheckDownload (1.59s) --- PASS: TestCheckDownload/1 (0.06s) --- PASS: TestCheckDownload/2 (0.06s) --- PASS: TestCheckDownload/3 (0.06s) --- PASS: TestCheckDownload/4 (0.10s) --- PASS: TestCheckDownload/5 (0.09s) --- PASS: TestCheckDownload/6 (0.07s) --- PASS: TestCheckDownload/7 (0.07s) === RUN TestCheckSizeOnly run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:13:55 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name rutabaga === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2026/05/13 01:13:55 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:13:55 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name rutabaga === RUN TestCheckSizeOnly/3 2026/05/13 01:13:55 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:13:55 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 2026/05/13 01:13:55 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name rutabaga === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2026/05/13 01:13:56 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:13:56 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 2026/05/13 01:13:56 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name remotepotato 2026/05/13 01:13:56 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name rutabaga === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 2026/05/13 01:13:56 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:13:56 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 2026/05/13 01:13:56 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name remotepotato 2026/05/13 01:13:56 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name rutabaga --- PASS: TestCheckSizeOnly (1.37s) --- 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.04s) --- PASS: TestCheckSizeOnly/7 (0.03s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:13:56 NOTICE: test.sum: improperly formatted checksum line 4 2026/05/13 01:13:56 NOTICE: test.sum: improperly formatted checksum line 5 2026/05/13 01:13:56 NOTICE: test.sum: improperly formatted checksum line 6 2026/05/13 01:13:56 NOTICE: test.sum: 2 warning(s) suppressed... 2026/05/13 01:13:56 NOTICE: test.sum: improperly formatted checksum line 4 2026/05/13 01:13:56 NOTICE: test.sum: improperly formatted checksum line 5 2026/05/13 01:13:56 NOTICE: test.sum: improperly formatted checksum line 6 2026/05/13 01:13:56 NOTICE: test.sum: 2 warning(s) suppressed... 2026/05/13 01:13:56 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name test.sum --- PASS: TestParseSumFile (0.46s) === RUN TestCheckSum run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:13:56 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-zavebad7cezi/data" check_test.go:350: HiDrive root 'rclone-test-zavebad7cezi/data' lacks md5, skipping --- SKIP: TestCheckSum (0.31s) === RUN TestCheckSumDownload run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:13:57 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-zavebad7cezi/data" 2026/05/13 01:13:57 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name data 2026/05/13 01:13:57 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name test.sum 2026/05/13 01:13:57 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name banana === RUN TestCheckSumDownload/subtest1 2026/05/13 01:13:58 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name data 2026/05/13 01:13:58 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name test.sum 2026/05/13 01:13:58 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name banana 2026/05/13 01:13:58 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato === RUN TestCheckSumDownload/subtest2 2026/05/13 01:13:58 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name data 2026/05/13 01:13:58 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name test.sum 2026/05/13 01:13:58 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name banana 2026/05/13 01:13:58 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato === RUN TestCheckSumDownload/subtest3 2026/05/13 01:13:58 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name data 2026/05/13 01:13:58 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name test.sum 2026/05/13 01:13:58 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name banana 2026/05/13 01:13:58 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato === RUN TestCheckSumDownload/subtest4 2026/05/13 01:13:59 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name data 2026/05/13 01:13:59 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name test.sum 2026/05/13 01:13:59 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name banana 2026/05/13 01:13:59 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato === RUN TestCheckSumDownload/subtest5 2026/05/13 01:13:59 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name data 2026/05/13 01:13:59 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name test.sum 2026/05/13 01:13:59 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name banana 2026/05/13 01:13:59 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato === RUN TestCheckSumDownload/subtest6 2026/05/13 01:14:00 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name data 2026/05/13 01:14:00 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name test.sum 2026/05/13 01:14:00 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name banana 2026/05/13 01:14:00 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato === RUN TestCheckSumDownload/subtest7 2026/05/13 01:14:00 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name data 2026/05/13 01:14:00 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name test.sum 2026/05/13 01:14:00 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name banana 2026/05/13 01:14:00 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato --- PASS: TestCheckSumDownload (3.39s) --- PASS: TestCheckSumDownload/subtest1 (0.13s) --- PASS: TestCheckSumDownload/subtest2 (0.13s) --- PASS: TestCheckSumDownload/subtest3 (0.16s) --- PASS: TestCheckSumDownload/subtest4 (0.14s) --- PASS: TestCheckSumDownload/subtest5 (0.23s) --- PASS: TestCheckSumDownload/subtest6 (0.13s) --- PASS: TestCheckSumDownload/subtest7 (0.14s) === RUN TestApplyTransforms 2026/05/13 01:14:00 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-kilebad4tuqa" 2026/05/13 01:14:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/13 01:14:00 DEBUG : Creating backend with remote "/tmp/rclone1943943394" run.go:198: Remote "HiDrive root 'rclone-test-kilebad4tuqa'", Local "Local file system at /tmp/rclone1943943394", Modify Window "1s" 2026/05/13 01:14:00 DEBUG : HiDrive root 'rclone-test-kilebad4tuqa': found directory-element with name hello, world! upper checkfile vs. lower remote (without normalization) 2026/05/13 01:14:01 DEBUG : HiDrive root 'rclone-test-kilebad4tuqa': found directory-element with name hello, world! 2026/05/13 01:14:01 ERROR : hello, world!: sum not found 2026/05/13 01:14:01 ERROR : HELLO, WORLD!: file not in HiDrive root 'rclone-test-kilebad4tuqa' 2026/05/13 01:14:01 NOTICE: HiDrive root 'rclone-test-kilebad4tuqa': 1 files missing 2026/05/13 01:14:01 NOTICE: 1 hashes missing 2026/05/13 01:14:01 NOTICE: HiDrive root 'rclone-test-kilebad4tuqa': 1 differences found 2026/05/13 01:14:01 NOTICE: HiDrive root 'rclone-test-kilebad4tuqa': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/05/13 01:14:01 DEBUG : HiDrive root 'rclone-test-kilebad4tuqa': found directory-element with name hello, world! 2026/05/13 01:14:01 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/13 01:14:01 NOTICE: HiDrive root 'rclone-test-kilebad4tuqa': 0 differences found 2026/05/13 01:14:01 NOTICE: HiDrive root 'rclone-test-kilebad4tuqa': 1 matching files 2026/05/13 01:14:01 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-jecivac8xivo" 2026/05/13 01:14:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/13 01:14:01 DEBUG : Creating backend with remote "/tmp/rclone974650453" run.go:198: Remote "HiDrive root 'rclone-test-jecivac8xivo'", Local "Local file system at /tmp/rclone974650453", Modify Window "1s" 2026/05/13 01:14:01 DEBUG : HiDrive root 'rclone-test-jecivac8xivo': found directory-element with name HELLO, WORLD! lower checkfile vs. upper remote (without normalization) 2026/05/13 01:14:01 DEBUG : HiDrive root 'rclone-test-jecivac8xivo': found directory-element with name HELLO, WORLD! 2026/05/13 01:14:01 ERROR : HELLO, WORLD!: sum not found 2026/05/13 01:14:01 ERROR : hello, world!: file not in HiDrive root 'rclone-test-jecivac8xivo' 2026/05/13 01:14:01 NOTICE: HiDrive root 'rclone-test-jecivac8xivo': 1 files missing 2026/05/13 01:14:01 NOTICE: 1 hashes missing 2026/05/13 01:14:01 NOTICE: HiDrive root 'rclone-test-jecivac8xivo': 1 differences found 2026/05/13 01:14:01 NOTICE: HiDrive root 'rclone-test-jecivac8xivo': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/05/13 01:14:01 DEBUG : HiDrive root 'rclone-test-jecivac8xivo': found directory-element with name HELLO, WORLD! 2026/05/13 01:14:01 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/13 01:14:01 NOTICE: HiDrive root 'rclone-test-jecivac8xivo': 0 differences found 2026/05/13 01:14:01 NOTICE: HiDrive root 'rclone-test-jecivac8xivo': 1 matching files 2026/05/13 01:14:01 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-lizumot5kuza" 2026/05/13 01:14:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/13 01:14:01 DEBUG : Creating backend with remote "/tmp/rclone3447200704" run.go:198: Remote "HiDrive root 'rclone-test-lizumot5kuza'", Local "Local file system at /tmp/rclone3447200704", Modify Window "1s" 2026/05/13 01:14:02 DEBUG : HiDrive root 'rclone-test-lizumot5kuza': found directory-element with name HeLlO, wOrLd! lower checkfile vs. upperlowermixed remote (without normalization) 2026/05/13 01:14:02 DEBUG : HiDrive root 'rclone-test-lizumot5kuza': found directory-element with name HeLlO, wOrLd! 2026/05/13 01:14:02 ERROR : HeLlO, wOrLd!: sum not found 2026/05/13 01:14:02 ERROR : hello, world!: file not in HiDrive root 'rclone-test-lizumot5kuza' 2026/05/13 01:14:02 NOTICE: HiDrive root 'rclone-test-lizumot5kuza': 1 files missing 2026/05/13 01:14:02 NOTICE: 1 hashes missing 2026/05/13 01:14:02 NOTICE: HiDrive root 'rclone-test-lizumot5kuza': 1 differences found 2026/05/13 01:14:02 NOTICE: HiDrive root 'rclone-test-lizumot5kuza': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/05/13 01:14:02 DEBUG : HiDrive root 'rclone-test-lizumot5kuza': found directory-element with name HeLlO, wOrLd! 2026/05/13 01:14:02 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/13 01:14:02 NOTICE: HiDrive root 'rclone-test-lizumot5kuza': 0 differences found 2026/05/13 01:14:02 NOTICE: HiDrive root 'rclone-test-lizumot5kuza': 1 matching files 2026/05/13 01:14:02 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-hapudal7xice" 2026/05/13 01:14:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/13 01:14:02 DEBUG : Creating backend with remote "/tmp/rclone934753052" run.go:198: Remote "HiDrive root 'rclone-test-hapudal7xice'", Local "Local file system at /tmp/rclone934753052", Modify Window "1s" 2026/05/13 01:14:02 DEBUG : HiDrive root 'rclone-test-hapudal7xice': found directory-element with name HELLO, WORLD! upperlowermixed checkfile vs. upper remote (without normalization) 2026/05/13 01:14:02 DEBUG : HiDrive root 'rclone-test-hapudal7xice': found directory-element with name HELLO, WORLD! 2026/05/13 01:14:02 ERROR : HELLO, WORLD!: sum not found 2026/05/13 01:14:02 ERROR : HeLlO, wOrLd!: file not in HiDrive root 'rclone-test-hapudal7xice' 2026/05/13 01:14:02 NOTICE: HiDrive root 'rclone-test-hapudal7xice': 1 files missing 2026/05/13 01:14:02 NOTICE: 1 hashes missing 2026/05/13 01:14:02 NOTICE: HiDrive root 'rclone-test-hapudal7xice': 1 differences found 2026/05/13 01:14:02 NOTICE: HiDrive root 'rclone-test-hapudal7xice': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/05/13 01:14:02 DEBUG : HiDrive root 'rclone-test-hapudal7xice': found directory-element with name HELLO, WORLD! 2026/05/13 01:14:02 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/13 01:14:02 NOTICE: HiDrive root 'rclone-test-hapudal7xice': 0 differences found 2026/05/13 01:14:02 NOTICE: HiDrive root 'rclone-test-hapudal7xice': 1 matching files 2026/05/13 01:14:02 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-voyomis2hoho" 2026/05/13 01:14:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/13 01:14:02 DEBUG : Creating backend with remote "/tmp/rclone3076614379" run.go:198: Remote "HiDrive root 'rclone-test-voyomis2hoho'", Local "Local file system at /tmp/rclone3076614379", Modify Window "1s" 2026/05/13 01:14:02 DEBUG : HiDrive root 'rclone-test-voyomis2hoho': found directory-element with name 測試_Русский___ě_áñ NFD checkfile vs. NFC remote (without normalization) 2026/05/13 01:14:02 DEBUG : HiDrive root 'rclone-test-voyomis2hoho': found directory-element with name 測試_Русский___ě_áñ 2026/05/13 01:14:02 ERROR : 測試_Русский___ě_áñ: sum not found 2026/05/13 01:14:02 ERROR : 測試_Русский___ě_áñ: file not in HiDrive root 'rclone-test-voyomis2hoho' 2026/05/13 01:14:02 NOTICE: HiDrive root 'rclone-test-voyomis2hoho': 1 files missing 2026/05/13 01:14:02 NOTICE: 1 hashes missing 2026/05/13 01:14:02 NOTICE: HiDrive root 'rclone-test-voyomis2hoho': 1 differences found 2026/05/13 01:14:02 NOTICE: HiDrive root 'rclone-test-voyomis2hoho': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/05/13 01:14:02 DEBUG : HiDrive root 'rclone-test-voyomis2hoho': found directory-element with name 測試_Русский___ě_áñ 2026/05/13 01:14:03 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/13 01:14:03 NOTICE: HiDrive root 'rclone-test-voyomis2hoho': 0 differences found 2026/05/13 01:14:03 NOTICE: HiDrive root 'rclone-test-voyomis2hoho': 1 matching files 2026/05/13 01:14:03 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-hofocus1lesu" 2026/05/13 01:14:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/13 01:14:03 DEBUG : Creating backend with remote "/tmp/rclone3237137119" run.go:198: Remote "HiDrive root 'rclone-test-hofocus1lesu'", Local "Local file system at /tmp/rclone3237137119", Modify Window "1s" 2026/05/13 01:14:03 DEBUG : HiDrive root 'rclone-test-hofocus1lesu': found directory-element with name 測試_Русский___ě_áñ NFC checkfile vs. NFD remote (without normalization) 2026/05/13 01:14:03 DEBUG : HiDrive root 'rclone-test-hofocus1lesu': found directory-element with name 測試_Русский___ě_áñ 2026/05/13 01:14:03 ERROR : 測試_Русский___ě_áñ: sum not found 2026/05/13 01:14:03 ERROR : 測試_Русский___ě_áñ: file not in HiDrive root 'rclone-test-hofocus1lesu' 2026/05/13 01:14:03 NOTICE: HiDrive root 'rclone-test-hofocus1lesu': 1 files missing 2026/05/13 01:14:03 NOTICE: 1 hashes missing 2026/05/13 01:14:03 NOTICE: HiDrive root 'rclone-test-hofocus1lesu': 1 differences found 2026/05/13 01:14:03 NOTICE: HiDrive root 'rclone-test-hofocus1lesu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/05/13 01:14:03 DEBUG : HiDrive root 'rclone-test-hofocus1lesu': found directory-element with name 測試_Русский___ě_áñ 2026/05/13 01:14:03 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/13 01:14:03 NOTICE: HiDrive root 'rclone-test-hofocus1lesu': 0 differences found 2026/05/13 01:14:03 NOTICE: HiDrive root 'rclone-test-hofocus1lesu': 1 matching files 2026/05/13 01:14:03 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-jogoqek7qovi" 2026/05/13 01:14:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/13 01:14:03 DEBUG : Creating backend with remote "/tmp/rclone2696041397" run.go:198: Remote "HiDrive root 'rclone-test-jogoqek7qovi'", Local "Local file system at /tmp/rclone2696041397", Modify Window "1s" 2026/05/13 01:14:03 DEBUG : HiDrive root 'rclone-test-jogoqek7qovi': found directory-element with name 測試_Русский___ě_áñ測試_Русский___ě_áñ NFDx2 checkfile vs. both remote (without normalization) 2026/05/13 01:14:03 DEBUG : HiDrive root 'rclone-test-jogoqek7qovi': found directory-element with name 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/05/13 01:14:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/05/13 01:14:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in HiDrive root 'rclone-test-jogoqek7qovi' 2026/05/13 01:14:03 NOTICE: HiDrive root 'rclone-test-jogoqek7qovi': 1 files missing 2026/05/13 01:14:03 NOTICE: 1 hashes missing 2026/05/13 01:14:03 NOTICE: HiDrive root 'rclone-test-jogoqek7qovi': 1 differences found 2026/05/13 01:14:03 NOTICE: HiDrive root 'rclone-test-jogoqek7qovi': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/05/13 01:14:03 DEBUG : HiDrive root 'rclone-test-jogoqek7qovi': found directory-element with name 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/05/13 01:14:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/13 01:14:04 NOTICE: HiDrive root 'rclone-test-jogoqek7qovi': 0 differences found 2026/05/13 01:14:04 NOTICE: HiDrive root 'rclone-test-jogoqek7qovi': 1 matching files 2026/05/13 01:14:04 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-yajajim5vogi" 2026/05/13 01:14:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/13 01:14:04 DEBUG : Creating backend with remote "/tmp/rclone4249789233" run.go:198: Remote "HiDrive root 'rclone-test-yajajim5vogi'", Local "Local file system at /tmp/rclone4249789233", Modify Window "1s" 2026/05/13 01:14:04 DEBUG : HiDrive root 'rclone-test-yajajim5vogi': found directory-element with name 測試_Русский___ě_áñ測試_Русский___ě_áñ NFCx2 checkfile vs. both remote (without normalization) 2026/05/13 01:14:04 DEBUG : HiDrive root 'rclone-test-yajajim5vogi': found directory-element with name 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/05/13 01:14:04 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/05/13 01:14:04 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in HiDrive root 'rclone-test-yajajim5vogi' 2026/05/13 01:14:04 NOTICE: HiDrive root 'rclone-test-yajajim5vogi': 1 files missing 2026/05/13 01:14:04 NOTICE: 1 hashes missing 2026/05/13 01:14:04 NOTICE: HiDrive root 'rclone-test-yajajim5vogi': 1 differences found 2026/05/13 01:14:04 NOTICE: HiDrive root 'rclone-test-yajajim5vogi': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/05/13 01:14:04 DEBUG : HiDrive root 'rclone-test-yajajim5vogi': found directory-element with name 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/05/13 01:14:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/13 01:14:04 NOTICE: HiDrive root 'rclone-test-yajajim5vogi': 0 differences found 2026/05/13 01:14:04 NOTICE: HiDrive root 'rclone-test-yajajim5vogi': 1 matching files 2026/05/13 01:14:04 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-zepixoq3cata" 2026/05/13 01:14:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/13 01:14:04 DEBUG : Creating backend with remote "/tmp/rclone935474085" run.go:198: Remote "HiDrive root 'rclone-test-zepixoq3cata'", Local "Local file system at /tmp/rclone935474085", Modify Window "1s" 2026/05/13 01:14:04 DEBUG : HiDrive root 'rclone-test-zepixoq3cata': found directory-element with name 測試_Русский___ě_áñ測試_Русский___ě_áñ both checkfile vs. NFDx2 remote (without normalization) 2026/05/13 01:14:04 DEBUG : HiDrive root 'rclone-test-zepixoq3cata': found directory-element with name 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/05/13 01:14:04 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/05/13 01:14:04 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in HiDrive root 'rclone-test-zepixoq3cata' 2026/05/13 01:14:04 NOTICE: HiDrive root 'rclone-test-zepixoq3cata': 1 files missing 2026/05/13 01:14:04 NOTICE: 1 hashes missing 2026/05/13 01:14:04 NOTICE: HiDrive root 'rclone-test-zepixoq3cata': 1 differences found 2026/05/13 01:14:04 NOTICE: HiDrive root 'rclone-test-zepixoq3cata': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/05/13 01:14:05 DEBUG : HiDrive root 'rclone-test-zepixoq3cata': found directory-element with name 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/05/13 01:14:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/13 01:14:05 NOTICE: HiDrive root 'rclone-test-zepixoq3cata': 0 differences found 2026/05/13 01:14:05 NOTICE: HiDrive root 'rclone-test-zepixoq3cata': 1 matching files 2026/05/13 01:14:05 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-hinegom8juve" 2026/05/13 01:14:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/13 01:14:05 DEBUG : Creating backend with remote "/tmp/rclone2802563057" run.go:198: Remote "HiDrive root 'rclone-test-hinegom8juve'", Local "Local file system at /tmp/rclone2802563057", Modify Window "1s" 2026/05/13 01:14:05 DEBUG : HiDrive root 'rclone-test-hinegom8juve': found directory-element with name 測試_Русский___ě_áñ測試_Русский___ě_áñ both checkfile vs. NFCx2 remote (without normalization) 2026/05/13 01:14:05 DEBUG : HiDrive root 'rclone-test-hinegom8juve': found directory-element with name 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/05/13 01:14:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/05/13 01:14:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in HiDrive root 'rclone-test-hinegom8juve' 2026/05/13 01:14:05 NOTICE: HiDrive root 'rclone-test-hinegom8juve': 1 files missing 2026/05/13 01:14:05 NOTICE: 1 hashes missing 2026/05/13 01:14:05 NOTICE: HiDrive root 'rclone-test-hinegom8juve': 1 differences found 2026/05/13 01:14:05 NOTICE: HiDrive root 'rclone-test-hinegom8juve': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/05/13 01:14:05 DEBUG : HiDrive root 'rclone-test-hinegom8juve': found directory-element with name 測試_Русский___ě_áñ測試_Русский___ě_áñ 2026/05/13 01:14:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/13 01:14:05 NOTICE: HiDrive root 'rclone-test-hinegom8juve': 0 differences found 2026/05/13 01:14:05 NOTICE: HiDrive root 'rclone-test-hinegom8juve': 1 matching files 2026/05/13 01:14:05 DEBUG : HiDrive root 'rclone-test-hinegom8juve': Purge remote 2026/05/13 01:14:05 DEBUG : HiDrive root 'rclone-test-zepixoq3cata': Purge remote 2026/05/13 01:14:05 DEBUG : HiDrive root 'rclone-test-yajajim5vogi': Purge remote 2026/05/13 01:14:05 DEBUG : HiDrive root 'rclone-test-jogoqek7qovi': Purge remote 2026/05/13 01:14:05 DEBUG : HiDrive root 'rclone-test-hofocus1lesu': Purge remote 2026/05/13 01:14:05 DEBUG : HiDrive root 'rclone-test-voyomis2hoho': Purge remote 2026/05/13 01:14:05 DEBUG : HiDrive root 'rclone-test-hapudal7xice': Purge remote 2026/05/13 01:14:06 DEBUG : HiDrive root 'rclone-test-lizumot5kuza': Purge remote 2026/05/13 01:14:06 DEBUG : HiDrive root 'rclone-test-jecivac8xivo': Purge remote 2026/05/13 01:14:06 DEBUG : HiDrive root 'rclone-test-kilebad4tuqa': Purge remote --- PASS: TestApplyTransforms (5.68s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:06 DEBUG : file1: Need to transfer - File not found at Destination 2026/05/13 01:14:06 DEBUG : sub/file2: size = 14 OK 2026/05/13 01:14:06 DEBUG : file1: hidrive = aaeba82ca64452b89313b42f6621fe418e9847cc OK 2026/05/13 01:14:06 INFO : file1: Copied (new) to: sub/file2 2026/05/13 01:14:06 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub 2026/05/13 01:14:06 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file2 2026/05/13 01:14:06 DEBUG : sub/file2: size = 14 OK 2026/05/13 01:14:06 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/05/13 01:14:06 DEBUG : file1: Unchanged skipping 2026/05/13 01:14:06 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub 2026/05/13 01:14:06 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file2 2026/05/13 01:14:06 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': don't need to copy/move sub/file2, it is already at target location 2026/05/13 01:14:06 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub 2026/05/13 01:14:06 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file2 2026/05/13 01:14:06 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub 2026/05/13 01:14:06 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file2 --- PASS: TestCopyFile (0.76s) === RUN TestCopyLongFile run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.06s) === RUN TestCopyFileBackupDir run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:07 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:07 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:07 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-zavebad7cezi/backup" 2026/05/13 01:14:07 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone3604152674) 2026/05/13 01:14:07 DEBUG : dst/file1: size = 18 (HiDrive root 'rclone-test-zavebad7cezi') 2026/05/13 01:14:07 DEBUG : dst/file1: Sizes differ 2026/05/13 01:14:08 INFO : dst/file1: Moved (server-side) 2026/05/13 01:14:08 DEBUG : dst/file1: size = 14 OK 2026/05/13 01:14:08 DEBUG : dst/file1: hidrive = aaeba82ca64452b89313b42f6621fe418e9847cc OK 2026/05/13 01:14:08 INFO : dst/file1: Copied (new) 2026/05/13 01:14:08 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name backup 2026/05/13 01:14:08 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:08 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:08 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:08 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:08 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name backup 2026/05/13 01:14:08 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:08 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:08 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:08 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 --- PASS: TestCopyFileBackupDir (1.62s) === RUN TestCopyFileCompareDest run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:08 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-zavebad7cezi/dst" 2026/05/13 01:14:08 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-zavebad7cezi/CompareDest" 2026/05/13 01:14:09 DEBUG : one: Need to transfer - File not found at Destination 2026/05/13 01:14:09 DEBUG : one: size = 3 OK 2026/05/13 01:14:09 DEBUG : one: hidrive = 4ae17179700e403a003b67e8771a3746b8fb7038 OK 2026/05/13 01:14:09 INFO : one: Copied (new) 2026/05/13 01:14:09 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:09 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:09 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:09 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:09 DEBUG : one: size = 5 (Local file system at /tmp/rclone3604152674) 2026/05/13 01:14:09 DEBUG : one: size = 3 (HiDrive root 'rclone-test-zavebad7cezi/dst') 2026/05/13 01:14:09 DEBUG : one: Sizes differ 2026/05/13 01:14:09 DEBUG : one: size = 5 OK 2026/05/13 01:14:09 DEBUG : one: hidrive = e5931477da5d36ab3f7d23b04caa81cb9e263847 OK 2026/05/13 01:14:09 INFO : one: Copied (replaced existing) 2026/05/13 01:14:09 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:09 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:09 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name CompareDest 2026/05/13 01:14:09 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:10 DEBUG : one: size = 5 (Local file system at /tmp/rclone3604152674) 2026/05/13 01:14:10 DEBUG : one: size = 3 (HiDrive root 'rclone-test-zavebad7cezi/dst') 2026/05/13 01:14:10 DEBUG : one: Sizes differ 2026/05/13 01:14:10 DEBUG : one: size = 5 OK 2026/05/13 01:14:10 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/05/13 01:14:10 DEBUG : one: Destination found in --compare-dest, skipping 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name CompareDest 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name CompareDest 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:10 DEBUG : two: Need to transfer - File not found at Destination 2026/05/13 01:14:10 DEBUG : two: size = 3 OK 2026/05/13 01:14:10 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/05/13 01:14:10 DEBUG : two: Destination found in --compare-dest, skipping 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name CompareDest 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:10 DEBUG : two: Need to transfer - File not found at Destination 2026/05/13 01:14:10 DEBUG : two: size = 3 OK 2026/05/13 01:14:10 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/05/13 01:14:10 DEBUG : two: Destination found in --compare-dest, skipping 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name CompareDest 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name CompareDest 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:10 DEBUG : two: Need to transfer - File not found at Destination 2026/05/13 01:14:10 DEBUG : two: size = 5 (Local file system at /tmp/rclone3604152674) 2026/05/13 01:14:10 DEBUG : two: size = 3 (HiDrive root 'rclone-test-zavebad7cezi/CompareDest') 2026/05/13 01:14:10 DEBUG : two: Sizes differ 2026/05/13 01:14:10 DEBUG : two: size = 5 OK 2026/05/13 01:14:10 DEBUG : two: hidrive = 3747661d4162de581180521796e1c340b69c2de3 OK 2026/05/13 01:14:10 INFO : two: Copied (new) 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name CompareDest 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:10 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:11 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name CompareDest 2026/05/13 01:14:11 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:11 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:11 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:11 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:11 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two --- PASS: TestCopyFileCompareDest (2.82s) === RUN TestCopyFileCopyDest run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:11 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-zavebad7cezi/dst" 2026/05/13 01:14:11 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-zavebad7cezi/CopyDest" 2026/05/13 01:14:11 DEBUG : one: Need to transfer - File not found at Destination 2026/05/13 01:14:12 DEBUG : one: size = 3 OK 2026/05/13 01:14:12 DEBUG : one: hidrive = 4ae17179700e403a003b67e8771a3746b8fb7038 OK 2026/05/13 01:14:12 INFO : one: Copied (new) 2026/05/13 01:14:12 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:12 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:12 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:12 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:12 DEBUG : one: size = 5 (Local file system at /tmp/rclone3604152674) 2026/05/13 01:14:12 DEBUG : one: size = 3 (HiDrive root 'rclone-test-zavebad7cezi/dst') 2026/05/13 01:14:12 DEBUG : one: Sizes differ 2026/05/13 01:14:12 DEBUG : one: size = 5 OK 2026/05/13 01:14:12 DEBUG : one: hidrive = e5931477da5d36ab3f7d23b04caa81cb9e263847 OK 2026/05/13 01:14:12 INFO : one: Copied (replaced existing) 2026/05/13 01:14:12 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:12 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:13 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name CopyDest 2026/05/13 01:14:13 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:13 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:13 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:13 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-zavebad7cezi/BackupDir" 2026/05/13 01:14:14 DEBUG : one: size = 5 (Local file system at /tmp/rclone3604152674) 2026/05/13 01:14:14 DEBUG : one: size = 3 (HiDrive root 'rclone-test-zavebad7cezi/dst') 2026/05/13 01:14:14 DEBUG : one: Sizes differ 2026/05/13 01:14:14 DEBUG : one: size = 5 OK 2026/05/13 01:14:14 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/05/13 01:14:14 DEBUG : one: size = 5 (Local file system at /tmp/rclone3604152674) 2026/05/13 01:14:14 DEBUG : one: size = 3 (HiDrive root 'rclone-test-zavebad7cezi/dst') 2026/05/13 01:14:14 DEBUG : one: Sizes differ 2026/05/13 01:14:14 INFO : one: Moved (server-side) 2026/05/13 01:14:14 DEBUG : one: size = 5 OK 2026/05/13 01:14:14 DEBUG : one: hidrive = e5931477da5d36ab3f7d23b04caa81cb9e263847 OK 2026/05/13 01:14:14 INFO : one: Copied (server-side copy) 2026/05/13 01:14:14 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/05/13 01:14:14 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name BackupDir 2026/05/13 01:14:14 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name CopyDest 2026/05/13 01:14:14 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:14 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:14 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:14 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:14 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name BackupDir 2026/05/13 01:14:14 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name CopyDest 2026/05/13 01:14:14 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:14 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:14 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:14 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:14 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:14 DEBUG : two: Need to transfer - File not found at Destination 2026/05/13 01:14:14 DEBUG : two: size = 3 OK 2026/05/13 01:14:14 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/05/13 01:14:14 DEBUG : two: size = 3 OK 2026/05/13 01:14:14 DEBUG : two: hidrive = e582e2c9b94ae07f4109b7127ba3df5fe0209586 OK 2026/05/13 01:14:14 INFO : two: Copied (server-side copy) 2026/05/13 01:14:14 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/05/13 01:14:14 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name BackupDir 2026/05/13 01:14:14 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name CopyDest 2026/05/13 01:14:14 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:14 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:14 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:14 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:14 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:14 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:14 DEBUG : two: size = 3 OK 2026/05/13 01:14:14 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/05/13 01:14:14 DEBUG : two: Unchanged skipping 2026/05/13 01:14:14 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name BackupDir 2026/05/13 01:14:14 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name CopyDest 2026/05/13 01:14:14 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name BackupDir 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name CopyDest 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name three 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:15 DEBUG : three: Need to transfer - File not found at Destination 2026/05/13 01:14:15 DEBUG : three: size = 7 (Local file system at /tmp/rclone3604152674) 2026/05/13 01:14:15 DEBUG : three: size = 5 (HiDrive root 'rclone-test-zavebad7cezi/CopyDest') 2026/05/13 01:14:15 DEBUG : three: Sizes differ 2026/05/13 01:14:15 DEBUG : three: Destination not found in --copy-dest 2026/05/13 01:14:15 DEBUG : three: size = 7 OK 2026/05/13 01:14:15 DEBUG : three: hidrive = 54e22cfa786a1f46d23d20dc072e928b07900050 OK 2026/05/13 01:14:15 INFO : three: Copied (new) 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name BackupDir 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name CopyDest 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name three 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name three 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name BackupDir 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name CopyDest 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name three 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name three 2026/05/13 01:14:15 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two --- PASS: TestCopyFileCopyDest (5.03s) === RUN TestCopyInplace run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.06s) === RUN TestCopyLongFileName run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.06s) === RUN TestCopyLongFileNameCollision run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.06s) === RUN TestCopyFileMaxTransfer run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:16 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/05/13 01:14:17 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/05/13 01:14:17 DEBUG : TestCopyFileMaxTransfer/file1: hidrive = aaeba82ca64452b89313b42f6621fe418e9847cc OK 2026/05/13 01:14:17 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/05/13 01:14:17 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name TestCopyFileMaxTransfer 2026/05/13 01:14:17 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:17 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/05/13 01:14:17 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://api.hidrive.strato.com/2.1/file?dir=%2Fusers%2Frclone-test%2Frclone-test-zavebad7cezi%2FTestCopyFileMaxTransfer&mtime=1324817999&name=file2": max transfer limit reached as set by --max-transfer 2026/05/13 01:14:17 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name TestCopyFileMaxTransfer 2026/05/13 01:14:17 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:17 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/05/13 01:14:17 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name TestCopyFileMaxTransfer 2026/05/13 01:14:17 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:17 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/05/13 01:14:17 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/05/13 01:14:17 DEBUG : TestCopyFileMaxTransfer/file4: hidrive = bb9ad49002860d7f21c5b74a8d86f31bb7c333eb OK 2026/05/13 01:14:17 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2026/05/13 01:14:17 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name TestCopyFileMaxTransfer 2026/05/13 01:14:17 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:17 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file4 2026/05/13 01:14:17 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name TestCopyFileMaxTransfer 2026/05/13 01:14:17 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:17 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file4 --- PASS: TestCopyFileMaxTransfer (1.07s) === RUN TestDeduplicateInteractive run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.06s) === RUN TestDeduplicateSkip run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.06s) === RUN TestDeduplicateSizeOnly run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.06s) === RUN TestDeduplicateFirst run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.06s) === RUN TestDeduplicateNewest run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.06s) === RUN TestDeduplicateNewestByHash run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:18 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name also 2026/05/13 01:14:18 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name another 2026/05/13 01:14:18 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name not-one 2026/05/13 01:14:18 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:18 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:18 INFO : HiDrive root 'rclone-test-zavebad7cezi': Looking for duplicate hidrive hashes using newest mode. 2026/05/13 01:14:18 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name also 2026/05/13 01:14:18 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name another 2026/05/13 01:14:18 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name not-one 2026/05/13 01:14:18 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:18 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:18 NOTICE: 5dad84cacb1d960b4cd59393d724d63132da2870: Found 3 files with duplicate hidrive hashes 2026/05/13 01:14:18 INFO : one: Deleted 2026/05/13 01:14:19 INFO : also/one: Deleted 2026/05/13 01:14:19 NOTICE: 5dad84cacb1d960b4cd59393d724d63132da2870: Deleted 2 extra copies 2026/05/13 01:14:19 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name also 2026/05/13 01:14:19 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name another 2026/05/13 01:14:19 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name not-one 2026/05/13 01:14:19 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name also 2026/05/13 01:14:19 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name another 2026/05/13 01:14:19 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name not-one --- PASS: TestDeduplicateNewestByHash (1.25s) === RUN TestDeduplicateOldest run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.06s) === RUN TestDeduplicateLargest run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.06s) === RUN TestDeduplicateSmallest run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.06s) === RUN TestDeduplicateRename run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.06s) === RUN TestMergeDirs run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.06s) === RUN TestListDirSorted run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:20 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name a.txt 2026/05/13 01:14:20 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir 2026/05/13 01:14:20 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name zend.txt 2026/05/13 01:14:20 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name hello world 2026/05/13 01:14:20 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name hello world2 2026/05/13 01:14:20 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name ignore dir 2026/05/13 01:14:20 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub sub dir 2026/05/13 01:14:20 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name hello world3 2026/05/13 01:14:20 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name .ignore 2026/05/13 01:14:20 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name should be ignored 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name a.txt 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name zend.txt 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name a.txt 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name zend.txt 2026/05/13 01:14:21 DEBUG : a.txt: Excluded (Size Filter) 2026/05/13 01:14:21 DEBUG : a.txt: Excluded 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name hello world 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name hello world2 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name ignore dir 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub sub dir 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name hello world 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name hello world2 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name ignore dir 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub sub dir 2026/05/13 01:14:21 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/05/13 01:14:21 DEBUG : sub dir/hello world: Excluded 2026/05/13 01:14:21 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/05/13 01:14:21 DEBUG : sub dir/hello world2: Excluded 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name hello world 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name hello world2 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name ignore dir 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub sub dir 2026/05/13 01:14:21 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/05/13 01:14:21 DEBUG : sub dir/hello world: Excluded 2026/05/13 01:14:21 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/05/13 01:14:21 DEBUG : sub dir/hello world2: Excluded 2026/05/13 01:14:21 DEBUG : sub dir/ignore dir: Excluded 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name .ignore 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name should be ignored 2026/05/13 01:14:21 DEBUG : sub dir/ignore dir: Excluded 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name .ignore 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name should be ignored 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name .ignore 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name should be ignored 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name a.txt 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name zend.txt 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name hello world 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name hello world2 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name ignore dir 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub sub dir 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name hello world3 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name .ignore 2026/05/13 01:14:21 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name should be ignored --- PASS: TestListDirSorted (2.34s) === RUN TestListDirSortedFn run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:23 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name a.txt 2026/05/13 01:14:23 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir 2026/05/13 01:14:23 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name zend.txt 2026/05/13 01:14:23 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name hello world 2026/05/13 01:14:23 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name hello world2 2026/05/13 01:14:23 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name ignore dir 2026/05/13 01:14:23 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub sub dir 2026/05/13 01:14:23 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name hello world3 2026/05/13 01:14:23 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name .ignore 2026/05/13 01:14:23 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name should be ignored 2026/05/13 01:14:23 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name a.txt 2026/05/13 01:14:23 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir 2026/05/13 01:14:23 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name zend.txt 2026/05/13 01:14:23 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name a.txt 2026/05/13 01:14:23 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir 2026/05/13 01:14:23 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name zend.txt 2026/05/13 01:14:23 DEBUG : a.txt: Excluded (Size Filter) 2026/05/13 01:14:23 DEBUG : a.txt: Excluded 2026/05/13 01:14:23 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name hello world 2026/05/13 01:14:23 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name hello world2 2026/05/13 01:14:23 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name ignore dir 2026/05/13 01:14:23 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub sub dir 2026/05/13 01:14:23 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name hello world 2026/05/13 01:14:23 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name hello world2 2026/05/13 01:14:23 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name ignore dir 2026/05/13 01:14:23 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub sub dir 2026/05/13 01:14:23 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/05/13 01:14:23 DEBUG : sub dir/hello world: Excluded 2026/05/13 01:14:23 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/05/13 01:14:23 DEBUG : sub dir/hello world2: Excluded 2026/05/13 01:14:24 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name hello world 2026/05/13 01:14:24 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name hello world2 2026/05/13 01:14:24 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name ignore dir 2026/05/13 01:14:24 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub sub dir 2026/05/13 01:14:24 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/05/13 01:14:24 DEBUG : sub dir/hello world: Excluded 2026/05/13 01:14:24 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/05/13 01:14:24 DEBUG : sub dir/hello world2: Excluded 2026/05/13 01:14:24 DEBUG : sub dir/ignore dir: Excluded 2026/05/13 01:14:24 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name .ignore 2026/05/13 01:14:24 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name should be ignored 2026/05/13 01:14:24 DEBUG : sub dir/ignore dir: Excluded 2026/05/13 01:14:24 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name .ignore 2026/05/13 01:14:24 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name should be ignored 2026/05/13 01:14:24 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name .ignore 2026/05/13 01:14:24 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name should be ignored 2026/05/13 01:14:24 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name a.txt 2026/05/13 01:14:24 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir 2026/05/13 01:14:24 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name zend.txt 2026/05/13 01:14:24 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name hello world 2026/05/13 01:14:24 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name hello world2 2026/05/13 01:14:24 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name ignore dir 2026/05/13 01:14:24 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub sub dir 2026/05/13 01:14:24 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name hello world3 2026/05/13 01:14:24 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name .ignore 2026/05/13 01:14:24 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name should be ignored --- PASS: TestListDirSortedFn (2.80s) === RUN TestListJSON run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:25 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:25 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub 2026/05/13 01:14:25 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file2 === RUN TestListJSON/Default 2026/05/13 01:14:25 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:25 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub === RUN TestListJSON/FilesOnly 2026/05/13 01:14:25 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:25 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub === RUN TestListJSON/DirsOnly 2026/05/13 01:14:25 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:25 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub === RUN TestListJSON/Recurse 2026/05/13 01:14:25 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:25 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub 2026/05/13 01:14:25 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file2 === RUN TestListJSON/SubDir 2026/05/13 01:14:25 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file2 === RUN TestListJSON/NoModTime 2026/05/13 01:14:25 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:25 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub === RUN TestListJSON/NoMimeType 2026/05/13 01:14:25 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:25 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub === RUN TestListJSON/ShowHash 2026/05/13 01:14:25 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:25 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub === RUN TestListJSON/HashTypes 2026/05/13 01:14:25 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:25 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub 2026/05/13 01:14:25 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2026/05/13 01:14:25 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:25 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub 2026/05/13 01:14:25 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:25 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub 2026/05/13 01:14:25 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file2 --- PASS: TestListJSON (1.06s) --- PASS: TestListJSON/Default (0.03s) --- PASS: TestListJSON/FilesOnly (0.03s) --- PASS: TestListJSON/DirsOnly (0.03s) --- PASS: TestListJSON/Recurse (0.06s) --- 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.04s) === RUN TestStatJSON run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:26 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:26 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub 2026/05/13 01:14:26 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file2 === RUN TestStatJSON/Root 2026/05/13 01:14:26 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:26 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly 2026/05/13 01:14:26 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:26 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub === RUN TestStatJSON/Dir 2026/05/13 01:14:26 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:26 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub === RUN TestStatJSON/DirWithTrailingSlash 2026/05/13 01:14:26 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:26 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub === RUN TestStatJSON/File === RUN TestStatJSON/NotFound 2026/05/13 01:14:26 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:26 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly 2026/05/13 01:14:26 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:26 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub === RUN TestStatJSON/FileDirsOnly 2026/05/13 01:14:26 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:26 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub === RUN TestStatJSON/NotFoundDirsOnly 2026/05/13 01:14:26 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:26 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub === RUN TestStatJSON/RootNotFound 2026/05/13 01:14:26 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-zavebad7cezi/notfound" 2026/05/13 01:14:27 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:27 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub 2026/05/13 01:14:27 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file2 --- PASS: TestStatJSON (1.39s) --- 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.03s) --- PASS: TestStatJSON/RootNotFound (0.16s) === RUN TestMkdir run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:27 INFO : HiDrive root 'rclone-test-zavebad7cezi': Making directory 2026/05/13 01:14:27 INFO : HiDrive root 'rclone-test-zavebad7cezi': Making directory --- PASS: TestMkdir (0.20s) === RUN TestLsd run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:27 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir 2026/05/13 01:14:27 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name hello world 2026/05/13 01:14:27 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir 2026/05/13 01:14:27 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir 2026/05/13 01:14:27 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name hello world --- PASS: TestLsd (0.52s) === RUN TestLs run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:28 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:14:28 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 2026/05/13 01:14:28 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:14:28 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 2026/05/13 01:14:28 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:14:28 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 --- PASS: TestLs (0.48s) === RUN TestLsWithFilesFrom run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:28 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:14:28 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 2026/05/13 01:14:28 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:14:28 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 2026/05/13 01:14:28 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/05/13 01:14:28 DEBUG : empty space: Excluded 2026/05/13 01:14:28 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:14:28 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 --- PASS: TestLsWithFilesFrom (0.53s) === RUN TestLsLong run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:29 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:14:29 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 2026/05/13 01:14:29 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:14:29 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 2026/05/13 01:14:29 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:14:29 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 --- PASS: TestLsLong (0.46s) === RUN TestHashSums run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:29 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:14:29 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 2026/05/13 01:14:29 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:14:29 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 --- PASS: TestHashSums (0.50s) === RUN TestHashSumsWithErrors 2026/05/13 01:14:30 DEBUG : Creating backend with remote ":memory:" 2026/05/13 01:14:30 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/05/13 01:14:30 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/05/13 01:14:30 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/05/13 01:14:30 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/05/13 01:14:30 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/05/13 01:14:30 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/05/13 01:14:30 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/05/13 01:14:30 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/05/13 01:14:30 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:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:30 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:14:30 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 2026/05/13 01:14:30 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir 2026/05/13 01:14:30 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato3 2026/05/13 01:14:30 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:14:30 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 2026/05/13 01:14:30 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir 2026/05/13 01:14:30 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:14:30 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 2026/05/13 01:14:30 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir 2026/05/13 01:14:30 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato3 --- PASS: TestCount (0.87s) === RUN TestDelete run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:31 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name large 2026/05/13 01:14:31 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name medium 2026/05/13 01:14:31 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name small 2026/05/13 01:14:31 DEBUG : Waiting for deletions to finish 2026/05/13 01:14:31 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name large 2026/05/13 01:14:31 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name medium 2026/05/13 01:14:31 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name small 2026/05/13 01:14:31 DEBUG : large: Excluded (Size Filter) 2026/05/13 01:14:31 DEBUG : large: Excluded 2026/05/13 01:14:31 INFO : medium: Deleted 2026/05/13 01:14:31 INFO : small: Deleted 2026/05/13 01:14:31 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name large 2026/05/13 01:14:31 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name large --- PASS: TestDelete (0.65s) === RUN TestMaxDelete run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:31 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name large 2026/05/13 01:14:31 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name medium 2026/05/13 01:14:31 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name small 2026/05/13 01:14:31 DEBUG : Waiting for deletions to finish 2026/05/13 01:14:31 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name large 2026/05/13 01:14:31 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name medium 2026/05/13 01:14:31 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name small 2026/05/13 01:14:31 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2026/05/13 01:14:31 INFO : small: Deleted 2026/05/13 01:14:31 INFO : large: Deleted 2026/05/13 01:14:32 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name medium 2026/05/13 01:14:32 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name medium --- PASS: TestMaxDelete (0.66s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:32 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name large 2026/05/13 01:14:32 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name medium 2026/05/13 01:14:32 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name small 2026/05/13 01:14:32 DEBUG : Waiting for deletions to finish 2026/05/13 01:14:32 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name large 2026/05/13 01:14:32 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name medium 2026/05/13 01:14:32 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name small 2026/05/13 01:14:32 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/05/13 01:14:32 INFO : small: Deleted 2026/05/13 01:14:32 INFO : medium: Deleted 2026/05/13 01:14:32 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name large 2026/05/13 01:14:32 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name large --- PASS: TestMaxDeleteSizeLargeFile (0.68s) === RUN TestMaxDeleteSize run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:33 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name large 2026/05/13 01:14:33 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name medium 2026/05/13 01:14:33 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name small 2026/05/13 01:14:33 DEBUG : Waiting for deletions to finish 2026/05/13 01:14:33 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name large 2026/05/13 01:14:33 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name medium 2026/05/13 01:14:33 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name small 2026/05/13 01:14:33 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/05/13 01:14:33 INFO : large: Deleted 2026/05/13 01:14:33 INFO : medium: Deleted 2026/05/13 01:14:33 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name small 2026/05/13 01:14:33 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name small --- PASS: TestMaxDeleteSize (0.70s) === RUN TestReadFile run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:33 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name ReadFile 2026/05/13 01:14:33 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name ReadFile --- PASS: TestReadFile (0.40s) === RUN TestRetry 2026/05/13 01:14:33 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/05/13 01:14:33 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/05/13 01:14:33 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/05/13 01:14:33 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/05/13 01:14:34 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/05/13 01:14:34 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/05/13 01:14:34 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:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:34 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:34 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file2 2026/05/13 01:14:34 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:34 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file2 2026/05/13 01:14:34 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:34 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file2 2026/05/13 01:14:34 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:34 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file2 2026/05/13 01:14:34 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:34 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file2 2026/05/13 01:14:34 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:34 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file2 2026/05/13 01:14:34 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:34 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file2 --- PASS: TestCat (0.91s) === RUN TestPurge 2026/05/13 01:14:34 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-zoqikav2kuka" 2026/05/13 01:14:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/13 01:14:35 DEBUG : Creating backend with remote "/tmp/rclone905752848" run.go:198: Remote "HiDrive root 'rclone-test-zoqikav2kuka'", Local "Local file system at /tmp/rclone905752848", Modify Window "1s" 2026/05/13 01:14:35 INFO : A2: Making directory 2026/05/13 01:14:35 INFO : A1/B2: Making directory 2026/05/13 01:14:35 INFO : A1/B2/C2: Making directory 2026/05/13 01:14:35 INFO : A1/B1/C3: Making directory 2026/05/13 01:14:35 INFO : A3: Making directory 2026/05/13 01:14:36 INFO : A3/B3: Making directory 2026/05/13 01:14:36 INFO : A3/B3/C4: Making directory 2026/05/13 01:14:36 DEBUG : HiDrive root 'rclone-test-zoqikav2kuka': found directory-element with name A1 2026/05/13 01:14:36 DEBUG : HiDrive root 'rclone-test-zoqikav2kuka': found directory-element with name A2 2026/05/13 01:14:36 DEBUG : HiDrive root 'rclone-test-zoqikav2kuka': found directory-element with name A3 2026/05/13 01:14:36 DEBUG : HiDrive root 'rclone-test-zoqikav2kuka': found directory-element with name B3 2026/05/13 01:14:36 DEBUG : HiDrive root 'rclone-test-zoqikav2kuka': found directory-element with name B1 2026/05/13 01:14:36 DEBUG : HiDrive root 'rclone-test-zoqikav2kuka': found directory-element with name B2 2026/05/13 01:14:36 DEBUG : HiDrive root 'rclone-test-zoqikav2kuka': found directory-element with name two 2026/05/13 01:14:36 DEBUG : HiDrive root 'rclone-test-zoqikav2kuka': found directory-element with name C4 2026/05/13 01:14:36 DEBUG : HiDrive root 'rclone-test-zoqikav2kuka': found directory-element with name C2 2026/05/13 01:14:36 DEBUG : HiDrive root 'rclone-test-zoqikav2kuka': found directory-element with name C1 2026/05/13 01:14:36 DEBUG : HiDrive root 'rclone-test-zoqikav2kuka': found directory-element with name C3 2026/05/13 01:14:36 DEBUG : HiDrive root 'rclone-test-zoqikav2kuka': found directory-element with name one 2026/05/13 01:14:36 DEBUG : HiDrive root 'rclone-test-zoqikav2kuka': found directory-element with name A1 2026/05/13 01:14:36 DEBUG : HiDrive root 'rclone-test-zoqikav2kuka': found directory-element with name A2 2026/05/13 01:14:36 DEBUG : HiDrive root 'rclone-test-zoqikav2kuka': found directory-element with name A3 2026/05/13 01:14:36 DEBUG : HiDrive root 'rclone-test-zoqikav2kuka': found directory-element with name B3 2026/05/13 01:14:36 DEBUG : HiDrive root 'rclone-test-zoqikav2kuka': found directory-element with name B2 2026/05/13 01:14:36 DEBUG : HiDrive root 'rclone-test-zoqikav2kuka': found directory-element with name two 2026/05/13 01:14:36 DEBUG : HiDrive root 'rclone-test-zoqikav2kuka': found directory-element with name C4 2026/05/13 01:14:36 DEBUG : HiDrive root 'rclone-test-zoqikav2kuka': found directory-element with name C2 2026/05/13 01:14:36 ERROR : error listing: directory not found 2026/05/13 01:14:36 DEBUG : HiDrive root 'rclone-test-zoqikav2kuka': Purge remote 2026/05/13 01:14:36 NOTICE: purge failed: directory not found --- PASS: TestPurge (1.94s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:37 INFO : A2: Making directory 2026/05/13 01:14:37 INFO : A1/B2: Making directory 2026/05/13 01:14:37 INFO : A1/B2/C2: Making directory 2026/05/13 01:14:37 INFO : A1/B1/C3: Making directory 2026/05/13 01:14:37 INFO : A3: Making directory 2026/05/13 01:14:37 INFO : A3/B3: Making directory 2026/05/13 01:14:37 INFO : A3/B3/C4: Making directory 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name A1 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name A2 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name A3 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B3 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B1 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B2 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C4 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C2 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C1 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C3 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:38 DEBUG : removing 1 level 3 directories 2026/05/13 01:14:38 INFO : A3/B3/C4: Removing directory 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name A1 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name A2 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name A3 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B3 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B1 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B2 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C2 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C1 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C3 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name A1 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name A2 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name A3 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B3 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B1 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B2 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C2 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C1 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C3 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:38 DEBUG : removing 2 level 3 directories 2026/05/13 01:14:38 INFO : A1/B2/C2: Removing directory 2026/05/13 01:14:38 INFO : A1/B1/C3: Removing directory 2026/05/13 01:14:38 DEBUG : removing 2 level 2 directories 2026/05/13 01:14:38 INFO : A3/B3: Removing directory 2026/05/13 01:14:38 INFO : A1/B2: Removing directory 2026/05/13 01:14:38 DEBUG : removing 2 level 1 directories 2026/05/13 01:14:38 INFO : A3: Removing directory 2026/05/13 01:14:38 INFO : A2: Removing directory 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name A1 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B1 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:38 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C1 2026/05/13 01:14:39 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:39 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name A1 2026/05/13 01:14:39 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B1 2026/05/13 01:14:39 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C1 2026/05/13 01:14:39 DEBUG : removing 1 level 3 directories 2026/05/13 01:14:39 INFO : A1/B1/C1: Removing directory 2026/05/13 01:14:39 DEBUG : removing 1 level 2 directories 2026/05/13 01:14:39 INFO : A1/B1: Removing directory 2026/05/13 01:14:39 DEBUG : removing 1 level 1 directories 2026/05/13 01:14:39 INFO : A1: Removing directory 2026/05/13 01:14:39 DEBUG : removing 1 level 0 directories 2026/05/13 01:14:39 INFO : HiDrive root 'rclone-test-zavebad7cezi': Removing directory 2026/05/13 01:14:39 ERROR : error listing: directory not found 2026/05/13 01:14:39 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (2.82s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:39 INFO : A1: Making directory 2026/05/13 01:14:39 INFO : A1/B1: Making directory 2026/05/13 01:14:40 INFO : A1/B1/C1: Making directory 2026/05/13 01:14:40 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name A1 2026/05/13 01:14:40 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B1 2026/05/13 01:14:40 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C1 2026/05/13 01:14:40 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B1 2026/05/13 01:14:40 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C1 2026/05/13 01:14:40 DEBUG : removing 1 level 3 directories 2026/05/13 01:14:40 INFO : A1/B1/C1: Removing directory 2026/05/13 01:14:40 DEBUG : removing 1 level 2 directories 2026/05/13 01:14:40 INFO : A1/B1: Removing directory 2026/05/13 01:14:40 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name A1 2026/05/13 01:14:40 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name A1 --- PASS: TestRmdirsLeaveRoot (0.96s) === RUN TestRmdirsWithFilter run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:40 INFO : A1: Making directory 2026/05/13 01:14:40 INFO : A1/B1: Making directory 2026/05/13 01:14:40 INFO : A1/B1/C1: Making directory 2026/05/13 01:14:40 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name A1 2026/05/13 01:14:40 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B1 2026/05/13 01:14:41 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C1 2026/05/13 01:14:41 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name A1 2026/05/13 01:14:41 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B1 2026/05/13 01:14:41 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C1 2026/05/13 01:14:41 DEBUG : removing 1 level 3 directories 2026/05/13 01:14:41 INFO : A1/B1/C1: Removing directory 2026/05/13 01:14:41 DEBUG : removing 1 level 2 directories 2026/05/13 01:14:41 INFO : A1/B1: Removing directory 2026/05/13 01:14:41 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name A1 2026/05/13 01:14:41 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name A1 --- PASS: TestRmdirsWithFilter (0.85s) === RUN TestCopyURL run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:41 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:41 DEBUG : filename.txt: File name found in url 2026/05/13 01:14:41 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/05/13 01:14:42 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:42 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file2 2026/05/13 01:14:42 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name filename.txt 2026/05/13 01:14:42 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name headerfilename.txt 2026/05/13 01:14:42 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:42 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file2 2026/05/13 01:14:42 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name filename.txt 2026/05/13 01:14:42 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name headerfilename.txt --- PASS: TestCopyURL (0.91s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:42 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 --- PASS: TestCopyURLDownloadHeaders (0.24s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:42 DEBUG : file1: Need to transfer - File not found at Destination 2026/05/13 01:14:42 DEBUG : sub/file2: size = 14 OK 2026/05/13 01:14:42 DEBUG : file1: hidrive = aaeba82ca64452b89313b42f6621fe418e9847cc OK 2026/05/13 01:14:42 INFO : file1: Copied (new) to: sub/file2 2026/05/13 01:14:42 INFO : file1: Deleted 2026/05/13 01:14:42 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub 2026/05/13 01:14:43 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file2 2026/05/13 01:14:43 DEBUG : sub/file2: size = 14 OK 2026/05/13 01:14:43 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/05/13 01:14:43 DEBUG : file1: Unchanged skipping 2026/05/13 01:14:43 INFO : file1: Deleted 2026/05/13 01:14:43 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub 2026/05/13 01:14:43 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file2 2026/05/13 01:14:43 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': don't need to copy/move sub/file2, it is already at target location 2026/05/13 01:14:43 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub 2026/05/13 01:14:43 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file2 2026/05/13 01:14:43 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub 2026/05/13 01:14:43 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file2 --- PASS: TestMoveFile (0.72s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:43 DEBUG : file1: Need to transfer - File not found at Destination 2026/05/13 01:14:43 DEBUG : file1: size = 14 OK 2026/05/13 01:14:43 DEBUG : file1: hidrive = aaeba82ca64452b89313b42f6621fe418e9847cc OK 2026/05/13 01:14:43 INFO : file1: Copied (new) 2026/05/13 01:14:43 INFO : file1: Deleted 2026/05/13 01:14:43 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:43 DEBUG : file1: Destination exists, skipping 2026/05/13 01:14:43 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set 2026/05/13 01:14:43 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:43 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 --- PASS: TestMoveFileWithIgnoreExisting (0.39s) === RUN TestCaseInsensitiveMoveFile run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" --- PASS: TestCaseInsensitiveMoveFile (0.06s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.06s) === RUN TestMoveFileBackupDir run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:44 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:44 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:44 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-zavebad7cezi/backup" 2026/05/13 01:14:44 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone3604152674) 2026/05/13 01:14:44 DEBUG : dst/file1: size = 18 (HiDrive root 'rclone-test-zavebad7cezi') 2026/05/13 01:14:44 DEBUG : dst/file1: Sizes differ 2026/05/13 01:14:44 INFO : dst/file1: Moved (server-side) 2026/05/13 01:14:44 DEBUG : dst/file1: size = 14 OK 2026/05/13 01:14:44 DEBUG : dst/file1: hidrive = aaeba82ca64452b89313b42f6621fe418e9847cc OK 2026/05/13 01:14:44 INFO : dst/file1: Copied (new) 2026/05/13 01:14:44 INFO : dst/file1: Deleted 2026/05/13 01:14:44 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name backup 2026/05/13 01:14:44 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:44 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:44 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:44 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:45 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name backup 2026/05/13 01:14:45 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:45 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 2026/05/13 01:14:45 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name dst 2026/05/13 01:14:45 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name file1 --- PASS: TestMoveFileBackupDir (1.53s) === 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:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:46 INFO : A1/B2: Making directory 2026/05/13 01:14:46 INFO : A1/B1/C3: Making directory 2026/05/13 01:14:46 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name A1 2026/05/13 01:14:46 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B1 2026/05/13 01:14:46 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B2 2026/05/13 01:14:46 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:46 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:46 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C1 2026/05/13 01:14:46 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C2 2026/05/13 01:14:46 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C3 2026/05/13 01:14:46 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name three 2026/05/13 01:14:46 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name four 2026/05/13 01:14:46 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name five 2026/05/13 01:14:46 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name A2 2026/05/13 01:14:46 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B1 2026/05/13 01:14:46 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B2 2026/05/13 01:14:46 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:46 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:47 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C1 2026/05/13 01:14:47 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C2 2026/05/13 01:14:47 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C3 2026/05/13 01:14:47 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name three 2026/05/13 01:14:47 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name four 2026/05/13 01:14:47 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name five 2026/05/13 01:14:47 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B1 2026/05/13 01:14:47 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B2 2026/05/13 01:14:47 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:47 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:47 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C1 2026/05/13 01:14:47 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C2 2026/05/13 01:14:47 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C3 2026/05/13 01:14:47 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name three 2026/05/13 01:14:47 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name four 2026/05/13 01:14:47 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name five 2026/05/13 01:14:47 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/05/13 01:14:47 INFO : A2/two: Moved (server-side) to: A3/two 2026/05/13 01:14:47 INFO : A2/one: Moved (server-side) to: A3/one 2026/05/13 01:14:47 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/05/13 01:14:47 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/05/13 01:14:48 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name A3 2026/05/13 01:14:48 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B1 2026/05/13 01:14:48 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B2 2026/05/13 01:14:48 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:48 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:48 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C1 2026/05/13 01:14:48 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C2 2026/05/13 01:14:48 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C3 2026/05/13 01:14:48 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name three 2026/05/13 01:14:48 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name four 2026/05/13 01:14:48 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name five 2026/05/13 01:14:48 INFO : HiDrive root 'rclone-test-zavebad7cezi': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/05/13 01:14:48 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B1 2026/05/13 01:14:48 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B2 2026/05/13 01:14:48 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:48 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:48 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C1 2026/05/13 01:14:48 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C2 2026/05/13 01:14:48 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C3 2026/05/13 01:14:48 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name three 2026/05/13 01:14:48 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name four 2026/05/13 01:14:48 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name five 2026/05/13 01:14:48 INFO : A3/one: Moved (server-side) to: A4/one 2026/05/13 01:14:49 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/05/13 01:14:49 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/05/13 01:14:49 INFO : A3/two: Moved (server-side) to: A4/two 2026/05/13 01:14:49 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/05/13 01:14:49 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name A4 2026/05/13 01:14:49 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B1 2026/05/13 01:14:49 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B2 2026/05/13 01:14:49 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:49 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:49 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C1 2026/05/13 01:14:49 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C2 2026/05/13 01:14:49 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C3 2026/05/13 01:14:49 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name three 2026/05/13 01:14:49 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name four 2026/05/13 01:14:49 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name five 2026/05/13 01:14:49 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name A4 2026/05/13 01:14:49 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B1 2026/05/13 01:14:49 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name B2 2026/05/13 01:14:49 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name one 2026/05/13 01:14:49 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name two 2026/05/13 01:14:49 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C1 2026/05/13 01:14:49 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C2 2026/05/13 01:14:49 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name C3 2026/05/13 01:14:49 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name three 2026/05/13 01:14:49 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name four 2026/05/13 01:14:49 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name five --- PASS: TestDirMove (5.12s) === RUN TestGetFsInfo run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" --- PASS: TestGetFsInfo (0.06s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:50 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': File to upload is small (34 bytes), uploading instead of streaming 2026/05/13 01:14:50 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/05/13 01:14:50 DEBUG : no_checksum_small_file_from_pipe: hidrive = b448dd26df3773e70ffed168f17bd65676f4e687 OK 2026/05/13 01:14:50 DEBUG : no_checksum_small_file_from_pipe: Size and hidrive of src and dst objects identical 2026/05/13 01:14:50 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/05/13 01:14:50 DEBUG : no_checksum_big_file_from_pipe: hidrive = 0000000000000000000000000000000000000000 OK 2026/05/13 01:14:50 DEBUG : no_checksum_big_file_from_pipe: Size and hidrive of src and dst objects identical 2026/05/13 01:14:51 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name no_checksum_big_file_from_pipe 2026/05/13 01:14:51 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name no_checksum_small_file_from_pipe 2026/05/13 01:14:51 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name no_checksum_big_file_from_pipe 2026/05/13 01:14:51 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name no_checksum_small_file_from_pipe === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:51 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': File to upload is small (34 bytes), uploading instead of streaming 2026/05/13 01:14:51 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/05/13 01:14:51 DEBUG : with_checksum_small_file_from_pipe: hidrive = b448dd26df3773e70ffed168f17bd65676f4e687 OK 2026/05/13 01:14:51 DEBUG : with_checksum_small_file_from_pipe: Size and hidrive of src and dst objects identical 2026/05/13 01:14:51 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/05/13 01:14:51 DEBUG : with_checksum_big_file_from_pipe: hidrive = 0000000000000000000000000000000000000000 OK 2026/05/13 01:14:51 DEBUG : with_checksum_big_file_from_pipe: Size and hidrive of src and dst objects identical 2026/05/13 01:14:51 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name with_checksum_big_file_from_pipe 2026/05/13 01:14:51 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name with_checksum_small_file_from_pipe 2026/05/13 01:14:51 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name with_checksum_big_file_from_pipe 2026/05/13 01:14:51 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name with_checksum_small_file_from_pipe === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:51 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': File to upload is small (34 bytes), uploading instead of streaming 2026/05/13 01:14:51 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/05/13 01:14:51 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/05/13 01:14:51 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/05/13 01:14:51 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/05/13 01:14:52 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name ignore_checksum_big_file_from_pipe 2026/05/13 01:14:52 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name ignore_checksum_small_file_from_pipe 2026/05/13 01:14:52 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name ignore_checksum_big_file_from_pipe 2026/05/13 01:14:52 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name ignore_checksum_small_file_from_pipe === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:52 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': File to upload is small (34 bytes), uploading instead of streaming 2026/05/13 01:14:52 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/05/13 01:14:52 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2026/05/13 01:14:52 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/05/13 01:14:52 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/05/13 01:14:52 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2026/05/13 01:14:52 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/05/13 01:14:52 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name ignore_checksum_big_file_from_pipe 2026/05/13 01:14:52 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name ignore_checksum_small_file_from_pipe 2026/05/13 01:14:52 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name ignore_checksum_big_file_from_pipe 2026/05/13 01:14:52 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name ignore_checksum_small_file_from_pipe --- PASS: TestRcat (2.10s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (0.58s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (0.55s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (0.47s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (0.50s) === RUN TestRcatMetadata run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" operations_test.go:1563: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.06s) === RUN TestRcatSize run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:52 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': File to upload is small (60 bytes), uploading instead of streaming 2026/05/13 01:14:53 DEBUG : potato2: size = 60 OK 2026/05/13 01:14:53 DEBUG : potato2: hidrive = bce3cb268703fff742fa2271e8c7fad9c26b0104 OK 2026/05/13 01:14:53 DEBUG : potato2: Size and hidrive of src and dst objects identical 2026/05/13 01:14:53 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato1 2026/05/13 01:14:53 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 2026/05/13 01:14:53 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato1 2026/05/13 01:14:53 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 --- PASS: TestRcatSize (0.43s) === RUN TestRcatSizeMetadata run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" operations_test.go:1644: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.06s) === RUN TestRcatSizeUploadHeaders run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:53 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato1 --- PASS: TestRcatSizeUploadHeaders (0.25s) === RUN TestTouchDir run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:14:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 2026/05/13 01:14:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir 2026/05/13 01:14:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato3 2026/05/13 01:14:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:14:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 2026/05/13 01:14:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir 2026/05/13 01:14:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': Touching "empty space" 2026/05/13 01:14:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': Touching "potato2" 2026/05/13 01:14:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato3 2026/05/13 01:14:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': Touching "sub dir/potato3" 2026/05/13 01:14:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:14:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 2026/05/13 01:14:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir 2026/05/13 01:14:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato3 2026/05/13 01:14:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name empty space 2026/05/13 01:14:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato2 2026/05/13 01:14:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir 2026/05/13 01:14:54 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name potato3 --- PASS: TestTouchDir (1.05s) === RUN TestMkdirMetadata run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" operations_test.go:1773: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.06s) === RUN TestMkdirModTime run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", 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:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", 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:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" operations_test.go:1849: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.07s) === RUN TestDirsEqual run.go:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", 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:198: Remote "HiDrive root 'rclone-test-zavebad7cezi'", Local "Local file system at /tmp/rclone3604152674", Modify Window "1s" 2026/05/13 01:14:55 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir 2026/05/13 01:14:55 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name test remove existing 2026/05/13 01:14:55 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/05/13 01:14:55 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir 2026/05/13 01:14:55 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name test remove existing 2026/05/13 01:14:55 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/05/13 01:14:55 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir 2026/05/13 01:14:55 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name test remove existing 2026/05/13 01:14:55 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/05/13 01:14:55 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.folinuz8" before starting 2026/05/13 01:14:55 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir 2026/05/13 01:14:55 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/05/13 01:14:55 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name test remove existing.folinuz8 2026/05/13 01:14:55 DEBUG : sub dir/test remove existing.folinuz8: TEST: removing renamed existing file after operation 2026/05/13 01:14:55 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir 2026/05/13 01:14:55 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/05/13 01:14:55 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.kehafob5" before starting 2026/05/13 01:14:55 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir 2026/05/13 01:14:55 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.kehafob5 2026/05/13 01:14:55 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.kehafob5: TEST: renaming existing back after failed operation 2026/05/13 01:14:56 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir 2026/05/13 01:14:56 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/05/13 01:14:56 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.kimujev3" before starting 2026/05/13 01:14:56 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir 2026/05/13 01:14:56 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.kimujev3 2026/05/13 01:14:56 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.kimujev3: TEST: removing renamed existing file after operation 2026/05/13 01:14:56 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir 2026/05/13 01:14:56 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': found directory-element with name sub dir --- PASS: TestRemoveExisting (1.62s) === 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) PASS 2026/05/13 01:14:56 DEBUG : HiDrive root 'rclone-test-zavebad7cezi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestHiDrive: -verbose" - Finished OK in 1m4.986562808s (try 1/5)