"./operations.test -test.v -test.timeout 1h0m0s -remote TestFileLu: -verbose" - Starting (try 1/5) 2026/01/31 05:08:37 DEBUG : Creating backend with remote "TestFileLu:rclone-test-cigutir2buva" 2026/01/31 05:08:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/01/31 05:08:37 DEBUG : Creating backend with remote "/tmp/rclone633220175" === 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-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" multithread_test.go:119: multithread writing not supported 2026/01/31 05:08:38 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.73s) === RUN TestMultithreadCopyAbort run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" multithread_test.go:119: multithread writing not supported 2026/01/31 05:08:38 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.28s) === RUN TestSizeDiffers 2026/01/31 05:08:38 DEBUG : a: size = 0 OK 2026/01/31 05:08:38 DEBUG : a: size = 1 (memory) 2026/01/31 05:08:38 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/01/31 05:08:38 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/01/31 05:08:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/01/31 05:08:38 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/01/31 05:08:38 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/01/31 05:08:38 DEBUG : potato: Seek from 10 to 0 2026/01/31 05:08:38 DEBUG : potato: Seek from 10 to 0 2026/01/31 05:08:38 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/01/31 05:08:38 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/01/31 05:08:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/01/31 05:08:38 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/01/31 05:08:38 DEBUG : potato: Seek from 5 to 2 2026/01/31 05:08:38 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/01/31 05:08:38 DEBUG : potato: Seek from 7 to 0 2026/01/31 05:08:38 DEBUG : potato: Seek from 7 to 0 2026/01/31 05:08:38 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/01/31 05:08:38 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/01/31 05:08:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/01/31 05:08:38 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/01/31 05:08:38 DEBUG : potato: Seek from 5 to 2 2026/01/31 05:08:38 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/01/31 05:08:38 DEBUG : potato: Seek from 8 to 0 2026/01/31 05:08:38 DEBUG : potato: Seek from 8 to 0 2026/01/31 05:08:38 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/01/31 05:08:38 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/01/31 05:08:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/01/31 05:08:38 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/01/31 05:08:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/01/31 05:08:38 DEBUG : potato: Seek from 5 to 2 2026/01/31 05:08:38 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/01/31 05:08:38 DEBUG : potato: Seek from 9 to 0 2026/01/31 05:08:38 DEBUG : potato: Seek from 9 to 0 2026/01/31 05:08:38 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.01s) --- 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-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:08:38 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva" with ID 2575488 2026/01/31 05:08:40 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "rutabaga" === RUN TestCheck/1 === RUN TestCheck/2 2026/01/31 05:08:43 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "empty space" === RUN TestCheck/3 2026/01/31 05:08:45 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "potato2" === RUN TestCheck/4 === RUN TestCheck/5 2026/01/31 05:08:47 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "remotepotato" === RUN TestCheck/6 === RUN TestCheck/7 2026/01/31 05:08:49 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/empty space 2026/01/31 05:08:49 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/potato2 2026/01/31 05:08:49 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/remotepotato 2026/01/31 05:08:49 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/rutabaga --- PASS: TestCheck (11.57s) --- PASS: TestCheck/1 (0.28s) --- PASS: TestCheck/2 (0.28s) --- PASS: TestCheck/3 (0.28s) --- PASS: TestCheck/4 (0.28s) --- PASS: TestCheck/5 (0.28s) --- PASS: TestCheck/6 (0.30s) --- PASS: TestCheck/7 (0.28s) === RUN TestCheckFsError 2026/01/31 05:08:50 DEBUG : Creating backend with remote "nonexistent" 2026/01/31 05:08:50 DEBUG : Creating backend with remote "nonexistent" 2026/01/31 05:08:50 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2026/01/31 05:08:50 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2026/01/31 05:08:50 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2026/01/31 05:08:50 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:08:51 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "rutabaga" === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2026/01/31 05:08:56 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "empty space" === RUN TestCheckDownload/3 2026/01/31 05:08:59 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "potato2" === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2026/01/31 05:09:17 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "remotepotato" === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 2026/01/31 05:09:21 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/empty space 2026/01/31 05:09:21 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/potato2 2026/01/31 05:09:22 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/remotepotato 2026/01/31 05:09:22 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/rutabaga --- PASS: TestCheckDownload (32.73s) --- PASS: TestCheckDownload/1 (1.31s) --- PASS: TestCheckDownload/2 (1.31s) --- PASS: TestCheckDownload/3 (1.22s) --- PASS: TestCheckDownload/4 (1.45s) --- PASS: TestCheckDownload/5 (1.28s) --- PASS: TestCheckDownload/6 (1.45s) --- PASS: TestCheckDownload/7 (1.27s) === RUN TestCheckSizeOnly run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:09:24 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "rutabaga" === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2026/01/31 05:09:26 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "empty space" === RUN TestCheckSizeOnly/3 2026/01/31 05:09:29 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "potato2" === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2026/01/31 05:09:31 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "remotepotato" === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 2026/01/31 05:09:33 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/empty space 2026/01/31 05:09:33 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/potato2 2026/01/31 05:09:33 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/remotepotato 2026/01/31 05:09:33 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/rutabaga --- PASS: TestCheckSizeOnly (11.20s) --- PASS: TestCheckSizeOnly/1 (0.28s) --- PASS: TestCheckSizeOnly/2 (0.28s) --- PASS: TestCheckSizeOnly/3 (0.29s) --- PASS: TestCheckSizeOnly/4 (0.29s) --- PASS: TestCheckSizeOnly/5 (0.29s) --- PASS: TestCheckSizeOnly/6 (0.28s) --- PASS: TestCheckSizeOnly/7 (0.28s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:09:35 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "test.sum" 2026/01/31 05:09:37 NOTICE: test.sum: improperly formatted checksum line 4 2026/01/31 05:09:37 NOTICE: test.sum: improperly formatted checksum line 5 2026/01/31 05:09:37 NOTICE: test.sum: improperly formatted checksum line 6 2026/01/31 05:09:37 NOTICE: test.sum: 2 warning(s) suppressed... 2026/01/31 05:09:39 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "test.sum" 2026/01/31 05:09:40 NOTICE: test.sum: improperly formatted checksum line 4 2026/01/31 05:09:40 NOTICE: test.sum: improperly formatted checksum line 5 2026/01/31 05:09:40 NOTICE: test.sum: improperly formatted checksum line 6 2026/01/31 05:09:40 NOTICE: test.sum: 2 warning(s) suppressed... 2026/01/31 05:09:41 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/test.sum --- PASS: TestParseSumFile (7.36s) === RUN TestCheckSum run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:09:41 DEBUG : Creating backend with remote "TestFileLu:rclone-test-cigutir2buva/data" check_test.go:350: FileLu root 'rclone-test-cigutir2buva/data' lacks md5, skipping --- SKIP: TestCheckSum (0.89s) === RUN TestCheckSumDownload run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:09:42 DEBUG : Creating backend with remote "TestFileLu:rclone-test-cigutir2buva/data" 2026/01/31 05:09:43 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/data" with ID 2575489 2026/01/31 05:09:44 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "data/banana" 2026/01/31 05:09:46 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "test.sum" === RUN TestCheckSumDownload/subtest1 2026/01/31 05:09:50 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "data/potato" 2026/01/31 05:09:52 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "test.sum" === RUN TestCheckSumDownload/subtest2 2026/01/31 05:09:57 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "test.sum" === RUN TestCheckSumDownload/subtest3 2026/01/31 05:10:17 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "test.sum" === RUN TestCheckSumDownload/subtest4 2026/01/31 05:10:23 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "test.sum" === RUN TestCheckSumDownload/subtest5 2026/01/31 05:10:28 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "test.sum" === RUN TestCheckSumDownload/subtest6 2026/01/31 05:10:34 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "data/banana" 2026/01/31 05:10:35 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "data/potato" 2026/01/31 05:10:37 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "test.sum" === RUN TestCheckSumDownload/subtest7 2026/01/31 05:10:41 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/test.sum 2026/01/31 05:10:42 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/data/banana 2026/01/31 05:10:42 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/data/potato 2026/01/31 05:10:43 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/data" --- PASS: TestCheckSumDownload (60.95s) --- PASS: TestCheckSumDownload/subtest1 (2.75s) --- PASS: TestCheckSumDownload/subtest2 (2.73s) --- PASS: TestCheckSumDownload/subtest3 (2.98s) --- PASS: TestCheckSumDownload/subtest4 (3.56s) --- PASS: TestCheckSumDownload/subtest5 (2.72s) --- PASS: TestCheckSumDownload/subtest6 (2.76s) --- PASS: TestCheckSumDownload/subtest7 (2.76s) === RUN TestApplyTransforms 2026/01/31 05:10:43 DEBUG : Creating backend with remote "TestFileLu:rclone-test-forajab8guva" 2026/01/31 05:10:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/01/31 05:10:43 DEBUG : Creating backend with remote "/tmp/rclone2960470784" run.go:185: Remote "FileLu root 'rclone-test-forajab8guva'", Local "Local file system at /tmp/rclone2960470784", Modify Window "876000h0m0s" 2026/01/31 05:10:44 INFO : FileLu root 'rclone-test-forajab8guva': Successfully created folder "rclone-test-forajab8guva" with ID 2575490 2026/01/31 05:10:45 INFO : FileLu root 'rclone-test-forajab8guva': Put: Successfully uploaded new file "hello, world!" upper checkfile vs. lower remote (without normalization) 2026/01/31 05:10:46 ERROR : hello, world!: sum not found 2026/01/31 05:10:46 ERROR : HELLO, WORLD!: file not in FileLu root 'rclone-test-forajab8guva' 2026/01/31 05:10:46 NOTICE: FileLu root 'rclone-test-forajab8guva': 1 files missing 2026/01/31 05:10:46 NOTICE: 1 hashes missing 2026/01/31 05:10:46 NOTICE: FileLu root 'rclone-test-forajab8guva': 1 differences found 2026/01/31 05:10:46 NOTICE: FileLu root 'rclone-test-forajab8guva': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/01/31 05:10:47 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/01/31 05:10:47 NOTICE: FileLu root 'rclone-test-forajab8guva': 0 differences found 2026/01/31 05:10:47 NOTICE: FileLu root 'rclone-test-forajab8guva': 1 matching files 2026/01/31 05:10:47 DEBUG : Creating backend with remote "TestFileLu:rclone-test-vapasuz0jepu" 2026/01/31 05:10:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/01/31 05:10:47 DEBUG : Creating backend with remote "/tmp/rclone2628425934" run.go:185: Remote "FileLu root 'rclone-test-vapasuz0jepu'", Local "Local file system at /tmp/rclone2628425934", Modify Window "876000h0m0s" 2026/01/31 05:10:48 INFO : FileLu root 'rclone-test-vapasuz0jepu': Successfully created folder "rclone-test-vapasuz0jepu" with ID 2575491 2026/01/31 05:10:49 INFO : FileLu root 'rclone-test-vapasuz0jepu': Put: Successfully uploaded new file "HELLO, WORLD!" lower checkfile vs. upper remote (without normalization) 2026/01/31 05:10:50 ERROR : HELLO, WORLD!: sum not found 2026/01/31 05:10:50 ERROR : hello, world!: file not in FileLu root 'rclone-test-vapasuz0jepu' 2026/01/31 05:10:50 NOTICE: FileLu root 'rclone-test-vapasuz0jepu': 1 files missing 2026/01/31 05:10:50 NOTICE: 1 hashes missing 2026/01/31 05:10:50 NOTICE: FileLu root 'rclone-test-vapasuz0jepu': 1 differences found 2026/01/31 05:10:50 NOTICE: FileLu root 'rclone-test-vapasuz0jepu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/01/31 05:10:51 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/01/31 05:10:51 NOTICE: FileLu root 'rclone-test-vapasuz0jepu': 0 differences found 2026/01/31 05:10:51 NOTICE: FileLu root 'rclone-test-vapasuz0jepu': 1 matching files 2026/01/31 05:10:51 DEBUG : Creating backend with remote "TestFileLu:rclone-test-tosixes5xaci" 2026/01/31 05:10:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/01/31 05:10:51 DEBUG : Creating backend with remote "/tmp/rclone1882730138" run.go:185: Remote "FileLu root 'rclone-test-tosixes5xaci'", Local "Local file system at /tmp/rclone1882730138", Modify Window "876000h0m0s" 2026/01/31 05:10:51 INFO : FileLu root 'rclone-test-tosixes5xaci': Successfully created folder "rclone-test-tosixes5xaci" with ID 2575492 2026/01/31 05:10:53 INFO : FileLu root 'rclone-test-tosixes5xaci': Put: Successfully uploaded new file "HeLlO, wOrLd!" lower checkfile vs. upperlowermixed remote (without normalization) 2026/01/31 05:10:54 ERROR : HeLlO, wOrLd!: sum not found 2026/01/31 05:10:54 ERROR : hello, world!: file not in FileLu root 'rclone-test-tosixes5xaci' 2026/01/31 05:10:54 NOTICE: FileLu root 'rclone-test-tosixes5xaci': 1 files missing 2026/01/31 05:10:54 NOTICE: 1 hashes missing 2026/01/31 05:10:54 NOTICE: FileLu root 'rclone-test-tosixes5xaci': 1 differences found 2026/01/31 05:10:54 NOTICE: FileLu root 'rclone-test-tosixes5xaci': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/01/31 05:10:55 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/01/31 05:10:55 NOTICE: FileLu root 'rclone-test-tosixes5xaci': 0 differences found 2026/01/31 05:10:55 NOTICE: FileLu root 'rclone-test-tosixes5xaci': 1 matching files 2026/01/31 05:10:55 DEBUG : Creating backend with remote "TestFileLu:rclone-test-tedoway4suxa" 2026/01/31 05:10:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/01/31 05:10:55 DEBUG : Creating backend with remote "/tmp/rclone316542147" run.go:185: Remote "FileLu root 'rclone-test-tedoway4suxa'", Local "Local file system at /tmp/rclone316542147", Modify Window "876000h0m0s" 2026/01/31 05:10:55 INFO : FileLu root 'rclone-test-tedoway4suxa': Successfully created folder "rclone-test-tedoway4suxa" with ID 2575493 2026/01/31 05:10:57 INFO : FileLu root 'rclone-test-tedoway4suxa': Put: Successfully uploaded new file "HELLO, WORLD!" upperlowermixed checkfile vs. upper remote (without normalization) 2026/01/31 05:10:57 ERROR : HELLO, WORLD!: sum not found 2026/01/31 05:10:57 ERROR : HeLlO, wOrLd!: file not in FileLu root 'rclone-test-tedoway4suxa' 2026/01/31 05:10:57 NOTICE: FileLu root 'rclone-test-tedoway4suxa': 1 files missing 2026/01/31 05:10:57 NOTICE: 1 hashes missing 2026/01/31 05:10:57 NOTICE: FileLu root 'rclone-test-tedoway4suxa': 1 differences found 2026/01/31 05:10:57 NOTICE: FileLu root 'rclone-test-tedoway4suxa': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/01/31 05:10:58 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/01/31 05:10:58 NOTICE: FileLu root 'rclone-test-tedoway4suxa': 0 differences found 2026/01/31 05:10:58 NOTICE: FileLu root 'rclone-test-tedoway4suxa': 1 matching files 2026/01/31 05:10:58 DEBUG : Creating backend with remote "TestFileLu:rclone-test-carubev2xubi" 2026/01/31 05:10:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/01/31 05:10:58 DEBUG : Creating backend with remote "/tmp/rclone3100998978" run.go:185: Remote "FileLu root 'rclone-test-carubev2xubi'", Local "Local file system at /tmp/rclone3100998978", Modify Window "876000h0m0s" 2026/01/31 05:10:59 INFO : FileLu root 'rclone-test-carubev2xubi': Successfully created folder "rclone-test-carubev2xubi" with ID 2575494 2026/01/31 05:11:00 INFO : FileLu root 'rclone-test-carubev2xubi': Put: Successfully uploaded new file "測試_Русский___ě_áñ" NFD checkfile vs. NFC remote (without normalization) 2026/01/31 05:11:01 ERROR : 測試_Русский___ě_áñ: sum not found 2026/01/31 05:11:01 ERROR : 測試_Русский___ě_áñ: file not in FileLu root 'rclone-test-carubev2xubi' 2026/01/31 05:11:01 NOTICE: FileLu root 'rclone-test-carubev2xubi': 1 files missing 2026/01/31 05:11:01 NOTICE: 1 hashes missing 2026/01/31 05:11:01 NOTICE: FileLu root 'rclone-test-carubev2xubi': 1 differences found 2026/01/31 05:11:01 NOTICE: FileLu root 'rclone-test-carubev2xubi': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/01/31 05:11:09 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/01/31 05:11:09 NOTICE: FileLu root 'rclone-test-carubev2xubi': 0 differences found 2026/01/31 05:11:09 NOTICE: FileLu root 'rclone-test-carubev2xubi': 1 matching files 2026/01/31 05:11:09 DEBUG : Creating backend with remote "TestFileLu:rclone-test-yuyumok4xepi" 2026/01/31 05:11:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/01/31 05:11:09 DEBUG : Creating backend with remote "/tmp/rclone3678842957" run.go:185: Remote "FileLu root 'rclone-test-yuyumok4xepi'", Local "Local file system at /tmp/rclone3678842957", Modify Window "876000h0m0s" 2026/01/31 05:11:10 INFO : FileLu root 'rclone-test-yuyumok4xepi': Successfully created folder "rclone-test-yuyumok4xepi" with ID 2575495 2026/01/31 05:11:18 INFO : FileLu root 'rclone-test-yuyumok4xepi': Put: Successfully uploaded new file "測試_Русский___ě_áñ" NFC checkfile vs. NFD remote (without normalization) 2026/01/31 05:11:19 ERROR : 測試_Русский___ě_áñ: sum not found 2026/01/31 05:11:19 ERROR : 測試_Русский___ě_áñ: file not in FileLu root 'rclone-test-yuyumok4xepi' 2026/01/31 05:11:19 NOTICE: FileLu root 'rclone-test-yuyumok4xepi': 1 files missing 2026/01/31 05:11:19 NOTICE: 1 hashes missing 2026/01/31 05:11:19 NOTICE: FileLu root 'rclone-test-yuyumok4xepi': 1 differences found 2026/01/31 05:11:19 NOTICE: FileLu root 'rclone-test-yuyumok4xepi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/01/31 05:11:20 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/01/31 05:11:20 NOTICE: FileLu root 'rclone-test-yuyumok4xepi': 0 differences found 2026/01/31 05:11:20 NOTICE: FileLu root 'rclone-test-yuyumok4xepi': 1 matching files 2026/01/31 05:11:20 DEBUG : Creating backend with remote "TestFileLu:rclone-test-gumugoj6nape" 2026/01/31 05:11:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/01/31 05:11:20 DEBUG : Creating backend with remote "/tmp/rclone1249950661" run.go:185: Remote "FileLu root 'rclone-test-gumugoj6nape'", Local "Local file system at /tmp/rclone1249950661", Modify Window "876000h0m0s" 2026/01/31 05:11:21 INFO : FileLu root 'rclone-test-gumugoj6nape': Successfully created folder "rclone-test-gumugoj6nape" with ID 2575496 2026/01/31 05:11:22 INFO : FileLu root 'rclone-test-gumugoj6nape': Put: Successfully uploaded new file "測試_Русский___ě_áñ測試_Русский___ě_áñ" NFDx2 checkfile vs. both remote (without normalization) 2026/01/31 05:11:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/01/31 05:11:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in FileLu root 'rclone-test-gumugoj6nape' 2026/01/31 05:11:23 NOTICE: FileLu root 'rclone-test-gumugoj6nape': 1 files missing 2026/01/31 05:11:23 NOTICE: 1 hashes missing 2026/01/31 05:11:23 NOTICE: FileLu root 'rclone-test-gumugoj6nape': 1 differences found 2026/01/31 05:11:23 NOTICE: FileLu root 'rclone-test-gumugoj6nape': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/01/31 05:11:24 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/01/31 05:11:24 NOTICE: FileLu root 'rclone-test-gumugoj6nape': 0 differences found 2026/01/31 05:11:24 NOTICE: FileLu root 'rclone-test-gumugoj6nape': 1 matching files 2026/01/31 05:11:24 DEBUG : Creating backend with remote "TestFileLu:rclone-test-fizihop4fexi" 2026/01/31 05:11:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/01/31 05:11:24 DEBUG : Creating backend with remote "/tmp/rclone3252368403" run.go:185: Remote "FileLu root 'rclone-test-fizihop4fexi'", Local "Local file system at /tmp/rclone3252368403", Modify Window "876000h0m0s" 2026/01/31 05:11:25 INFO : FileLu root 'rclone-test-fizihop4fexi': Successfully created folder "rclone-test-fizihop4fexi" with ID 2575497 2026/01/31 05:11:26 INFO : FileLu root 'rclone-test-fizihop4fexi': Put: Successfully uploaded new file "測試_Русский___ě_áñ測試_Русский___ě_áñ" NFCx2 checkfile vs. both remote (without normalization) 2026/01/31 05:11:27 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/01/31 05:11:27 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in FileLu root 'rclone-test-fizihop4fexi' 2026/01/31 05:11:27 NOTICE: FileLu root 'rclone-test-fizihop4fexi': 1 files missing 2026/01/31 05:11:27 NOTICE: 1 hashes missing 2026/01/31 05:11:27 NOTICE: FileLu root 'rclone-test-fizihop4fexi': 1 differences found 2026/01/31 05:11:27 NOTICE: FileLu root 'rclone-test-fizihop4fexi': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/01/31 05:11:28 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/01/31 05:11:28 NOTICE: FileLu root 'rclone-test-fizihop4fexi': 0 differences found 2026/01/31 05:11:28 NOTICE: FileLu root 'rclone-test-fizihop4fexi': 1 matching files 2026/01/31 05:11:28 DEBUG : Creating backend with remote "TestFileLu:rclone-test-bibekes2huta" 2026/01/31 05:11:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/01/31 05:11:28 DEBUG : Creating backend with remote "/tmp/rclone1542269520" run.go:185: Remote "FileLu root 'rclone-test-bibekes2huta'", Local "Local file system at /tmp/rclone1542269520", Modify Window "876000h0m0s" 2026/01/31 05:11:29 INFO : FileLu root 'rclone-test-bibekes2huta': Successfully created folder "rclone-test-bibekes2huta" with ID 2575498 2026/01/31 05:11:30 INFO : FileLu root 'rclone-test-bibekes2huta': Put: Successfully uploaded new file "測試_Русский___ě_áñ測試_Русский___ě_áñ" both checkfile vs. NFDx2 remote (without normalization) 2026/01/31 05:11:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/01/31 05:11:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in FileLu root 'rclone-test-bibekes2huta' 2026/01/31 05:11:31 NOTICE: FileLu root 'rclone-test-bibekes2huta': 1 files missing 2026/01/31 05:11:31 NOTICE: 1 hashes missing 2026/01/31 05:11:31 NOTICE: FileLu root 'rclone-test-bibekes2huta': 1 differences found 2026/01/31 05:11:31 NOTICE: FileLu root 'rclone-test-bibekes2huta': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/01/31 05:11:32 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/01/31 05:11:32 NOTICE: FileLu root 'rclone-test-bibekes2huta': 0 differences found 2026/01/31 05:11:32 NOTICE: FileLu root 'rclone-test-bibekes2huta': 1 matching files 2026/01/31 05:11:32 DEBUG : Creating backend with remote "TestFileLu:rclone-test-royiwon0lavu" 2026/01/31 05:11:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/01/31 05:11:32 DEBUG : Creating backend with remote "/tmp/rclone2544057253" run.go:185: Remote "FileLu root 'rclone-test-royiwon0lavu'", Local "Local file system at /tmp/rclone2544057253", Modify Window "876000h0m0s" 2026/01/31 05:11:33 INFO : FileLu root 'rclone-test-royiwon0lavu': Successfully created folder "rclone-test-royiwon0lavu" with ID 2575499 2026/01/31 05:11:34 INFO : FileLu root 'rclone-test-royiwon0lavu': Put: Successfully uploaded new file "測試_Русский___ě_áñ測試_Русский___ě_áñ" both checkfile vs. NFCx2 remote (without normalization) 2026/01/31 05:11:35 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/01/31 05:11:35 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in FileLu root 'rclone-test-royiwon0lavu' 2026/01/31 05:11:35 NOTICE: FileLu root 'rclone-test-royiwon0lavu': 1 files missing 2026/01/31 05:11:35 NOTICE: 1 hashes missing 2026/01/31 05:11:35 NOTICE: FileLu root 'rclone-test-royiwon0lavu': 1 differences found 2026/01/31 05:11:35 NOTICE: FileLu root 'rclone-test-royiwon0lavu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/01/31 05:11:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/01/31 05:11:36 NOTICE: FileLu root 'rclone-test-royiwon0lavu': 0 differences found 2026/01/31 05:11:36 NOTICE: FileLu root 'rclone-test-royiwon0lavu': 1 matching files 2026/01/31 05:11:36 DEBUG : FileLu root 'rclone-test-royiwon0lavu': Purge remote 2026/01/31 05:11:36 INFO : FileLu root 'rclone-test-royiwon0lavu': Rmdir: successfully deleted "/rclone-test-royiwon0lavu" 2026/01/31 05:11:36 DEBUG : FileLu root 'rclone-test-bibekes2huta': Purge remote 2026/01/31 05:11:36 INFO : FileLu root 'rclone-test-bibekes2huta': Rmdir: successfully deleted "/rclone-test-bibekes2huta" 2026/01/31 05:11:36 DEBUG : FileLu root 'rclone-test-fizihop4fexi': Purge remote 2026/01/31 05:11:37 INFO : FileLu root 'rclone-test-fizihop4fexi': Rmdir: successfully deleted "/rclone-test-fizihop4fexi" 2026/01/31 05:11:37 DEBUG : FileLu root 'rclone-test-gumugoj6nape': Purge remote 2026/01/31 05:11:37 INFO : FileLu root 'rclone-test-gumugoj6nape': Rmdir: successfully deleted "/rclone-test-gumugoj6nape" 2026/01/31 05:11:37 DEBUG : FileLu root 'rclone-test-yuyumok4xepi': Purge remote 2026/01/31 05:11:38 INFO : FileLu root 'rclone-test-yuyumok4xepi': Rmdir: successfully deleted "/rclone-test-yuyumok4xepi" 2026/01/31 05:11:38 DEBUG : FileLu root 'rclone-test-carubev2xubi': Purge remote 2026/01/31 05:11:38 INFO : FileLu root 'rclone-test-carubev2xubi': Rmdir: successfully deleted "/rclone-test-carubev2xubi" 2026/01/31 05:11:38 DEBUG : FileLu root 'rclone-test-tedoway4suxa': Purge remote 2026/01/31 05:11:39 INFO : FileLu root 'rclone-test-tedoway4suxa': Rmdir: successfully deleted "/rclone-test-tedoway4suxa" 2026/01/31 05:11:39 DEBUG : FileLu root 'rclone-test-tosixes5xaci': Purge remote 2026/01/31 05:11:39 INFO : FileLu root 'rclone-test-tosixes5xaci': Rmdir: successfully deleted "/rclone-test-tosixes5xaci" 2026/01/31 05:11:39 DEBUG : FileLu root 'rclone-test-vapasuz0jepu': Purge remote 2026/01/31 05:11:39 INFO : FileLu root 'rclone-test-vapasuz0jepu': Rmdir: successfully deleted "/rclone-test-vapasuz0jepu" 2026/01/31 05:11:39 DEBUG : FileLu root 'rclone-test-forajab8guva': Purge remote 2026/01/31 05:11:40 INFO : FileLu root 'rclone-test-forajab8guva': Rmdir: successfully deleted "/rclone-test-forajab8guva" --- PASS: TestApplyTransforms (56.73s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:11:40 DEBUG : file1: Need to transfer - File not found at Destination 2026/01/31 05:11:41 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/sub" with ID 2575500 2026/01/31 05:11:42 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "sub/file2" 2026/01/31 05:11:42 DEBUG : sub/file2: size = 14 OK 2026/01/31 05:11:42 INFO : file1: Copied (new) to: sub/file2 2026/01/31 05:11:43 DEBUG : sub/file2: size = 14 OK 2026/01/31 05:11:43 DEBUG : file1: Sizes identical 2026/01/31 05:11:43 DEBUG : file1: Unchanged skipping 2026/01/31 05:11:43 DEBUG : FileLu root 'rclone-test-cigutir2buva': don't need to copy/move sub/file2, it is already at target location 2026/01/31 05:11:45 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/sub/file2 2026/01/31 05:11:45 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/sub" --- PASS: TestCopyFile (6.08s) === RUN TestCopyLongFile run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.56s) === RUN TestCopyFileBackupDir run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:11:47 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/dst" with ID 2575501 2026/01/31 05:11:48 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "dst/file1" 2026/01/31 05:11:49 DEBUG : Creating backend with remote "TestFileLu:rclone-test-cigutir2buva/backup" 2026/01/31 05:11:50 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone633220175) 2026/01/31 05:11:50 DEBUG : dst/file1: size = 18 (FileLu root 'rclone-test-cigutir2buva') 2026/01/31 05:11:50 DEBUG : dst/file1: Sizes differ 2026/01/31 05:11:52 INFO : FileLu root 'rclone-test-cigutir2buva/backup': Successfully created folder "rclone-test-cigutir2buva/backup/dst" with ID 2575503 2026/01/31 05:11:53 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/dst/file1 2026/01/31 05:11:53 INFO : dst/file1: Moved (server-side) 2026/01/31 05:11:55 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "dst/file1" 2026/01/31 05:11:55 DEBUG : dst/file1: size = 14 OK 2026/01/31 05:11:55 INFO : dst/file1: Copied (new) 2026/01/31 05:11:56 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/dst/file1 2026/01/31 05:11:57 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/backup/dst/file1 2026/01/31 05:11:58 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/dst" 2026/01/31 05:11:58 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/backup/dst" 2026/01/31 05:11:59 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/backup" --- PASS: TestCopyFileBackupDir (12.72s) === RUN TestCopyFileCompareDest run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:11:59 DEBUG : Creating backend with remote "TestFileLu:rclone-test-cigutir2buva/dst" 2026/01/31 05:12:00 DEBUG : Creating backend with remote "TestFileLu:rclone-test-cigutir2buva/CompareDest" 2026/01/31 05:12:00 DEBUG : one: Need to transfer - File not found at Destination 2026/01/31 05:12:01 INFO : FileLu root 'rclone-test-cigutir2buva/dst': Successfully created folder "rclone-test-cigutir2buva/dst" with ID 2575504 2026/01/31 05:12:11 INFO : FileLu root 'rclone-test-cigutir2buva/dst': Put: Successfully uploaded new file "one" 2026/01/31 05:12:11 DEBUG : one: size = 3 OK 2026/01/31 05:12:11 INFO : one: Copied (new) 2026/01/31 05:12:19 DEBUG : one: size = 5 (Local file system at /tmp/rclone633220175) 2026/01/31 05:12:19 DEBUG : one: size = 3 (FileLu root 'rclone-test-cigutir2buva/dst') 2026/01/31 05:12:19 DEBUG : one: Sizes differ 2026/01/31 05:12:21 DEBUG : one: size = 5 OK 2026/01/31 05:12:21 INFO : one: Copied (replaced existing) 2026/01/31 05:12:23 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "dst/one" 2026/01/31 05:12:24 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/CompareDest" with ID 2575505 2026/01/31 05:12:25 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "CompareDest/one" 2026/01/31 05:12:27 DEBUG : one: size = 5 (Local file system at /tmp/rclone633220175) 2026/01/31 05:12:27 DEBUG : one: size = 3 (FileLu root 'rclone-test-cigutir2buva/dst') 2026/01/31 05:12:27 DEBUG : one: Sizes differ 2026/01/31 05:12:27 DEBUG : one: size = 5 OK 2026/01/31 05:12:27 DEBUG : one: Sizes identical 2026/01/31 05:12:27 DEBUG : one: Destination found in --compare-dest, skipping 2026/01/31 05:12:29 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "CompareDest/two" 2026/01/31 05:12:30 DEBUG : two: Need to transfer - File not found at Destination 2026/01/31 05:12:31 DEBUG : two: size = 3 OK 2026/01/31 05:12:31 DEBUG : two: Sizes identical 2026/01/31 05:12:31 DEBUG : two: Destination found in --compare-dest, skipping 2026/01/31 05:12:32 DEBUG : two: Need to transfer - File not found at Destination 2026/01/31 05:12:32 DEBUG : two: size = 3 OK 2026/01/31 05:12:32 DEBUG : two: Sizes identical 2026/01/31 05:12:32 DEBUG : two: Destination found in --compare-dest, skipping 2026/01/31 05:12:34 DEBUG : two: Need to transfer - File not found at Destination 2026/01/31 05:12:34 DEBUG : two: size = 5 (Local file system at /tmp/rclone633220175) 2026/01/31 05:12:34 DEBUG : two: size = 3 (FileLu root 'rclone-test-cigutir2buva/CompareDest') 2026/01/31 05:12:34 DEBUG : two: Sizes differ 2026/01/31 05:12:36 INFO : FileLu root 'rclone-test-cigutir2buva/dst': Put: Successfully uploaded new file "two" 2026/01/31 05:12:36 DEBUG : two: size = 5 OK 2026/01/31 05:12:36 INFO : two: Copied (new) 2026/01/31 05:12:37 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/dst/one 2026/01/31 05:12:37 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/dst/two 2026/01/31 05:12:38 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/CompareDest/one 2026/01/31 05:12:38 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/CompareDest/two 2026/01/31 05:12:39 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/dst" 2026/01/31 05:12:39 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/CompareDest" --- PASS: TestCopyFileCompareDest (40.34s) === RUN TestCopyFileCopyDest run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" copy_test.go:277: Skipping test as remote does not support server-side copy --- SKIP: TestCopyFileCopyDest (0.56s) === RUN TestCopyInplace run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.57s) === RUN TestCopyLongFileName run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.57s) === RUN TestCopyLongFileNameCollision run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.57s) === RUN TestCopyFileMaxTransfer run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:12:42 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/01/31 05:12:42 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/TestCopyFileMaxTransfer" with ID 2575506 2026/01/31 05:12:44 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "TestCopyFileMaxTransfer/file1" 2026/01/31 05:12:44 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/01/31 05:12:44 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/01/31 05:12:45 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/01/31 05:12:46 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: failed to upload file: failed to send upload request: Post "https://d2001.cdnguest.space/cgi-bin/upload.cgi?upload_type=rclone&utype=prem&": failed to copy file content: max transfer limit reached as set by --max-transfer 2026/01/31 05:12:46 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/01/31 05:12:47 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/01/31 05:12:49 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "TestCopyFileMaxTransfer/file4" 2026/01/31 05:12:49 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/01/31 05:12:49 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2026/01/31 05:12:50 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/TestCopyFileMaxTransfer/file1 2026/01/31 05:12:51 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/TestCopyFileMaxTransfer/file4 2026/01/31 05:12:51 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/TestCopyFileMaxTransfer" --- PASS: TestCopyFileMaxTransfer (9.97s) === RUN TestDeduplicateInteractive run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.57s) === RUN TestDeduplicateSkip run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.58s) === RUN TestDeduplicateSizeOnly run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.56s) === RUN TestDeduplicateFirst run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.58s) === RUN TestDeduplicateNewest run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.56s) === RUN TestDeduplicateNewestByHash run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.56s) === RUN TestDeduplicateOldest run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.56s) === RUN TestDeduplicateLargest run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.57s) === RUN TestDeduplicateSmallest run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.57s) === RUN TestDeduplicateRename run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.56s) === RUN TestMergeDirs run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.58s) === RUN TestListDirSorted run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:12:59 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "a.txt" 2026/01/31 05:13:01 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "zend.txt" 2026/01/31 05:13:03 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/sub dir" with ID 2575507 2026/01/31 05:13:18 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "sub dir/hello world" 2026/01/31 05:13:20 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "sub dir/hello world2" 2026/01/31 05:13:20 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/sub dir/ignore dir" with ID 2575508 2026/01/31 05:13:21 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "sub dir/ignore dir/.ignore" 2026/01/31 05:13:23 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "sub dir/ignore dir/should be ignored" 2026/01/31 05:13:23 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/sub dir/sub sub dir" with ID 2575509 2026/01/31 05:13:25 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "sub dir/sub sub dir/hello world3" 2026/01/31 05:13:26 DEBUG : a.txt: Excluded (Size Filter) 2026/01/31 05:13:26 DEBUG : a.txt: Excluded 2026/01/31 05:13:27 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/01/31 05:13:27 DEBUG : sub dir/hello world2: Excluded 2026/01/31 05:13:27 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/01/31 05:13:27 DEBUG : sub dir/hello world: Excluded 2026/01/31 05:13:28 DEBUG : sub dir/ignore dir: Excluded 2026/01/31 05:13:28 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/01/31 05:13:28 DEBUG : sub dir/hello world2: Excluded 2026/01/31 05:13:28 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/01/31 05:13:28 DEBUG : sub dir/hello world: Excluded 2026/01/31 05:13:28 DEBUG : sub dir/ignore dir: Excluded 2026/01/31 05:13:29 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/a.txt 2026/01/31 05:13:30 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/zend.txt 2026/01/31 05:13:30 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/sub dir/hello world 2026/01/31 05:13:31 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/sub dir/hello world2 2026/01/31 05:13:31 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/sub dir/sub sub dir/hello world3 2026/01/31 05:13:31 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/sub dir/ignore dir/.ignore 2026/01/31 05:13:32 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/sub dir/ignore dir/should be ignored 2026/01/31 05:13:32 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/sub dir/sub sub dir" 2026/01/31 05:13:33 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/sub dir/ignore dir" 2026/01/31 05:13:33 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/sub dir" --- PASS: TestListDirSorted (35.83s) === RUN TestListDirSortedFn run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:13:35 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "a.txt" 2026/01/31 05:13:37 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "zend.txt" 2026/01/31 05:13:37 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/sub dir" with ID 2575510 2026/01/31 05:13:38 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "sub dir/hello world" 2026/01/31 05:13:40 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "sub dir/hello world2" 2026/01/31 05:13:41 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/sub dir/ignore dir" with ID 2575511 2026/01/31 05:13:42 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "sub dir/ignore dir/.ignore" 2026/01/31 05:13:43 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "sub dir/ignore dir/should be ignored" 2026/01/31 05:13:44 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/sub dir/sub sub dir" with ID 2575512 2026/01/31 05:13:45 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "sub dir/sub sub dir/hello world3" 2026/01/31 05:13:47 DEBUG : a.txt: Excluded (Size Filter) 2026/01/31 05:13:47 DEBUG : a.txt: Excluded 2026/01/31 05:13:47 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/01/31 05:13:47 DEBUG : sub dir/hello world2: Excluded 2026/01/31 05:13:47 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/01/31 05:13:47 DEBUG : sub dir/hello world: Excluded 2026/01/31 05:13:48 DEBUG : sub dir/ignore dir: Excluded 2026/01/31 05:13:48 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/01/31 05:13:48 DEBUG : sub dir/hello world2: Excluded 2026/01/31 05:13:48 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/01/31 05:13:48 DEBUG : sub dir/hello world: Excluded 2026/01/31 05:13:49 DEBUG : sub dir/ignore dir: Excluded 2026/01/31 05:13:50 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/a.txt 2026/01/31 05:13:50 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/zend.txt 2026/01/31 05:13:51 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/sub dir/hello world 2026/01/31 05:13:51 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/sub dir/hello world2 2026/01/31 05:13:51 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/sub dir/sub sub dir/hello world3 2026/01/31 05:13:52 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/sub dir/ignore dir/.ignore 2026/01/31 05:13:52 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/sub dir/ignore dir/should be ignored 2026/01/31 05:13:53 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/sub dir/sub sub dir" 2026/01/31 05:13:53 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/sub dir/ignore dir" 2026/01/31 05:13:54 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/sub dir" --- PASS: TestListDirSortedFn (20.24s) === RUN TestListJSON run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:13:55 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "file1" 2026/01/31 05:13:56 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/sub" with ID 2575513 2026/01/31 05:13:57 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "sub/file2" === 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/01/31 05:14:01 ERROR : file1: Failed to read hash: no valid file code found in the remote path === RUN TestListJSON/Metadata 2026/01/31 05:14:04 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/file1 2026/01/31 05:14:11 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/sub/file2 2026/01/31 05:14:14 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/sub" --- PASS: TestListJSON (23.53s) --- PASS: TestListJSON/Default (0.29s) --- PASS: TestListJSON/FilesOnly (0.28s) --- PASS: TestListJSON/DirsOnly (0.28s) --- PASS: TestListJSON/Recurse (0.56s) --- PASS: TestListJSON/SubDir (0.28s) --- PASS: TestListJSON/NoModTime (0.28s) --- PASS: TestListJSON/NoMimeType (0.28s) --- PASS: TestListJSON/ShowHash (0.28s) --- PASS: TestListJSON/HashTypes (0.29s) --- PASS: TestListJSON/Metadata (0.28s) === RUN TestStatJSON run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:14:19 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "file1" 2026/01/31 05:14:20 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/sub" with ID 2575514 2026/01/31 05:14:21 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "sub/file2" === 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/01/31 05:14:26 DEBUG : Creating backend with remote "TestFileLu:rclone-test-cigutir2buva/notfound" 2026/01/31 05:14:26 DEBUG : Config file has changed externally - reloading 2026/01/31 05:14:28 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/file1 2026/01/31 05:14:28 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/sub/file2 2026/01/31 05:14:29 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/sub" --- PASS: TestStatJSON (11.63s) --- PASS: TestStatJSON/Root (0.29s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.29s) --- PASS: TestStatJSON/Dir (0.57s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.29s) --- PASS: TestStatJSON/File (0.56s) --- PASS: TestStatJSON/NotFound (0.57s) --- PASS: TestStatJSON/DirFilesOnly (0.28s) --- PASS: TestStatJSON/FileFilesOnly (0.57s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.29s) --- PASS: TestStatJSON/DirDirsOnly (0.29s) --- PASS: TestStatJSON/FileDirsOnly (0.29s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.29s) --- PASS: TestStatJSON/RootNotFound (0.89s) === RUN TestMkdir run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:14:29 INFO : FileLu root 'rclone-test-cigutir2buva': Making directory 2026/01/31 05:14:29 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva" with ID 2.575488e+06 2026/01/31 05:14:30 INFO : FileLu root 'rclone-test-cigutir2buva': Making directory 2026/01/31 05:14:30 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva" with ID 2.575488e+06 --- PASS: TestMkdir (1.40s) === RUN TestLsd run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:14:31 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/sub dir" with ID 2575515 2026/01/31 05:14:32 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "sub dir/hello world" 2026/01/31 05:14:34 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/sub dir/hello world 2026/01/31 05:14:35 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/sub dir" --- PASS: TestLsd (4.31s) === RUN TestLs run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:14:36 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "potato2" 2026/01/31 05:14:38 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "empty space" 2026/01/31 05:14:39 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/empty space 2026/01/31 05:14:39 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/potato2 --- PASS: TestLs (4.67s) === RUN TestLsWithFilesFrom run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:14:41 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "potato2" 2026/01/31 05:14:42 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "empty space" 2026/01/31 05:14:43 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/01/31 05:14:43 DEBUG : empty space: Excluded 2026/01/31 05:14:44 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/empty space 2026/01/31 05:14:44 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/potato2 --- PASS: TestLsWithFilesFrom (5.26s) === RUN TestLsLong run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:14:46 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "potato2" 2026/01/31 05:14:48 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "empty space" 2026/01/31 05:14:49 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/empty space 2026/01/31 05:14:49 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/potato2 --- PASS: TestLsLong (4.71s) === RUN TestHashSums run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:14:51 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "potato2" 2026/01/31 05:14:53 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "empty space" 2026/01/31 05:14:54 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/empty space 2026/01/31 05:14:54 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/potato2 --- PASS: TestHashSums (4.65s) === RUN TestHashSumsWithErrors 2026/01/31 05:14:54 DEBUG : Creating backend with remote ":memory:" 2026/01/31 05:14:54 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/01/31 05:14:54 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/01/31 05:14:54 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/01/31 05:14:54 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/01/31 05:14:54 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/01/31 05:14:54 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/01/31 05:14:54 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/01/31 05:14:54 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/01/31 05:14:54 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-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:14:56 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "potato2" 2026/01/31 05:14:57 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "empty space" 2026/01/31 05:14:58 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/sub dir" with ID 2575517 2026/01/31 05:14:59 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "sub dir/potato3" 2026/01/31 05:15:00 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/empty space 2026/01/31 05:15:01 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/potato2 2026/01/31 05:15:08 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/sub dir/potato3 2026/01/31 05:15:14 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/sub dir" --- PASS: TestCount (20.64s) === RUN TestDelete run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:15:18 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "small" 2026/01/31 05:15:20 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "medium" 2026/01/31 05:15:21 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "large" 2026/01/31 05:15:22 DEBUG : Waiting for deletions to finish 2026/01/31 05:15:22 DEBUG : large: Excluded (Size Filter) 2026/01/31 05:15:22 DEBUG : large: Excluded 2026/01/31 05:15:22 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/small 2026/01/31 05:15:22 INFO : small: Deleted 2026/01/31 05:15:22 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/medium 2026/01/31 05:15:22 INFO : medium: Deleted 2026/01/31 05:15:23 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/large --- PASS: TestDelete (8.52s) === RUN TestMaxDelete run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:15:25 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "small" 2026/01/31 05:15:26 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "medium" 2026/01/31 05:15:28 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "large" 2026/01/31 05:15:28 DEBUG : Waiting for deletions to finish 2026/01/31 05:15:28 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/01/31 05:15:29 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/large 2026/01/31 05:15:29 INFO : large: Deleted 2026/01/31 05:15:29 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/medium 2026/01/31 05:15:29 INFO : medium: Deleted 2026/01/31 05:15:30 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/small --- PASS: TestMaxDelete (7.09s) === RUN TestMaxDeleteSizeLargeFile run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:15:32 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "small" 2026/01/31 05:15:33 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "medium" 2026/01/31 05:15:35 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "large" 2026/01/31 05:15:35 DEBUG : Waiting for deletions to finish 2026/01/31 05:15:35 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/01/31 05:15:36 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/medium 2026/01/31 05:15:36 INFO : medium: Deleted 2026/01/31 05:15:36 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/small 2026/01/31 05:15:36 INFO : small: Deleted 2026/01/31 05:15:37 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/large --- PASS: TestMaxDeleteSizeLargeFile (7.02s) === RUN TestMaxDeleteSize run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:15:39 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "small" 2026/01/31 05:15:40 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "medium" 2026/01/31 05:15:42 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "large" 2026/01/31 05:15:42 DEBUG : Waiting for deletions to finish 2026/01/31 05:15:42 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/01/31 05:15:43 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/medium 2026/01/31 05:15:43 INFO : medium: Deleted 2026/01/31 05:15:43 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/large 2026/01/31 05:15:43 INFO : large: Deleted 2026/01/31 05:15:44 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/small --- PASS: TestMaxDeleteSize (7.40s) === RUN TestReadFile run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:15:46 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "ReadFile" 2026/01/31 05:15:49 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/ReadFile --- PASS: TestReadFile (4.74s) === RUN TestRetry 2026/01/31 05:15:50 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/01/31 05:15:50 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/01/31 05:15:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/01/31 05:15:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/01/31 05:15:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/01/31 05:15:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/01/31 05:15:50 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-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:15:51 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "file1" 2026/01/31 05:15:53 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "file2" 2026/01/31 05:16:18 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/file1 2026/01/31 05:16:19 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/file2 --- PASS: TestCat (29.26s) === RUN TestPurge 2026/01/31 05:16:19 DEBUG : Creating backend with remote "TestFileLu:rclone-test-qisuxuk9sovo" 2026/01/31 05:16:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/01/31 05:16:19 DEBUG : Creating backend with remote "/tmp/rclone2176562510" run.go:185: Remote "FileLu root 'rclone-test-qisuxuk9sovo'", Local "Local file system at /tmp/rclone2176562510", Modify Window "876000h0m0s" 2026/01/31 05:16:20 INFO : FileLu root 'rclone-test-qisuxuk9sovo': Successfully created folder "rclone-test-qisuxuk9sovo" with ID 2575518 2026/01/31 05:16:20 INFO : FileLu root 'rclone-test-qisuxuk9sovo': Successfully created folder "rclone-test-qisuxuk9sovo" with ID 2.575518e+06 2026/01/31 05:16:20 INFO : FileLu root 'rclone-test-qisuxuk9sovo': Successfully created folder "rclone-test-qisuxuk9sovo/A1/B1/C1" with ID 2575521 2026/01/31 05:16:22 INFO : FileLu root 'rclone-test-qisuxuk9sovo': Put: Successfully uploaded new file "A1/B1/C1/one" 2026/01/31 05:16:22 INFO : A2: Making directory 2026/01/31 05:16:22 INFO : FileLu root 'rclone-test-qisuxuk9sovo': Successfully created folder "rclone-test-qisuxuk9sovo/A2" with ID 2575522 2026/01/31 05:16:22 INFO : A1/B2: Making directory 2026/01/31 05:16:22 INFO : FileLu root 'rclone-test-qisuxuk9sovo': Successfully created folder "rclone-test-qisuxuk9sovo/A1/B2" with ID 2575523 2026/01/31 05:16:22 INFO : A1/B2/C2: Making directory 2026/01/31 05:16:22 INFO : FileLu root 'rclone-test-qisuxuk9sovo': Successfully created folder "rclone-test-qisuxuk9sovo/A1/B2/C2" with ID 2575524 2026/01/31 05:16:22 INFO : A1/B1/C3: Making directory 2026/01/31 05:16:23 INFO : FileLu root 'rclone-test-qisuxuk9sovo': Successfully created folder "rclone-test-qisuxuk9sovo/A1/B1/C3" with ID 2575525 2026/01/31 05:16:23 INFO : A3: Making directory 2026/01/31 05:16:23 INFO : FileLu root 'rclone-test-qisuxuk9sovo': Successfully created folder "rclone-test-qisuxuk9sovo/A3" with ID 2575526 2026/01/31 05:16:23 INFO : A3/B3: Making directory 2026/01/31 05:16:23 INFO : FileLu root 'rclone-test-qisuxuk9sovo': Successfully created folder "rclone-test-qisuxuk9sovo/A3/B3" with ID 2575527 2026/01/31 05:16:23 INFO : A3/B3/C4: Making directory 2026/01/31 05:16:24 INFO : FileLu root 'rclone-test-qisuxuk9sovo': Successfully created folder "rclone-test-qisuxuk9sovo/A3/B3/C4" with ID 2575528 2026/01/31 05:16:25 INFO : FileLu root 'rclone-test-qisuxuk9sovo': Put: Successfully uploaded new file "A1/two" 2026/01/31 05:16:27 INFO : FileLu root 'rclone-test-qisuxuk9sovo': Rmdir: successfully deleted "/rclone-test-qisuxuk9sovo/A1/B1" 2026/01/31 05:16:28 INFO : FileLu root 'rclone-test-qisuxuk9sovo': Rmdir: successfully deleted "/rclone-test-qisuxuk9sovo" 2026/01/31 05:16:29 ERROR : error listing: directory not found 2026/01/31 05:16:29 DEBUG : FileLu root 'rclone-test-qisuxuk9sovo': Purge remote 2026/01/31 05:16:29 NOTICE: purge failed: delete error: Folder not found or not yours --- PASS: TestPurge (9.97s) === RUN TestRmdirsNoLeaveRoot run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:16:29 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva" with ID 2.575488e+06 2026/01/31 05:16:56 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A1/B1/C1" with ID 2575531 2026/01/31 05:16:58 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "A1/B1/C1/one" 2026/01/31 05:16:58 INFO : A2: Making directory 2026/01/31 05:16:58 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A2" with ID 2575532 2026/01/31 05:16:58 INFO : A1/B2: Making directory 2026/01/31 05:16:58 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A1/B2" with ID 2575533 2026/01/31 05:16:58 INFO : A1/B2/C2: Making directory 2026/01/31 05:16:58 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A1/B2/C2" with ID 2575534 2026/01/31 05:16:58 INFO : A1/B1/C3: Making directory 2026/01/31 05:16:59 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A1/B1/C3" with ID 2575535 2026/01/31 05:16:59 INFO : A3: Making directory 2026/01/31 05:16:59 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A3" with ID 2575536 2026/01/31 05:16:59 INFO : A3/B3: Making directory 2026/01/31 05:16:59 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A3/B3" with ID 2575537 2026/01/31 05:16:59 INFO : A3/B3/C4: Making directory 2026/01/31 05:17:00 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A3/B3/C4" with ID 2575538 2026/01/31 05:17:01 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "A1/two" 2026/01/31 05:17:04 DEBUG : removing 1 level 3 directories 2026/01/31 05:17:04 INFO : A3/B3/C4: Removing directory 2026/01/31 05:17:34 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A3/B3/C4" 2026/01/31 05:17:39 DEBUG : removing 2 level 3 directories 2026/01/31 05:17:39 INFO : A1/B2/C2: Removing directory 2026/01/31 05:17:39 INFO : A1/B1/C3: Removing directory 2026/01/31 05:17:40 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A1/B2/C2" 2026/01/31 05:17:40 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A1/B1/C3" 2026/01/31 05:17:40 DEBUG : removing 2 level 2 directories 2026/01/31 05:17:40 INFO : A3/B3: Removing directory 2026/01/31 05:17:40 INFO : A1/B2: Removing directory 2026/01/31 05:17:40 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A3/B3" 2026/01/31 05:17:40 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A1/B2" 2026/01/31 05:17:40 DEBUG : removing 2 level 1 directories 2026/01/31 05:17:40 INFO : A3: Removing directory 2026/01/31 05:17:40 INFO : A2: Removing directory 2026/01/31 05:17:41 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A3" 2026/01/31 05:17:41 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A2" 2026/01/31 05:17:43 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/A1/B1/C1/one 2026/01/31 05:17:44 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/A1/two 2026/01/31 05:17:45 DEBUG : removing 1 level 3 directories 2026/01/31 05:17:45 INFO : A1/B1/C1: Removing directory 2026/01/31 05:17:45 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A1/B1/C1" 2026/01/31 05:17:45 DEBUG : removing 1 level 2 directories 2026/01/31 05:17:45 INFO : A1/B1: Removing directory 2026/01/31 05:17:46 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A1/B1" 2026/01/31 05:17:46 DEBUG : removing 1 level 1 directories 2026/01/31 05:17:46 INFO : A1: Removing directory 2026/01/31 05:17:46 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A1" 2026/01/31 05:17:46 DEBUG : removing 1 level 0 directories 2026/01/31 05:17:46 INFO : FileLu root 'rclone-test-cigutir2buva': Removing directory 2026/01/31 05:17:47 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva" 2026/01/31 05:17:47 ERROR : error listing: directory not found 2026/01/31 05:17:48 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (78.81s) === RUN TestRmdirsLeaveRoot run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:17:48 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva" with ID 2575539 2026/01/31 05:17:48 INFO : A1: Making directory 2026/01/31 05:17:48 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A1" with ID 2575540 2026/01/31 05:17:48 INFO : A1/B1: Making directory 2026/01/31 05:17:48 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A1/B1" with ID 2575541 2026/01/31 05:17:48 INFO : A1/B1/C1: Making directory 2026/01/31 05:17:49 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A1/B1/C1" with ID 2575542 2026/01/31 05:17:51 DEBUG : removing 1 level 3 directories 2026/01/31 05:17:51 INFO : A1/B1/C1: Removing directory 2026/01/31 05:17:51 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A1/B1/C1" 2026/01/31 05:17:51 DEBUG : removing 1 level 2 directories 2026/01/31 05:17:51 INFO : A1/B1: Removing directory 2026/01/31 05:17:52 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A1/B1" 2026/01/31 05:17:54 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A1" --- PASS: TestRmdirsLeaveRoot (6.29s) === RUN TestRmdirsWithFilter run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:17:54 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva" with ID 2.575539e+06 2026/01/31 05:17:54 INFO : A1: Making directory 2026/01/31 05:17:54 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A1" with ID 2575543 2026/01/31 05:17:54 INFO : A1/B1: Making directory 2026/01/31 05:17:55 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A1/B1" with ID 2575544 2026/01/31 05:17:55 INFO : A1/B1/C1: Making directory 2026/01/31 05:17:55 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A1/B1/C1" with ID 2575545 2026/01/31 05:17:57 DEBUG : removing 1 level 3 directories 2026/01/31 05:17:57 INFO : A1/B1/C1: Removing directory 2026/01/31 05:17:58 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A1/B1/C1" 2026/01/31 05:17:58 DEBUG : removing 1 level 2 directories 2026/01/31 05:17:58 INFO : A1/B1: Removing directory 2026/01/31 05:17:58 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A1/B1" 2026/01/31 05:18:00 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A1" --- PASS: TestRmdirsWithFilter (6.50s) === RUN TestCopyURL run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:18:15 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "file1" 2026/01/31 05:18:18 DEBUG : filename.txt: File name found in url 2026/01/31 05:18:20 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "filename.txt" 2026/01/31 05:18:20 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/01/31 05:18:21 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "headerfilename.txt" 2026/01/31 05:18:23 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "file2" 2026/01/31 05:18:24 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/file1 2026/01/31 05:18:24 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/file2 2026/01/31 05:18:24 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/filename.txt 2026/01/31 05:18:24 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/headerfilename.txt --- PASS: TestCopyURL (24.32s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:18:25 DEBUG : file1: Need to transfer - File not found at Destination 2026/01/31 05:18:26 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/sub" with ID 2575546 2026/01/31 05:18:27 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "sub/file2" 2026/01/31 05:18:27 DEBUG : sub/file2: size = 14 OK 2026/01/31 05:18:27 INFO : file1: Copied (new) to: sub/file2 2026/01/31 05:18:27 INFO : file1: Deleted 2026/01/31 05:18:28 DEBUG : sub/file2: size = 14 OK 2026/01/31 05:18:28 DEBUG : file1: Sizes identical 2026/01/31 05:18:28 DEBUG : file1: Unchanged skipping 2026/01/31 05:18:28 INFO : file1: Deleted 2026/01/31 05:18:29 DEBUG : FileLu root 'rclone-test-cigutir2buva': don't need to copy/move sub/file2, it is already at target location 2026/01/31 05:18:30 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/sub/file2 2026/01/31 05:18:31 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/sub" --- PASS: TestMoveFile (6.12s) === RUN TestMoveFileWithIgnoreExisting run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:18:31 DEBUG : file1: Need to transfer - File not found at Destination 2026/01/31 05:18:33 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "file1" 2026/01/31 05:18:33 DEBUG : file1: size = 14 OK 2026/01/31 05:18:33 INFO : file1: Copied (new) 2026/01/31 05:18:33 INFO : file1: Deleted 2026/01/31 05:18:34 DEBUG : file1: Destination exists, skipping 2026/01/31 05:18:34 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set 2026/01/31 05:18:34 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/file1 --- PASS: TestMoveFileWithIgnoreExisting (3.81s) === RUN TestCaseInsensitiveMoveFile run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" --- PASS: TestCaseInsensitiveMoveFile (0.57s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.56s) === RUN TestMoveFileBackupDir run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:18:36 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/dst" with ID 2575547 2026/01/31 05:18:38 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "dst/file1" 2026/01/31 05:18:39 DEBUG : Creating backend with remote "TestFileLu:rclone-test-cigutir2buva/backup" 2026/01/31 05:18:39 DEBUG : Config file has changed externally - reloading 2026/01/31 05:18:39 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone633220175) 2026/01/31 05:18:39 DEBUG : dst/file1: size = 18 (FileLu root 'rclone-test-cigutir2buva') 2026/01/31 05:18:39 DEBUG : dst/file1: Sizes differ 2026/01/31 05:18:41 INFO : FileLu root 'rclone-test-cigutir2buva/backup': Successfully created folder "rclone-test-cigutir2buva/backup/dst" with ID 2575549 2026/01/31 05:18:43 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/dst/file1 2026/01/31 05:18:43 INFO : dst/file1: Moved (server-side) 2026/01/31 05:18:44 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "dst/file1" 2026/01/31 05:18:44 DEBUG : dst/file1: size = 14 OK 2026/01/31 05:18:44 INFO : dst/file1: Copied (new) 2026/01/31 05:18:44 INFO : dst/file1: Deleted 2026/01/31 05:18:46 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/dst/file1 2026/01/31 05:18:47 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/backup/dst/file1 2026/01/31 05:18:47 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/dst" 2026/01/31 05:18:48 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/backup/dst" 2026/01/31 05:18:48 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/backup" --- PASS: TestMoveFileBackupDir (12.95s) === 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-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:18:49 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva" with ID 2.575539e+06 2026/01/31 05:18:50 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A1" with ID 2575550 2026/01/31 05:18:51 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "A1/one" 2026/01/31 05:18:52 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "A1/two" 2026/01/31 05:18:53 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A1/B1" with ID 2575551 2026/01/31 05:18:54 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "A1/B1/three" 2026/01/31 05:18:55 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A1/B1/C1" with ID 2575552 2026/01/31 05:18:56 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "A1/B1/C1/four" 2026/01/31 05:18:57 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A1/B1/C2" with ID 2575553 2026/01/31 05:18:58 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "A1/B1/C2/five" 2026/01/31 05:18:58 INFO : A1/B2: Making directory 2026/01/31 05:18:58 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A1/B2" with ID 2575554 2026/01/31 05:18:58 INFO : A1/B1/C3: Making directory 2026/01/31 05:18:59 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A1/B1/C3" with ID 2575555 2026/01/31 05:19:01 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A2" with ID 2575556 2026/01/31 05:19:01 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A2/B1" with ID 2575557 2026/01/31 05:19:02 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A2/B1/C1" with ID 2575558 2026/01/31 05:19:02 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A2/B1/C2" with ID 2575559 2026/01/31 05:19:02 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A2/B1/C3" with ID 2575560 2026/01/31 05:19:03 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A2/B2" with ID 2575561 2026/01/31 05:19:18 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/A1/one 2026/01/31 05:19:18 INFO : A1/one: Moved (server-side) to: A2/one 2026/01/31 05:19:18 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/A1/B1/C2/five 2026/01/31 05:19:18 INFO : A1/B1/C2/five: Moved (server-side) to: A2/B1/C2/five 2026/01/31 05:19:18 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/A1/B1/C1/four 2026/01/31 05:19:18 INFO : A1/B1/C1/four: Moved (server-side) to: A2/B1/C1/four 2026/01/31 05:19:18 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/A1/B1/three 2026/01/31 05:19:18 INFO : A1/B1/three: Moved (server-side) to: A2/B1/three 2026/01/31 05:19:18 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/A1/two 2026/01/31 05:19:18 INFO : A1/two: Moved (server-side) to: A2/two 2026/01/31 05:19:19 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A1/B2" 2026/01/31 05:19:20 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A1/B1/C3" 2026/01/31 05:19:20 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A1/B1/C2" 2026/01/31 05:19:21 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A1/B1/C1" 2026/01/31 05:19:21 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A1/B1" 2026/01/31 05:19:22 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A1" 2026/01/31 05:19:24 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A3" with ID 2575562 2026/01/31 05:19:24 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A3/B1" with ID 2575563 2026/01/31 05:19:25 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A3/B1/C1" with ID 2575564 2026/01/31 05:19:25 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A3/B1/C2" with ID 2575565 2026/01/31 05:19:25 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A3/B1/C3" with ID 2575566 2026/01/31 05:19:26 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A3/B2" with ID 2575567 2026/01/31 05:19:29 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/A2/one 2026/01/31 05:19:29 INFO : A2/one: Moved (server-side) to: A3/one 2026/01/31 05:19:29 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/A2/B1/C1/four 2026/01/31 05:19:29 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/01/31 05:19:29 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/A2/two 2026/01/31 05:19:29 INFO : A2/two: Moved (server-side) to: A3/two 2026/01/31 05:19:29 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/A2/B1/C2/five 2026/01/31 05:19:29 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/01/31 05:19:29 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/A2/B1/three 2026/01/31 05:19:29 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/01/31 05:19:29 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A2/B2" 2026/01/31 05:19:30 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A2/B1/C3" 2026/01/31 05:19:31 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A2/B1/C2" 2026/01/31 05:19:31 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A2/B1/C1" 2026/01/31 05:19:32 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A2/B1" 2026/01/31 05:19:32 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A2" 2026/01/31 05:19:34 INFO : FileLu root 'rclone-test-cigutir2buva': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/01/31 05:19:35 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A4" with ID 2575568 2026/01/31 05:19:35 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A4/B1" with ID 2575569 2026/01/31 05:19:36 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A4/B1/C1" with ID 2575570 2026/01/31 05:19:36 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A4/B1/C2" with ID 2575571 2026/01/31 05:19:36 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A4/B1/C3" with ID 2575572 2026/01/31 05:19:36 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/A4/B2" with ID 2575573 2026/01/31 05:19:39 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/A3/one 2026/01/31 05:19:39 INFO : A3/one: Moved (server-side) to: A4/one 2026/01/31 05:19:39 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/A3/B1/three 2026/01/31 05:19:39 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/01/31 05:19:39 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/A3/B1/C2/five 2026/01/31 05:19:39 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/01/31 05:19:39 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/A3/B1/C1/four 2026/01/31 05:19:39 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/01/31 05:19:40 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/A3/two 2026/01/31 05:19:40 INFO : A3/two: Moved (server-side) to: A4/two 2026/01/31 05:19:40 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A3/B2" 2026/01/31 05:19:41 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A3/B1/C3" 2026/01/31 05:19:41 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A3/B1/C2" 2026/01/31 05:19:42 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A3/B1/C1" 2026/01/31 05:19:42 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A3/B1" 2026/01/31 05:19:43 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A3" 2026/01/31 05:19:45 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/A4/one 2026/01/31 05:19:45 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/A4/two 2026/01/31 05:19:46 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/A4/B1/three 2026/01/31 05:19:46 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/A4/B1/C1/four 2026/01/31 05:19:47 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/A4/B1/C2/five 2026/01/31 05:19:47 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A4/B2" 2026/01/31 05:19:48 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A4/B1/C3" 2026/01/31 05:19:48 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A4/B1/C2" 2026/01/31 05:19:49 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A4/B1/C1" 2026/01/31 05:19:50 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A4/B1" 2026/01/31 05:19:50 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/A4" --- PASS: TestDirMove (61.79s) === RUN TestGetFsInfo run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:19:51 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.57s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:19:51 DEBUG : FileLu root 'rclone-test-cigutir2buva': File to upload is small (34 bytes), uploading instead of streaming 2026/01/31 05:19:53 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "no_checksum_small_file_from_pipe" 2026/01/31 05:19:53 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/01/31 05:19:53 NOTICE: FileLu root 'rclone-test-cigutir2buva': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/01/31 05:19:53 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/01/31 05:19:53 DEBUG : FileLu root 'rclone-test-cigutir2buva': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/01/31 05:19:54 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "no_checksum_big_file_from_pipe" 2026/01/31 05:19:54 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/01/31 05:19:54 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/01/31 05:19:55 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/no_checksum_big_file_from_pipe 2026/01/31 05:19:56 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/no_checksum_small_file_from_pipe === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:19:56 DEBUG : FileLu root 'rclone-test-cigutir2buva': File to upload is small (34 bytes), uploading instead of streaming 2026/01/31 05:19:58 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "with_checksum_small_file_from_pipe" 2026/01/31 05:19:58 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/01/31 05:19:58 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/01/31 05:19:58 DEBUG : FileLu root 'rclone-test-cigutir2buva': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/01/31 05:19:59 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "with_checksum_big_file_from_pipe" 2026/01/31 05:19:59 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/01/31 05:19:59 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/01/31 05:20:00 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/with_checksum_big_file_from_pipe 2026/01/31 05:20:00 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/with_checksum_small_file_from_pipe === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:20:01 DEBUG : FileLu root 'rclone-test-cigutir2buva': File to upload is small (34 bytes), uploading instead of streaming 2026/01/31 05:20:14 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "ignore_checksum_small_file_from_pipe" 2026/01/31 05:20:14 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/01/31 05:20:14 DEBUG : ignore_checksum_small_file_from_pipe: Sizes identical 2026/01/31 05:20:14 DEBUG : FileLu root 'rclone-test-cigutir2buva': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/01/31 05:20:19 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "ignore_checksum_big_file_from_pipe" 2026/01/31 05:20:19 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/01/31 05:20:19 DEBUG : ignore_checksum_big_file_from_pipe: Sizes identical 2026/01/31 05:20:20 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/ignore_checksum_big_file_from_pipe 2026/01/31 05:20:20 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/ignore_checksum_small_file_from_pipe === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:20:21 DEBUG : FileLu root 'rclone-test-cigutir2buva': File to upload is small (34 bytes), uploading instead of streaming 2026/01/31 05:20:22 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "ignore_checksum_small_file_from_pipe" 2026/01/31 05:20:22 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/01/31 05:20:22 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/01/31 05:20:22 DEBUG : FileLu root 'rclone-test-cigutir2buva': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/01/31 05:20:24 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "ignore_checksum_big_file_from_pipe" 2026/01/31 05:20:24 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/01/31 05:20:24 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/01/31 05:20:25 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/ignore_checksum_big_file_from_pipe 2026/01/31 05:20:25 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/ignore_checksum_small_file_from_pipe --- PASS: TestRcat (34.11s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.80s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.76s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (19.78s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.79s) === RUN TestRcatMetadata run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" operations_test.go:1540: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.56s) === RUN TestRcatSize run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:20:27 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "potato1" 2026/01/31 05:20:27 DEBUG : FileLu root 'rclone-test-cigutir2buva': File to upload is small (60 bytes), uploading instead of streaming 2026/01/31 05:20:29 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "potato2" 2026/01/31 05:20:29 DEBUG : potato2: size = 60 OK 2026/01/31 05:20:29 DEBUG : potato2: Size of src and dst objects identical 2026/01/31 05:20:30 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/potato1 2026/01/31 05:20:30 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/potato2 --- PASS: TestRcatSize (4.43s) === RUN TestRcatSizeMetadata run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" operations_test.go:1621: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.57s) === RUN TestTouchDir run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" operations_test.go:1673: Skipping test as remote does not support modtime --- SKIP: TestTouchDir (0.56s) === RUN TestMkdirMetadata run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" operations_test.go:1711: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.57s) === RUN TestMkdirModTime run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" operations_test.go:1730: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.56s) === RUN TestCopyDirMetadata run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" operations_test.go:1751: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.56s) === RUN TestSetDirModTime run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" operations_test.go:1787: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.56s) === RUN TestDirsEqual run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" operations_test.go:1831: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.58s) === RUN TestRemoveExisting run.go:185: Remote "FileLu root 'rclone-test-cigutir2buva'", Local "Local file system at /tmp/rclone633220175", Modify Window "876000h0m0s" 2026/01/31 05:20:35 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully created folder "rclone-test-cigutir2buva/sub dir" with ID 2575574 2026/01/31 05:20:36 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "sub dir/test remove existing" 2026/01/31 05:20:37 INFO : FileLu root 'rclone-test-cigutir2buva': Put: Successfully uploaded new file "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789" 2026/01/31 05:20:40 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.tilokug0" before starting 2026/01/31 05:20:43 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/sub dir/test remove existing 2026/01/31 05:20:43 DEBUG : sub dir/test remove existing.tilokug0: TEST: removing renamed existing file after operation 2026/01/31 05:20:44 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/sub dir/test remove existing.tilokug0 2026/01/31 05:20:45 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.sojufaq0" before starting 2026/01/31 05:20:47 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/01/31 05:20:48 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.sojufaq0: TEST: renaming existing back after failed operation 2026/01/31 05:20:51 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.sojufaq0 2026/01/31 05:20:52 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fobexaq1" before starting 2026/01/31 05:20:55 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/01/31 05:20:55 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fobexaq1: TEST: removing renamed existing file after operation 2026/01/31 05:20:55 INFO : FileLu root 'rclone-test-cigutir2buva': Successfully deleted file: /rclone-test-cigutir2buva/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fobexaq1 2026/01/31 05:20:57 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva/sub dir" --- PASS: TestRemoveExisting (23.24s) === 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/01/31 05:20:57 DEBUG : FileLu root 'rclone-test-cigutir2buva': Purge remote 2026/01/31 05:20:58 INFO : FileLu root 'rclone-test-cigutir2buva': Rmdir: successfully deleted "/rclone-test-cigutir2buva" "./operations.test -test.v -test.timeout 1h0m0s -remote TestFileLu: -verbose" - Finished OK in 12m20.555451624s (try 1/5)