"./operations.test -test.v -test.timeout 1h0m0s -remote TestFileLu: -verbose" - Starting (try 1/5) 2026/04/10 05:26:31 DEBUG : Creating backend with remote "TestFileLu:rclone-test-giqipin9cazo" 2026/04/10 05:26:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/10 05:26:31 DEBUG : Creating backend with remote "/tmp/rclone467174833" === RUN TestDoMultiThreadCopy --- PASS: TestDoMultiThreadCopy (0.00s) === RUN TestMultithreadCalculateNumChunks === RUN TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} === RUN TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} === RUN TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} --- PASS: TestMultithreadCalculateNumChunks (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} (0.00s) === RUN TestMultithreadCopy run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" multithread_test.go:119: multithread writing not supported 2026/04/10 05:26:31 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.65s) === RUN TestMultithreadCopyAbort run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" multithread_test.go:119: multithread writing not supported 2026/04/10 05:26:32 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.51s) === RUN TestSizeDiffers 2026/04/10 05:26:32 DEBUG : a: size = 0 OK 2026/04/10 05:26:32 DEBUG : a: size = 1 (memory) 2026/04/10 05:26:32 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/04/10 05:26:32 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/04/10 05:26:32 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/10 05:26:32 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/10 05:26:32 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/04/10 05:26:32 DEBUG : potato: Seek from 10 to 0 2026/04/10 05:26:32 DEBUG : potato: Seek from 10 to 0 2026/04/10 05:26:32 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/04/10 05:26:32 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/04/10 05:26:32 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/10 05:26:32 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/10 05:26:32 DEBUG : potato: Seek from 5 to 2 2026/04/10 05:26:32 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/04/10 05:26:32 DEBUG : potato: Seek from 7 to 0 2026/04/10 05:26:32 DEBUG : potato: Seek from 7 to 0 2026/04/10 05:26:32 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/04/10 05:26:32 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/04/10 05:26:32 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/10 05:26:32 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/10 05:26:32 DEBUG : potato: Seek from 5 to 2 2026/04/10 05:26:32 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/04/10 05:26:32 DEBUG : potato: Seek from 8 to 0 2026/04/10 05:26:32 DEBUG : potato: Seek from 8 to 0 2026/04/10 05:26:32 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/04/10 05:26:32 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/04/10 05:26:32 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/10 05:26:32 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/10 05:26:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/10 05:26:32 DEBUG : potato: Seek from 5 to 2 2026/04/10 05:26:32 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/04/10 05:26:32 DEBUG : potato: Seek from 9 to 0 2026/04/10 05:26:32 DEBUG : potato: Seek from 9 to 0 2026/04/10 05:26:32 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/ReadAt (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/ReadAt (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/ReadAt (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/ReadAt (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:26:32 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo" with ID 3569336 === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 2026/04/10 05:26:48 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/empty space 2026/04/10 05:26:48 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/potato2 2026/04/10 05:26:49 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/remotepotato 2026/04/10 05:26:49 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/rutabaga --- PASS: TestCheck (18.29s) --- PASS: TestCheck/1 (0.50s) --- PASS: TestCheck/2 (0.51s) --- PASS: TestCheck/3 (0.51s) --- PASS: TestCheck/4 (0.51s) --- PASS: TestCheck/5 (0.51s) --- PASS: TestCheck/6 (0.50s) --- PASS: TestCheck/7 (0.72s) === RUN TestCheckFsError 2026/04/10 05:26:50 DEBUG : Creating backend with remote "nonexistent" 2026/04/10 05:26:50 DEBUG : Creating backend with remote "nonexistent" 2026/04/10 05:26:50 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2026/04/10 05:26:50 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2026/04/10 05:26:50 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2026/04/10 05:26:50 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 === RUN TestCheckDownload/3 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 2026/04/10 05:27:14 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/empty space 2026/04/10 05:27:15 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/potato2 2026/04/10 05:27:16 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/remotepotato 2026/04/10 05:27:17 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/rutabaga --- PASS: TestCheckDownload (27.06s) --- PASS: TestCheckDownload/1 (1.74s) --- PASS: TestCheckDownload/2 (1.66s) --- PASS: TestCheckDownload/3 (1.71s) --- PASS: TestCheckDownload/4 (1.68s) --- PASS: TestCheckDownload/5 (1.73s) --- PASS: TestCheckDownload/6 (1.70s) --- PASS: TestCheckDownload/7 (1.67s) === RUN TestCheckSizeOnly run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 === RUN TestCheckSizeOnly/3 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 2026/04/10 05:27:33 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/empty space 2026/04/10 05:27:33 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/potato2 2026/04/10 05:27:34 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/remotepotato 2026/04/10 05:27:34 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/rutabaga --- PASS: TestCheckSizeOnly (17.50s) --- PASS: TestCheckSizeOnly/1 (0.51s) --- PASS: TestCheckSizeOnly/2 (0.51s) --- PASS: TestCheckSizeOnly/3 (0.51s) --- PASS: TestCheckSizeOnly/4 (0.51s) --- PASS: TestCheckSizeOnly/5 (0.52s) --- PASS: TestCheckSizeOnly/6 (0.51s) --- PASS: TestCheckSizeOnly/7 (0.53s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:27:39 NOTICE: test.sum: improperly formatted checksum line 4 2026/04/10 05:27:39 NOTICE: test.sum: improperly formatted checksum line 5 2026/04/10 05:27:39 NOTICE: test.sum: improperly formatted checksum line 6 2026/04/10 05:27:39 NOTICE: test.sum: 2 warning(s) suppressed... 2026/04/10 05:27:44 NOTICE: test.sum: improperly formatted checksum line 4 2026/04/10 05:27:44 NOTICE: test.sum: improperly formatted checksum line 5 2026/04/10 05:27:44 NOTICE: test.sum: improperly formatted checksum line 6 2026/04/10 05:27:44 NOTICE: test.sum: 2 warning(s) suppressed... 2026/04/10 05:27:45 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/test.sum --- PASS: TestParseSumFile (10.82s) === RUN TestCheckSum run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:27:45 DEBUG : Creating backend with remote "TestFileLu:rclone-test-giqipin9cazo/data" check_test.go:350: FileLu root 'rclone-test-giqipin9cazo/data' lacks md5, skipping --- SKIP: TestCheckSum (1.58s) === RUN TestCheckSumDownload run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:27:47 DEBUG : Creating backend with remote "TestFileLu:rclone-test-giqipin9cazo/data" 2026/04/10 05:27:49 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/data" with ID 3569337 === RUN TestCheckSumDownload/subtest1 === RUN TestCheckSumDownload/subtest2 === RUN TestCheckSumDownload/subtest3 === RUN TestCheckSumDownload/subtest4 === RUN TestCheckSumDownload/subtest5 === RUN TestCheckSumDownload/subtest6 === RUN TestCheckSumDownload/subtest7 2026/04/10 05:28:51 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/test.sum 2026/04/10 05:28:53 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/data/banana 2026/04/10 05:28:53 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/data/potato 2026/04/10 05:28:54 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/data" --- PASS: TestCheckSumDownload (68.07s) --- PASS: TestCheckSumDownload/subtest1 (3.89s) --- PASS: TestCheckSumDownload/subtest2 (3.93s) --- PASS: TestCheckSumDownload/subtest3 (3.86s) --- PASS: TestCheckSumDownload/subtest4 (3.88s) --- PASS: TestCheckSumDownload/subtest5 (3.87s) --- PASS: TestCheckSumDownload/subtest6 (3.84s) --- PASS: TestCheckSumDownload/subtest7 (3.83s) === RUN TestApplyTransforms 2026/04/10 05:28:55 DEBUG : Creating backend with remote "TestFileLu:rclone-test-poquzif4tile" 2026/04/10 05:28:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/10 05:28:55 DEBUG : Creating backend with remote "/tmp/rclone3032422825" run.go:185: Remote "FileLu root 'rclone-test-poquzif4tile'", Local "Local file system at /tmp/rclone3032422825", Modify Window "876000h0m0s" 2026/04/10 05:28:56 INFO : FileLu root 'rclone-test-poquzif4tile': Successfully created folder "rclone-test-poquzif4tile" with ID 3569338 upper checkfile vs. lower remote (without normalization) 2026/04/10 05:28:59 ERROR : hello, world!: sum not found 2026/04/10 05:28:59 ERROR : HELLO, WORLD!: file not in FileLu root 'rclone-test-poquzif4tile' 2026/04/10 05:28:59 NOTICE: FileLu root 'rclone-test-poquzif4tile': 1 files missing 2026/04/10 05:28:59 NOTICE: 1 hashes missing 2026/04/10 05:28:59 NOTICE: FileLu root 'rclone-test-poquzif4tile': 1 differences found 2026/04/10 05:28:59 NOTICE: FileLu root 'rclone-test-poquzif4tile': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/04/10 05:29:00 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/10 05:29:00 NOTICE: FileLu root 'rclone-test-poquzif4tile': 0 differences found 2026/04/10 05:29:00 NOTICE: FileLu root 'rclone-test-poquzif4tile': 1 matching files 2026/04/10 05:29:00 DEBUG : Creating backend with remote "TestFileLu:rclone-test-popiwez8hobe" 2026/04/10 05:29:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/10 05:29:00 DEBUG : Creating backend with remote "/tmp/rclone3130623728" run.go:185: Remote "FileLu root 'rclone-test-popiwez8hobe'", Local "Local file system at /tmp/rclone3130623728", Modify Window "876000h0m0s" 2026/04/10 05:29:01 INFO : FileLu root 'rclone-test-popiwez8hobe': Successfully created folder "rclone-test-popiwez8hobe" with ID 3569339 lower checkfile vs. upper remote (without normalization) 2026/04/10 05:29:04 ERROR : HELLO, WORLD!: sum not found 2026/04/10 05:29:04 ERROR : hello, world!: file not in FileLu root 'rclone-test-popiwez8hobe' 2026/04/10 05:29:04 NOTICE: FileLu root 'rclone-test-popiwez8hobe': 1 files missing 2026/04/10 05:29:04 NOTICE: 1 hashes missing 2026/04/10 05:29:04 NOTICE: FileLu root 'rclone-test-popiwez8hobe': 1 differences found 2026/04/10 05:29:04 NOTICE: FileLu root 'rclone-test-popiwez8hobe': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/04/10 05:29:06 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/10 05:29:06 NOTICE: FileLu root 'rclone-test-popiwez8hobe': 0 differences found 2026/04/10 05:29:06 NOTICE: FileLu root 'rclone-test-popiwez8hobe': 1 matching files 2026/04/10 05:29:06 DEBUG : Creating backend with remote "TestFileLu:rclone-test-lagixay9loca" 2026/04/10 05:29:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/10 05:29:06 DEBUG : Creating backend with remote "/tmp/rclone292642009" run.go:185: Remote "FileLu root 'rclone-test-lagixay9loca'", Local "Local file system at /tmp/rclone292642009", Modify Window "876000h0m0s" 2026/04/10 05:29:07 INFO : FileLu root 'rclone-test-lagixay9loca': Successfully created folder "rclone-test-lagixay9loca" with ID 3569340 lower checkfile vs. upperlowermixed remote (without normalization) 2026/04/10 05:29:10 ERROR : HeLlO, wOrLd!: sum not found 2026/04/10 05:29:10 ERROR : hello, world!: file not in FileLu root 'rclone-test-lagixay9loca' 2026/04/10 05:29:10 NOTICE: FileLu root 'rclone-test-lagixay9loca': 1 files missing 2026/04/10 05:29:10 NOTICE: 1 hashes missing 2026/04/10 05:29:10 NOTICE: FileLu root 'rclone-test-lagixay9loca': 1 differences found 2026/04/10 05:29:10 NOTICE: FileLu root 'rclone-test-lagixay9loca': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/04/10 05:29:11 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/10 05:29:11 NOTICE: FileLu root 'rclone-test-lagixay9loca': 0 differences found 2026/04/10 05:29:11 NOTICE: FileLu root 'rclone-test-lagixay9loca': 1 matching files 2026/04/10 05:29:11 DEBUG : Creating backend with remote "TestFileLu:rclone-test-rerulim3zoxa" 2026/04/10 05:29:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/10 05:29:11 DEBUG : Creating backend with remote "/tmp/rclone2685578713" run.go:185: Remote "FileLu root 'rclone-test-rerulim3zoxa'", Local "Local file system at /tmp/rclone2685578713", Modify Window "876000h0m0s" 2026/04/10 05:29:12 INFO : FileLu root 'rclone-test-rerulim3zoxa': Successfully created folder "rclone-test-rerulim3zoxa" with ID 3569341 upperlowermixed checkfile vs. upper remote (without normalization) 2026/04/10 05:29:15 ERROR : HELLO, WORLD!: sum not found 2026/04/10 05:29:15 ERROR : HeLlO, wOrLd!: file not in FileLu root 'rclone-test-rerulim3zoxa' 2026/04/10 05:29:15 NOTICE: FileLu root 'rclone-test-rerulim3zoxa': 1 files missing 2026/04/10 05:29:15 NOTICE: 1 hashes missing 2026/04/10 05:29:15 NOTICE: FileLu root 'rclone-test-rerulim3zoxa': 1 differences found 2026/04/10 05:29:15 NOTICE: FileLu root 'rclone-test-rerulim3zoxa': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/04/10 05:29:17 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/10 05:29:17 NOTICE: FileLu root 'rclone-test-rerulim3zoxa': 0 differences found 2026/04/10 05:29:17 NOTICE: FileLu root 'rclone-test-rerulim3zoxa': 1 matching files 2026/04/10 05:29:17 DEBUG : Creating backend with remote "TestFileLu:rclone-test-karebuj1zibu" 2026/04/10 05:29:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/10 05:29:17 DEBUG : Creating backend with remote "/tmp/rclone1003292444" run.go:185: Remote "FileLu root 'rclone-test-karebuj1zibu'", Local "Local file system at /tmp/rclone1003292444", Modify Window "876000h0m0s" 2026/04/10 05:29:17 INFO : FileLu root 'rclone-test-karebuj1zibu': Successfully created folder "rclone-test-karebuj1zibu" with ID 3569342 NFD checkfile vs. NFC remote (without normalization) 2026/04/10 05:29:21 ERROR : 測試_Русский___ě_áñ: sum not found 2026/04/10 05:29:21 ERROR : 測試_Русский___ě_áñ: file not in FileLu root 'rclone-test-karebuj1zibu' 2026/04/10 05:29:21 NOTICE: FileLu root 'rclone-test-karebuj1zibu': 1 files missing 2026/04/10 05:29:21 NOTICE: 1 hashes missing 2026/04/10 05:29:21 NOTICE: FileLu root 'rclone-test-karebuj1zibu': 1 differences found 2026/04/10 05:29:21 NOTICE: FileLu root 'rclone-test-karebuj1zibu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/04/10 05:29:22 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/10 05:29:22 NOTICE: FileLu root 'rclone-test-karebuj1zibu': 0 differences found 2026/04/10 05:29:22 NOTICE: FileLu root 'rclone-test-karebuj1zibu': 1 matching files 2026/04/10 05:29:22 DEBUG : Creating backend with remote "TestFileLu:rclone-test-xavapus6widu" 2026/04/10 05:29:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/10 05:29:22 DEBUG : Creating backend with remote "/tmp/rclone1557111223" run.go:185: Remote "FileLu root 'rclone-test-xavapus6widu'", Local "Local file system at /tmp/rclone1557111223", Modify Window "876000h0m0s" 2026/04/10 05:29:23 INFO : FileLu root 'rclone-test-xavapus6widu': Successfully created folder "rclone-test-xavapus6widu" with ID 3569343 check_test.go:570: Fs is incapable of running test, skipping: NFC checkfile vs. NFD remote (expected: 測試_Русский___ě_áñ (NFD) actual: 測試_Русский___ě_áñ (NFC)) 2026/04/10 05:29:25 DEBUG : FileLu root 'rclone-test-xavapus6widu': Purge remote 2026/04/10 05:29:26 INFO : FileLu root 'rclone-test-xavapus6widu': Rmdir: successfully deleted "/rclone-test-xavapus6widu" 2026/04/10 05:29:26 DEBUG : FileLu root 'rclone-test-karebuj1zibu': Purge remote 2026/04/10 05:29:26 INFO : FileLu root 'rclone-test-karebuj1zibu': Rmdir: successfully deleted "/rclone-test-karebuj1zibu" 2026/04/10 05:29:26 DEBUG : FileLu root 'rclone-test-rerulim3zoxa': Purge remote 2026/04/10 05:29:27 INFO : FileLu root 'rclone-test-rerulim3zoxa': Rmdir: successfully deleted "/rclone-test-rerulim3zoxa" 2026/04/10 05:29:27 DEBUG : FileLu root 'rclone-test-lagixay9loca': Purge remote 2026/04/10 05:29:27 INFO : FileLu root 'rclone-test-lagixay9loca': Rmdir: successfully deleted "/rclone-test-lagixay9loca" 2026/04/10 05:29:27 DEBUG : FileLu root 'rclone-test-popiwez8hobe': Purge remote 2026/04/10 05:29:28 INFO : FileLu root 'rclone-test-popiwez8hobe': Rmdir: successfully deleted "/rclone-test-popiwez8hobe" 2026/04/10 05:29:28 DEBUG : FileLu root 'rclone-test-poquzif4tile': Purge remote 2026/04/10 05:29:28 INFO : FileLu root 'rclone-test-poquzif4tile': Rmdir: successfully deleted "/rclone-test-poquzif4tile" --- SKIP: TestApplyTransforms (33.39s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:29:29 DEBUG : file1: Need to transfer - File not found at Destination 2026/04/10 05:29:30 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/sub" with ID 3569344 2026/04/10 05:29:32 DEBUG : sub/file2: size = 14 OK 2026/04/10 05:29:32 INFO : file1: Copied (new) to: sub/file2 2026/04/10 05:29:34 DEBUG : sub/file2: size = 14 OK 2026/04/10 05:29:34 DEBUG : file1: Sizes identical 2026/04/10 05:29:34 DEBUG : file1: Unchanged skipping 2026/04/10 05:29:35 DEBUG : FileLu root 'rclone-test-giqipin9cazo': don't need to copy/move sub/file2, it is already at target location 2026/04/10 05:29:37 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/sub/file2 2026/04/10 05:29:38 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/sub" --- PASS: TestCopyFile (10.34s) === RUN TestCopyLongFile run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (1.02s) === RUN TestCopyFileBackupDir run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:29:41 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/dst" with ID 3569345 2026/04/10 05:29:45 DEBUG : Creating backend with remote "TestFileLu:rclone-test-giqipin9cazo/backup" 2026/04/10 05:29:45 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone467174833) 2026/04/10 05:29:45 DEBUG : dst/file1: size = 18 (FileLu root 'rclone-test-giqipin9cazo') 2026/04/10 05:29:45 DEBUG : dst/file1: Sizes differ 2026/04/10 05:29:48 INFO : FileLu root 'rclone-test-giqipin9cazo/backup': Successfully created folder "rclone-test-giqipin9cazo/backup/dst" with ID 3569347 2026/04/10 05:29:50 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/dst/file1 2026/04/10 05:29:50 INFO : dst/file1: Moved (server-side) 2026/04/10 05:29:52 DEBUG : dst/file1: size = 14 OK 2026/04/10 05:29:52 INFO : dst/file1: Copied (new) 2026/04/10 05:29:55 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/dst/file1 2026/04/10 05:29:56 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/backup/dst/file1 2026/04/10 05:29:57 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/dst" 2026/04/10 05:29:58 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/backup/dst" 2026/04/10 05:30:00 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/backup" --- PASS: TestCopyFileBackupDir (20.34s) === RUN TestCopyFileCompareDest run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:30:00 DEBUG : Creating backend with remote "TestFileLu:rclone-test-giqipin9cazo/dst" 2026/04/10 05:30:01 DEBUG : Creating backend with remote "TestFileLu:rclone-test-giqipin9cazo/CompareDest" 2026/04/10 05:30:02 DEBUG : one: Need to transfer - File not found at Destination 2026/04/10 05:30:03 INFO : FileLu root 'rclone-test-giqipin9cazo/dst': Successfully created folder "rclone-test-giqipin9cazo/dst" with ID 3569348 2026/04/10 05:30:05 DEBUG : one: size = 3 OK 2026/04/10 05:30:05 INFO : one: Copied (new) 2026/04/10 05:30:08 DEBUG : one: size = 5 (Local file system at /tmp/rclone467174833) 2026/04/10 05:30:08 DEBUG : one: size = 3 (FileLu root 'rclone-test-giqipin9cazo/dst') 2026/04/10 05:30:08 DEBUG : one: Sizes differ 2026/04/10 05:30:11 DEBUG : one: size = 5 OK 2026/04/10 05:30:11 INFO : one: Copied (replaced existing) 2026/04/10 05:30:16 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/CompareDest" with ID 3569349 2026/04/10 05:30:20 DEBUG : one: size = 5 (Local file system at /tmp/rclone467174833) 2026/04/10 05:30:20 DEBUG : one: size = 3 (FileLu root 'rclone-test-giqipin9cazo/dst') 2026/04/10 05:30:20 DEBUG : one: Sizes differ 2026/04/10 05:30:21 DEBUG : one: size = 5 OK 2026/04/10 05:30:21 DEBUG : one: Sizes identical 2026/04/10 05:30:21 DEBUG : one: Destination found in --compare-dest, skipping 2026/04/10 05:30:25 DEBUG : two: Need to transfer - File not found at Destination 2026/04/10 05:30:26 DEBUG : two: size = 3 OK 2026/04/10 05:30:26 DEBUG : two: Sizes identical 2026/04/10 05:30:26 DEBUG : two: Destination found in --compare-dest, skipping 2026/04/10 05:30:28 DEBUG : two: Need to transfer - File not found at Destination 2026/04/10 05:30:29 DEBUG : two: size = 3 OK 2026/04/10 05:30:29 DEBUG : two: Sizes identical 2026/04/10 05:30:29 DEBUG : two: Destination found in --compare-dest, skipping 2026/04/10 05:30:32 DEBUG : two: Need to transfer - File not found at Destination 2026/04/10 05:30:33 DEBUG : two: size = 5 (Local file system at /tmp/rclone467174833) 2026/04/10 05:30:33 DEBUG : two: size = 3 (FileLu root 'rclone-test-giqipin9cazo/CompareDest') 2026/04/10 05:30:33 DEBUG : two: Sizes differ 2026/04/10 05:30:35 DEBUG : two: size = 5 OK 2026/04/10 05:30:35 INFO : two: Copied (new) 2026/04/10 05:30:38 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/dst/one 2026/04/10 05:30:38 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/dst/two 2026/04/10 05:30:39 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/CompareDest/one 2026/04/10 05:30:39 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/CompareDest/two 2026/04/10 05:30:40 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/dst" 2026/04/10 05:30:41 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/CompareDest" --- PASS: TestCopyFileCompareDest (41.60s) === RUN TestCopyFileCopyDest run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" copy_test.go:277: Skipping test as remote does not support server-side copy --- SKIP: TestCopyFileCopyDest (1.01s) === RUN TestCopyInplace run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (1.02s) === RUN TestCopyLongFileName run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (1.01s) === RUN TestCopyLongFileNameCollision run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (1.01s) === RUN TestCopyFileMaxTransfer run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:30:46 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/04/10 05:30:47 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/TestCopyFileMaxTransfer" with ID 3569350 2026/04/10 05:30:49 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/04/10 05:30:49 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/04/10 05:30:50 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/04/10 05:30:52 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: failed to upload file: failed to send upload request: Post "https://d2001.filelu.live/cgi-bin/upload.cgi?upload_type=rclone&utype=prem&": failed to copy file content: max transfer limit reached as set by --max-transfer 2026/04/10 05:30:54 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/04/10 05:30:55 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/04/10 05:30:57 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/04/10 05:30:57 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2026/04/10 05:31:00 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/TestCopyFileMaxTransfer/file1 2026/04/10 05:31:00 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/TestCopyFileMaxTransfer/file4 2026/04/10 05:31:01 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/TestCopyFileMaxTransfer" --- PASS: TestCopyFileMaxTransfer (16.08s) === RUN TestDeduplicateInteractive run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (1.01s) === RUN TestDeduplicateSkip run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (1.01s) === RUN TestDeduplicateSizeOnly run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (1.01s) === RUN TestDeduplicateFirst run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (1.03s) === RUN TestDeduplicateNewest run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (1.02s) === RUN TestDeduplicateNewestByHash run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (1.01s) === RUN TestDeduplicateOldest run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (1.01s) === RUN TestDeduplicateLargest run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (1.01s) === RUN TestDeduplicateSmallest run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (1.02s) === RUN TestDeduplicateRename run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (1.01s) === RUN TestMergeDirs run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (1.01s) === RUN TestListDirSorted run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:31:18 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/sub dir" with ID 3569351 2026/04/10 05:31:24 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/sub dir/ignore dir" with ID 3569352 2026/04/10 05:31:29 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/sub dir/sub sub dir" with ID 3569353 2026/04/10 05:31:33 DEBUG : a.txt: Excluded (Size Filter) 2026/04/10 05:31:33 DEBUG : a.txt: Excluded 2026/04/10 05:31:34 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/04/10 05:31:34 DEBUG : sub dir/hello world2: Excluded 2026/04/10 05:31:34 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/04/10 05:31:34 DEBUG : sub dir/hello world: Excluded 2026/04/10 05:31:35 DEBUG : sub dir/ignore dir: Excluded 2026/04/10 05:31:36 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/04/10 05:31:36 DEBUG : sub dir/hello world2: Excluded 2026/04/10 05:31:36 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/04/10 05:31:36 DEBUG : sub dir/hello world: Excluded 2026/04/10 05:31:36 DEBUG : sub dir/ignore dir: Excluded 2026/04/10 05:31:38 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/a.txt 2026/04/10 05:31:39 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/zend.txt 2026/04/10 05:31:40 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/sub dir/hello world 2026/04/10 05:31:40 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/sub dir/hello world2 2026/04/10 05:31:41 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/sub dir/sub sub dir/hello world3 2026/04/10 05:31:42 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/sub dir/ignore dir/.ignore 2026/04/10 05:31:42 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/sub dir/ignore dir/should be ignored 2026/04/10 05:31:43 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/sub dir/sub sub dir" 2026/04/10 05:31:44 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/sub dir/ignore dir" 2026/04/10 05:31:45 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/sub dir" --- PASS: TestListDirSorted (32.93s) === RUN TestListDirSortedFn run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:31:52 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/sub dir" with ID 3569354 2026/04/10 05:31:57 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/sub dir/ignore dir" with ID 3569355 2026/04/10 05:32:02 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/sub dir/sub sub dir" with ID 3569356 2026/04/10 05:32:06 DEBUG : a.txt: Excluded (Size Filter) 2026/04/10 05:32:06 DEBUG : a.txt: Excluded 2026/04/10 05:32:07 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/04/10 05:32:07 DEBUG : sub dir/hello world2: Excluded 2026/04/10 05:32:07 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/04/10 05:32:07 DEBUG : sub dir/hello world: Excluded 2026/04/10 05:32:08 DEBUG : sub dir/ignore dir: Excluded 2026/04/10 05:32:09 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/04/10 05:32:09 DEBUG : sub dir/hello world2: Excluded 2026/04/10 05:32:09 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/04/10 05:32:09 DEBUG : sub dir/hello world: Excluded 2026/04/10 05:32:10 DEBUG : sub dir/ignore dir: Excluded 2026/04/10 05:32:12 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/a.txt 2026/04/10 05:32:12 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/zend.txt 2026/04/10 05:32:13 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/sub dir/hello world 2026/04/10 05:32:14 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/sub dir/hello world2 2026/04/10 05:32:15 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/sub dir/sub sub dir/hello world3 2026/04/10 05:32:15 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/sub dir/ignore dir/.ignore 2026/04/10 05:32:16 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/sub dir/ignore dir/should be ignored 2026/04/10 05:32:17 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/sub dir/sub sub dir" 2026/04/10 05:32:18 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/sub dir/ignore dir" 2026/04/10 05:32:19 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/sub dir" --- PASS: TestListDirSortedFn (33.26s) === RUN TestListJSON run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:32:22 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/sub" with ID 3569357 === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2026/04/10 05:32:30 ERROR : file1: Failed to read hash: no valid file code found in the remote path === RUN TestListJSON/Metadata 2026/04/10 05:32:32 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/file1 2026/04/10 05:32:33 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/sub/file2 2026/04/10 05:32:34 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/sub" --- PASS: TestListJSON (15.04s) --- PASS: TestListJSON/Default (0.51s) --- PASS: TestListJSON/FilesOnly (0.50s) --- PASS: TestListJSON/DirsOnly (0.51s) --- PASS: TestListJSON/Recurse (1.01s) --- PASS: TestListJSON/SubDir (0.51s) --- PASS: TestListJSON/NoModTime (0.51s) --- PASS: TestListJSON/NoMimeType (0.51s) --- PASS: TestListJSON/ShowHash (0.51s) --- PASS: TestListJSON/HashTypes (0.50s) --- PASS: TestListJSON/Metadata (0.51s) === RUN TestStatJSON run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:32:37 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/sub" with ID 3569358 === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2026/04/10 05:32:49 DEBUG : Creating backend with remote "TestFileLu:rclone-test-giqipin9cazo/notfound" 2026/04/10 05:32:51 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/file1 2026/04/10 05:32:52 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/sub/file2 2026/04/10 05:32:53 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/sub" --- PASS: TestStatJSON (18.98s) --- PASS: TestStatJSON/Root (0.51s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.50s) --- PASS: TestStatJSON/Dir (1.01s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.51s) --- PASS: TestStatJSON/File (1.01s) --- PASS: TestStatJSON/NotFound (1.02s) --- PASS: TestStatJSON/DirFilesOnly (0.51s) --- PASS: TestStatJSON/FileFilesOnly (1.01s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.51s) --- PASS: TestStatJSON/DirDirsOnly (0.51s) --- PASS: TestStatJSON/FileDirsOnly (0.51s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.51s) --- PASS: TestStatJSON/RootNotFound (1.12s) === RUN TestMkdir run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:32:53 INFO : FileLu root 'rclone-test-giqipin9cazo': Making directory 2026/04/10 05:32:54 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo" with ID 3.569336e+06 2026/04/10 05:32:54 INFO : FileLu root 'rclone-test-giqipin9cazo': Making directory 2026/04/10 05:32:55 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo" with ID 3.569336e+06 --- PASS: TestMkdir (2.54s) === RUN TestLsd run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:32:57 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/sub dir" with ID 3569359 2026/04/10 05:33:02 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/sub dir/hello world 2026/04/10 05:33:03 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/sub dir" --- PASS: TestLsd (7.28s) === RUN TestLs run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:33:09 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/empty space 2026/04/10 05:33:10 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/potato2 --- PASS: TestLs (7.36s) === RUN TestLsWithFilesFrom run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:33:16 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/04/10 05:33:16 DEBUG : empty space: Excluded 2026/04/10 05:33:18 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/empty space 2026/04/10 05:33:18 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/potato2 --- PASS: TestLsWithFilesFrom (8.48s) === RUN TestLsLong run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:33:25 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/empty space 2026/04/10 05:33:26 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/potato2 --- PASS: TestLsLong (7.41s) === RUN TestHashSums run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:33:32 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/empty space 2026/04/10 05:33:33 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/potato2 --- PASS: TestHashSums (6.90s) === RUN TestHashSumsWithErrors 2026/04/10 05:33:33 DEBUG : Creating backend with remote ":memory:" 2026/04/10 05:33:33 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/04/10 05:33:33 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/04/10 05:33:33 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/04/10 05:33:33 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/04/10 05:33:33 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/04/10 05:33:33 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/04/10 05:33:33 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/04/10 05:33:33 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/04/10 05:33:33 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:33:39 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/sub dir" with ID 3569360 2026/04/10 05:33:43 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/empty space 2026/04/10 05:33:43 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/potato2 2026/04/10 05:33:44 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/sub dir/potato3 2026/04/10 05:33:45 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/sub dir" --- PASS: TestCount (12.61s) === RUN TestDelete run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:33:53 DEBUG : Waiting for deletions to finish 2026/04/10 05:33:53 DEBUG : large: Excluded (Size Filter) 2026/04/10 05:33:53 DEBUG : large: Excluded 2026/04/10 05:33:54 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/medium 2026/04/10 05:33:54 INFO : medium: Deleted 2026/04/10 05:33:54 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/small 2026/04/10 05:33:54 INFO : small: Deleted 2026/04/10 05:33:56 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/large --- PASS: TestDelete (11.08s) === RUN TestMaxDelete run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:34:04 DEBUG : Waiting for deletions to finish 2026/04/10 05:34:04 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/04/10 05:34:05 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/large 2026/04/10 05:34:05 INFO : large: Deleted 2026/04/10 05:34:05 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/medium 2026/04/10 05:34:05 INFO : medium: Deleted 2026/04/10 05:34:06 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/small --- PASS: TestMaxDelete (11.11s) === RUN TestMaxDeleteSizeLargeFile run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:34:15 DEBUG : Waiting for deletions to finish 2026/04/10 05:34:16 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/04/10 05:34:16 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/small 2026/04/10 05:34:16 INFO : small: Deleted 2026/04/10 05:34:16 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/medium 2026/04/10 05:34:16 INFO : medium: Deleted 2026/04/10 05:34:18 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/large --- PASS: TestMaxDeleteSizeLargeFile (11.27s) === RUN TestMaxDeleteSize run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:34:26 DEBUG : Waiting for deletions to finish 2026/04/10 05:34:27 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/04/10 05:34:27 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/large 2026/04/10 05:34:27 INFO : large: Deleted 2026/04/10 05:34:27 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/medium 2026/04/10 05:34:27 INFO : medium: Deleted 2026/04/10 05:34:29 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/small --- PASS: TestMaxDeleteSize (11.14s) === RUN TestReadFile run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:34:36 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/ReadFile --- PASS: TestReadFile (7.39s) === RUN TestRetry 2026/04/10 05:34:38 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/04/10 05:34:38 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/04/10 05:34:38 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/04/10 05:34:38 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/04/10 05:34:38 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/04/10 05:34:38 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/04/10 05:34:38 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:34:58 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/file1 2026/04/10 05:34:59 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/file2 --- PASS: TestCat (21.59s) === RUN TestPurge 2026/04/10 05:34:59 DEBUG : Creating backend with remote "TestFileLu:rclone-test-pumumaq1koqo" 2026/04/10 05:34:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/10 05:34:59 DEBUG : Creating backend with remote "/tmp/rclone4030729108" run.go:185: Remote "FileLu root 'rclone-test-pumumaq1koqo'", Local "Local file system at /tmp/rclone4030729108", Modify Window "876000h0m0s" 2026/04/10 05:35:00 INFO : FileLu root 'rclone-test-pumumaq1koqo': Successfully created folder "rclone-test-pumumaq1koqo" with ID 3569361 2026/04/10 05:35:01 INFO : FileLu root 'rclone-test-pumumaq1koqo': Successfully created folder "rclone-test-pumumaq1koqo" with ID 3.569361e+06 2026/04/10 05:35:02 INFO : FileLu root 'rclone-test-pumumaq1koqo': Successfully created folder "rclone-test-pumumaq1koqo/A1/B1/C1" with ID 3569364 2026/04/10 05:35:03 INFO : A2: Making directory 2026/04/10 05:35:04 INFO : FileLu root 'rclone-test-pumumaq1koqo': Successfully created folder "rclone-test-pumumaq1koqo/A2" with ID 3569365 2026/04/10 05:35:04 INFO : A1/B2: Making directory 2026/04/10 05:35:04 INFO : FileLu root 'rclone-test-pumumaq1koqo': Successfully created folder "rclone-test-pumumaq1koqo/A1/B2" with ID 3569366 2026/04/10 05:35:04 INFO : A1/B2/C2: Making directory 2026/04/10 05:35:05 INFO : FileLu root 'rclone-test-pumumaq1koqo': Successfully created folder "rclone-test-pumumaq1koqo/A1/B2/C2" with ID 3569367 2026/04/10 05:35:05 INFO : A1/B1/C3: Making directory 2026/04/10 05:35:05 INFO : FileLu root 'rclone-test-pumumaq1koqo': Successfully created folder "rclone-test-pumumaq1koqo/A1/B1/C3" with ID 3569368 2026/04/10 05:35:05 INFO : A3: Making directory 2026/04/10 05:35:06 INFO : FileLu root 'rclone-test-pumumaq1koqo': Successfully created folder "rclone-test-pumumaq1koqo/A3" with ID 3569369 2026/04/10 05:35:06 INFO : A3/B3: Making directory 2026/04/10 05:35:06 INFO : FileLu root 'rclone-test-pumumaq1koqo': Successfully created folder "rclone-test-pumumaq1koqo/A3/B3" with ID 3569370 2026/04/10 05:35:06 INFO : A3/B3/C4: Making directory 2026/04/10 05:35:07 INFO : FileLu root 'rclone-test-pumumaq1koqo': Successfully created folder "rclone-test-pumumaq1koqo/A3/B3/C4" with ID 3569371 2026/04/10 05:35:12 INFO : FileLu root 'rclone-test-pumumaq1koqo': Rmdir: successfully deleted "/rclone-test-pumumaq1koqo/A1/B1" 2026/04/10 05:35:14 INFO : FileLu root 'rclone-test-pumumaq1koqo': Rmdir: successfully deleted "/rclone-test-pumumaq1koqo" 2026/04/10 05:35:15 ERROR : error listing: directory not found 2026/04/10 05:35:15 DEBUG : FileLu root 'rclone-test-pumumaq1koqo': Purge remote 2026/04/10 05:35:15 NOTICE: purge failed: delete error: Folder not found or not yours --- PASS: TestPurge (15.84s) === RUN TestRmdirsNoLeaveRoot run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:35:16 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo" with ID 3.569336e+06 2026/04/10 05:35:17 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A1/B1/C1" with ID 3569374 2026/04/10 05:35:18 INFO : A2: Making directory 2026/04/10 05:35:19 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A2" with ID 3569375 2026/04/10 05:35:19 INFO : A1/B2: Making directory 2026/04/10 05:35:20 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A1/B2" with ID 3569376 2026/04/10 05:35:20 INFO : A1/B2/C2: Making directory 2026/04/10 05:35:20 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A1/B2/C2" with ID 3569377 2026/04/10 05:35:20 INFO : A1/B1/C3: Making directory 2026/04/10 05:35:21 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A1/B1/C3" with ID 3569378 2026/04/10 05:35:21 INFO : A3: Making directory 2026/04/10 05:35:21 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A3" with ID 3569379 2026/04/10 05:35:21 INFO : A3/B3: Making directory 2026/04/10 05:35:22 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A3/B3" with ID 3569380 2026/04/10 05:35:22 INFO : A3/B3/C4: Making directory 2026/04/10 05:35:22 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A3/B3/C4" with ID 3569381 2026/04/10 05:35:27 DEBUG : removing 1 level 3 directories 2026/04/10 05:35:27 INFO : A3/B3/C4: Removing directory 2026/04/10 05:35:28 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A3/B3/C4" 2026/04/10 05:35:32 DEBUG : removing 2 level 3 directories 2026/04/10 05:35:32 INFO : A1/B2/C2: Removing directory 2026/04/10 05:35:32 INFO : A1/B1/C3: Removing directory 2026/04/10 05:35:33 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A1/B1/C3" 2026/04/10 05:35:33 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A1/B2/C2" 2026/04/10 05:35:33 DEBUG : removing 2 level 2 directories 2026/04/10 05:35:33 INFO : A3/B3: Removing directory 2026/04/10 05:35:33 INFO : A1/B2: Removing directory 2026/04/10 05:35:34 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A3/B3" 2026/04/10 05:35:34 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A1/B2" 2026/04/10 05:35:34 DEBUG : removing 2 level 1 directories 2026/04/10 05:35:34 INFO : A3: Removing directory 2026/04/10 05:35:34 INFO : A2: Removing directory 2026/04/10 05:35:35 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A3" 2026/04/10 05:35:35 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A2" 2026/04/10 05:35:39 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/A1/B1/C1/one 2026/04/10 05:35:40 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/A1/two 2026/04/10 05:35:42 DEBUG : removing 1 level 3 directories 2026/04/10 05:35:42 INFO : A1/B1/C1: Removing directory 2026/04/10 05:35:43 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A1/B1/C1" 2026/04/10 05:35:43 DEBUG : removing 1 level 2 directories 2026/04/10 05:35:43 INFO : A1/B1: Removing directory 2026/04/10 05:35:44 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A1/B1" 2026/04/10 05:35:44 DEBUG : removing 1 level 1 directories 2026/04/10 05:35:44 INFO : A1: Removing directory 2026/04/10 05:35:45 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A1" 2026/04/10 05:35:45 DEBUG : removing 1 level 0 directories 2026/04/10 05:35:45 INFO : FileLu root 'rclone-test-giqipin9cazo': Removing directory 2026/04/10 05:35:46 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo" 2026/04/10 05:35:47 ERROR : error listing: directory not found 2026/04/10 05:35:47 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (32.13s) === RUN TestRmdirsLeaveRoot run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:35:48 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo" with ID 3569382 2026/04/10 05:35:48 INFO : A1: Making directory 2026/04/10 05:35:48 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A1" with ID 3569383 2026/04/10 05:35:48 INFO : A1/B1: Making directory 2026/04/10 05:35:49 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A1/B1" with ID 3569384 2026/04/10 05:35:49 INFO : A1/B1/C1: Making directory 2026/04/10 05:35:49 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A1/B1/C1" with ID 3569385 2026/04/10 05:35:53 DEBUG : removing 1 level 3 directories 2026/04/10 05:35:53 INFO : A1/B1/C1: Removing directory 2026/04/10 05:35:54 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A1/B1/C1" 2026/04/10 05:35:54 DEBUG : removing 1 level 2 directories 2026/04/10 05:35:54 INFO : A1/B1: Removing directory 2026/04/10 05:35:55 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A1/B1" 2026/04/10 05:35:58 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A1" --- PASS: TestRmdirsLeaveRoot (11.16s) === RUN TestRmdirsWithFilter run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:35:59 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo" with ID 3.569382e+06 2026/04/10 05:35:59 INFO : A1: Making directory 2026/04/10 05:36:00 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A1" with ID 3569386 2026/04/10 05:36:00 INFO : A1/B1: Making directory 2026/04/10 05:36:00 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A1/B1" with ID 3569387 2026/04/10 05:36:00 INFO : A1/B1/C1: Making directory 2026/04/10 05:36:01 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A1/B1/C1" with ID 3569388 2026/04/10 05:36:05 DEBUG : removing 1 level 3 directories 2026/04/10 05:36:05 INFO : A1/B1/C1: Removing directory 2026/04/10 05:36:06 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A1/B1/C1" 2026/04/10 05:36:06 DEBUG : removing 1 level 2 directories 2026/04/10 05:36:06 INFO : A1/B1: Removing directory 2026/04/10 05:36:07 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A1/B1" 2026/04/10 05:36:10 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A1" --- PASS: TestRmdirsWithFilter (11.77s) === RUN TestCopyURL run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:36:15 DEBUG : filename.txt: File name found in url 2026/04/10 05:36:17 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/04/10 05:36:23 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/file1 2026/04/10 05:36:23 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/file2 2026/04/10 05:36:24 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/filename.txt 2026/04/10 05:36:24 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/headerfilename.txt --- PASS: TestCopyURL (14.28s) === RUN TestCopyURLDownloadHeaders run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:36:28 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/file1 --- PASS: TestCopyURLDownloadHeaders (3.74s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:36:29 DEBUG : file1: Need to transfer - File not found at Destination 2026/04/10 05:36:30 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/sub" with ID 3569389 2026/04/10 05:36:32 DEBUG : sub/file2: size = 14 OK 2026/04/10 05:36:32 INFO : file1: Copied (new) to: sub/file2 2026/04/10 05:36:32 INFO : file1: Deleted 2026/04/10 05:36:34 DEBUG : sub/file2: size = 14 OK 2026/04/10 05:36:34 DEBUG : file1: Sizes identical 2026/04/10 05:36:34 DEBUG : file1: Unchanged skipping 2026/04/10 05:36:34 INFO : file1: Deleted 2026/04/10 05:36:35 DEBUG : FileLu root 'rclone-test-giqipin9cazo': don't need to copy/move sub/file2, it is already at target location 2026/04/10 05:36:37 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/sub/file2 2026/04/10 05:36:38 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/sub" --- PASS: TestMoveFile (10.36s) === RUN TestMoveFileWithIgnoreExisting run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:36:39 DEBUG : file1: Need to transfer - File not found at Destination 2026/04/10 05:36:41 DEBUG : file1: size = 14 OK 2026/04/10 05:36:41 INFO : file1: Copied (new) 2026/04/10 05:36:41 INFO : file1: Deleted 2026/04/10 05:36:43 DEBUG : file1: Destination exists, skipping 2026/04/10 05:36:43 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set 2026/04/10 05:36:45 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/file1 --- PASS: TestMoveFileWithIgnoreExisting (6.29s) === RUN TestCaseInsensitiveMoveFile run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" --- PASS: TestCaseInsensitiveMoveFile (1.01s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" --- PASS: TestCaseInsensitiveMoveFileDryRun (1.02s) === RUN TestMoveFileBackupDir run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:36:48 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/dst" with ID 3569390 2026/04/10 05:36:52 DEBUG : Creating backend with remote "TestFileLu:rclone-test-giqipin9cazo/backup" 2026/04/10 05:36:52 DEBUG : Config file has changed externally - reloading 2026/04/10 05:36:52 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone467174833) 2026/04/10 05:36:52 DEBUG : dst/file1: size = 18 (FileLu root 'rclone-test-giqipin9cazo') 2026/04/10 05:36:52 DEBUG : dst/file1: Sizes differ 2026/04/10 05:36:55 INFO : FileLu root 'rclone-test-giqipin9cazo/backup': Successfully created folder "rclone-test-giqipin9cazo/backup/dst" with ID 3569392 2026/04/10 05:36:57 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/dst/file1 2026/04/10 05:36:57 INFO : dst/file1: Moved (server-side) 2026/04/10 05:36:59 DEBUG : dst/file1: size = 14 OK 2026/04/10 05:36:59 INFO : dst/file1: Copied (new) 2026/04/10 05:36:59 INFO : dst/file1: Deleted 2026/04/10 05:37:02 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/dst/file1 2026/04/10 05:37:03 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/backup/dst/file1 2026/04/10 05:37:04 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/dst" 2026/04/10 05:37:06 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/backup/dst" 2026/04/10 05:37:07 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/backup" --- PASS: TestMoveFileBackupDir (20.51s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:37:08 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo" with ID 3.569382e+06 2026/04/10 05:37:09 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A1" with ID 3569393 2026/04/10 05:37:14 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A1/B1" with ID 3569394 2026/04/10 05:37:17 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A1/B1/C1" with ID 3569395 2026/04/10 05:37:19 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A1/B1/C2" with ID 3569396 2026/04/10 05:37:21 INFO : A1/B2: Making directory 2026/04/10 05:37:22 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A1/B2" with ID 3569397 2026/04/10 05:37:22 INFO : A1/B1/C3: Making directory 2026/04/10 05:37:22 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A1/B1/C3" with ID 3569398 2026/04/10 05:37:26 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A2" with ID 3569399 2026/04/10 05:37:27 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A2/B1" with ID 3569400 2026/04/10 05:37:27 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A2/B1/C1" with ID 3569401 2026/04/10 05:37:28 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A2/B1/C2" with ID 3569402 2026/04/10 05:37:28 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A2/B1/C3" with ID 3569403 2026/04/10 05:37:29 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A2/B2" with ID 3569404 2026/04/10 05:37:33 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/A1/B1/three 2026/04/10 05:37:33 INFO : A1/B1/three: Moved (server-side) to: A2/B1/three 2026/04/10 05:37:33 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/A1/one 2026/04/10 05:37:33 INFO : A1/one: Moved (server-side) to: A2/one 2026/04/10 05:37:33 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/A1/two 2026/04/10 05:37:33 INFO : A1/two: Moved (server-side) to: A2/two 2026/04/10 05:37:33 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/A1/B1/C1/four 2026/04/10 05:37:33 INFO : A1/B1/C1/four: Moved (server-side) to: A2/B1/C1/four 2026/04/10 05:37:33 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/A1/B1/C2/five 2026/04/10 05:37:33 INFO : A1/B1/C2/five: Moved (server-side) to: A2/B1/C2/five 2026/04/10 05:37:34 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A1/B2" 2026/04/10 05:37:35 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A1/B1/C3" 2026/04/10 05:37:36 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A1/B1/C2" 2026/04/10 05:37:37 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A1/B1/C1" 2026/04/10 05:37:38 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A1/B1" 2026/04/10 05:37:39 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A1" 2026/04/10 05:37:43 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A3" with ID 3569405 2026/04/10 05:37:44 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A3/B1" with ID 3569406 2026/04/10 05:37:44 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A3/B1/C1" with ID 3569407 2026/04/10 05:37:45 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A3/B1/C2" with ID 3569408 2026/04/10 05:37:45 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A3/B1/C3" with ID 3569409 2026/04/10 05:37:46 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A3/B2" with ID 3569410 2026/04/10 05:37:50 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/A2/one 2026/04/10 05:37:50 INFO : A2/one: Moved (server-side) to: A3/one 2026/04/10 05:37:50 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/A2/two 2026/04/10 05:37:50 INFO : A2/two: Moved (server-side) to: A3/two 2026/04/10 05:37:50 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/A2/B1/C2/five 2026/04/10 05:37:50 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/04/10 05:37:50 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/A2/B1/C1/four 2026/04/10 05:37:50 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/04/10 05:37:50 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/A2/B1/three 2026/04/10 05:37:50 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/04/10 05:37:51 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A2/B2" 2026/04/10 05:37:52 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A2/B1/C3" 2026/04/10 05:37:53 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A2/B1/C2" 2026/04/10 05:37:54 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A2/B1/C1" 2026/04/10 05:37:56 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A2/B1" 2026/04/10 05:37:57 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A2" 2026/04/10 05:37:59 INFO : FileLu root 'rclone-test-giqipin9cazo': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/04/10 05:38:01 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A4" with ID 3569411 2026/04/10 05:38:01 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A4/B1" with ID 3569412 2026/04/10 05:38:02 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A4/B1/C1" with ID 3569413 2026/04/10 05:38:02 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A4/B1/C2" with ID 3569414 2026/04/10 05:38:03 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A4/B1/C3" with ID 3569415 2026/04/10 05:38:03 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/A4/B2" with ID 3569416 2026/04/10 05:38:08 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/A3/B1/C1/four 2026/04/10 05:38:08 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/04/10 05:38:08 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/A3/B1/C2/five 2026/04/10 05:38:08 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/04/10 05:38:08 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/A3/two 2026/04/10 05:38:08 INFO : A3/two: Moved (server-side) to: A4/two 2026/04/10 05:38:08 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/A3/B1/three 2026/04/10 05:38:08 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/04/10 05:38:08 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/A3/one 2026/04/10 05:38:08 INFO : A3/one: Moved (server-side) to: A4/one 2026/04/10 05:38:09 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A3/B2" 2026/04/10 05:38:10 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A3/B1/C3" 2026/04/10 05:38:11 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A3/B1/C2" 2026/04/10 05:38:12 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A3/B1/C1" 2026/04/10 05:38:13 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A3/B1" 2026/04/10 05:38:14 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A3" 2026/04/10 05:38:17 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/A4/one 2026/04/10 05:38:18 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/A4/two 2026/04/10 05:38:19 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/A4/B1/three 2026/04/10 05:38:20 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/A4/B1/C1/four 2026/04/10 05:38:21 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/A4/B1/C2/five 2026/04/10 05:38:22 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A4/B2" 2026/04/10 05:38:23 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A4/B1/C3" 2026/04/10 05:38:24 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A4/B1/C2" 2026/04/10 05:38:25 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A4/B1/C1" 2026/04/10 05:38:26 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A4/B1" 2026/04/10 05:38:27 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/A4" --- PASS: TestDirMove (79.58s) === RUN TestGetFsInfo run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" --- PASS: TestGetFsInfo (1.01s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:38:29 DEBUG : FileLu root 'rclone-test-giqipin9cazo': File to upload is small (34 bytes), uploading instead of streaming 2026/04/10 05:38:31 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/04/10 05:38:31 NOTICE: FileLu root 'rclone-test-giqipin9cazo': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/04/10 05:38:31 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/04/10 05:38:31 DEBUG : FileLu root 'rclone-test-giqipin9cazo': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/04/10 05:38:33 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/04/10 05:38:33 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/04/10 05:38:35 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/no_checksum_big_file_from_pipe 2026/04/10 05:38:35 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/no_checksum_small_file_from_pipe === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:38:36 DEBUG : FileLu root 'rclone-test-giqipin9cazo': File to upload is small (34 bytes), uploading instead of streaming 2026/04/10 05:38:38 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/04/10 05:38:38 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/04/10 05:38:38 DEBUG : FileLu root 'rclone-test-giqipin9cazo': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/04/10 05:38:41 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/04/10 05:38:41 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/04/10 05:38:42 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/with_checksum_big_file_from_pipe 2026/04/10 05:38:43 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/with_checksum_small_file_from_pipe === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:38:44 DEBUG : FileLu root 'rclone-test-giqipin9cazo': File to upload is small (34 bytes), uploading instead of streaming 2026/04/10 05:38:46 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/04/10 05:38:46 DEBUG : ignore_checksum_small_file_from_pipe: Sizes identical 2026/04/10 05:38:46 DEBUG : FileLu root 'rclone-test-giqipin9cazo': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/04/10 05:38:48 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/04/10 05:38:48 DEBUG : ignore_checksum_big_file_from_pipe: Sizes identical 2026/04/10 05:38:49 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/ignore_checksum_big_file_from_pipe 2026/04/10 05:38:50 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/ignore_checksum_small_file_from_pipe === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:38:51 DEBUG : FileLu root 'rclone-test-giqipin9cazo': File to upload is small (34 bytes), uploading instead of streaming 2026/04/10 05:38:53 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/04/10 05:38:53 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/04/10 05:38:53 DEBUG : FileLu root 'rclone-test-giqipin9cazo': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/04/10 05:38:55 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/04/10 05:38:55 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/04/10 05:38:57 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/ignore_checksum_big_file_from_pipe 2026/04/10 05:38:57 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/ignore_checksum_small_file_from_pipe --- PASS: TestRcat (29.78s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (7.41s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (7.48s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (7.46s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (7.43s) === RUN TestRcatMetadata run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" operations_test.go:1563: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (1.02s) === RUN TestRcatSize run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:39:01 DEBUG : FileLu root 'rclone-test-giqipin9cazo': File to upload is small (60 bytes), uploading instead of streaming 2026/04/10 05:39:03 DEBUG : potato2: size = 60 OK 2026/04/10 05:39:03 DEBUG : potato2: Size of src and dst objects identical 2026/04/10 05:39:05 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/potato1 2026/04/10 05:39:05 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/potato2 --- PASS: TestRcatSize (6.89s) === RUN TestRcatSizeMetadata run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" operations_test.go:1644: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (1.01s) === RUN TestRcatSizeUploadHeaders run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:39:10 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/potato1 --- PASS: TestRcatSizeUploadHeaders (3.68s) === RUN TestTouchDir run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" operations_test.go:1735: Skipping test as remote does not support modtime --- SKIP: TestTouchDir (1.01s) === RUN TestMkdirMetadata run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" operations_test.go:1773: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (1.01s) === RUN TestMkdirModTime run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" operations_test.go:1792: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (1.02s) === RUN TestCopyDirMetadata run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" operations_test.go:1813: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (1.01s) === RUN TestSetDirModTime run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" operations_test.go:1849: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (1.05s) === RUN TestDirsEqual run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" operations_test.go:1893: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (1.00s) === RUN TestRemoveExisting run.go:185: Remote "FileLu root 'rclone-test-giqipin9cazo'", Local "Local file system at /tmp/rclone467174833", Modify Window "876000h0m0s" 2026/04/10 05:39:18 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully created folder "rclone-test-giqipin9cazo/sub dir" with ID 3569417 2026/04/10 05:39:26 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.besepuj5" before starting 2026/04/10 05:39:30 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/sub dir/test remove existing 2026/04/10 05:39:31 DEBUG : sub dir/test remove existing.besepuj5: TEST: removing renamed existing file after operation 2026/04/10 05:39:32 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/sub dir/test remove existing.besepuj5 2026/04/10 05:39:34 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.capuzit8" before starting 2026/04/10 05:39:37 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/04/10 05:39:38 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.capuzit8: TEST: renaming existing back after failed operation 2026/04/10 05:39:42 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.capuzit8 2026/04/10 05:39:44 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zefamib0" before starting 2026/04/10 05:39:48 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/04/10 05:39:49 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zefamib0: TEST: removing renamed existing file after operation 2026/04/10 05:39:50 INFO : FileLu root 'rclone-test-giqipin9cazo': Successfully deleted file: /rclone-test-giqipin9cazo/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zefamib0 2026/04/10 05:39:53 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo/sub dir" --- PASS: TestRemoveExisting (36.57s) === 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/04/10 05:39:53 DEBUG : FileLu root 'rclone-test-giqipin9cazo': Purge remote 2026/04/10 05:39:54 INFO : FileLu root 'rclone-test-giqipin9cazo': Rmdir: successfully deleted "/rclone-test-giqipin9cazo" "./operations.test -test.v -test.timeout 1h0m0s -remote TestFileLu: -verbose" - Finished OK in 13m23.20092432s (try 1/5)