"./operations.test -test.v -test.timeout 1h0m0s -remote TestFileLu: -verbose" - Starting (try 1/5) 2026/05/02 02:50:07 DEBUG : Creating backend with remote "TestFileLu:rclone-test-keriwex4caqa" 2026/05/02 02:50:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/02 02:50:07 DEBUG : Creating backend with remote "/tmp/rclone30648974" === 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-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" multithread_test.go:119: multithread writing not supported 2026/05/02 02:50:08 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.63s) === RUN TestMultithreadCopyAbort run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" multithread_test.go:119: multithread writing not supported 2026/05/02 02:50:09 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.49s) === RUN TestSizeDiffers 2026/05/02 02:50:09 DEBUG : a: size = 0 OK 2026/05/02 02:50:09 DEBUG : a: size = 1 (memory) 2026/05/02 02:50:09 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/05/02 02:50:09 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/05/02 02:50:09 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/02 02:50:09 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/02 02:50:09 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/05/02 02:50:09 DEBUG : potato: Seek from 10 to 0 2026/05/02 02:50:09 DEBUG : potato: Seek from 10 to 0 2026/05/02 02:50:09 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/05/02 02:50:09 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/05/02 02:50:09 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/02 02:50:09 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/02 02:50:09 DEBUG : potato: Seek from 5 to 2 2026/05/02 02:50:09 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/05/02 02:50:09 DEBUG : potato: Seek from 7 to 0 2026/05/02 02:50:09 DEBUG : potato: Seek from 7 to 0 2026/05/02 02:50:09 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/05/02 02:50:09 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/05/02 02:50:09 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/02 02:50:09 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/02 02:50:09 DEBUG : potato: Seek from 5 to 2 2026/05/02 02:50:09 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/05/02 02:50:09 DEBUG : potato: Seek from 8 to 0 2026/05/02 02:50:09 DEBUG : potato: Seek from 8 to 0 2026/05/02 02:50:09 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/05/02 02:50:09 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/05/02 02:50:09 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/02 02:50:09 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/02 02:50:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/02 02:50:09 DEBUG : potato: Seek from 5 to 2 2026/05/02 02:50:09 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/05/02 02:50:09 DEBUG : potato: Seek from 9 to 0 2026/05/02 02:50:09 DEBUG : potato: Seek from 9 to 0 2026/05/02 02:50:09 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-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 02:50:09 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa" with ID 3709719 === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 2026/05/02 02:50:25 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/empty space 2026/05/02 02:50:25 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/potato2 2026/05/02 02:50:26 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/remotepotato 2026/05/02 02:50:26 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/rutabaga --- PASS: TestCheck (18.10s) --- PASS: TestCheck/1 (0.49s) --- PASS: TestCheck/2 (0.49s) --- PASS: TestCheck/3 (0.50s) --- PASS: TestCheck/4 (0.51s) --- PASS: TestCheck/5 (0.50s) --- PASS: TestCheck/6 (0.49s) --- PASS: TestCheck/7 (0.50s) === RUN TestCheckFsError 2026/05/02 02:50:27 DEBUG : Creating backend with remote "nonexistent" 2026/05/02 02:50:27 DEBUG : Creating backend with remote "nonexistent" 2026/05/02 02:50:27 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2026/05/02 02:50:27 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2026/05/02 02:50:27 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2026/05/02 02:50:27 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-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", 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/05/02 02:50:50 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/empty space 2026/05/02 02:50:51 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/potato2 2026/05/02 02:50:51 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/remotepotato 2026/05/02 02:50:52 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/rutabaga --- PASS: TestCheckDownload (25.42s) --- PASS: TestCheckDownload/1 (1.73s) --- PASS: TestCheckDownload/2 (1.62s) --- PASS: TestCheckDownload/3 (1.68s) --- PASS: TestCheckDownload/4 (1.71s) --- PASS: TestCheckDownload/5 (1.66s) --- PASS: TestCheckDownload/6 (1.69s) --- PASS: TestCheckDownload/7 (1.69s) === RUN TestCheckSizeOnly run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", 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/05/02 02:51:07 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/empty space 2026/05/02 02:51:08 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/potato2 2026/05/02 02:51:08 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/remotepotato 2026/05/02 02:51:09 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/rutabaga --- PASS: TestCheckSizeOnly (17.19s) --- PASS: TestCheckSizeOnly/1 (0.58s) --- PASS: TestCheckSizeOnly/2 (0.49s) --- PASS: TestCheckSizeOnly/3 (0.49s) --- PASS: TestCheckSizeOnly/4 (0.49s) --- PASS: TestCheckSizeOnly/5 (0.50s) --- PASS: TestCheckSizeOnly/6 (0.49s) --- PASS: TestCheckSizeOnly/7 (0.50s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 02:51:14 NOTICE: test.sum: improperly formatted checksum line 4 2026/05/02 02:51:14 NOTICE: test.sum: improperly formatted checksum line 5 2026/05/02 02:51:14 NOTICE: test.sum: improperly formatted checksum line 6 2026/05/02 02:51:14 NOTICE: test.sum: 2 warning(s) suppressed... 2026/05/02 02:51:18 NOTICE: test.sum: improperly formatted checksum line 4 2026/05/02 02:51:18 NOTICE: test.sum: improperly formatted checksum line 5 2026/05/02 02:51:18 NOTICE: test.sum: improperly formatted checksum line 6 2026/05/02 02:51:18 NOTICE: test.sum: 2 warning(s) suppressed... 2026/05/02 02:51:19 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/test.sum --- PASS: TestParseSumFile (10.56s) === RUN TestCheckSum run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 02:51:20 DEBUG : Creating backend with remote "TestFileLu:rclone-test-keriwex4caqa/data" 2026/05/02 02:51:20 DEBUG : Config file has changed externally - reloading check_test.go:350: FileLu root 'rclone-test-keriwex4caqa/data' lacks md5, skipping --- SKIP: TestCheckSum (1.54s) === RUN TestCheckSumDownload run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 02:51:21 DEBUG : Creating backend with remote "TestFileLu:rclone-test-keriwex4caqa/data" 2026/05/02 02:51:23 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/data" with ID 3709720 === RUN TestCheckSumDownload/subtest1 === RUN TestCheckSumDownload/subtest2 === RUN TestCheckSumDownload/subtest3 === RUN TestCheckSumDownload/subtest4 === RUN TestCheckSumDownload/subtest5 === RUN TestCheckSumDownload/subtest6 === RUN TestCheckSumDownload/subtest7 2026/05/02 02:52:25 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/test.sum 2026/05/02 02:52:26 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/data/banana 2026/05/02 02:52:26 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/data/potato 2026/05/02 02:52:28 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/data" --- PASS: TestCheckSumDownload (66.80s) --- PASS: TestCheckSumDownload/subtest1 (3.76s) --- PASS: TestCheckSumDownload/subtest2 (3.76s) --- PASS: TestCheckSumDownload/subtest3 (3.82s) --- PASS: TestCheckSumDownload/subtest4 (3.81s) --- PASS: TestCheckSumDownload/subtest5 (3.88s) --- PASS: TestCheckSumDownload/subtest6 (3.76s) --- PASS: TestCheckSumDownload/subtest7 (3.84s) === RUN TestApplyTransforms 2026/05/02 02:52:28 DEBUG : Creating backend with remote "TestFileLu:rclone-test-qitopil2wube" 2026/05/02 02:52:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/02 02:52:28 DEBUG : Creating backend with remote "/tmp/rclone3649390521" run.go:185: Remote "FileLu root 'rclone-test-qitopil2wube'", Local "Local file system at /tmp/rclone3649390521", Modify Window "876000h0m0s" 2026/05/02 02:52:29 INFO : FileLu root 'rclone-test-qitopil2wube': Successfully created folder "rclone-test-qitopil2wube" with ID 3709721 upper checkfile vs. lower remote (without normalization) 2026/05/02 02:52:32 ERROR : hello, world!: sum not found 2026/05/02 02:52:32 ERROR : HELLO, WORLD!: file not in FileLu root 'rclone-test-qitopil2wube' 2026/05/02 02:52:32 NOTICE: FileLu root 'rclone-test-qitopil2wube': 1 files missing 2026/05/02 02:52:32 NOTICE: 1 hashes missing 2026/05/02 02:52:32 NOTICE: FileLu root 'rclone-test-qitopil2wube': 1 differences found 2026/05/02 02:52:32 NOTICE: FileLu root 'rclone-test-qitopil2wube': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/05/02 02:52:34 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/02 02:52:34 NOTICE: FileLu root 'rclone-test-qitopil2wube': 0 differences found 2026/05/02 02:52:34 NOTICE: FileLu root 'rclone-test-qitopil2wube': 1 matching files 2026/05/02 02:52:34 DEBUG : Creating backend with remote "TestFileLu:rclone-test-fariyoq2yiju" 2026/05/02 02:52:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/02 02:52:34 DEBUG : Creating backend with remote "/tmp/rclone1997840476" run.go:185: Remote "FileLu root 'rclone-test-fariyoq2yiju'", Local "Local file system at /tmp/rclone1997840476", Modify Window "876000h0m0s" 2026/05/02 02:52:34 INFO : FileLu root 'rclone-test-fariyoq2yiju': Successfully created folder "rclone-test-fariyoq2yiju" with ID 3709722 lower checkfile vs. upper remote (without normalization) 2026/05/02 02:52:37 ERROR : HELLO, WORLD!: sum not found 2026/05/02 02:52:37 ERROR : hello, world!: file not in FileLu root 'rclone-test-fariyoq2yiju' 2026/05/02 02:52:37 NOTICE: FileLu root 'rclone-test-fariyoq2yiju': 1 files missing 2026/05/02 02:52:37 NOTICE: 1 hashes missing 2026/05/02 02:52:37 NOTICE: FileLu root 'rclone-test-fariyoq2yiju': 1 differences found 2026/05/02 02:52:37 NOTICE: FileLu root 'rclone-test-fariyoq2yiju': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/05/02 02:52:39 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/02 02:52:39 NOTICE: FileLu root 'rclone-test-fariyoq2yiju': 0 differences found 2026/05/02 02:52:39 NOTICE: FileLu root 'rclone-test-fariyoq2yiju': 1 matching files 2026/05/02 02:52:39 DEBUG : Creating backend with remote "TestFileLu:rclone-test-sucuzof3wane" 2026/05/02 02:52:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/02 02:52:39 DEBUG : Creating backend with remote "/tmp/rclone2743397327" run.go:185: Remote "FileLu root 'rclone-test-sucuzof3wane'", Local "Local file system at /tmp/rclone2743397327", Modify Window "876000h0m0s" 2026/05/02 02:52:39 INFO : FileLu root 'rclone-test-sucuzof3wane': Successfully created folder "rclone-test-sucuzof3wane" with ID 3709723 lower checkfile vs. upperlowermixed remote (without normalization) 2026/05/02 02:52:43 ERROR : HeLlO, wOrLd!: sum not found 2026/05/02 02:52:43 ERROR : hello, world!: file not in FileLu root 'rclone-test-sucuzof3wane' 2026/05/02 02:52:43 NOTICE: FileLu root 'rclone-test-sucuzof3wane': 1 files missing 2026/05/02 02:52:43 NOTICE: 1 hashes missing 2026/05/02 02:52:43 NOTICE: FileLu root 'rclone-test-sucuzof3wane': 1 differences found 2026/05/02 02:52:43 NOTICE: FileLu root 'rclone-test-sucuzof3wane': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/05/02 02:52:44 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/02 02:52:44 NOTICE: FileLu root 'rclone-test-sucuzof3wane': 0 differences found 2026/05/02 02:52:44 NOTICE: FileLu root 'rclone-test-sucuzof3wane': 1 matching files 2026/05/02 02:52:44 DEBUG : Creating backend with remote "TestFileLu:rclone-test-wayikiq4mazu" 2026/05/02 02:52:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/02 02:52:44 DEBUG : Creating backend with remote "/tmp/rclone2956844798" run.go:185: Remote "FileLu root 'rclone-test-wayikiq4mazu'", Local "Local file system at /tmp/rclone2956844798", Modify Window "876000h0m0s" 2026/05/02 02:52:45 INFO : FileLu root 'rclone-test-wayikiq4mazu': Successfully created folder "rclone-test-wayikiq4mazu" with ID 3709724 upperlowermixed checkfile vs. upper remote (without normalization) 2026/05/02 02:52:48 ERROR : HELLO, WORLD!: sum not found 2026/05/02 02:52:48 ERROR : HeLlO, wOrLd!: file not in FileLu root 'rclone-test-wayikiq4mazu' 2026/05/02 02:52:48 NOTICE: FileLu root 'rclone-test-wayikiq4mazu': 1 files missing 2026/05/02 02:52:48 NOTICE: 1 hashes missing 2026/05/02 02:52:48 NOTICE: FileLu root 'rclone-test-wayikiq4mazu': 1 differences found 2026/05/02 02:52:48 NOTICE: FileLu root 'rclone-test-wayikiq4mazu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/05/02 02:52:50 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/02 02:52:50 NOTICE: FileLu root 'rclone-test-wayikiq4mazu': 0 differences found 2026/05/02 02:52:50 NOTICE: FileLu root 'rclone-test-wayikiq4mazu': 1 matching files 2026/05/02 02:52:50 DEBUG : Creating backend with remote "TestFileLu:rclone-test-piweqid5daxu" 2026/05/02 02:52:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/02 02:52:50 DEBUG : Creating backend with remote "/tmp/rclone1708460835" run.go:185: Remote "FileLu root 'rclone-test-piweqid5daxu'", Local "Local file system at /tmp/rclone1708460835", Modify Window "876000h0m0s" 2026/05/02 02:52:50 INFO : FileLu root 'rclone-test-piweqid5daxu': Successfully created folder "rclone-test-piweqid5daxu" with ID 3709725 NFD checkfile vs. NFC remote (without normalization) 2026/05/02 02:52:53 ERROR : 測試_Русский___ě_áñ: sum not found 2026/05/02 02:52:53 ERROR : 測試_Русский___ě_áñ: file not in FileLu root 'rclone-test-piweqid5daxu' 2026/05/02 02:52:53 NOTICE: FileLu root 'rclone-test-piweqid5daxu': 1 files missing 2026/05/02 02:52:53 NOTICE: 1 hashes missing 2026/05/02 02:52:53 NOTICE: FileLu root 'rclone-test-piweqid5daxu': 1 differences found 2026/05/02 02:52:53 NOTICE: FileLu root 'rclone-test-piweqid5daxu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/05/02 02:52:55 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/02 02:52:55 NOTICE: FileLu root 'rclone-test-piweqid5daxu': 0 differences found 2026/05/02 02:52:55 NOTICE: FileLu root 'rclone-test-piweqid5daxu': 1 matching files 2026/05/02 02:52:55 DEBUG : Creating backend with remote "TestFileLu:rclone-test-jirepim6raqe" 2026/05/02 02:52:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/02 02:52:55 DEBUG : Creating backend with remote "/tmp/rclone2628517379" run.go:185: Remote "FileLu root 'rclone-test-jirepim6raqe'", Local "Local file system at /tmp/rclone2628517379", Modify Window "876000h0m0s" 2026/05/02 02:52:55 INFO : FileLu root 'rclone-test-jirepim6raqe': Successfully created folder "rclone-test-jirepim6raqe" with ID 3709726 check_test.go:570: Fs is incapable of running test, skipping: NFC checkfile vs. NFD remote (expected: 測試_Русский___ě_áñ (NFD) actual: 測試_Русский___ě_áñ (NFC)) 2026/05/02 02:52:58 DEBUG : FileLu root 'rclone-test-jirepim6raqe': Purge remote 2026/05/02 02:52:59 INFO : FileLu root 'rclone-test-jirepim6raqe': Rmdir: successfully deleted "/rclone-test-jirepim6raqe" 2026/05/02 02:52:59 DEBUG : FileLu root 'rclone-test-piweqid5daxu': Purge remote 2026/05/02 02:52:59 INFO : FileLu root 'rclone-test-piweqid5daxu': Rmdir: successfully deleted "/rclone-test-piweqid5daxu" 2026/05/02 02:52:59 DEBUG : FileLu root 'rclone-test-wayikiq4mazu': Purge remote 2026/05/02 02:53:00 INFO : FileLu root 'rclone-test-wayikiq4mazu': Rmdir: successfully deleted "/rclone-test-wayikiq4mazu" 2026/05/02 02:53:00 DEBUG : FileLu root 'rclone-test-sucuzof3wane': Purge remote 2026/05/02 02:53:00 INFO : FileLu root 'rclone-test-sucuzof3wane': Rmdir: successfully deleted "/rclone-test-sucuzof3wane" 2026/05/02 02:53:00 DEBUG : FileLu root 'rclone-test-fariyoq2yiju': Purge remote 2026/05/02 02:53:01 INFO : FileLu root 'rclone-test-fariyoq2yiju': Rmdir: successfully deleted "/rclone-test-fariyoq2yiju" 2026/05/02 02:53:01 DEBUG : FileLu root 'rclone-test-qitopil2wube': Purge remote 2026/05/02 02:53:01 INFO : FileLu root 'rclone-test-qitopil2wube': Rmdir: successfully deleted "/rclone-test-qitopil2wube" --- SKIP: TestApplyTransforms (32.96s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 02:53:02 DEBUG : file1: Need to transfer - File not found at Destination 2026/05/02 02:53:03 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/sub" with ID 3709727 2026/05/02 02:53:04 DEBUG : sub/file2: size = 14 OK 2026/05/02 02:53:04 INFO : file1: Copied (new) to: sub/file2 2026/05/02 02:53:06 DEBUG : sub/file2: size = 14 OK 2026/05/02 02:53:06 DEBUG : file1: Sizes identical 2026/05/02 02:53:06 DEBUG : file1: Unchanged skipping 2026/05/02 02:53:08 DEBUG : FileLu root 'rclone-test-keriwex4caqa': don't need to copy/move sub/file2, it is already at target location 2026/05/02 02:53:11 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/sub/file2 2026/05/02 02:53:12 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/sub" --- PASS: TestCopyFile (11.09s) === RUN TestCopyLongFile run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.99s) === RUN TestCopyFileBackupDir run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 02:53:14 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/dst" with ID 3709728 2026/05/02 02:53:18 DEBUG : Creating backend with remote "TestFileLu:rclone-test-keriwex4caqa/backup" 2026/05/02 02:53:18 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone30648974) 2026/05/02 02:53:18 DEBUG : dst/file1: size = 18 (FileLu root 'rclone-test-keriwex4caqa') 2026/05/02 02:53:18 DEBUG : dst/file1: Sizes differ 2026/05/02 02:53:21 INFO : FileLu root 'rclone-test-keriwex4caqa/backup': Successfully created folder "rclone-test-keriwex4caqa/backup/dst" with ID 3709730 2026/05/02 02:53:23 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/dst/file1 2026/05/02 02:53:23 INFO : dst/file1: Moved (server-side) 2026/05/02 02:53:25 DEBUG : dst/file1: size = 14 OK 2026/05/02 02:53:25 INFO : dst/file1: Copied (new) 2026/05/02 02:53:28 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/dst/file1 2026/05/02 02:53:29 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/backup/dst/file1 2026/05/02 02:53:30 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/dst" 2026/05/02 02:53:31 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/backup/dst" 2026/05/02 02:53:32 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/backup" --- PASS: TestCopyFileBackupDir (19.58s) === RUN TestCopyFileCompareDest run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 02:53:33 DEBUG : Creating backend with remote "TestFileLu:rclone-test-keriwex4caqa/dst" 2026/05/02 02:53:34 DEBUG : Creating backend with remote "TestFileLu:rclone-test-keriwex4caqa/CompareDest" 2026/05/02 02:53:34 DEBUG : one: Need to transfer - File not found at Destination 2026/05/02 02:53:36 INFO : FileLu root 'rclone-test-keriwex4caqa/dst': Successfully created folder "rclone-test-keriwex4caqa/dst" with ID 3709731 2026/05/02 02:53:38 DEBUG : one: size = 3 OK 2026/05/02 02:53:38 INFO : one: Copied (new) 2026/05/02 02:53:41 DEBUG : one: size = 5 (Local file system at /tmp/rclone30648974) 2026/05/02 02:53:41 DEBUG : one: size = 3 (FileLu root 'rclone-test-keriwex4caqa/dst') 2026/05/02 02:53:41 DEBUG : one: Sizes differ 2026/05/02 02:53:44 DEBUG : one: size = 5 OK 2026/05/02 02:53:44 INFO : one: Copied (replaced existing) 2026/05/02 02:53:48 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/CompareDest" with ID 3709732 2026/05/02 02:53:52 DEBUG : one: size = 5 (Local file system at /tmp/rclone30648974) 2026/05/02 02:53:52 DEBUG : one: size = 3 (FileLu root 'rclone-test-keriwex4caqa/dst') 2026/05/02 02:53:52 DEBUG : one: Sizes differ 2026/05/02 02:53:53 DEBUG : one: size = 5 OK 2026/05/02 02:53:53 DEBUG : one: Sizes identical 2026/05/02 02:53:53 DEBUG : one: Destination found in --compare-dest, skipping 2026/05/02 02:53:58 DEBUG : two: Need to transfer - File not found at Destination 2026/05/02 02:53:59 DEBUG : two: size = 3 OK 2026/05/02 02:53:59 DEBUG : two: Sizes identical 2026/05/02 02:53:59 DEBUG : two: Destination found in --compare-dest, skipping 2026/05/02 02:54:00 DEBUG : two: Need to transfer - File not found at Destination 2026/05/02 02:54:01 DEBUG : two: size = 3 OK 2026/05/02 02:54:01 DEBUG : two: Sizes identical 2026/05/02 02:54:01 DEBUG : two: Destination found in --compare-dest, skipping 2026/05/02 02:54:04 DEBUG : two: Need to transfer - File not found at Destination 2026/05/02 02:54:05 DEBUG : two: size = 5 (Local file system at /tmp/rclone30648974) 2026/05/02 02:54:05 DEBUG : two: size = 3 (FileLu root 'rclone-test-keriwex4caqa/CompareDest') 2026/05/02 02:54:05 DEBUG : two: Sizes differ 2026/05/02 02:54:07 DEBUG : two: size = 5 OK 2026/05/02 02:54:07 INFO : two: Copied (new) 2026/05/02 02:54:09 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/dst/one 2026/05/02 02:54:10 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/dst/two 2026/05/02 02:54:10 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/CompareDest/one 2026/05/02 02:54:11 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/CompareDest/two 2026/05/02 02:54:12 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/dst" 2026/05/02 02:54:13 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/CompareDest" --- PASS: TestCopyFileCompareDest (40.35s) === RUN TestCopyFileCopyDest run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" copy_test.go:277: Skipping test as remote does not support server-side copy --- SKIP: TestCopyFileCopyDest (0.99s) === RUN TestCopyInplace run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.99s) === RUN TestCopyLongFileName run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.98s) === RUN TestCopyLongFileNameCollision run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.99s) === RUN TestCopyFileMaxTransfer run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 02:54:18 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/05/02 02:54:19 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/TestCopyFileMaxTransfer" with ID 3709733 2026/05/02 02:54:20 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/05/02 02:54:20 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/05/02 02:54:22 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/05/02 02:54:23 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/05/02 02:54:25 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/05/02 02:54:26 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/05/02 02:54:28 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/05/02 02:54:28 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2026/05/02 02:54:31 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/TestCopyFileMaxTransfer/file1 2026/05/02 02:54:31 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/TestCopyFileMaxTransfer/file4 2026/05/02 02:54:32 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/TestCopyFileMaxTransfer" --- PASS: TestCopyFileMaxTransfer (15.80s) === RUN TestDeduplicateInteractive run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (1.41s) === RUN TestDeduplicateSkip run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.99s) === RUN TestDeduplicateSizeOnly run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.98s) === RUN TestDeduplicateFirst run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (1.01s) === RUN TestDeduplicateNewest run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.98s) === RUN TestDeduplicateNewestByHash run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.99s) === RUN TestDeduplicateOldest run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.99s) === RUN TestDeduplicateLargest run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", 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-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.99s) === RUN TestDeduplicateRename run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.98s) === RUN TestMergeDirs run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.98s) === RUN TestListDirSorted run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 02:54:50 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/sub dir" with ID 3709734 2026/05/02 02:54:54 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/sub dir/ignore dir" with ID 3709735 2026/05/02 02:54:59 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/sub dir/sub sub dir" with ID 3709736 2026/05/02 02:55:03 DEBUG : a.txt: Excluded (Size Filter) 2026/05/02 02:55:03 DEBUG : a.txt: Excluded 2026/05/02 02:55:04 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/05/02 02:55:04 DEBUG : sub dir/hello world2: Excluded 2026/05/02 02:55:04 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/05/02 02:55:04 DEBUG : sub dir/hello world: Excluded 2026/05/02 02:55:06 DEBUG : sub dir/ignore dir: Excluded 2026/05/02 02:55:06 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/05/02 02:55:06 DEBUG : sub dir/hello world2: Excluded 2026/05/02 02:55:06 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/05/02 02:55:06 DEBUG : sub dir/hello world: Excluded 2026/05/02 02:55:07 DEBUG : sub dir/ignore dir: Excluded 2026/05/02 02:55:09 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/a.txt 2026/05/02 02:55:09 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/zend.txt 2026/05/02 02:55:10 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/sub dir/hello world 2026/05/02 02:55:11 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/sub dir/hello world2 2026/05/02 02:55:12 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/sub dir/sub sub dir/hello world3 2026/05/02 02:55:12 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/sub dir/ignore dir/.ignore 2026/05/02 02:55:13 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/sub dir/ignore dir/should be ignored 2026/05/02 02:55:14 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/sub dir/sub sub dir" 2026/05/02 02:55:15 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/sub dir/ignore dir" 2026/05/02 02:55:16 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/sub dir" --- PASS: TestListDirSorted (32.65s) === RUN TestListDirSortedFn run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 02:55:22 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/sub dir" with ID 3709737 2026/05/02 02:55:27 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/sub dir/ignore dir" with ID 3709738 2026/05/02 02:55:32 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/sub dir/sub sub dir" with ID 3709739 2026/05/02 02:55:36 DEBUG : a.txt: Excluded (Size Filter) 2026/05/02 02:55:36 DEBUG : a.txt: Excluded 2026/05/02 02:55:37 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/05/02 02:55:37 DEBUG : sub dir/hello world2: Excluded 2026/05/02 02:55:37 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/05/02 02:55:37 DEBUG : sub dir/hello world: Excluded 2026/05/02 02:55:39 DEBUG : sub dir/ignore dir: Excluded 2026/05/02 02:55:39 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/05/02 02:55:39 DEBUG : sub dir/hello world2: Excluded 2026/05/02 02:55:39 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/05/02 02:55:39 DEBUG : sub dir/hello world: Excluded 2026/05/02 02:55:39 DEBUG : sub dir/ignore dir: Excluded 2026/05/02 02:55:41 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/a.txt 2026/05/02 02:55:42 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/zend.txt 2026/05/02 02:55:43 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/sub dir/hello world 2026/05/02 02:55:43 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/sub dir/hello world2 2026/05/02 02:55:44 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/sub dir/sub sub dir/hello world3 2026/05/02 02:55:45 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/sub dir/ignore dir/.ignore 2026/05/02 02:55:45 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/sub dir/ignore dir/should be ignored 2026/05/02 02:55:46 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/sub dir/sub sub dir" 2026/05/02 02:55:47 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/sub dir/ignore dir" 2026/05/02 02:55:48 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/sub dir" --- PASS: TestListDirSortedFn (31.98s) === RUN TestListJSON run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 02:55:52 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/sub" with ID 3709740 === 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/05/02 02:56:00 ERROR : file1: Failed to read hash: no valid file code found in the remote path === RUN TestListJSON/Metadata 2026/05/02 02:56:01 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/file1 2026/05/02 02:56:02 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/sub/file2 2026/05/02 02:56:03 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/sub" --- PASS: TestListJSON (14.71s) --- PASS: TestListJSON/Default (0.50s) --- PASS: TestListJSON/FilesOnly (0.50s) --- PASS: TestListJSON/DirsOnly (0.49s) --- PASS: TestListJSON/Recurse (0.98s) --- PASS: TestListJSON/SubDir (0.49s) --- PASS: TestListJSON/NoModTime (0.49s) --- PASS: TestListJSON/NoMimeType (0.49s) --- PASS: TestListJSON/ShowHash (0.49s) --- PASS: TestListJSON/HashTypes (0.49s) --- PASS: TestListJSON/Metadata (0.49s) === RUN TestStatJSON run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 02:56:07 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/sub" with ID 3709741 === 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/05/02 02:56:17 DEBUG : Creating backend with remote "TestFileLu:rclone-test-keriwex4caqa/notfound" 2026/05/02 02:56:17 DEBUG : Config file has changed externally - reloading 2026/05/02 02:56:19 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/file1 2026/05/02 02:56:20 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/sub/file2 2026/05/02 02:56:21 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/sub" --- PASS: TestStatJSON (18.28s) --- PASS: TestStatJSON/Root (0.49s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.50s) --- PASS: TestStatJSON/Dir (0.99s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.52s) --- PASS: TestStatJSON/File (0.98s) --- PASS: TestStatJSON/NotFound (0.98s) --- PASS: TestStatJSON/DirFilesOnly (0.49s) --- PASS: TestStatJSON/FileFilesOnly (0.98s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.49s) --- PASS: TestStatJSON/DirDirsOnly (0.50s) --- PASS: TestStatJSON/FileDirsOnly (0.51s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.49s) --- PASS: TestStatJSON/RootNotFound (1.09s) === RUN TestMkdir run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 02:56:22 INFO : FileLu root 'rclone-test-keriwex4caqa': Making directory 2026/05/02 02:56:22 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa" with ID 3.709719e+06 2026/05/02 02:56:23 INFO : FileLu root 'rclone-test-keriwex4caqa': Making directory 2026/05/02 02:56:23 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa" with ID 3.709719e+06 --- PASS: TestMkdir (3.72s) === RUN TestLsd run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 02:56:28 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/sub dir" with ID 3709742 2026/05/02 02:56:42 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/sub dir/hello world 2026/05/02 02:56:46 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/sub dir" --- PASS: TestLsd (21.08s) === RUN TestLs run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 02:57:04 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/empty space 2026/05/02 02:57:05 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/potato2 --- PASS: TestLs (20.43s) === RUN TestLsWithFilesFrom run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 02:57:21 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/05/02 02:57:21 DEBUG : empty space: Excluded 2026/05/02 02:57:24 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/empty space 2026/05/02 02:57:25 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/potato2 --- PASS: TestLsWithFilesFrom (18.35s) === RUN TestLsLong run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 02:57:33 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/empty space 2026/05/02 02:57:33 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/potato2 --- PASS: TestLsLong (8.10s) === RUN TestHashSums run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 02:57:39 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/empty space 2026/05/02 02:57:40 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/potato2 --- PASS: TestHashSums (6.81s) === RUN TestHashSumsWithErrors 2026/05/02 02:57:40 DEBUG : Creating backend with remote ":memory:" 2026/05/02 02:57:40 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/05/02 02:57:40 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/05/02 02:57:40 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/05/02 02:57:40 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/05/02 02:57:40 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/05/02 02:57:40 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/05/02 02:57:40 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/05/02 02:57:40 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/05/02 02:57:40 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 02:57:46 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/sub dir" with ID 3709743 2026/05/02 02:57:50 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/empty space 2026/05/02 02:57:50 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/potato2 2026/05/02 02:57:51 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/sub dir/potato3 2026/05/02 02:57:52 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/sub dir" --- PASS: TestCount (12.37s) === RUN TestDelete run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 02:58:00 DEBUG : Waiting for deletions to finish 2026/05/02 02:58:00 DEBUG : large: Excluded (Size Filter) 2026/05/02 02:58:00 DEBUG : large: Excluded 2026/05/02 02:58:01 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/medium 2026/05/02 02:58:01 INFO : medium: Deleted 2026/05/02 02:58:01 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/small 2026/05/02 02:58:01 INFO : small: Deleted 2026/05/02 02:58:02 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/large --- PASS: TestDelete (9.90s) === RUN TestMaxDelete run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 02:58:10 DEBUG : Waiting for deletions to finish 2026/05/02 02:58:10 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/05/02 02:58:11 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/large 2026/05/02 02:58:11 INFO : large: Deleted 2026/05/02 02:58:11 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/medium 2026/05/02 02:58:11 INFO : medium: Deleted 2026/05/02 02:58:12 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/small --- PASS: TestMaxDelete (10.97s) === RUN TestMaxDeleteSizeLargeFile run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 02:58:21 DEBUG : Waiting for deletions to finish 2026/05/02 02:58:21 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/05/02 02:58:22 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/medium 2026/05/02 02:58:22 INFO : medium: Deleted 2026/05/02 02:58:22 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/small 2026/05/02 02:58:22 INFO : small: Deleted 2026/05/02 02:58:23 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/large --- PASS: TestMaxDeleteSizeLargeFile (11.09s) === RUN TestMaxDeleteSize run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 02:58:32 DEBUG : Waiting for deletions to finish 2026/05/02 02:58:32 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/05/02 02:58:33 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/large 2026/05/02 02:58:33 INFO : large: Deleted 2026/05/02 02:58:33 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/medium 2026/05/02 02:58:33 INFO : medium: Deleted 2026/05/02 02:58:34 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/small --- PASS: TestMaxDeleteSize (10.94s) === RUN TestReadFile run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 02:58:41 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/ReadFile --- PASS: TestReadFile (7.26s) === RUN TestRetry 2026/05/02 02:58:43 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/05/02 02:58:43 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/05/02 02:58:43 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/05/02 02:58:43 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/05/02 02:58:43 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/05/02 02:58:43 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/05/02 02:58:43 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-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 02:59:04 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/file1 2026/05/02 02:59:05 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/file2 --- PASS: TestCat (22.36s) === RUN TestPurge 2026/05/02 02:59:05 DEBUG : Creating backend with remote "TestFileLu:rclone-test-bugediv0nude" 2026/05/02 02:59:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/02 02:59:05 DEBUG : Creating backend with remote "/tmp/rclone2667441483" run.go:185: Remote "FileLu root 'rclone-test-bugediv0nude'", Local "Local file system at /tmp/rclone2667441483", Modify Window "876000h0m0s" 2026/05/02 02:59:06 INFO : FileLu root 'rclone-test-bugediv0nude': Successfully created folder "rclone-test-bugediv0nude" with ID 3709744 2026/05/02 02:59:06 INFO : FileLu root 'rclone-test-bugediv0nude': Successfully created folder "rclone-test-bugediv0nude" with ID 3.709744e+06 2026/05/02 02:59:07 INFO : FileLu root 'rclone-test-bugediv0nude': Successfully created folder "rclone-test-bugediv0nude/A1/B1/C1" with ID 3709747 2026/05/02 02:59:09 INFO : A2: Making directory 2026/05/02 02:59:10 INFO : FileLu root 'rclone-test-bugediv0nude': Successfully created folder "rclone-test-bugediv0nude/A2" with ID 3709748 2026/05/02 02:59:10 INFO : A1/B2: Making directory 2026/05/02 02:59:10 INFO : FileLu root 'rclone-test-bugediv0nude': Successfully created folder "rclone-test-bugediv0nude/A1/B2" with ID 3709749 2026/05/02 02:59:10 INFO : A1/B2/C2: Making directory 2026/05/02 02:59:11 INFO : FileLu root 'rclone-test-bugediv0nude': Successfully created folder "rclone-test-bugediv0nude/A1/B2/C2" with ID 3709750 2026/05/02 02:59:11 INFO : A1/B1/C3: Making directory 2026/05/02 02:59:11 INFO : FileLu root 'rclone-test-bugediv0nude': Successfully created folder "rclone-test-bugediv0nude/A1/B1/C3" with ID 3709751 2026/05/02 02:59:11 INFO : A3: Making directory 2026/05/02 02:59:12 INFO : FileLu root 'rclone-test-bugediv0nude': Successfully created folder "rclone-test-bugediv0nude/A3" with ID 3709752 2026/05/02 02:59:12 INFO : A3/B3: Making directory 2026/05/02 02:59:12 INFO : FileLu root 'rclone-test-bugediv0nude': Successfully created folder "rclone-test-bugediv0nude/A3/B3" with ID 3709753 2026/05/02 02:59:12 INFO : A3/B3/C4: Making directory 2026/05/02 02:59:13 INFO : FileLu root 'rclone-test-bugediv0nude': Successfully created folder "rclone-test-bugediv0nude/A3/B3/C4" with ID 3709754 2026/05/02 02:59:17 INFO : FileLu root 'rclone-test-bugediv0nude': Rmdir: successfully deleted "/rclone-test-bugediv0nude/A1/B1" 2026/05/02 02:59:20 INFO : FileLu root 'rclone-test-bugediv0nude': Rmdir: successfully deleted "/rclone-test-bugediv0nude" 2026/05/02 02:59:20 ERROR : error listing: directory not found 2026/05/02 02:59:20 DEBUG : FileLu root 'rclone-test-bugediv0nude': Purge remote 2026/05/02 02:59:21 NOTICE: purge failed: delete error: Folder not found or not yours --- PASS: TestPurge (15.57s) === RUN TestRmdirsNoLeaveRoot run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 02:59:21 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa" with ID 3.709719e+06 2026/05/02 02:59:22 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A1/B1/C1" with ID 3709757 2026/05/02 02:59:24 INFO : A2: Making directory 2026/05/02 02:59:25 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A2" with ID 3709758 2026/05/02 02:59:25 INFO : A1/B2: Making directory 2026/05/02 02:59:25 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A1/B2" with ID 3709759 2026/05/02 02:59:25 INFO : A1/B2/C2: Making directory 2026/05/02 02:59:26 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A1/B2/C2" with ID 3709760 2026/05/02 02:59:26 INFO : A1/B1/C3: Making directory 2026/05/02 02:59:26 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A1/B1/C3" with ID 3709761 2026/05/02 02:59:26 INFO : A3: Making directory 2026/05/02 02:59:27 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A3" with ID 3709762 2026/05/02 02:59:27 INFO : A3/B3: Making directory 2026/05/02 02:59:27 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A3/B3" with ID 3709763 2026/05/02 02:59:27 INFO : A3/B3/C4: Making directory 2026/05/02 02:59:28 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A3/B3/C4" with ID 3709764 2026/05/02 02:59:32 DEBUG : removing 1 level 3 directories 2026/05/02 02:59:32 INFO : A3/B3/C4: Removing directory 2026/05/02 02:59:33 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A3/B3/C4" 2026/05/02 02:59:37 DEBUG : removing 2 level 3 directories 2026/05/02 02:59:37 INFO : A1/B2/C2: Removing directory 2026/05/02 02:59:37 INFO : A1/B1/C3: Removing directory 2026/05/02 02:59:38 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A1/B2/C2" 2026/05/02 02:59:39 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A1/B1/C3" 2026/05/02 02:59:39 DEBUG : removing 2 level 2 directories 2026/05/02 02:59:39 INFO : A3/B3: Removing directory 2026/05/02 02:59:39 INFO : A1/B2: Removing directory 2026/05/02 02:59:40 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A1/B2" 2026/05/02 02:59:40 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A3/B3" 2026/05/02 02:59:40 DEBUG : removing 2 level 1 directories 2026/05/02 02:59:40 INFO : A3: Removing directory 2026/05/02 02:59:40 INFO : A2: Removing directory 2026/05/02 02:59:41 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A3" 2026/05/02 02:59:41 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A2" 2026/05/02 02:59:45 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/A1/B1/C1/one 2026/05/02 02:59:46 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/A1/two 2026/05/02 02:59:48 DEBUG : removing 1 level 3 directories 2026/05/02 02:59:48 INFO : A1/B1/C1: Removing directory 2026/05/02 02:59:49 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A1/B1/C1" 2026/05/02 02:59:49 DEBUG : removing 1 level 2 directories 2026/05/02 02:59:49 INFO : A1/B1: Removing directory 2026/05/02 02:59:50 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A1/B1" 2026/05/02 02:59:50 DEBUG : removing 1 level 1 directories 2026/05/02 02:59:50 INFO : A1: Removing directory 2026/05/02 02:59:51 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A1" 2026/05/02 02:59:51 DEBUG : removing 1 level 0 directories 2026/05/02 02:59:51 INFO : FileLu root 'rclone-test-keriwex4caqa': Removing directory 2026/05/02 02:59:52 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa" 2026/05/02 02:59:53 ERROR : error listing: directory not found 2026/05/02 02:59:53 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (32.46s) === RUN TestRmdirsLeaveRoot run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 02:59:54 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa" with ID 3709765 2026/05/02 02:59:54 INFO : A1: Making directory 2026/05/02 02:59:54 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A1" with ID 3709766 2026/05/02 02:59:54 INFO : A1/B1: Making directory 2026/05/02 02:59:55 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A1/B1" with ID 3709767 2026/05/02 02:59:55 INFO : A1/B1/C1: Making directory 2026/05/02 02:59:55 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A1/B1/C1" with ID 3709768 2026/05/02 02:59:59 DEBUG : removing 1 level 3 directories 2026/05/02 02:59:59 INFO : A1/B1/C1: Removing directory 2026/05/02 03:00:00 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A1/B1/C1" 2026/05/02 03:00:00 DEBUG : removing 1 level 2 directories 2026/05/02 03:00:00 INFO : A1/B1: Removing directory 2026/05/02 03:00:01 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A1/B1" 2026/05/02 03:00:04 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A1" --- PASS: TestRmdirsLeaveRoot (11.08s) === RUN TestRmdirsWithFilter run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 03:00:05 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa" with ID 3.709765e+06 2026/05/02 03:00:05 INFO : A1: Making directory 2026/05/02 03:00:05 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A1" with ID 3709770 2026/05/02 03:00:05 INFO : A1/B1: Making directory 2026/05/02 03:00:06 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A1/B1" with ID 3709771 2026/05/02 03:00:06 INFO : A1/B1/C1: Making directory 2026/05/02 03:00:06 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A1/B1/C1" with ID 3709772 2026/05/02 03:00:10 DEBUG : removing 1 level 3 directories 2026/05/02 03:00:10 INFO : A1/B1/C1: Removing directory 2026/05/02 03:00:11 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A1/B1/C1" 2026/05/02 03:00:11 DEBUG : removing 1 level 2 directories 2026/05/02 03:00:11 INFO : A1/B1: Removing directory 2026/05/02 03:00:12 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A1/B1" 2026/05/02 03:00:15 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A1" --- PASS: TestRmdirsWithFilter (11.60s) === RUN TestCopyURL run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 03:00:20 DEBUG : filename.txt: File name found in url 2026/05/02 03:00:22 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/05/02 03:00:28 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/file1 2026/05/02 03:00:29 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/file2 2026/05/02 03:00:29 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/filename.txt 2026/05/02 03:00:30 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/headerfilename.txt --- PASS: TestCopyURL (14.46s) === RUN TestCopyURLDownloadHeaders run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 03:00:34 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/file1 --- PASS: TestCopyURLDownloadHeaders (3.73s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 03:00:35 DEBUG : file1: Need to transfer - File not found at Destination 2026/05/02 03:00:36 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/sub" with ID 3709775 2026/05/02 03:00:37 DEBUG : sub/file2: size = 14 OK 2026/05/02 03:00:37 INFO : file1: Copied (new) to: sub/file2 2026/05/02 03:00:37 INFO : file1: Deleted 2026/05/02 03:00:39 DEBUG : sub/file2: size = 14 OK 2026/05/02 03:00:39 DEBUG : file1: Sizes identical 2026/05/02 03:00:39 DEBUG : file1: Unchanged skipping 2026/05/02 03:00:39 INFO : file1: Deleted 2026/05/02 03:00:41 DEBUG : FileLu root 'rclone-test-keriwex4caqa': don't need to copy/move sub/file2, it is already at target location 2026/05/02 03:00:43 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/sub/file2 2026/05/02 03:00:44 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/sub" --- PASS: TestMoveFile (10.60s) === RUN TestMoveFileWithIgnoreExisting run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 03:00:45 DEBUG : file1: Need to transfer - File not found at Destination 2026/05/02 03:00:48 DEBUG : file1: size = 14 OK 2026/05/02 03:00:48 INFO : file1: Copied (new) 2026/05/02 03:00:48 INFO : file1: Deleted 2026/05/02 03:00:49 DEBUG : file1: Destination exists, skipping 2026/05/02 03:00:49 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set 2026/05/02 03:00:51 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/file1 --- PASS: TestMoveFileWithIgnoreExisting (6.31s) === RUN TestCaseInsensitiveMoveFile run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" --- PASS: TestCaseInsensitiveMoveFile (1.01s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" --- PASS: TestCaseInsensitiveMoveFileDryRun (1.01s) === RUN TestMoveFileBackupDir run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 03:00:54 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/dst" with ID 3709776 2026/05/02 03:00:58 DEBUG : Creating backend with remote "TestFileLu:rclone-test-keriwex4caqa/backup" 2026/05/02 03:00:58 DEBUG : Config file has changed externally - reloading 2026/05/02 03:00:58 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone30648974) 2026/05/02 03:00:58 DEBUG : dst/file1: size = 18 (FileLu root 'rclone-test-keriwex4caqa') 2026/05/02 03:00:58 DEBUG : dst/file1: Sizes differ 2026/05/02 03:01:01 INFO : FileLu root 'rclone-test-keriwex4caqa/backup': Successfully created folder "rclone-test-keriwex4caqa/backup/dst" with ID 3709778 2026/05/02 03:01:03 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/dst/file1 2026/05/02 03:01:03 INFO : dst/file1: Moved (server-side) 2026/05/02 03:01:05 DEBUG : dst/file1: size = 14 OK 2026/05/02 03:01:05 INFO : dst/file1: Copied (new) 2026/05/02 03:01:05 INFO : dst/file1: Deleted 2026/05/02 03:01:08 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/dst/file1 2026/05/02 03:01:09 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/backup/dst/file1 2026/05/02 03:01:10 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/dst" 2026/05/02 03:01:11 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/backup/dst" 2026/05/02 03:01:12 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/backup" --- PASS: TestMoveFileBackupDir (19.87s) === 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-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 03:01:13 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa" with ID 3.709765e+06 2026/05/02 03:01:14 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A1" with ID 3709779 2026/05/02 03:01:19 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A1/B1" with ID 3709780 2026/05/02 03:01:22 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A1/B1/C1" with ID 3709781 2026/05/02 03:01:25 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A1/B1/C2" with ID 3709782 2026/05/02 03:01:26 INFO : A1/B2: Making directory 2026/05/02 03:01:27 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A1/B2" with ID 3709783 2026/05/02 03:01:27 INFO : A1/B1/C3: Making directory 2026/05/02 03:01:27 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A1/B1/C3" with ID 3709784 2026/05/02 03:01:32 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A2" with ID 3709785 2026/05/02 03:01:32 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A2/B1" with ID 3709786 2026/05/02 03:01:33 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A2/B1/C1" with ID 3709787 2026/05/02 03:01:33 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A2/B1/C2" with ID 3709788 2026/05/02 03:01:34 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A2/B1/C3" with ID 3709789 2026/05/02 03:01:34 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A2/B2" with ID 3709790 2026/05/02 03:01:38 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/A1/two 2026/05/02 03:01:38 INFO : A1/two: Moved (server-side) to: A2/two 2026/05/02 03:01:38 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/A1/B1/three 2026/05/02 03:01:38 INFO : A1/B1/three: Moved (server-side) to: A2/B1/three 2026/05/02 03:01:38 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/A1/one 2026/05/02 03:01:38 INFO : A1/one: Moved (server-side) to: A2/one 2026/05/02 03:01:38 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/A1/B1/C2/five 2026/05/02 03:01:38 INFO : A1/B1/C2/five: Moved (server-side) to: A2/B1/C2/five 2026/05/02 03:01:39 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/A1/B1/C1/four 2026/05/02 03:01:39 INFO : A1/B1/C1/four: Moved (server-side) to: A2/B1/C1/four 2026/05/02 03:01:40 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A1/B2" 2026/05/02 03:01:41 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A1/B1/C3" 2026/05/02 03:01:42 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A1/B1/C2" 2026/05/02 03:01:43 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A1/B1/C1" 2026/05/02 03:01:44 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A1/B1" 2026/05/02 03:01:45 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A1" 2026/05/02 03:01:49 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A3" with ID 3709791 2026/05/02 03:01:49 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A3/B1" with ID 3709792 2026/05/02 03:01:50 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A3/B1/C1" with ID 3709793 2026/05/02 03:01:50 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A3/B1/C2" with ID 3709794 2026/05/02 03:01:51 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A3/B1/C3" with ID 3709795 2026/05/02 03:01:51 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A3/B2" with ID 3709796 2026/05/02 03:01:56 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/A2/one 2026/05/02 03:01:56 INFO : A2/one: Moved (server-side) to: A3/one 2026/05/02 03:01:56 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/A2/two 2026/05/02 03:01:56 INFO : A2/two: Moved (server-side) to: A3/two 2026/05/02 03:01:56 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/A2/B1/three 2026/05/02 03:01:56 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/05/02 03:01:56 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/A2/B1/C1/four 2026/05/02 03:01:56 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/05/02 03:01:56 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/A2/B1/C2/five 2026/05/02 03:01:56 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/05/02 03:01:57 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A2/B2" 2026/05/02 03:01:58 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A2/B1/C3" 2026/05/02 03:01:59 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A2/B1/C2" 2026/05/02 03:02:00 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A2/B1/C1" 2026/05/02 03:02:01 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A2/B1" 2026/05/02 03:02:02 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A2" 2026/05/02 03:02:04 INFO : FileLu root 'rclone-test-keriwex4caqa': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/05/02 03:02:06 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A4" with ID 3709797 2026/05/02 03:02:06 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A4/B1" with ID 3709798 2026/05/02 03:02:07 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A4/B1/C1" with ID 3709799 2026/05/02 03:02:07 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A4/B1/C2" with ID 3709800 2026/05/02 03:02:08 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A4/B1/C3" with ID 3709801 2026/05/02 03:02:08 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/A4/B2" with ID 3709802 2026/05/02 03:02:13 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/A3/one 2026/05/02 03:02:13 INFO : A3/one: Moved (server-side) to: A4/one 2026/05/02 03:02:13 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/A3/B1/C1/four 2026/05/02 03:02:13 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/05/02 03:02:13 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/A3/two 2026/05/02 03:02:13 INFO : A3/two: Moved (server-side) to: A4/two 2026/05/02 03:02:13 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/A3/B1/three 2026/05/02 03:02:13 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/05/02 03:02:13 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/A3/B1/C2/five 2026/05/02 03:02:13 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/05/02 03:02:14 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A3/B2" 2026/05/02 03:02:15 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A3/B1/C3" 2026/05/02 03:02:16 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A3/B1/C2" 2026/05/02 03:02:17 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A3/B1/C1" 2026/05/02 03:02:18 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A3/B1" 2026/05/02 03:02:19 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A3" 2026/05/02 03:02:23 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/A4/one 2026/05/02 03:02:23 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/A4/two 2026/05/02 03:02:24 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/A4/B1/three 2026/05/02 03:02:25 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/A4/B1/C1/four 2026/05/02 03:02:26 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/A4/B1/C2/five 2026/05/02 03:02:27 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A4/B2" 2026/05/02 03:02:28 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A4/B1/C3" 2026/05/02 03:02:29 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A4/B1/C2" 2026/05/02 03:02:30 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A4/B1/C1" 2026/05/02 03:02:31 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A4/B1" 2026/05/02 03:02:32 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/A4" --- PASS: TestDirMove (79.15s) === RUN TestGetFsInfo run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" --- PASS: TestGetFsInfo (1.02s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 03:02:34 DEBUG : FileLu root 'rclone-test-keriwex4caqa': File to upload is small (34 bytes), uploading instead of streaming 2026/05/02 03:02:36 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/05/02 03:02:36 NOTICE: FileLu root 'rclone-test-keriwex4caqa': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/05/02 03:02:36 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/05/02 03:02:36 DEBUG : FileLu root 'rclone-test-keriwex4caqa': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/05/02 03:02:38 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/05/02 03:02:38 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/05/02 03:02:40 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/no_checksum_big_file_from_pipe 2026/05/02 03:02:40 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/no_checksum_small_file_from_pipe === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 03:02:41 DEBUG : FileLu root 'rclone-test-keriwex4caqa': File to upload is small (34 bytes), uploading instead of streaming 2026/05/02 03:02:44 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/05/02 03:02:44 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/05/02 03:02:44 DEBUG : FileLu root 'rclone-test-keriwex4caqa': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/05/02 03:02:46 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/05/02 03:02:46 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/05/02 03:02:47 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/with_checksum_big_file_from_pipe 2026/05/02 03:02:48 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/with_checksum_small_file_from_pipe === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 03:02:49 DEBUG : FileLu root 'rclone-test-keriwex4caqa': File to upload is small (34 bytes), uploading instead of streaming 2026/05/02 03:02:51 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/05/02 03:02:51 DEBUG : ignore_checksum_small_file_from_pipe: Sizes identical 2026/05/02 03:02:51 DEBUG : FileLu root 'rclone-test-keriwex4caqa': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/05/02 03:02:53 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/05/02 03:02:53 DEBUG : ignore_checksum_big_file_from_pipe: Sizes identical 2026/05/02 03:02:55 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/ignore_checksum_big_file_from_pipe 2026/05/02 03:02:55 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/ignore_checksum_small_file_from_pipe === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 03:02:56 DEBUG : FileLu root 'rclone-test-keriwex4caqa': File to upload is small (34 bytes), uploading instead of streaming 2026/05/02 03:02:58 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/05/02 03:02:58 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/05/02 03:02:58 DEBUG : FileLu root 'rclone-test-keriwex4caqa': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/05/02 03:03:01 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/05/02 03:03:01 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/05/02 03:03:02 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/ignore_checksum_big_file_from_pipe 2026/05/02 03:03:03 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/ignore_checksum_small_file_from_pipe --- PASS: TestRcat (30.05s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (7.69s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (7.43s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (7.48s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (7.44s) === RUN TestRcatMetadata run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" operations_test.go:1563: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (1.01s) === RUN TestRcatSize run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 03:03:06 DEBUG : FileLu root 'rclone-test-keriwex4caqa': File to upload is small (60 bytes), uploading instead of streaming 2026/05/02 03:03:09 DEBUG : potato2: size = 60 OK 2026/05/02 03:03:09 DEBUG : potato2: Size of src and dst objects identical 2026/05/02 03:03:10 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/potato1 2026/05/02 03:03:11 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/potato2 --- PASS: TestRcatSize (6.98s) === RUN TestRcatSizeMetadata run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" operations_test.go:1644: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (1.00s) === RUN TestRcatSizeUploadHeaders run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 03:03:15 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/potato1 --- PASS: TestRcatSizeUploadHeaders (3.75s) === RUN TestTouchDir run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" operations_test.go:1735: Skipping test as remote does not support modtime --- SKIP: TestTouchDir (1.00s) === RUN TestMkdirMetadata run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", 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-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" operations_test.go:1792: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (1.01s) === RUN TestCopyDirMetadata run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" operations_test.go:1813: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (1.44s) === RUN TestSetDirModTime run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" operations_test.go:1849: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (1.01s) === RUN TestDirsEqual run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" operations_test.go:1893: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (1.01s) === RUN TestRemoveExisting run.go:185: Remote "FileLu root 'rclone-test-keriwex4caqa'", Local "Local file system at /tmp/rclone30648974", Modify Window "876000h0m0s" 2026/05/02 03:03:23 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully created folder "rclone-test-keriwex4caqa/sub dir" with ID 3709803 2026/05/02 03:03:32 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.gejequr8" before starting 2026/05/02 03:03:36 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/sub dir/test remove existing 2026/05/02 03:03:37 DEBUG : sub dir/test remove existing.gejequr8: TEST: removing renamed existing file after operation 2026/05/02 03:03:37 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/sub dir/test remove existing.gejequr8 2026/05/02 03:03:39 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.lapexef4" before starting 2026/05/02 03:03:43 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/05/02 03:03:44 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.lapexef4: TEST: renaming existing back after failed operation 2026/05/02 03:03:48 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.lapexef4 2026/05/02 03:03:50 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.gulunuk3" before starting 2026/05/02 03:03:54 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/05/02 03:03:55 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.gulunuk3: TEST: removing renamed existing file after operation 2026/05/02 03:03:55 INFO : FileLu root 'rclone-test-keriwex4caqa': Successfully deleted file: /rclone-test-keriwex4caqa/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.gulunuk3 2026/05/02 03:03:58 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa/sub dir" --- PASS: TestRemoveExisting (36.44s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumSingleFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumSingleFile (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2026/05/02 03:03:59 DEBUG : FileLu root 'rclone-test-keriwex4caqa': Purge remote 2026/05/02 03:03:59 INFO : FileLu root 'rclone-test-keriwex4caqa': Rmdir: successfully deleted "/rclone-test-keriwex4caqa" "./operations.test -test.v -test.timeout 1h0m0s -remote TestFileLu: -verbose" - Finished OK in 13m51.965383544s (try 1/5)