"./operations.test -test.v -test.timeout 1h0m0s -remote TestFileLu: -verbose" - Starting (try 1/5) 2026/04/13 03:26:16 DEBUG : Creating backend with remote "TestFileLu:rclone-test-cilacis7fake" 2026/04/13 03:26:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/13 03:26:16 DEBUG : Creating backend with remote "/tmp/rclone21006019" === 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-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" multithread_test.go:119: multithread writing not supported 2026/04/13 03:26:17 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.64s) === RUN TestMultithreadCopyAbort run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" multithread_test.go:119: multithread writing not supported 2026/04/13 03:26:18 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.50s) === RUN TestSizeDiffers 2026/04/13 03:26:18 DEBUG : a: size = 0 OK 2026/04/13 03:26:18 DEBUG : a: size = 1 (memory) 2026/04/13 03:26:18 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/04/13 03:26:18 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/04/13 03:26:18 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/13 03:26:18 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/13 03:26:18 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/04/13 03:26:18 DEBUG : potato: Seek from 10 to 0 2026/04/13 03:26:18 DEBUG : potato: Seek from 10 to 0 2026/04/13 03:26:18 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/04/13 03:26:18 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/04/13 03:26:18 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/13 03:26:18 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/13 03:26:18 DEBUG : potato: Seek from 5 to 2 2026/04/13 03:26:18 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/04/13 03:26:18 DEBUG : potato: Seek from 7 to 0 2026/04/13 03:26:18 DEBUG : potato: Seek from 7 to 0 2026/04/13 03:26:18 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/04/13 03:26:18 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/04/13 03:26:18 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/13 03:26:18 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/13 03:26:18 DEBUG : potato: Seek from 5 to 2 2026/04/13 03:26:18 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/04/13 03:26:18 DEBUG : potato: Seek from 8 to 0 2026/04/13 03:26:18 DEBUG : potato: Seek from 8 to 0 2026/04/13 03:26:18 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/04/13 03:26:18 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/04/13 03:26:18 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/13 03:26:18 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/13 03:26:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/13 03:26:18 DEBUG : potato: Seek from 5 to 2 2026/04/13 03:26:18 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/04/13 03:26:18 DEBUG : potato: Seek from 9 to 0 2026/04/13 03:26:18 DEBUG : potato: Seek from 9 to 0 2026/04/13 03:26:18 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-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:26:18 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake" with ID 3572680 === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 2026/04/13 03:26:34 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/empty space 2026/04/13 03:26:34 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/potato2 2026/04/13 03:26:35 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/remotepotato 2026/04/13 03:26:35 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/rutabaga --- PASS: TestCheck (18.32s) --- PASS: TestCheck/1 (0.51s) --- PASS: TestCheck/2 (0.50s) --- PASS: TestCheck/3 (0.51s) --- PASS: TestCheck/4 (0.51s) --- PASS: TestCheck/5 (0.51s) --- PASS: TestCheck/6 (0.51s) --- PASS: TestCheck/7 (0.51s) === RUN TestCheckFsError 2026/04/13 03:26:36 DEBUG : Creating backend with remote "nonexistent" 2026/04/13 03:26:36 DEBUG : Creating backend with remote "nonexistent" 2026/04/13 03:26:36 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2026/04/13 03:26:36 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2026/04/13 03:26:36 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2026/04/13 03:26:36 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-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 === RUN TestCheckDownload/3 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 2026/04/13 03:27:00 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/empty space 2026/04/13 03:27:00 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/potato2 2026/04/13 03:27:01 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/remotepotato 2026/04/13 03:27:02 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/rutabaga --- PASS: TestCheckDownload (26.18s) --- PASS: TestCheckDownload/1 (1.73s) --- PASS: TestCheckDownload/2 (1.73s) --- PASS: TestCheckDownload/3 (1.74s) --- PASS: TestCheckDownload/4 (1.87s) --- PASS: TestCheckDownload/5 (1.73s) --- PASS: TestCheckDownload/6 (1.73s) --- PASS: TestCheckDownload/7 (1.69s) === RUN TestCheckSizeOnly run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 === RUN TestCheckSizeOnly/3 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 2026/04/13 03:27:18 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/empty space 2026/04/13 03:27:18 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/potato2 2026/04/13 03:27:19 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/remotepotato 2026/04/13 03:27:19 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/rutabaga --- PASS: TestCheckSizeOnly (17.66s) --- PASS: TestCheckSizeOnly/1 (0.51s) --- PASS: TestCheckSizeOnly/2 (0.51s) --- PASS: TestCheckSizeOnly/3 (0.51s) --- PASS: TestCheckSizeOnly/4 (0.51s) --- PASS: TestCheckSizeOnly/5 (0.53s) --- PASS: TestCheckSizeOnly/6 (0.51s) --- PASS: TestCheckSizeOnly/7 (0.53s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:27:24 NOTICE: test.sum: improperly formatted checksum line 4 2026/04/13 03:27:24 NOTICE: test.sum: improperly formatted checksum line 5 2026/04/13 03:27:24 NOTICE: test.sum: improperly formatted checksum line 6 2026/04/13 03:27:24 NOTICE: test.sum: 2 warning(s) suppressed... 2026/04/13 03:27:29 NOTICE: test.sum: improperly formatted checksum line 4 2026/04/13 03:27:29 NOTICE: test.sum: improperly formatted checksum line 5 2026/04/13 03:27:29 NOTICE: test.sum: improperly formatted checksum line 6 2026/04/13 03:27:29 NOTICE: test.sum: 2 warning(s) suppressed... 2026/04/13 03:27:30 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/test.sum --- PASS: TestParseSumFile (10.97s) === RUN TestCheckSum run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:27:31 DEBUG : Creating backend with remote "TestFileLu:rclone-test-cilacis7fake/data" check_test.go:350: FileLu root 'rclone-test-cilacis7fake/data' lacks md5, skipping --- SKIP: TestCheckSum (1.60s) === RUN TestCheckSumDownload run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:27:32 DEBUG : Creating backend with remote "TestFileLu:rclone-test-cilacis7fake/data" 2026/04/13 03:27:34 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/data" with ID 3572681 === RUN TestCheckSumDownload/subtest1 === RUN TestCheckSumDownload/subtest2 === RUN TestCheckSumDownload/subtest3 === RUN TestCheckSumDownload/subtest4 === RUN TestCheckSumDownload/subtest5 === RUN TestCheckSumDownload/subtest6 === RUN TestCheckSumDownload/subtest7 2026/04/13 03:28:37 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/test.sum 2026/04/13 03:28:38 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/data/banana 2026/04/13 03:28:39 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/data/potato 2026/04/13 03:28:40 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/data" --- PASS: TestCheckSumDownload (67.84s) --- PASS: TestCheckSumDownload/subtest1 (3.85s) --- PASS: TestCheckSumDownload/subtest2 (3.87s) --- PASS: TestCheckSumDownload/subtest3 (3.83s) --- PASS: TestCheckSumDownload/subtest4 (3.94s) --- PASS: TestCheckSumDownload/subtest5 (3.86s) --- PASS: TestCheckSumDownload/subtest6 (4.01s) --- PASS: TestCheckSumDownload/subtest7 (3.88s) === RUN TestApplyTransforms 2026/04/13 03:28:40 DEBUG : Creating backend with remote "TestFileLu:rclone-test-vicodis8weti" 2026/04/13 03:28:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/13 03:28:40 DEBUG : Creating backend with remote "/tmp/rclone2047230179" run.go:185: Remote "FileLu root 'rclone-test-vicodis8weti'", Local "Local file system at /tmp/rclone2047230179", Modify Window "876000h0m0s" 2026/04/13 03:28:41 INFO : FileLu root 'rclone-test-vicodis8weti': Successfully created folder "rclone-test-vicodis8weti" with ID 3572682 upper checkfile vs. lower remote (without normalization) 2026/04/13 03:28:44 ERROR : hello, world!: sum not found 2026/04/13 03:28:44 ERROR : HELLO, WORLD!: file not in FileLu root 'rclone-test-vicodis8weti' 2026/04/13 03:28:44 NOTICE: FileLu root 'rclone-test-vicodis8weti': 1 files missing 2026/04/13 03:28:44 NOTICE: 1 hashes missing 2026/04/13 03:28:44 NOTICE: FileLu root 'rclone-test-vicodis8weti': 1 differences found 2026/04/13 03:28:44 NOTICE: FileLu root 'rclone-test-vicodis8weti': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/04/13 03:28:46 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/13 03:28:46 NOTICE: FileLu root 'rclone-test-vicodis8weti': 0 differences found 2026/04/13 03:28:46 NOTICE: FileLu root 'rclone-test-vicodis8weti': 1 matching files 2026/04/13 03:28:46 DEBUG : Creating backend with remote "TestFileLu:rclone-test-tegavul6vite" 2026/04/13 03:28:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/13 03:28:46 DEBUG : Creating backend with remote "/tmp/rclone3121511835" run.go:185: Remote "FileLu root 'rclone-test-tegavul6vite'", Local "Local file system at /tmp/rclone3121511835", Modify Window "876000h0m0s" 2026/04/13 03:28:46 INFO : FileLu root 'rclone-test-tegavul6vite': Successfully created folder "rclone-test-tegavul6vite" with ID 3572683 lower checkfile vs. upper remote (without normalization) 2026/04/13 03:28:50 ERROR : HELLO, WORLD!: sum not found 2026/04/13 03:28:50 ERROR : hello, world!: file not in FileLu root 'rclone-test-tegavul6vite' 2026/04/13 03:28:50 NOTICE: FileLu root 'rclone-test-tegavul6vite': 1 files missing 2026/04/13 03:28:50 NOTICE: 1 hashes missing 2026/04/13 03:28:50 NOTICE: FileLu root 'rclone-test-tegavul6vite': 1 differences found 2026/04/13 03:28:50 NOTICE: FileLu root 'rclone-test-tegavul6vite': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/04/13 03:28:51 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/13 03:28:51 NOTICE: FileLu root 'rclone-test-tegavul6vite': 0 differences found 2026/04/13 03:28:51 NOTICE: FileLu root 'rclone-test-tegavul6vite': 1 matching files 2026/04/13 03:28:51 DEBUG : Creating backend with remote "TestFileLu:rclone-test-jiqirob2cipu" 2026/04/13 03:28:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/13 03:28:51 DEBUG : Creating backend with remote "/tmp/rclone4119984804" run.go:185: Remote "FileLu root 'rclone-test-jiqirob2cipu'", Local "Local file system at /tmp/rclone4119984804", Modify Window "876000h0m0s" 2026/04/13 03:28:52 INFO : FileLu root 'rclone-test-jiqirob2cipu': Successfully created folder "rclone-test-jiqirob2cipu" with ID 3572684 lower checkfile vs. upperlowermixed remote (without normalization) 2026/04/13 03:28:55 ERROR : HeLlO, wOrLd!: sum not found 2026/04/13 03:28:55 ERROR : hello, world!: file not in FileLu root 'rclone-test-jiqirob2cipu' 2026/04/13 03:28:55 NOTICE: FileLu root 'rclone-test-jiqirob2cipu': 1 files missing 2026/04/13 03:28:55 NOTICE: 1 hashes missing 2026/04/13 03:28:55 NOTICE: FileLu root 'rclone-test-jiqirob2cipu': 1 differences found 2026/04/13 03:28:55 NOTICE: FileLu root 'rclone-test-jiqirob2cipu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/04/13 03:28:57 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/13 03:28:57 NOTICE: FileLu root 'rclone-test-jiqirob2cipu': 0 differences found 2026/04/13 03:28:57 NOTICE: FileLu root 'rclone-test-jiqirob2cipu': 1 matching files 2026/04/13 03:28:57 DEBUG : Creating backend with remote "TestFileLu:rclone-test-cukegos4todi" 2026/04/13 03:28:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/13 03:28:57 DEBUG : Creating backend with remote "/tmp/rclone2495669608" run.go:185: Remote "FileLu root 'rclone-test-cukegos4todi'", Local "Local file system at /tmp/rclone2495669608", Modify Window "876000h0m0s" 2026/04/13 03:28:57 INFO : FileLu root 'rclone-test-cukegos4todi': Successfully created folder "rclone-test-cukegos4todi" with ID 3572685 upperlowermixed checkfile vs. upper remote (without normalization) 2026/04/13 03:29:01 ERROR : HELLO, WORLD!: sum not found 2026/04/13 03:29:01 ERROR : HeLlO, wOrLd!: file not in FileLu root 'rclone-test-cukegos4todi' 2026/04/13 03:29:01 NOTICE: FileLu root 'rclone-test-cukegos4todi': 1 files missing 2026/04/13 03:29:01 NOTICE: 1 hashes missing 2026/04/13 03:29:01 NOTICE: FileLu root 'rclone-test-cukegos4todi': 1 differences found 2026/04/13 03:29:01 NOTICE: FileLu root 'rclone-test-cukegos4todi': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/04/13 03:29:02 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/13 03:29:02 NOTICE: FileLu root 'rclone-test-cukegos4todi': 0 differences found 2026/04/13 03:29:02 NOTICE: FileLu root 'rclone-test-cukegos4todi': 1 matching files 2026/04/13 03:29:02 DEBUG : Creating backend with remote "TestFileLu:rclone-test-bakocox3vibu" 2026/04/13 03:29:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/13 03:29:02 DEBUG : Creating backend with remote "/tmp/rclone2738479603" run.go:185: Remote "FileLu root 'rclone-test-bakocox3vibu'", Local "Local file system at /tmp/rclone2738479603", Modify Window "876000h0m0s" 2026/04/13 03:29:03 INFO : FileLu root 'rclone-test-bakocox3vibu': Successfully created folder "rclone-test-bakocox3vibu" with ID 3572686 NFD checkfile vs. NFC remote (without normalization) 2026/04/13 03:29:06 ERROR : 測試_Русский___ě_áñ: sum not found 2026/04/13 03:29:06 ERROR : 測試_Русский___ě_áñ: file not in FileLu root 'rclone-test-bakocox3vibu' 2026/04/13 03:29:06 NOTICE: FileLu root 'rclone-test-bakocox3vibu': 1 files missing 2026/04/13 03:29:06 NOTICE: 1 hashes missing 2026/04/13 03:29:06 NOTICE: FileLu root 'rclone-test-bakocox3vibu': 1 differences found 2026/04/13 03:29:06 NOTICE: FileLu root 'rclone-test-bakocox3vibu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/04/13 03:29:08 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/13 03:29:08 NOTICE: FileLu root 'rclone-test-bakocox3vibu': 0 differences found 2026/04/13 03:29:08 NOTICE: FileLu root 'rclone-test-bakocox3vibu': 1 matching files 2026/04/13 03:29:08 DEBUG : Creating backend with remote "TestFileLu:rclone-test-kusedab8kago" 2026/04/13 03:29:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/13 03:29:08 DEBUG : Creating backend with remote "/tmp/rclone1805724684" run.go:185: Remote "FileLu root 'rclone-test-kusedab8kago'", Local "Local file system at /tmp/rclone1805724684", Modify Window "876000h0m0s" 2026/04/13 03:29:08 INFO : FileLu root 'rclone-test-kusedab8kago': Successfully created folder "rclone-test-kusedab8kago" with ID 3572687 check_test.go:570: Fs is incapable of running test, skipping: NFC checkfile vs. NFD remote (expected: 測試_Русский___ě_áñ (NFD) actual: 測試_Русский___ě_áñ (NFC)) 2026/04/13 03:29:11 DEBUG : FileLu root 'rclone-test-kusedab8kago': Purge remote 2026/04/13 03:29:11 INFO : FileLu root 'rclone-test-kusedab8kago': Rmdir: successfully deleted "/rclone-test-kusedab8kago" 2026/04/13 03:29:11 DEBUG : FileLu root 'rclone-test-bakocox3vibu': Purge remote 2026/04/13 03:29:12 INFO : FileLu root 'rclone-test-bakocox3vibu': Rmdir: successfully deleted "/rclone-test-bakocox3vibu" 2026/04/13 03:29:12 DEBUG : FileLu root 'rclone-test-cukegos4todi': Purge remote 2026/04/13 03:29:13 INFO : FileLu root 'rclone-test-cukegos4todi': Rmdir: successfully deleted "/rclone-test-cukegos4todi" 2026/04/13 03:29:13 DEBUG : FileLu root 'rclone-test-jiqirob2cipu': Purge remote 2026/04/13 03:29:13 INFO : FileLu root 'rclone-test-jiqirob2cipu': Rmdir: successfully deleted "/rclone-test-jiqirob2cipu" 2026/04/13 03:29:13 DEBUG : FileLu root 'rclone-test-tegavul6vite': Purge remote 2026/04/13 03:29:14 INFO : FileLu root 'rclone-test-tegavul6vite': Rmdir: successfully deleted "/rclone-test-tegavul6vite" 2026/04/13 03:29:14 DEBUG : FileLu root 'rclone-test-vicodis8weti': Purge remote 2026/04/13 03:29:14 INFO : FileLu root 'rclone-test-vicodis8weti': Rmdir: successfully deleted "/rclone-test-vicodis8weti" --- SKIP: TestApplyTransforms (33.99s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:29:15 DEBUG : file1: Need to transfer - File not found at Destination 2026/04/13 03:29:16 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/sub" with ID 3572688 2026/04/13 03:29:17 DEBUG : sub/file2: size = 14 OK 2026/04/13 03:29:17 INFO : file1: Copied (new) to: sub/file2 2026/04/13 03:29:19 DEBUG : sub/file2: size = 14 OK 2026/04/13 03:29:19 DEBUG : file1: Sizes identical 2026/04/13 03:29:19 DEBUG : file1: Unchanged skipping 2026/04/13 03:29:20 DEBUG : FileLu root 'rclone-test-cilacis7fake': don't need to copy/move sub/file2, it is already at target location 2026/04/13 03:29:23 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/sub/file2 2026/04/13 03:29:24 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/sub" --- PASS: TestCopyFile (10.30s) === RUN TestCopyLongFile run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (1.01s) === RUN TestCopyFileBackupDir run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:29:26 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/dst" with ID 3572689 2026/04/13 03:29:30 DEBUG : Creating backend with remote "TestFileLu:rclone-test-cilacis7fake/backup" 2026/04/13 03:29:31 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone21006019) 2026/04/13 03:29:31 DEBUG : dst/file1: size = 18 (FileLu root 'rclone-test-cilacis7fake') 2026/04/13 03:29:31 DEBUG : dst/file1: Sizes differ 2026/04/13 03:29:33 INFO : FileLu root 'rclone-test-cilacis7fake/backup': Successfully created folder "rclone-test-cilacis7fake/backup/dst" with ID 3572691 2026/04/13 03:29:36 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/dst/file1 2026/04/13 03:29:36 INFO : dst/file1: Moved (server-side) 2026/04/13 03:29:38 DEBUG : dst/file1: size = 14 OK 2026/04/13 03:29:38 INFO : dst/file1: Copied (new) 2026/04/13 03:29:41 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/dst/file1 2026/04/13 03:29:42 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/backup/dst/file1 2026/04/13 03:29:43 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/dst" 2026/04/13 03:29:44 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/backup/dst" 2026/04/13 03:29:45 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/backup" --- PASS: TestCopyFileBackupDir (19.96s) === RUN TestCopyFileCompareDest run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:29:45 DEBUG : Creating backend with remote "TestFileLu:rclone-test-cilacis7fake/dst" 2026/04/13 03:29:46 DEBUG : Creating backend with remote "TestFileLu:rclone-test-cilacis7fake/CompareDest" 2026/04/13 03:29:47 DEBUG : one: Need to transfer - File not found at Destination 2026/04/13 03:29:49 INFO : FileLu root 'rclone-test-cilacis7fake/dst': Successfully created folder "rclone-test-cilacis7fake/dst" with ID 3572692 2026/04/13 03:29:50 DEBUG : one: size = 3 OK 2026/04/13 03:29:50 INFO : one: Copied (new) 2026/04/13 03:29:53 DEBUG : one: size = 5 (Local file system at /tmp/rclone21006019) 2026/04/13 03:29:53 DEBUG : one: size = 3 (FileLu root 'rclone-test-cilacis7fake/dst') 2026/04/13 03:29:53 DEBUG : one: Sizes differ 2026/04/13 03:29:57 DEBUG : one: size = 5 OK 2026/04/13 03:29:57 INFO : one: Copied (replaced existing) 2026/04/13 03:30:01 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/CompareDest" with ID 3572693 2026/04/13 03:30:05 DEBUG : one: size = 5 (Local file system at /tmp/rclone21006019) 2026/04/13 03:30:05 DEBUG : one: size = 3 (FileLu root 'rclone-test-cilacis7fake/dst') 2026/04/13 03:30:05 DEBUG : one: Sizes differ 2026/04/13 03:30:06 DEBUG : one: size = 5 OK 2026/04/13 03:30:06 DEBUG : one: Sizes identical 2026/04/13 03:30:06 DEBUG : one: Destination found in --compare-dest, skipping 2026/04/13 03:30:11 DEBUG : two: Need to transfer - File not found at Destination 2026/04/13 03:30:12 DEBUG : two: size = 3 OK 2026/04/13 03:30:12 DEBUG : two: Sizes identical 2026/04/13 03:30:12 DEBUG : two: Destination found in --compare-dest, skipping 2026/04/13 03:30:14 DEBUG : two: Need to transfer - File not found at Destination 2026/04/13 03:30:15 DEBUG : two: size = 3 OK 2026/04/13 03:30:15 DEBUG : two: Sizes identical 2026/04/13 03:30:15 DEBUG : two: Destination found in --compare-dest, skipping 2026/04/13 03:30:17 DEBUG : two: Need to transfer - File not found at Destination 2026/04/13 03:30:18 DEBUG : two: size = 5 (Local file system at /tmp/rclone21006019) 2026/04/13 03:30:18 DEBUG : two: size = 3 (FileLu root 'rclone-test-cilacis7fake/CompareDest') 2026/04/13 03:30:18 DEBUG : two: Sizes differ 2026/04/13 03:30:20 DEBUG : two: size = 5 OK 2026/04/13 03:30:20 INFO : two: Copied (new) 2026/04/13 03:30:23 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/dst/one 2026/04/13 03:30:24 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/dst/two 2026/04/13 03:30:24 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/CompareDest/one 2026/04/13 03:30:25 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/CompareDest/two 2026/04/13 03:30:26 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/dst" 2026/04/13 03:30:27 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/CompareDest" --- PASS: TestCopyFileCompareDest (41.69s) === RUN TestCopyFileCopyDest run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" copy_test.go:277: Skipping test as remote does not support server-side copy --- SKIP: TestCopyFileCopyDest (1.05s) === RUN TestCopyInplace run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (1.01s) === RUN TestCopyLongFileName run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (1.01s) === RUN TestCopyLongFileNameCollision run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (1.01s) === RUN TestCopyFileMaxTransfer run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:30:32 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/04/13 03:30:33 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/TestCopyFileMaxTransfer" with ID 3572698 2026/04/13 03:30:34 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/04/13 03:30:34 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/04/13 03:30:36 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/04/13 03:30:38 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: failed to upload file: failed to send upload request: Post "https://d37s.filelu.live/cgi-bin/upload.cgi?upload_type=rclone&utype=prem&": failed to copy file content: max transfer limit reached as set by --max-transfer 2026/04/13 03:30:39 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/04/13 03:30:41 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/04/13 03:30:43 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/04/13 03:30:43 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2026/04/13 03:30:45 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/TestCopyFileMaxTransfer/file1 2026/04/13 03:30:46 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/TestCopyFileMaxTransfer/file4 2026/04/13 03:30:47 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/TestCopyFileMaxTransfer" --- PASS: TestCopyFileMaxTransfer (16.32s) === RUN TestDeduplicateInteractive run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (1.02s) === RUN TestDeduplicateSkip run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (1.01s) === RUN TestDeduplicateSizeOnly run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (1.01s) === RUN TestDeduplicateFirst run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (1.02s) === RUN TestDeduplicateNewest run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (1.01s) === RUN TestDeduplicateNewestByHash run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (1.02s) === RUN TestDeduplicateOldest run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (1.01s) === RUN TestDeduplicateLargest run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (1.03s) === RUN TestDeduplicateSmallest run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (1.01s) === RUN TestDeduplicateRename run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (1.01s) === RUN TestMergeDirs run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (1.01s) === RUN TestListDirSorted run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:31:04 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/sub dir" with ID 3572707 2026/04/13 03:31:09 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/sub dir/ignore dir" with ID 3572708 2026/04/13 03:31:14 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/sub dir/sub sub dir" with ID 3572709 2026/04/13 03:31:18 DEBUG : a.txt: Excluded (Size Filter) 2026/04/13 03:31:18 DEBUG : a.txt: Excluded 2026/04/13 03:31:19 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/04/13 03:31:19 DEBUG : sub dir/hello world2: Excluded 2026/04/13 03:31:19 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/04/13 03:31:19 DEBUG : sub dir/hello world: Excluded 2026/04/13 03:31:21 DEBUG : sub dir/ignore dir: Excluded 2026/04/13 03:31:21 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/04/13 03:31:21 DEBUG : sub dir/hello world2: Excluded 2026/04/13 03:31:21 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/04/13 03:31:21 DEBUG : sub dir/hello world: Excluded 2026/04/13 03:31:22 DEBUG : sub dir/ignore dir: Excluded 2026/04/13 03:31:24 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/a.txt 2026/04/13 03:31:24 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/zend.txt 2026/04/13 03:31:25 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/sub dir/hello world 2026/04/13 03:31:26 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/sub dir/hello world2 2026/04/13 03:31:27 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/sub dir/sub sub dir/hello world3 2026/04/13 03:31:27 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/sub dir/ignore dir/.ignore 2026/04/13 03:31:28 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/sub dir/ignore dir/should be ignored 2026/04/13 03:31:29 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/sub dir/sub sub dir" 2026/04/13 03:31:30 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/sub dir/ignore dir" 2026/04/13 03:31:31 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/sub dir" --- PASS: TestListDirSorted (32.82s) === RUN TestListDirSortedFn run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:31:37 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/sub dir" with ID 3572711 2026/04/13 03:31:42 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/sub dir/ignore dir" with ID 3572713 2026/04/13 03:31:47 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/sub dir/sub sub dir" with ID 3572714 2026/04/13 03:31:51 DEBUG : a.txt: Excluded (Size Filter) 2026/04/13 03:31:51 DEBUG : a.txt: Excluded 2026/04/13 03:31:52 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/04/13 03:31:52 DEBUG : sub dir/hello world2: Excluded 2026/04/13 03:31:52 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/04/13 03:31:52 DEBUG : sub dir/hello world: Excluded 2026/04/13 03:31:54 DEBUG : sub dir/ignore dir: Excluded 2026/04/13 03:31:54 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/04/13 03:31:54 DEBUG : sub dir/hello world2: Excluded 2026/04/13 03:31:54 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/04/13 03:31:54 DEBUG : sub dir/hello world: Excluded 2026/04/13 03:31:55 DEBUG : sub dir/ignore dir: Excluded 2026/04/13 03:31:57 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/a.txt 2026/04/13 03:31:57 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/zend.txt 2026/04/13 03:31:58 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/sub dir/hello world 2026/04/13 03:31:59 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/sub dir/hello world2 2026/04/13 03:32:00 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/sub dir/sub sub dir/hello world3 2026/04/13 03:32:00 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/sub dir/ignore dir/.ignore 2026/04/13 03:32:01 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/sub dir/ignore dir/should be ignored 2026/04/13 03:32:02 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/sub dir/sub sub dir" 2026/04/13 03:32:03 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/sub dir/ignore dir" 2026/04/13 03:32:04 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/sub dir" --- PASS: TestListDirSortedFn (32.83s) === RUN TestListJSON run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:32:07 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/sub" with ID 3572715 === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2026/04/13 03:32:15 ERROR : file1: Failed to read hash: no valid file code found in the remote path === RUN TestListJSON/Metadata 2026/04/13 03:32:17 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/file1 2026/04/13 03:32:18 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/sub/file2 2026/04/13 03:32:19 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/sub" --- PASS: TestListJSON (15.01s) --- PASS: TestListJSON/Default (0.51s) --- PASS: TestListJSON/FilesOnly (0.50s) --- PASS: TestListJSON/DirsOnly (0.51s) --- PASS: TestListJSON/Recurse (1.01s) --- PASS: TestListJSON/SubDir (0.51s) --- PASS: TestListJSON/NoModTime (0.51s) --- PASS: TestListJSON/NoMimeType (0.51s) --- PASS: TestListJSON/ShowHash (0.51s) --- PASS: TestListJSON/HashTypes (0.51s) --- PASS: TestListJSON/Metadata (0.50s) === RUN TestStatJSON run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:32:22 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/sub" with ID 3572716 === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2026/04/13 03:32:33 DEBUG : Creating backend with remote "TestFileLu:rclone-test-cilacis7fake/notfound" 2026/04/13 03:32:35 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/file1 2026/04/13 03:32:37 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/sub/file2 2026/04/13 03:32:38 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/sub" --- PASS: TestStatJSON (18.80s) --- PASS: TestStatJSON/Root (0.53s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.51s) --- PASS: TestStatJSON/Dir (1.02s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.50s) --- PASS: TestStatJSON/File (1.03s) --- PASS: TestStatJSON/NotFound (1.01s) --- PASS: TestStatJSON/DirFilesOnly (0.51s) --- PASS: TestStatJSON/FileFilesOnly (1.01s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.51s) --- PASS: TestStatJSON/DirDirsOnly (0.50s) --- PASS: TestStatJSON/FileDirsOnly (0.50s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.53s) --- PASS: TestStatJSON/RootNotFound (1.12s) === RUN TestMkdir run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:32:38 INFO : FileLu root 'rclone-test-cilacis7fake': Making directory 2026/04/13 03:32:39 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake" with ID 3.57268e+06 2026/04/13 03:32:39 INFO : FileLu root 'rclone-test-cilacis7fake': Making directory 2026/04/13 03:32:40 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake" with ID 3.57268e+06 --- PASS: TestMkdir (2.54s) === RUN TestLsd run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:32:42 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/sub dir" with ID 3572717 2026/04/13 03:32:46 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/sub dir/hello world 2026/04/13 03:32:47 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/sub dir" --- PASS: TestLsd (7.33s) === RUN TestLs run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:32:54 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/empty space 2026/04/13 03:32:55 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/potato2 --- PASS: TestLs (7.43s) === RUN TestLsWithFilesFrom run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:33:01 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/04/13 03:33:01 DEBUG : empty space: Excluded 2026/04/13 03:33:03 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/empty space 2026/04/13 03:33:03 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/potato2 --- PASS: TestLsWithFilesFrom (8.46s) === RUN TestLsLong run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:33:10 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/empty space 2026/04/13 03:33:11 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/potato2 --- PASS: TestLsLong (7.56s) === RUN TestHashSums run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:33:17 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/empty space 2026/04/13 03:33:18 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/potato2 --- PASS: TestHashSums (6.89s) === RUN TestHashSumsWithErrors 2026/04/13 03:33:18 DEBUG : Creating backend with remote ":memory:" 2026/04/13 03:33:18 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/04/13 03:33:18 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/04/13 03:33:18 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/04/13 03:33:18 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/04/13 03:33:18 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/04/13 03:33:18 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/04/13 03:33:18 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/04/13 03:33:18 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/04/13 03:33:18 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-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:33:24 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/sub dir" with ID 3572718 2026/04/13 03:33:28 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/empty space 2026/04/13 03:33:28 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/potato2 2026/04/13 03:33:29 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/sub dir/potato3 2026/04/13 03:33:30 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/sub dir" --- PASS: TestCount (12.71s) === RUN TestDelete run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:33:38 DEBUG : Waiting for deletions to finish 2026/04/13 03:33:39 DEBUG : large: Excluded (Size Filter) 2026/04/13 03:33:39 DEBUG : large: Excluded 2026/04/13 03:33:39 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/medium 2026/04/13 03:33:39 INFO : medium: Deleted 2026/04/13 03:33:39 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/small 2026/04/13 03:33:39 INFO : small: Deleted 2026/04/13 03:33:41 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/large --- PASS: TestDelete (10.21s) === RUN TestMaxDelete run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:33:48 DEBUG : Waiting for deletions to finish 2026/04/13 03:33:49 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2026/04/13 03:33:49 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/large 2026/04/13 03:33:49 INFO : large: Deleted 2026/04/13 03:33:49 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/small 2026/04/13 03:33:49 INFO : small: Deleted 2026/04/13 03:33:51 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/medium --- PASS: TestMaxDelete (11.18s) === RUN TestMaxDeleteSizeLargeFile run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:33:59 DEBUG : Waiting for deletions to finish 2026/04/13 03:34:00 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/04/13 03:34:00 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/medium 2026/04/13 03:34:00 INFO : medium: Deleted 2026/04/13 03:34:00 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/small 2026/04/13 03:34:00 INFO : small: Deleted 2026/04/13 03:34:02 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/large --- PASS: TestMaxDeleteSizeLargeFile (11.21s) === RUN TestMaxDeleteSize run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:34:11 DEBUG : Waiting for deletions to finish 2026/04/13 03:34:11 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/04/13 03:34:12 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/large 2026/04/13 03:34:12 INFO : large: Deleted 2026/04/13 03:34:12 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/medium 2026/04/13 03:34:12 INFO : medium: Deleted 2026/04/13 03:34:13 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/small --- PASS: TestMaxDeleteSize (11.24s) === RUN TestReadFile run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:34:21 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/ReadFile --- PASS: TestReadFile (7.50s) === RUN TestRetry 2026/04/13 03:34:22 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/04/13 03:34:22 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/04/13 03:34:22 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/04/13 03:34:22 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/04/13 03:34:22 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/04/13 03:34:22 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/04/13 03:34:22 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-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:34:42 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/file1 2026/04/13 03:34:43 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/file2 --- PASS: TestCat (21.07s) === RUN TestPurge 2026/04/13 03:34:43 DEBUG : Creating backend with remote "TestFileLu:rclone-test-faqibuh5dexa" 2026/04/13 03:34:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/13 03:34:43 DEBUG : Creating backend with remote "/tmp/rclone1680006478" run.go:185: Remote "FileLu root 'rclone-test-faqibuh5dexa'", Local "Local file system at /tmp/rclone1680006478", Modify Window "876000h0m0s" 2026/04/13 03:34:44 INFO : FileLu root 'rclone-test-faqibuh5dexa': Successfully created folder "rclone-test-faqibuh5dexa" with ID 3572719 2026/04/13 03:34:45 INFO : FileLu root 'rclone-test-faqibuh5dexa': Successfully created folder "rclone-test-faqibuh5dexa" with ID 3.572719e+06 2026/04/13 03:34:46 INFO : FileLu root 'rclone-test-faqibuh5dexa': Successfully created folder "rclone-test-faqibuh5dexa/A1/B1/C1" with ID 3572722 2026/04/13 03:34:47 INFO : A2: Making directory 2026/04/13 03:34:48 INFO : FileLu root 'rclone-test-faqibuh5dexa': Successfully created folder "rclone-test-faqibuh5dexa/A2" with ID 3572723 2026/04/13 03:34:48 INFO : A1/B2: Making directory 2026/04/13 03:34:48 INFO : FileLu root 'rclone-test-faqibuh5dexa': Successfully created folder "rclone-test-faqibuh5dexa/A1/B2" with ID 3572724 2026/04/13 03:34:48 INFO : A1/B2/C2: Making directory 2026/04/13 03:34:49 INFO : FileLu root 'rclone-test-faqibuh5dexa': Successfully created folder "rclone-test-faqibuh5dexa/A1/B2/C2" with ID 3572725 2026/04/13 03:34:49 INFO : A1/B1/C3: Making directory 2026/04/13 03:34:49 INFO : FileLu root 'rclone-test-faqibuh5dexa': Successfully created folder "rclone-test-faqibuh5dexa/A1/B1/C3" with ID 3572726 2026/04/13 03:34:49 INFO : A3: Making directory 2026/04/13 03:34:50 INFO : FileLu root 'rclone-test-faqibuh5dexa': Successfully created folder "rclone-test-faqibuh5dexa/A3" with ID 3572727 2026/04/13 03:34:50 INFO : A3/B3: Making directory 2026/04/13 03:34:50 INFO : FileLu root 'rclone-test-faqibuh5dexa': Successfully created folder "rclone-test-faqibuh5dexa/A3/B3" with ID 3572728 2026/04/13 03:34:50 INFO : A3/B3/C4: Making directory 2026/04/13 03:34:51 INFO : FileLu root 'rclone-test-faqibuh5dexa': Successfully created folder "rclone-test-faqibuh5dexa/A3/B3/C4" with ID 3572729 2026/04/13 03:34:56 INFO : FileLu root 'rclone-test-faqibuh5dexa': Rmdir: successfully deleted "/rclone-test-faqibuh5dexa/A1/B1" 2026/04/13 03:34:58 INFO : FileLu root 'rclone-test-faqibuh5dexa': Rmdir: successfully deleted "/rclone-test-faqibuh5dexa" 2026/04/13 03:34:59 ERROR : error listing: directory not found 2026/04/13 03:34:59 DEBUG : FileLu root 'rclone-test-faqibuh5dexa': Purge remote 2026/04/13 03:34:59 NOTICE: purge failed: delete error: Folder not found or not yours --- PASS: TestPurge (15.89s) === RUN TestRmdirsNoLeaveRoot run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:35:00 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake" with ID 3.57268e+06 2026/04/13 03:35:01 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A1/B1/C1" with ID 3572732 2026/04/13 03:35:03 INFO : A2: Making directory 2026/04/13 03:35:03 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A2" with ID 3572733 2026/04/13 03:35:03 INFO : A1/B2: Making directory 2026/04/13 03:35:04 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A1/B2" with ID 3572734 2026/04/13 03:35:04 INFO : A1/B2/C2: Making directory 2026/04/13 03:35:04 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A1/B2/C2" with ID 3572735 2026/04/13 03:35:04 INFO : A1/B1/C3: Making directory 2026/04/13 03:35:05 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A1/B1/C3" with ID 3572736 2026/04/13 03:35:05 INFO : A3: Making directory 2026/04/13 03:35:05 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A3" with ID 3572737 2026/04/13 03:35:05 INFO : A3/B3: Making directory 2026/04/13 03:35:06 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A3/B3" with ID 3572738 2026/04/13 03:35:06 INFO : A3/B3/C4: Making directory 2026/04/13 03:35:06 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A3/B3/C4" with ID 3572739 2026/04/13 03:35:11 DEBUG : removing 1 level 3 directories 2026/04/13 03:35:11 INFO : A3/B3/C4: Removing directory 2026/04/13 03:35:12 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A3/B3/C4" 2026/04/13 03:35:16 DEBUG : removing 2 level 3 directories 2026/04/13 03:35:16 INFO : A1/B2/C2: Removing directory 2026/04/13 03:35:16 INFO : A1/B1/C3: Removing directory 2026/04/13 03:35:17 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A1/B2/C2" 2026/04/13 03:35:17 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A1/B1/C3" 2026/04/13 03:35:17 DEBUG : removing 2 level 2 directories 2026/04/13 03:35:17 INFO : A3/B3: Removing directory 2026/04/13 03:35:17 INFO : A1/B2: Removing directory 2026/04/13 03:35:18 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A3/B3" 2026/04/13 03:35:18 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A1/B2" 2026/04/13 03:35:18 DEBUG : removing 2 level 1 directories 2026/04/13 03:35:18 INFO : A3: Removing directory 2026/04/13 03:35:18 INFO : A2: Removing directory 2026/04/13 03:35:19 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A3" 2026/04/13 03:35:19 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A2" 2026/04/13 03:35:23 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/A1/B1/C1/one 2026/04/13 03:35:24 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/A1/two 2026/04/13 03:35:26 DEBUG : removing 1 level 3 directories 2026/04/13 03:35:26 INFO : A1/B1/C1: Removing directory 2026/04/13 03:35:27 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A1/B1/C1" 2026/04/13 03:35:27 DEBUG : removing 1 level 2 directories 2026/04/13 03:35:27 INFO : A1/B1: Removing directory 2026/04/13 03:35:28 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A1/B1" 2026/04/13 03:35:28 DEBUG : removing 1 level 1 directories 2026/04/13 03:35:28 INFO : A1: Removing directory 2026/04/13 03:35:29 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A1" 2026/04/13 03:35:29 DEBUG : removing 1 level 0 directories 2026/04/13 03:35:29 INFO : FileLu root 'rclone-test-cilacis7fake': Removing directory 2026/04/13 03:35:30 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake" 2026/04/13 03:35:31 ERROR : error listing: directory not found 2026/04/13 03:35:31 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (32.16s) === RUN TestRmdirsLeaveRoot run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:35:32 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake" with ID 3572740 2026/04/13 03:35:32 INFO : A1: Making directory 2026/04/13 03:35:32 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A1" with ID 3572741 2026/04/13 03:35:32 INFO : A1/B1: Making directory 2026/04/13 03:35:33 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A1/B1" with ID 3572742 2026/04/13 03:35:33 INFO : A1/B1/C1: Making directory 2026/04/13 03:35:34 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A1/B1/C1" with ID 3572743 2026/04/13 03:35:37 DEBUG : removing 1 level 3 directories 2026/04/13 03:35:37 INFO : A1/B1/C1: Removing directory 2026/04/13 03:35:38 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A1/B1/C1" 2026/04/13 03:35:38 DEBUG : removing 1 level 2 directories 2026/04/13 03:35:38 INFO : A1/B1: Removing directory 2026/04/13 03:35:39 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A1/B1" 2026/04/13 03:35:42 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A1" --- PASS: TestRmdirsLeaveRoot (11.24s) === RUN TestRmdirsWithFilter run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:35:43 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake" with ID 3.57274e+06 2026/04/13 03:35:43 INFO : A1: Making directory 2026/04/13 03:35:44 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A1" with ID 3572744 2026/04/13 03:35:44 INFO : A1/B1: Making directory 2026/04/13 03:35:44 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A1/B1" with ID 3572745 2026/04/13 03:35:44 INFO : A1/B1/C1: Making directory 2026/04/13 03:35:45 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A1/B1/C1" with ID 3572746 2026/04/13 03:35:49 DEBUG : removing 1 level 3 directories 2026/04/13 03:35:49 INFO : A1/B1/C1: Removing directory 2026/04/13 03:35:50 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A1/B1/C1" 2026/04/13 03:35:50 DEBUG : removing 1 level 2 directories 2026/04/13 03:35:50 INFO : A1/B1: Removing directory 2026/04/13 03:35:51 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A1/B1" 2026/04/13 03:35:54 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A1" --- PASS: TestRmdirsWithFilter (11.72s) === RUN TestCopyURL run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:35:59 DEBUG : filename.txt: File name found in url 2026/04/13 03:36:01 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/04/13 03:36:07 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/file1 2026/04/13 03:36:07 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/file2 2026/04/13 03:36:08 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/filename.txt 2026/04/13 03:36:08 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/headerfilename.txt --- PASS: TestCopyURL (14.43s) === RUN TestCopyURLDownloadHeaders run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:36:12 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/file1 --- PASS: TestCopyURLDownloadHeaders (3.68s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:36:13 DEBUG : file1: Need to transfer - File not found at Destination 2026/04/13 03:36:14 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/sub" with ID 3572747 2026/04/13 03:36:16 DEBUG : sub/file2: size = 14 OK 2026/04/13 03:36:16 INFO : file1: Copied (new) to: sub/file2 2026/04/13 03:36:16 INFO : file1: Deleted 2026/04/13 03:36:18 DEBUG : sub/file2: size = 14 OK 2026/04/13 03:36:18 DEBUG : file1: Sizes identical 2026/04/13 03:36:18 DEBUG : file1: Unchanged skipping 2026/04/13 03:36:18 INFO : file1: Deleted 2026/04/13 03:36:19 DEBUG : FileLu root 'rclone-test-cilacis7fake': don't need to copy/move sub/file2, it is already at target location 2026/04/13 03:36:21 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/sub/file2 2026/04/13 03:36:22 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/sub" --- PASS: TestMoveFile (10.42s) === RUN TestMoveFileWithIgnoreExisting run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:36:23 DEBUG : file1: Need to transfer - File not found at Destination 2026/04/13 03:36:26 DEBUG : file1: size = 14 OK 2026/04/13 03:36:26 INFO : file1: Copied (new) 2026/04/13 03:36:26 INFO : file1: Deleted 2026/04/13 03:36:27 DEBUG : file1: Destination exists, skipping 2026/04/13 03:36:27 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set 2026/04/13 03:36:29 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/file1 --- PASS: TestMoveFileWithIgnoreExisting (6.39s) === RUN TestCaseInsensitiveMoveFile run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" --- PASS: TestCaseInsensitiveMoveFile (1.01s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" --- PASS: TestCaseInsensitiveMoveFileDryRun (1.03s) === RUN TestMoveFileBackupDir run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:36:32 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/dst" with ID 3572748 2026/04/13 03:36:36 DEBUG : Creating backend with remote "TestFileLu:rclone-test-cilacis7fake/backup" 2026/04/13 03:36:36 DEBUG : Config file has changed externally - reloading 2026/04/13 03:36:37 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone21006019) 2026/04/13 03:36:37 DEBUG : dst/file1: size = 18 (FileLu root 'rclone-test-cilacis7fake') 2026/04/13 03:36:37 DEBUG : dst/file1: Sizes differ 2026/04/13 03:36:39 INFO : FileLu root 'rclone-test-cilacis7fake/backup': Successfully created folder "rclone-test-cilacis7fake/backup/dst" with ID 3572750 2026/04/13 03:36:42 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/dst/file1 2026/04/13 03:36:42 INFO : dst/file1: Moved (server-side) 2026/04/13 03:36:44 DEBUG : dst/file1: size = 14 OK 2026/04/13 03:36:44 INFO : dst/file1: Copied (new) 2026/04/13 03:36:44 INFO : dst/file1: Deleted 2026/04/13 03:36:47 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/dst/file1 2026/04/13 03:36:47 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/backup/dst/file1 2026/04/13 03:36:48 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/dst" 2026/04/13 03:36:50 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/backup/dst" 2026/04/13 03:36:51 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/backup" --- PASS: TestMoveFileBackupDir (19.60s) === 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-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:36:52 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake" with ID 3.57274e+06 2026/04/13 03:36:53 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A1" with ID 3572751 2026/04/13 03:36:57 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A1/B1" with ID 3572752 2026/04/13 03:37:00 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A1/B1/C1" with ID 3572753 2026/04/13 03:37:03 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A1/B1/C2" with ID 3572754 2026/04/13 03:37:04 INFO : A1/B2: Making directory 2026/04/13 03:37:05 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A1/B2" with ID 3572755 2026/04/13 03:37:05 INFO : A1/B1/C3: Making directory 2026/04/13 03:37:06 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A1/B1/C3" with ID 3572756 2026/04/13 03:37:10 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A2" with ID 3572757 2026/04/13 03:37:10 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A2/B1" with ID 3572758 2026/04/13 03:37:11 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A2/B1/C1" with ID 3572759 2026/04/13 03:37:11 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A2/B1/C2" with ID 3572760 2026/04/13 03:37:12 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A2/B1/C3" with ID 3572761 2026/04/13 03:37:12 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A2/B2" with ID 3572762 2026/04/13 03:37:17 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/A1/B1/C2/five 2026/04/13 03:37:17 INFO : A1/B1/C2/five: Moved (server-side) to: A2/B1/C2/five 2026/04/13 03:37:17 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/A1/B1/three 2026/04/13 03:37:17 INFO : A1/B1/three: Moved (server-side) to: A2/B1/three 2026/04/13 03:37:17 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/A1/one 2026/04/13 03:37:17 INFO : A1/one: Moved (server-side) to: A2/one 2026/04/13 03:37:17 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/A1/B1/C1/four 2026/04/13 03:37:17 INFO : A1/B1/C1/four: Moved (server-side) to: A2/B1/C1/four 2026/04/13 03:37:17 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/A1/two 2026/04/13 03:37:17 INFO : A1/two: Moved (server-side) to: A2/two 2026/04/13 03:37:18 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A1/B2" 2026/04/13 03:37:19 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A1/B1/C3" 2026/04/13 03:37:20 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A1/B1/C2" 2026/04/13 03:37:21 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A1/B1/C1" 2026/04/13 03:37:22 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A1/B1" 2026/04/13 03:37:23 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A1" 2026/04/13 03:37:27 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A3" with ID 3572763 2026/04/13 03:37:28 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A3/B1" with ID 3572764 2026/04/13 03:37:28 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A3/B1/C1" with ID 3572765 2026/04/13 03:37:29 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A3/B1/C2" with ID 3572766 2026/04/13 03:37:29 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A3/B1/C3" with ID 3572767 2026/04/13 03:37:30 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A3/B2" with ID 3572768 2026/04/13 03:37:34 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/A2/B1/C1/four 2026/04/13 03:37:34 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/04/13 03:37:34 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/A2/B1/three 2026/04/13 03:37:34 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/04/13 03:37:34 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/A2/one 2026/04/13 03:37:34 INFO : A2/one: Moved (server-side) to: A3/one 2026/04/13 03:37:34 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/A2/two 2026/04/13 03:37:34 INFO : A2/two: Moved (server-side) to: A3/two 2026/04/13 03:37:34 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/A2/B1/C2/five 2026/04/13 03:37:34 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/04/13 03:37:35 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A2/B2" 2026/04/13 03:37:36 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A2/B1/C3" 2026/04/13 03:37:37 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A2/B1/C2" 2026/04/13 03:37:38 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A2/B1/C1" 2026/04/13 03:37:39 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A2/B1" 2026/04/13 03:37:40 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A2" 2026/04/13 03:37:43 INFO : FileLu root 'rclone-test-cilacis7fake': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/04/13 03:37:45 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A4" with ID 3572769 2026/04/13 03:37:45 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A4/B1" with ID 3572770 2026/04/13 03:37:46 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A4/B1/C1" with ID 3572771 2026/04/13 03:37:46 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A4/B1/C2" with ID 3572772 2026/04/13 03:37:47 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A4/B1/C3" with ID 3572773 2026/04/13 03:37:47 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/A4/B2" with ID 3572774 2026/04/13 03:37:51 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/A3/B1/C1/four 2026/04/13 03:37:51 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/04/13 03:37:51 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/A3/one 2026/04/13 03:37:51 INFO : A3/one: Moved (server-side) to: A4/one 2026/04/13 03:37:52 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/A3/two 2026/04/13 03:37:52 INFO : A3/two: Moved (server-side) to: A4/two 2026/04/13 03:37:52 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/A3/B1/three 2026/04/13 03:37:52 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/04/13 03:37:52 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/A3/B1/C2/five 2026/04/13 03:37:52 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/04/13 03:37:53 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A3/B2" 2026/04/13 03:37:54 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A3/B1/C3" 2026/04/13 03:37:55 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A3/B1/C2" 2026/04/13 03:37:56 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A3/B1/C1" 2026/04/13 03:37:57 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A3/B1" 2026/04/13 03:37:58 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A3" 2026/04/13 03:38:01 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/A4/one 2026/04/13 03:38:02 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/A4/two 2026/04/13 03:38:03 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/A4/B1/three 2026/04/13 03:38:04 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/A4/B1/C2/five 2026/04/13 03:38:04 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/A4/B1/C1/four 2026/04/13 03:38:05 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A4/B2" 2026/04/13 03:38:06 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A4/B1/C3" 2026/04/13 03:38:07 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A4/B1/C2" 2026/04/13 03:38:08 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A4/B1/C1" 2026/04/13 03:38:09 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A4/B1" 2026/04/13 03:38:11 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/A4" --- PASS: TestDirMove (79.99s) === RUN TestGetFsInfo run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" --- PASS: TestGetFsInfo (1.02s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:38:13 DEBUG : FileLu root 'rclone-test-cilacis7fake': File to upload is small (34 bytes), uploading instead of streaming 2026/04/13 03:38:15 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/04/13 03:38:15 NOTICE: FileLu root 'rclone-test-cilacis7fake': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/04/13 03:38:15 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/04/13 03:38:15 DEBUG : FileLu root 'rclone-test-cilacis7fake': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/04/13 03:38:17 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/04/13 03:38:17 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/04/13 03:38:19 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/no_checksum_big_file_from_pipe 2026/04/13 03:38:19 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/no_checksum_small_file_from_pipe === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:38:20 DEBUG : FileLu root 'rclone-test-cilacis7fake': File to upload is small (34 bytes), uploading instead of streaming 2026/04/13 03:38:23 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/04/13 03:38:23 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/04/13 03:38:23 DEBUG : FileLu root 'rclone-test-cilacis7fake': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/04/13 03:38:25 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/04/13 03:38:25 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/04/13 03:38:26 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/with_checksum_big_file_from_pipe 2026/04/13 03:38:27 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/with_checksum_small_file_from_pipe === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:38:28 DEBUG : FileLu root 'rclone-test-cilacis7fake': File to upload is small (34 bytes), uploading instead of streaming 2026/04/13 03:38:30 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/04/13 03:38:30 DEBUG : ignore_checksum_small_file_from_pipe: Sizes identical 2026/04/13 03:38:30 DEBUG : FileLu root 'rclone-test-cilacis7fake': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/04/13 03:38:32 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/04/13 03:38:32 DEBUG : ignore_checksum_big_file_from_pipe: Sizes identical 2026/04/13 03:38:34 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/ignore_checksum_big_file_from_pipe 2026/04/13 03:38:34 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/ignore_checksum_small_file_from_pipe === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:38:35 DEBUG : FileLu root 'rclone-test-cilacis7fake': File to upload is small (34 bytes), uploading instead of streaming 2026/04/13 03:38:38 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/04/13 03:38:38 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/04/13 03:38:38 DEBUG : FileLu root 'rclone-test-cilacis7fake': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/04/13 03:38:40 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/04/13 03:38:40 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/04/13 03:38:41 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/ignore_checksum_big_file_from_pipe 2026/04/13 03:38:42 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/ignore_checksum_small_file_from_pipe --- PASS: TestRcat (30.44s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (7.90s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (7.52s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (7.54s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (7.48s) === RUN TestRcatMetadata run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", 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-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:38:46 DEBUG : FileLu root 'rclone-test-cilacis7fake': File to upload is small (60 bytes), uploading instead of streaming 2026/04/13 03:38:48 DEBUG : potato2: size = 60 OK 2026/04/13 03:38:48 DEBUG : potato2: Size of src and dst objects identical 2026/04/13 03:38:49 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/potato1 2026/04/13 03:38:50 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/potato2 --- PASS: TestRcatSize (6.95s) === RUN TestRcatSizeMetadata run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" operations_test.go:1644: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (1.01s) === RUN TestRcatSizeUploadHeaders run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:38:55 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/potato1 --- PASS: TestRcatSizeUploadHeaders (3.69s) === RUN TestTouchDir run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" operations_test.go:1735: Skipping test as remote does not support modtime --- SKIP: TestTouchDir (1.01s) === RUN TestMkdirMetadata run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" operations_test.go:1773: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (1.02s) === RUN TestMkdirModTime run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", 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-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" operations_test.go:1813: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (1.01s) === RUN TestSetDirModTime run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" operations_test.go:1849: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (1.00s) === RUN TestDirsEqual run.go:185: Remote "FileLu root 'rclone-test-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", 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-cilacis7fake'", Local "Local file system at /tmp/rclone21006019", Modify Window "876000h0m0s" 2026/04/13 03:39:02 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully created folder "rclone-test-cilacis7fake/sub dir" with ID 3572775 2026/04/13 03:39:11 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.mucagig7" before starting 2026/04/13 03:39:15 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/sub dir/test remove existing 2026/04/13 03:39:16 DEBUG : sub dir/test remove existing.mucagig7: TEST: removing renamed existing file after operation 2026/04/13 03:39:17 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/sub dir/test remove existing.mucagig7 2026/04/13 03:39:19 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.kahisoz0" before starting 2026/04/13 03:39:22 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/04/13 03:39:23 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.kahisoz0: TEST: renaming existing back after failed operation 2026/04/13 03:39:27 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.kahisoz0 2026/04/13 03:39:29 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.nidebuv5" before starting 2026/04/13 03:39:33 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/04/13 03:39:34 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.nidebuv5: TEST: removing renamed existing file after operation 2026/04/13 03:39:35 INFO : FileLu root 'rclone-test-cilacis7fake': Successfully deleted file: /rclone-test-cilacis7fake/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.nidebuv5 2026/04/13 03:39:38 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake/sub dir" --- PASS: TestRemoveExisting (37.07s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumSingleFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumSingleFile (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2026/04/13 03:39:38 DEBUG : FileLu root 'rclone-test-cilacis7fake': Purge remote 2026/04/13 03:39:39 INFO : FileLu root 'rclone-test-cilacis7fake': Rmdir: successfully deleted "/rclone-test-cilacis7fake" "./operations.test -test.v -test.timeout 1h0m0s -remote TestFileLu: -verbose" - Finished OK in 13m22.472206566s (try 1/5)