"./operations.test -test.v -test.timeout 1h0m0s -remote TestFileLu: -verbose" - Starting (try 1/5) 2026/08/02 04:13:51 DEBUG : Creating backend with remote "TestFileLu:rclone-test-muceyam8cole" 2026/08/02 04:13:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/02 04:13:51 DEBUG : Creating backend with remote "/tmp/rclone761617492" === RUN TestDoMultiThreadCopy --- PASS: TestDoMultiThreadCopy (0.00s) === RUN TestMultithreadCalculateNumChunks === RUN TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} === RUN TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} === RUN TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} --- PASS: TestMultithreadCalculateNumChunks (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} (0.00s) === RUN TestMultithreadCopy run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" multithread_test.go:119: multithread writing not supported 2026/08/02 04:13:52 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.66s) === RUN TestMultithreadCopyAbort run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" multithread_test.go:119: multithread writing not supported 2026/08/02 04:13:52 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.54s) === RUN TestSizeDiffers 2026/08/02 04:13:52 DEBUG : a: size = 0 OK 2026/08/02 04:13:52 DEBUG : a: size = 1 (memory) 2026/08/02 04:13:52 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/08/02 04:13:52 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/08/02 04:13:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/02 04:13:52 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/02 04:13:52 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/08/02 04:13:52 DEBUG : potato: Seek from 10 to 0 2026/08/02 04:13:52 DEBUG : potato: Seek from 10 to 0 2026/08/02 04:13:52 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/08/02 04:13:52 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/08/02 04:13:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/02 04:13:52 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/02 04:13:52 DEBUG : potato: Seek from 5 to 2 2026/08/02 04:13:52 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/08/02 04:13:52 DEBUG : potato: Seek from 7 to 0 2026/08/02 04:13:52 DEBUG : potato: Seek from 7 to 0 2026/08/02 04:13:52 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/08/02 04:13:52 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/08/02 04:13:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/02 04:13:52 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/02 04:13:52 DEBUG : potato: Seek from 5 to 2 2026/08/02 04:13:52 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/08/02 04:13:52 DEBUG : potato: Seek from 8 to 0 2026/08/02 04:13:52 DEBUG : potato: Seek from 8 to 0 2026/08/02 04:13:52 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/08/02 04:13:52 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/08/02 04:13:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/02 04:13:52 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/02 04:13:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/02 04:13:52 DEBUG : potato: Seek from 5 to 2 2026/08/02 04:13:52 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/08/02 04:13:52 DEBUG : potato: Seek from 9 to 0 2026/08/02 04:13:52 DEBUG : potato: Seek from 9 to 0 2026/08/02 04:13:52 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/ReadAt (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/ReadAt (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/ReadAt (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/ReadAt (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:13:53 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole" with ID 5009165 === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 2026/08/02 04:14:10 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/empty space 2026/08/02 04:14:10 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/potato2 2026/08/02 04:14:11 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/remotepotato 2026/08/02 04:14:11 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/rutabaga --- PASS: TestCheck (19.41s) --- PASS: TestCheck/1 (0.54s) --- PASS: TestCheck/2 (0.55s) --- PASS: TestCheck/3 (0.55s) --- PASS: TestCheck/4 (0.63s) --- PASS: TestCheck/5 (0.55s) --- PASS: TestCheck/6 (0.54s) --- PASS: TestCheck/7 (0.58s) === RUN TestCheckFsError 2026/08/02 04:14:12 DEBUG : Creating backend with remote "nonexistent" 2026/08/02 04:14:12 DEBUG : Creating backend with remote "nonexistent" 2026/08/02 04:14:12 DEBUG : Local file system at nonexistent: Waiting for checks to finish 2026/08/02 04:14:12 ERROR : Local file system at nonexistent: error reading source root directory: directory not found 2026/08/02 04:14:12 NOTICE: Local file system at nonexistent: 0 differences found 2026/08/02 04:14:12 NOTICE: Local file system at nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 === RUN TestCheckDownload/3 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 2026/08/02 04:14:36 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/empty space 2026/08/02 04:14:36 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/potato2 2026/08/02 04:14:37 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/remotepotato 2026/08/02 04:14:38 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/rutabaga --- PASS: TestCheckDownload (26.63s) --- PASS: TestCheckDownload/1 (1.76s) --- PASS: TestCheckDownload/2 (1.75s) --- PASS: TestCheckDownload/3 (1.84s) --- PASS: TestCheckDownload/4 (1.76s) --- PASS: TestCheckDownload/5 (1.77s) --- PASS: TestCheckDownload/6 (1.78s) --- PASS: TestCheckDownload/7 (1.79s) === RUN TestCheckSizeOnly run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 === RUN TestCheckSizeOnly/3 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 2026/08/02 04:14:54 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/empty space 2026/08/02 04:14:54 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/potato2 2026/08/02 04:14:55 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/remotepotato 2026/08/02 04:14:55 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/rutabaga --- PASS: TestCheckSizeOnly (17.53s) --- PASS: TestCheckSizeOnly/1 (0.55s) --- PASS: TestCheckSizeOnly/2 (0.54s) --- PASS: TestCheckSizeOnly/3 (0.54s) --- PASS: TestCheckSizeOnly/4 (0.55s) --- PASS: TestCheckSizeOnly/5 (0.56s) --- PASS: TestCheckSizeOnly/6 (0.54s) --- PASS: TestCheckSizeOnly/7 (0.54s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:15:01 NOTICE: test.sum: improperly formatted checksum line 4 2026/08/02 04:15:01 NOTICE: test.sum: improperly formatted checksum line 5 2026/08/02 04:15:01 NOTICE: test.sum: improperly formatted checksum line 6 2026/08/02 04:15:01 NOTICE: test.sum: 2 warning(s) suppressed... 2026/08/02 04:15:06 NOTICE: test.sum: improperly formatted checksum line 4 2026/08/02 04:15:06 NOTICE: test.sum: improperly formatted checksum line 5 2026/08/02 04:15:06 NOTICE: test.sum: improperly formatted checksum line 6 2026/08/02 04:15:06 NOTICE: test.sum: 2 warning(s) suppressed... 2026/08/02 04:15:07 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/test.sum --- PASS: TestParseSumFile (11.68s) === RUN TestCheckSum run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:15:08 DEBUG : Creating backend with remote "TestFileLu:rclone-test-muceyam8cole/data" check_test.go:350: FileLu root 'rclone-test-muceyam8cole/data' lacks md5, skipping --- SKIP: TestCheckSum (2.32s) === RUN TestCheckSumDownload run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:15:10 DEBUG : Creating backend with remote "TestFileLu:rclone-test-muceyam8cole/data" 2026/08/02 04:15:12 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/data" with ID 5009173 === RUN TestCheckSumDownload/subtest1 === RUN TestCheckSumDownload/subtest2 === RUN TestCheckSumDownload/subtest3 === RUN TestCheckSumDownload/subtest4 === RUN TestCheckSumDownload/subtest5 === RUN TestCheckSumDownload/subtest6 === RUN TestCheckSumDownload/subtest7 2026/08/02 04:16:18 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/test.sum 2026/08/02 04:16:19 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/data/banana 2026/08/02 04:16:20 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/data/potato 2026/08/02 04:16:21 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/data" --- PASS: TestCheckSumDownload (71.55s) --- PASS: TestCheckSumDownload/subtest1 (4.11s) --- PASS: TestCheckSumDownload/subtest2 (4.05s) --- PASS: TestCheckSumDownload/subtest3 (4.32s) --- PASS: TestCheckSumDownload/subtest4 (4.06s) --- PASS: TestCheckSumDownload/subtest5 (4.05s) --- PASS: TestCheckSumDownload/subtest6 (4.05s) --- PASS: TestCheckSumDownload/subtest7 (4.12s) === RUN TestApplyTransforms 2026/08/02 04:16:22 DEBUG : Creating backend with remote "TestFileLu:rclone-test-qagugak9xajo" 2026/08/02 04:16:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/02 04:16:22 DEBUG : Creating backend with remote "/tmp/rclone1835810843" run.go:198: Remote "FileLu root 'rclone-test-qagugak9xajo'", Local "Local file system at /tmp/rclone1835810843", Modify Window "876000h0m0s" 2026/08/02 04:16:22 INFO : FileLu root 'rclone-test-qagugak9xajo': Successfully created folder "rclone-test-qagugak9xajo" with ID 5009174 upper checkfile vs. lower remote (without normalization) 2026/08/02 04:16:25 ERROR : hello, world!: sum not found 2026/08/02 04:16:25 ERROR : HELLO, WORLD!: file not in FileLu root 'rclone-test-qagugak9xajo' 2026/08/02 04:16:25 NOTICE: FileLu root 'rclone-test-qagugak9xajo': 1 files missing 2026/08/02 04:16:25 NOTICE: 1 hashes missing 2026/08/02 04:16:25 NOTICE: FileLu root 'rclone-test-qagugak9xajo': 1 differences found 2026/08/02 04:16:25 NOTICE: FileLu root 'rclone-test-qagugak9xajo': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/08/02 04:16:27 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/02 04:16:27 NOTICE: FileLu root 'rclone-test-qagugak9xajo': 0 differences found 2026/08/02 04:16:27 NOTICE: FileLu root 'rclone-test-qagugak9xajo': 1 matching files 2026/08/02 04:16:27 DEBUG : Creating backend with remote "TestFileLu:rclone-test-zadatof0hada" 2026/08/02 04:16:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/02 04:16:27 DEBUG : Creating backend with remote "/tmp/rclone126402950" run.go:198: Remote "FileLu root 'rclone-test-zadatof0hada'", Local "Local file system at /tmp/rclone126402950", Modify Window "876000h0m0s" 2026/08/02 04:16:28 INFO : FileLu root 'rclone-test-zadatof0hada': Successfully created folder "rclone-test-zadatof0hada" with ID 5009175 lower checkfile vs. upper remote (without normalization) 2026/08/02 04:16:31 ERROR : HELLO, WORLD!: sum not found 2026/08/02 04:16:31 ERROR : hello, world!: file not in FileLu root 'rclone-test-zadatof0hada' 2026/08/02 04:16:31 NOTICE: FileLu root 'rclone-test-zadatof0hada': 1 files missing 2026/08/02 04:16:31 NOTICE: 1 hashes missing 2026/08/02 04:16:31 NOTICE: FileLu root 'rclone-test-zadatof0hada': 1 differences found 2026/08/02 04:16:31 NOTICE: FileLu root 'rclone-test-zadatof0hada': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/08/02 04:16:33 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/02 04:16:33 NOTICE: FileLu root 'rclone-test-zadatof0hada': 0 differences found 2026/08/02 04:16:33 NOTICE: FileLu root 'rclone-test-zadatof0hada': 1 matching files 2026/08/02 04:16:33 DEBUG : Creating backend with remote "TestFileLu:rclone-test-runurop9tebe" 2026/08/02 04:16:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/02 04:16:33 DEBUG : Creating backend with remote "/tmp/rclone10845736" run.go:198: Remote "FileLu root 'rclone-test-runurop9tebe'", Local "Local file system at /tmp/rclone10845736", Modify Window "876000h0m0s" 2026/08/02 04:16:33 INFO : FileLu root 'rclone-test-runurop9tebe': Successfully created folder "rclone-test-runurop9tebe" with ID 5009176 lower checkfile vs. upperlowermixed remote (without normalization) 2026/08/02 04:16:36 ERROR : HeLlO, wOrLd!: sum not found 2026/08/02 04:16:36 ERROR : hello, world!: file not in FileLu root 'rclone-test-runurop9tebe' 2026/08/02 04:16:36 NOTICE: FileLu root 'rclone-test-runurop9tebe': 1 files missing 2026/08/02 04:16:36 NOTICE: 1 hashes missing 2026/08/02 04:16:36 NOTICE: FileLu root 'rclone-test-runurop9tebe': 1 differences found 2026/08/02 04:16:36 NOTICE: FileLu root 'rclone-test-runurop9tebe': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/08/02 04:16:38 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/02 04:16:38 NOTICE: FileLu root 'rclone-test-runurop9tebe': 0 differences found 2026/08/02 04:16:38 NOTICE: FileLu root 'rclone-test-runurop9tebe': 1 matching files 2026/08/02 04:16:38 DEBUG : Creating backend with remote "TestFileLu:rclone-test-bemokik1paxu" 2026/08/02 04:16:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/02 04:16:38 DEBUG : Creating backend with remote "/tmp/rclone3603673851" run.go:198: Remote "FileLu root 'rclone-test-bemokik1paxu'", Local "Local file system at /tmp/rclone3603673851", Modify Window "876000h0m0s" 2026/08/02 04:16:39 INFO : FileLu root 'rclone-test-bemokik1paxu': Successfully created folder "rclone-test-bemokik1paxu" with ID 5009177 upperlowermixed checkfile vs. upper remote (without normalization) 2026/08/02 04:16:42 ERROR : HELLO, WORLD!: sum not found 2026/08/02 04:16:42 ERROR : HeLlO, wOrLd!: file not in FileLu root 'rclone-test-bemokik1paxu' 2026/08/02 04:16:42 NOTICE: FileLu root 'rclone-test-bemokik1paxu': 1 files missing 2026/08/02 04:16:42 NOTICE: 1 hashes missing 2026/08/02 04:16:42 NOTICE: FileLu root 'rclone-test-bemokik1paxu': 1 differences found 2026/08/02 04:16:42 NOTICE: FileLu root 'rclone-test-bemokik1paxu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/08/02 04:16:44 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/02 04:16:44 NOTICE: FileLu root 'rclone-test-bemokik1paxu': 0 differences found 2026/08/02 04:16:44 NOTICE: FileLu root 'rclone-test-bemokik1paxu': 1 matching files 2026/08/02 04:16:44 DEBUG : Creating backend with remote "TestFileLu:rclone-test-hiceguw5lujo" 2026/08/02 04:16:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/02 04:16:44 DEBUG : Creating backend with remote "/tmp/rclone35427557" run.go:198: Remote "FileLu root 'rclone-test-hiceguw5lujo'", Local "Local file system at /tmp/rclone35427557", Modify Window "876000h0m0s" 2026/08/02 04:16:44 INFO : FileLu root 'rclone-test-hiceguw5lujo': Successfully created folder "rclone-test-hiceguw5lujo" with ID 5009178 NFD checkfile vs. NFC remote (without normalization) 2026/08/02 04:16:48 ERROR : 測試_Русский___ě_áñ: sum not found 2026/08/02 04:16:48 ERROR : 測試_Русский___ě_áñ: file not in FileLu root 'rclone-test-hiceguw5lujo' 2026/08/02 04:16:48 NOTICE: FileLu root 'rclone-test-hiceguw5lujo': 1 files missing 2026/08/02 04:16:48 NOTICE: 1 hashes missing 2026/08/02 04:16:48 NOTICE: FileLu root 'rclone-test-hiceguw5lujo': 1 differences found 2026/08/02 04:16:48 NOTICE: FileLu root 'rclone-test-hiceguw5lujo': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/08/02 04:16:50 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/02 04:16:50 NOTICE: FileLu root 'rclone-test-hiceguw5lujo': 0 differences found 2026/08/02 04:16:50 NOTICE: FileLu root 'rclone-test-hiceguw5lujo': 1 matching files 2026/08/02 04:16:50 DEBUG : Creating backend with remote "TestFileLu:rclone-test-koyecon0faye" 2026/08/02 04:16:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/02 04:16:50 DEBUG : Creating backend with remote "/tmp/rclone1326081939" run.go:198: Remote "FileLu root 'rclone-test-koyecon0faye'", Local "Local file system at /tmp/rclone1326081939", Modify Window "876000h0m0s" 2026/08/02 04:16:50 INFO : FileLu root 'rclone-test-koyecon0faye': Successfully created folder "rclone-test-koyecon0faye" with ID 5009179 check_test.go:570: Fs is incapable of running test, skipping: NFC checkfile vs. NFD remote (expected: 測試_Русский___ě_áñ (NFD) actual: 測試_Русский___ě_áñ (NFC)) 2026/08/02 04:16:53 DEBUG : FileLu root 'rclone-test-koyecon0faye': Purge remote 2026/08/02 04:16:54 INFO : FileLu root 'rclone-test-koyecon0faye': Rmdir: successfully deleted "/rclone-test-koyecon0faye" 2026/08/02 04:16:54 DEBUG : FileLu root 'rclone-test-hiceguw5lujo': Purge remote 2026/08/02 04:16:54 INFO : FileLu root 'rclone-test-hiceguw5lujo': Rmdir: successfully deleted "/rclone-test-hiceguw5lujo" 2026/08/02 04:16:54 DEBUG : FileLu root 'rclone-test-bemokik1paxu': Purge remote 2026/08/02 04:16:55 INFO : FileLu root 'rclone-test-bemokik1paxu': Rmdir: successfully deleted "/rclone-test-bemokik1paxu" 2026/08/02 04:16:55 DEBUG : FileLu root 'rclone-test-runurop9tebe': Purge remote 2026/08/02 04:16:55 INFO : FileLu root 'rclone-test-runurop9tebe': Rmdir: successfully deleted "/rclone-test-runurop9tebe" 2026/08/02 04:16:55 DEBUG : FileLu root 'rclone-test-zadatof0hada': Purge remote 2026/08/02 04:16:56 INFO : FileLu root 'rclone-test-zadatof0hada': Rmdir: successfully deleted "/rclone-test-zadatof0hada" 2026/08/02 04:16:56 DEBUG : FileLu root 'rclone-test-qagugak9xajo': Purge remote 2026/08/02 04:16:56 INFO : FileLu root 'rclone-test-qagugak9xajo': Rmdir: successfully deleted "/rclone-test-qagugak9xajo" --- SKIP: TestApplyTransforms (34.80s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:16:57 DEBUG : file1: Need to transfer - File not found at Destination 2026/08/02 04:16:58 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/sub" with ID 5009180 2026/08/02 04:17:00 DEBUG : sub/file2: size = 14 OK 2026/08/02 04:17:00 INFO : file1: Copied (new) to: sub/file2 2026/08/02 04:17:02 DEBUG : sub/file2: size = 14 OK 2026/08/02 04:17:02 DEBUG : file1: Sizes identical 2026/08/02 04:17:02 DEBUG : file1: Unchanged skipping 2026/08/02 04:17:03 DEBUG : FileLu root 'rclone-test-muceyam8cole': don't need to copy/move sub/file2, it is already at target location 2026/08/02 04:17:06 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/sub/file2 2026/08/02 04:17:07 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/sub" --- PASS: TestCopyFile (10.84s) === RUN TestCopyLongFile run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (1.08s) === RUN TestCopyFileBackupDir run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:17:09 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/dst" with ID 5009181 2026/08/02 04:17:13 DEBUG : Creating backend with remote "TestFileLu:rclone-test-muceyam8cole/backup" 2026/08/02 04:17:14 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone761617492) 2026/08/02 04:17:14 DEBUG : dst/file1: size = 18 (FileLu root 'rclone-test-muceyam8cole') 2026/08/02 04:17:14 DEBUG : dst/file1: Sizes differ 2026/08/02 04:17:17 INFO : FileLu root 'rclone-test-muceyam8cole/backup': Successfully created folder "rclone-test-muceyam8cole/backup/dst" with ID 5009184 2026/08/02 04:17:19 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/dst/file1 2026/08/02 04:17:19 INFO : dst/file1: Moved (server-side) 2026/08/02 04:17:21 DEBUG : dst/file1: size = 14 OK 2026/08/02 04:17:21 INFO : dst/file1: Copied (new) 2026/08/02 04:17:24 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/dst/file1 2026/08/02 04:17:25 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/backup/dst/file1 2026/08/02 04:17:26 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/dst" 2026/08/02 04:17:27 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/backup/dst" 2026/08/02 04:17:28 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/backup" --- PASS: TestCopyFileBackupDir (20.47s) === RUN TestCopyFileCompareDest run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:17:29 DEBUG : Creating backend with remote "TestFileLu:rclone-test-muceyam8cole/dst" 2026/08/02 04:17:30 DEBUG : Creating backend with remote "TestFileLu:rclone-test-muceyam8cole/CompareDest" 2026/08/02 04:17:30 DEBUG : one: Need to transfer - File not found at Destination 2026/08/02 04:17:32 INFO : FileLu root 'rclone-test-muceyam8cole/dst': Successfully created folder "rclone-test-muceyam8cole/dst" with ID 5009190 2026/08/02 04:17:34 DEBUG : one: size = 3 OK 2026/08/02 04:17:34 INFO : one: Copied (new) 2026/08/02 04:17:37 DEBUG : one: size = 5 (Local file system at /tmp/rclone761617492) 2026/08/02 04:17:37 DEBUG : one: size = 3 (FileLu root 'rclone-test-muceyam8cole/dst') 2026/08/02 04:17:37 DEBUG : one: Sizes differ 2026/08/02 04:17:40 DEBUG : one: size = 5 OK 2026/08/02 04:17:40 INFO : one: Copied (replaced existing) 2026/08/02 04:17:45 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/CompareDest" with ID 5009198 2026/08/02 04:17:49 DEBUG : one: size = 5 (Local file system at /tmp/rclone761617492) 2026/08/02 04:17:49 DEBUG : one: size = 3 (FileLu root 'rclone-test-muceyam8cole/dst') 2026/08/02 04:17:49 DEBUG : one: Sizes differ 2026/08/02 04:17:50 DEBUG : one: size = 5 OK 2026/08/02 04:17:50 DEBUG : one: Sizes identical 2026/08/02 04:17:50 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/02 04:17:54 DEBUG : two: Need to transfer - File not found at Destination 2026/08/02 04:17:56 DEBUG : two: size = 3 OK 2026/08/02 04:17:56 DEBUG : two: Sizes identical 2026/08/02 04:17:56 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/02 04:17:57 DEBUG : two: Need to transfer - File not found at Destination 2026/08/02 04:17:58 DEBUG : two: size = 3 OK 2026/08/02 04:17:58 DEBUG : two: Sizes identical 2026/08/02 04:17:58 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/02 04:18:01 DEBUG : two: Need to transfer - File not found at Destination 2026/08/02 04:18:02 DEBUG : two: size = 5 (Local file system at /tmp/rclone761617492) 2026/08/02 04:18:02 DEBUG : two: size = 3 (FileLu root 'rclone-test-muceyam8cole/CompareDest') 2026/08/02 04:18:02 DEBUG : two: Sizes differ 2026/08/02 04:18:04 DEBUG : two: size = 5 OK 2026/08/02 04:18:04 INFO : two: Copied (new) 2026/08/02 04:18:07 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/dst/one 2026/08/02 04:18:08 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/dst/two 2026/08/02 04:18:08 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/CompareDest/one 2026/08/02 04:18:09 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/CompareDest/two 2026/08/02 04:18:10 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/dst" 2026/08/02 04:18:11 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/CompareDest" --- PASS: TestCopyFileCompareDest (42.56s) === RUN TestCopyFileCopyDest run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" copy_test.go:277: Skipping test as remote does not support server-side copy --- SKIP: TestCopyFileCopyDest (1.12s) === RUN TestCopyInplace run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (1.09s) === RUN TestCopyLongFileName run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (1.09s) === RUN TestCopyLongFileNameCollision run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (1.09s) === RUN TestCopyFileMaxTransfer run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:18:16 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/08/02 04:18:17 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/TestCopyFileMaxTransfer" with ID 5009206 2026/08/02 04:18:19 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/08/02 04:18:19 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/08/02 04:18:21 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/08/02 04:18:22 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: failed to upload file: failed to send upload request: Post "https://d2011.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/08/02 04:18:24 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/08/02 04:18:25 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/08/02 04:18:28 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/08/02 04:18:28 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2026/08/02 04:18:30 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/TestCopyFileMaxTransfer/file1 2026/08/02 04:18:31 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/TestCopyFileMaxTransfer/file4 2026/08/02 04:18:33 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/TestCopyFileMaxTransfer" --- PASS: TestCopyFileMaxTransfer (17.49s) === RUN TestDeduplicateInteractive run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (1.08s) === RUN TestDeduplicateSkip run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (1.11s) === RUN TestDeduplicateSizeOnly run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (1.08s) === RUN TestDeduplicateFirst run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (1.09s) === RUN TestDeduplicateNewest run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (1.09s) === RUN TestDeduplicateNewestByHash run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (1.09s) === RUN TestDeduplicateOldest run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (1.09s) === RUN TestDeduplicateLargest run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (1.09s) === RUN TestDeduplicateSmallest run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (1.09s) === RUN TestDeduplicateRename run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (1.09s) === RUN TestMergeDirs run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (1.09s) === RUN TestListDirSorted run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:18:51 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/sub dir" with ID 5009207 2026/08/02 04:18:56 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/sub dir/ignore dir" with ID 5009208 2026/08/02 04:19:00 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/sub dir/sub sub dir" with ID 5009209 2026/08/02 04:19:05 DEBUG : a.txt: Excluded (Size Filter) 2026/08/02 04:19:05 DEBUG : a.txt: Excluded 2026/08/02 04:19:06 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/08/02 04:19:06 DEBUG : sub dir/hello world2: Excluded 2026/08/02 04:19:06 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/08/02 04:19:06 DEBUG : sub dir/hello world: Excluded 2026/08/02 04:19:07 DEBUG : sub dir/ignore dir: Excluded 2026/08/02 04:19:08 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/08/02 04:19:08 DEBUG : sub dir/hello world2: Excluded 2026/08/02 04:19:08 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/08/02 04:19:08 DEBUG : sub dir/hello world: Excluded 2026/08/02 04:19:09 DEBUG : sub dir/ignore dir: Excluded 2026/08/02 04:19:11 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/a.txt 2026/08/02 04:19:11 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/zend.txt 2026/08/02 04:19:12 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/sub dir/hello world 2026/08/02 04:19:13 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/sub dir/hello world2 2026/08/02 04:19:14 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/sub dir/sub sub dir/hello world3 2026/08/02 04:19:15 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/sub dir/ignore dir/.ignore 2026/08/02 04:19:15 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/sub dir/ignore dir/should be ignored 2026/08/02 04:19:16 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/sub dir/sub sub dir" 2026/08/02 04:19:17 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/sub dir/ignore dir" 2026/08/02 04:19:18 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/sub dir" --- PASS: TestListDirSorted (33.73s) === RUN TestListDirSortedFn run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:19:25 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/sub dir" with ID 5009210 2026/08/02 04:19:30 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/sub dir/ignore dir" with ID 5009211 2026/08/02 04:19:34 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/sub dir/sub sub dir" with ID 5009212 2026/08/02 04:19:39 DEBUG : a.txt: Excluded (Size Filter) 2026/08/02 04:19:39 DEBUG : a.txt: Excluded 2026/08/02 04:19:40 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/08/02 04:19:40 DEBUG : sub dir/hello world2: Excluded 2026/08/02 04:19:40 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/08/02 04:19:40 DEBUG : sub dir/hello world: Excluded 2026/08/02 04:19:41 DEBUG : sub dir/ignore dir: Excluded 2026/08/02 04:19:42 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/08/02 04:19:42 DEBUG : sub dir/hello world2: Excluded 2026/08/02 04:19:42 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/08/02 04:19:42 DEBUG : sub dir/hello world: Excluded 2026/08/02 04:19:42 DEBUG : sub dir/ignore dir: Excluded 2026/08/02 04:19:45 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/a.txt 2026/08/02 04:19:45 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/zend.txt 2026/08/02 04:19:46 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/sub dir/hello world 2026/08/02 04:19:47 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/sub dir/hello world2 2026/08/02 04:19:48 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/sub dir/sub sub dir/hello world3 2026/08/02 04:19:49 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/sub dir/ignore dir/.ignore 2026/08/02 04:19:49 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/sub dir/ignore dir/should be ignored 2026/08/02 04:19:50 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/sub dir/sub sub dir" 2026/08/02 04:19:51 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/sub dir/ignore dir" 2026/08/02 04:19:52 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/sub dir" --- PASS: TestListDirSortedFn (33.99s) === RUN TestListJSON run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:19:56 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/sub" with ID 5009213 === 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/08/02 04:20:04 ERROR : file1: Failed to read hash: no valid file code found in the remote path === RUN TestListJSON/Metadata 2026/08/02 04:20:06 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/file1 2026/08/02 04:20:07 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/sub/file2 2026/08/02 04:20:08 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/sub" --- PASS: TestListJSON (15.58s) --- PASS: TestListJSON/Default (0.54s) --- PASS: TestListJSON/FilesOnly (0.54s) --- PASS: TestListJSON/DirsOnly (0.54s) --- PASS: TestListJSON/Recurse (1.09s) --- PASS: TestListJSON/SubDir (0.54s) --- PASS: TestListJSON/NoModTime (0.55s) --- PASS: TestListJSON/NoMimeType (0.56s) --- PASS: TestListJSON/ShowHash (0.54s) --- PASS: TestListJSON/HashTypes (0.55s) --- PASS: TestListJSON/Metadata (0.55s) === RUN TestStatJSON run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:20:12 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/sub" with ID 5009214 === 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/08/02 04:20:23 DEBUG : Creating backend with remote "TestFileLu:rclone-test-muceyam8cole/notfound" 2026/08/02 04:20:26 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/file1 2026/08/02 04:20:27 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/sub/file2 2026/08/02 04:20:28 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/sub" --- PASS: TestStatJSON (19.79s) --- PASS: TestStatJSON/Root (0.55s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.57s) --- PASS: TestStatJSON/Dir (1.35s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.55s) --- PASS: TestStatJSON/File (1.09s) --- PASS: TestStatJSON/NotFound (1.09s) --- PASS: TestStatJSON/DirFilesOnly (0.54s) --- PASS: TestStatJSON/FileFilesOnly (1.09s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.54s) --- PASS: TestStatJSON/DirDirsOnly (0.55s) --- PASS: TestStatJSON/FileDirsOnly (0.54s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.56s) --- PASS: TestStatJSON/RootNotFound (1.17s) === RUN TestStatJSONMemory 2026/08/02 04:20:28 DEBUG : Creating backend with remote ":memory:" 2026/08/02 04:20:28 DEBUG : Memory root '': File to upload is small (5 bytes), uploading instead of streaming 2026/08/02 04:20:28 DEBUG : sub/file1: size = 5 OK 2026/08/02 04:20:28 DEBUG : sub/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/08/02 04:20:28 DEBUG : sub/file1: Size and md5 of src and dst objects identical === RUN TestStatJSONMemory/Dir === RUN TestStatJSONMemory/DirWithTrailingSlash === RUN TestStatJSONMemory/File === RUN TestStatJSONMemory/NotFound --- PASS: TestStatJSONMemory (0.00s) --- PASS: TestStatJSONMemory/Dir (0.00s) --- PASS: TestStatJSONMemory/DirWithTrailingSlash (0.00s) --- PASS: TestStatJSONMemory/File (0.00s) --- PASS: TestStatJSONMemory/NotFound (0.00s) === RUN TestMkdir run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:20:28 INFO : FileLu root 'rclone-test-muceyam8cole': Making directory 2026/08/02 04:20:29 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole" with ID 5.009165e+06 2026/08/02 04:20:29 INFO : FileLu root 'rclone-test-muceyam8cole': Making directory 2026/08/02 04:20:30 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole" with ID 5.009165e+06 --- PASS: TestMkdir (2.71s) === RUN TestLsd run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:20:32 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/sub dir" with ID 5009215 2026/08/02 04:20:37 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/sub dir/hello world 2026/08/02 04:20:38 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/sub dir" --- PASS: TestLsd (7.53s) === RUN TestLs run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:20:45 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/empty space 2026/08/02 04:20:45 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/potato2 --- PASS: TestLs (7.35s) === RUN TestLsWithFilesFrom run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:20:52 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/08/02 04:20:52 DEBUG : empty space: Excluded 2026/08/02 04:20:54 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/empty space 2026/08/02 04:20:55 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/potato2 --- PASS: TestLsWithFilesFrom (9.42s) === RUN TestLsLong run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:21:02 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/empty space 2026/08/02 04:21:02 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/potato2 --- PASS: TestLsLong (7.40s) === RUN TestHashSums run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:21:09 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/empty space 2026/08/02 04:21:09 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/potato2 --- PASS: TestHashSums (6.89s) === RUN TestHashSumsWithErrors 2026/08/02 04:21:10 DEBUG : Creating backend with remote ":memory:" 2026/08/02 04:21:10 ERROR : file1: hash unsupported: hash type not supported 2026/08/02 04:21:10 ERROR : sub/file1: hash unsupported: hash type not supported 2026/08/02 04:21:10 ERROR : sub/file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/08/02 04:21:10 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/08/02 04:21:10 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/08/02 04:21:10 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/08/02 04:21:10 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/08/02 04:21:10 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/08/02 04:21:10 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/08/02 04:21:10 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/08/02 04:21:10 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:21:15 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/sub dir" with ID 5009217 2026/08/02 04:21:19 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/empty space 2026/08/02 04:21:20 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/potato2 2026/08/02 04:21:21 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/sub dir/potato3 2026/08/02 04:21:22 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/sub dir" --- PASS: TestCount (13.34s) === RUN TestDelete run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:21:30 DEBUG : Waiting for deletions to finish 2026/08/02 04:21:30 DEBUG : large: Excluded (Size Filter) 2026/08/02 04:21:30 DEBUG : large: Excluded 2026/08/02 04:21:31 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/medium 2026/08/02 04:21:31 INFO : medium: Deleted 2026/08/02 04:21:31 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/small 2026/08/02 04:21:31 INFO : small: Deleted 2026/08/02 04:21:32 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/large --- PASS: TestDelete (9.99s) === RUN TestMaxDelete run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:21:40 DEBUG : Waiting for deletions to finish 2026/08/02 04:21:40 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/08/02 04:21:41 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/large 2026/08/02 04:21:41 INFO : large: Deleted 2026/08/02 04:21:41 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/medium 2026/08/02 04:21:41 INFO : medium: Deleted 2026/08/02 04:21:42 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/small --- PASS: TestMaxDelete (11.03s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:21:51 DEBUG : Waiting for deletions to finish 2026/08/02 04:21:51 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/08/02 04:21:52 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/medium 2026/08/02 04:21:52 INFO : medium: Deleted 2026/08/02 04:21:52 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/small 2026/08/02 04:21:52 INFO : small: Deleted 2026/08/02 04:21:53 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/large --- PASS: TestMaxDeleteSizeLargeFile (11.03s) === RUN TestMaxDeleteSize run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:22:02 DEBUG : Waiting for deletions to finish 2026/08/02 04:22:03 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/08/02 04:22:03 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/large 2026/08/02 04:22:03 INFO : large: Deleted 2026/08/02 04:22:03 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/medium 2026/08/02 04:22:03 INFO : medium: Deleted 2026/08/02 04:22:05 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/small --- PASS: TestMaxDeleteSize (11.43s) === RUN TestReadFile run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:22:12 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/ReadFile --- PASS: TestReadFile (7.65s) === RUN TestRetry 2026/08/02 04:22:14 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/08/02 04:22:14 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/08/02 04:22:14 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/08/02 04:22:14 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/08/02 04:22:14 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/08/02 04:22:14 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/08/02 04:22:14 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:22:35 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/file1 2026/08/02 04:22:36 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/file2 --- PASS: TestCat (22.05s) === RUN TestPurge 2026/08/02 04:22:36 DEBUG : Creating backend with remote "TestFileLu:rclone-test-pebimol9zale" 2026/08/02 04:22:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/02 04:22:36 DEBUG : Creating backend with remote "/tmp/rclone351652332" run.go:198: Remote "FileLu root 'rclone-test-pebimol9zale'", Local "Local file system at /tmp/rclone351652332", Modify Window "876000h0m0s" 2026/08/02 04:22:37 INFO : FileLu root 'rclone-test-pebimol9zale': Successfully created folder "rclone-test-pebimol9zale" with ID 5009255 2026/08/02 04:22:37 INFO : FileLu root 'rclone-test-pebimol9zale': Successfully created folder "rclone-test-pebimol9zale" with ID 5.009255e+06 2026/08/02 04:22:39 INFO : FileLu root 'rclone-test-pebimol9zale': Successfully created folder "rclone-test-pebimol9zale/A1/B1/C1" with ID 5009259 2026/08/02 04:22:40 INFO : A2: Making directory 2026/08/02 04:22:41 INFO : FileLu root 'rclone-test-pebimol9zale': Successfully created folder "rclone-test-pebimol9zale/A2" with ID 5009261 2026/08/02 04:22:41 INFO : A1/B2: Making directory 2026/08/02 04:22:41 INFO : FileLu root 'rclone-test-pebimol9zale': Successfully created folder "rclone-test-pebimol9zale/A1/B2" with ID 5009263 2026/08/02 04:22:41 INFO : A1/B2/C2: Making directory 2026/08/02 04:22:42 INFO : FileLu root 'rclone-test-pebimol9zale': Successfully created folder "rclone-test-pebimol9zale/A1/B2/C2" with ID 5009264 2026/08/02 04:22:42 INFO : A1/B1/C3: Making directory 2026/08/02 04:22:42 INFO : FileLu root 'rclone-test-pebimol9zale': Successfully created folder "rclone-test-pebimol9zale/A1/B1/C3" with ID 5009265 2026/08/02 04:22:42 INFO : A3: Making directory 2026/08/02 04:22:43 INFO : FileLu root 'rclone-test-pebimol9zale': Successfully created folder "rclone-test-pebimol9zale/A3" with ID 5009266 2026/08/02 04:22:43 INFO : A3/B3: Making directory 2026/08/02 04:22:43 INFO : FileLu root 'rclone-test-pebimol9zale': Successfully created folder "rclone-test-pebimol9zale/A3/B3" with ID 5009268 2026/08/02 04:22:43 INFO : A3/B3/C4: Making directory 2026/08/02 04:22:44 INFO : FileLu root 'rclone-test-pebimol9zale': Successfully created folder "rclone-test-pebimol9zale/A3/B3/C4" with ID 5009269 2026/08/02 04:22:49 INFO : FileLu root 'rclone-test-pebimol9zale': Rmdir: successfully deleted "/rclone-test-pebimol9zale/A1/B1" 2026/08/02 04:22:51 INFO : FileLu root 'rclone-test-pebimol9zale': Rmdir: successfully deleted "/rclone-test-pebimol9zale" 2026/08/02 04:22:52 ERROR : error listing: directory not found 2026/08/02 04:22:52 DEBUG : FileLu root 'rclone-test-pebimol9zale': Purge remote 2026/08/02 04:22:53 NOTICE: purge failed: delete error: Folder not found or not yours --- PASS: TestPurge (16.34s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:22:53 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole" with ID 5.009165e+06 2026/08/02 04:22:54 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A1/B1/C1" with ID 5009275 2026/08/02 04:22:56 INFO : A2: Making directory 2026/08/02 04:22:56 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A2" with ID 5009278 2026/08/02 04:22:56 INFO : A1/B2: Making directory 2026/08/02 04:22:57 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A1/B2" with ID 5009280 2026/08/02 04:22:57 INFO : A1/B2/C2: Making directory 2026/08/02 04:22:57 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A1/B2/C2" with ID 5009281 2026/08/02 04:22:57 INFO : A1/B1/C3: Making directory 2026/08/02 04:22:58 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A1/B1/C3" with ID 5009283 2026/08/02 04:22:58 INFO : A3: Making directory 2026/08/02 04:22:58 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A3" with ID 5009284 2026/08/02 04:22:58 INFO : A3/B3: Making directory 2026/08/02 04:22:59 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A3/B3" with ID 5009285 2026/08/02 04:22:59 INFO : A3/B3/C4: Making directory 2026/08/02 04:23:00 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A3/B3/C4" with ID 5009286 2026/08/02 04:23:05 DEBUG : removing 1 level 3 directories 2026/08/02 04:23:05 INFO : A3/B3/C4: Removing directory 2026/08/02 04:23:06 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A3/B3/C4" 2026/08/02 04:23:10 DEBUG : removing 2 level 3 directories 2026/08/02 04:23:10 INFO : A1/B2/C2: Removing directory 2026/08/02 04:23:10 INFO : A1/B1/C3: Removing directory 2026/08/02 04:23:11 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A1/B2/C2" 2026/08/02 04:23:11 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A1/B1/C3" 2026/08/02 04:23:11 DEBUG : removing 2 level 2 directories 2026/08/02 04:23:11 INFO : A3/B3: Removing directory 2026/08/02 04:23:11 INFO : A1/B2: Removing directory 2026/08/02 04:23:12 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A3/B3" 2026/08/02 04:23:12 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A1/B2" 2026/08/02 04:23:12 DEBUG : removing 2 level 1 directories 2026/08/02 04:23:12 INFO : A3: Removing directory 2026/08/02 04:23:12 INFO : A2: Removing directory 2026/08/02 04:23:13 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A2" 2026/08/02 04:23:13 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A3" 2026/08/02 04:23:17 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/A1/B1/C1/one 2026/08/02 04:23:19 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/A1/two 2026/08/02 04:23:21 DEBUG : removing 1 level 3 directories 2026/08/02 04:23:21 INFO : A1/B1/C1: Removing directory 2026/08/02 04:23:22 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A1/B1/C1" 2026/08/02 04:23:22 DEBUG : removing 1 level 2 directories 2026/08/02 04:23:22 INFO : A1/B1: Removing directory 2026/08/02 04:23:23 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A1/B1" 2026/08/02 04:23:23 DEBUG : removing 1 level 1 directories 2026/08/02 04:23:23 INFO : A1: Removing directory 2026/08/02 04:23:24 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A1" 2026/08/02 04:23:24 DEBUG : removing 1 level 0 directories 2026/08/02 04:23:24 INFO : FileLu root 'rclone-test-muceyam8cole': Removing directory 2026/08/02 04:23:26 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole" 2026/08/02 04:23:26 ERROR : error listing: directory not found 2026/08/02 04:23:27 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (34.06s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:23:27 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole" with ID 5009287 2026/08/02 04:23:27 INFO : A1: Making directory 2026/08/02 04:23:28 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A1" with ID 5009288 2026/08/02 04:23:28 INFO : A1/B1: Making directory 2026/08/02 04:23:28 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A1/B1" with ID 5009289 2026/08/02 04:23:28 INFO : A1/B1/C1: Making directory 2026/08/02 04:23:29 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A1/B1/C1" with ID 5009290 2026/08/02 04:23:33 DEBUG : removing 1 level 3 directories 2026/08/02 04:23:33 INFO : A1/B1/C1: Removing directory 2026/08/02 04:23:34 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A1/B1/C1" 2026/08/02 04:23:34 DEBUG : removing 1 level 2 directories 2026/08/02 04:23:34 INFO : A1/B1: Removing directory 2026/08/02 04:23:35 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A1/B1" 2026/08/02 04:23:38 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A1" --- PASS: TestRmdirsLeaveRoot (12.22s) === RUN TestRmdirsWithFilter run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:23:39 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole" with ID 5.009287e+06 2026/08/02 04:23:39 INFO : A1: Making directory 2026/08/02 04:23:40 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A1" with ID 5009291 2026/08/02 04:23:40 INFO : A1/B1: Making directory 2026/08/02 04:23:40 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A1/B1" with ID 5009292 2026/08/02 04:23:40 INFO : A1/B1/C1: Making directory 2026/08/02 04:23:41 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A1/B1/C1" with ID 5009293 2026/08/02 04:23:45 DEBUG : removing 1 level 3 directories 2026/08/02 04:23:45 INFO : A1/B1/C1: Removing directory 2026/08/02 04:23:47 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A1/B1/C1" 2026/08/02 04:23:47 DEBUG : removing 1 level 2 directories 2026/08/02 04:23:47 INFO : A1/B1: Removing directory 2026/08/02 04:23:48 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A1/B1" 2026/08/02 04:23:51 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A1" --- PASS: TestRmdirsWithFilter (12.59s) === RUN TestCopyURL run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:23:56 DEBUG : filename.txt: File name found in url 2026/08/02 04:23:58 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/08/02 04:24:04 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/file1 2026/08/02 04:24:05 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/file2 2026/08/02 04:24:05 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/filename.txt 2026/08/02 04:24:06 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/headerfilename.txt --- PASS: TestCopyURL (15.13s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:24:10 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/file1 --- PASS: TestCopyURLDownloadHeaders (3.71s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:24:11 DEBUG : file1: Need to transfer - File not found at Destination 2026/08/02 04:24:12 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/sub" with ID 5009294 2026/08/02 04:24:14 DEBUG : sub/file2: size = 14 OK 2026/08/02 04:24:14 INFO : file1: Copied (new) to: sub/file2 2026/08/02 04:24:14 INFO : file1: Deleted 2026/08/02 04:24:16 DEBUG : sub/file2: size = 14 OK 2026/08/02 04:24:16 DEBUG : file1: Sizes identical 2026/08/02 04:24:16 DEBUG : file1: Unchanged skipping 2026/08/02 04:24:16 INFO : file1: Deleted 2026/08/02 04:24:17 DEBUG : FileLu root 'rclone-test-muceyam8cole': don't need to copy/move sub/file2, it is already at target location 2026/08/02 04:24:20 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/sub/file2 2026/08/02 04:24:21 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/sub" --- PASS: TestMoveFile (11.01s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:24:22 DEBUG : file1: Need to transfer - File not found at Destination 2026/08/02 04:24:24 DEBUG : file1: size = 14 OK 2026/08/02 04:24:24 INFO : file1: Copied (new) 2026/08/02 04:24:24 INFO : file1: Deleted 2026/08/02 04:24:26 DEBUG : file1: Destination exists, skipping 2026/08/02 04:24:26 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set 2026/08/02 04:24:27 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/file1 --- PASS: TestMoveFileWithIgnoreExisting (6.46s) === RUN TestCaseInsensitiveMoveFile run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" --- PASS: TestCaseInsensitiveMoveFile (1.13s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" --- PASS: TestCaseInsensitiveMoveFileDryRun (1.09s) === RUN TestMoveFileBackupDir run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:24:31 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/dst" with ID 5009295 2026/08/02 04:24:35 DEBUG : Creating backend with remote "TestFileLu:rclone-test-muceyam8cole/backup" 2026/08/02 04:24:35 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone761617492) 2026/08/02 04:24:35 DEBUG : dst/file1: size = 18 (FileLu root 'rclone-test-muceyam8cole') 2026/08/02 04:24:35 DEBUG : dst/file1: Sizes differ 2026/08/02 04:24:38 INFO : FileLu root 'rclone-test-muceyam8cole/backup': Successfully created folder "rclone-test-muceyam8cole/backup/dst" with ID 5009297 2026/08/02 04:24:40 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/dst/file1 2026/08/02 04:24:40 INFO : dst/file1: Moved (server-side) 2026/08/02 04:24:42 DEBUG : dst/file1: size = 14 OK 2026/08/02 04:24:42 INFO : dst/file1: Copied (new) 2026/08/02 04:24:42 INFO : dst/file1: Deleted 2026/08/02 04:24:46 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/dst/file1 2026/08/02 04:24:47 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/backup/dst/file1 2026/08/02 04:24:48 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/dst" 2026/08/02 04:24:49 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/backup/dst" 2026/08/02 04:24:50 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/backup" --- PASS: TestMoveFileBackupDir (20.65s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:24:51 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole" with ID 5.009287e+06 2026/08/02 04:24:52 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A1" with ID 5009298 2026/08/02 04:24:57 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A1/B1" with ID 5009299 2026/08/02 04:24:59 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A1/B1/C1" with ID 5009300 2026/08/02 04:25:02 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A1/B1/C2" with ID 5009301 2026/08/02 04:25:04 INFO : A1/B2: Making directory 2026/08/02 04:25:04 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A1/B2" with ID 5009302 2026/08/02 04:25:04 INFO : A1/B1/C3: Making directory 2026/08/02 04:25:05 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A1/B1/C3" with ID 5009303 2026/08/02 04:25:09 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A2" with ID 5009304 2026/08/02 04:25:10 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A2/B1" with ID 5009305 2026/08/02 04:25:10 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A2/B1/C1" with ID 5009306 2026/08/02 04:25:11 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A2/B1/C2" with ID 5009307 2026/08/02 04:25:11 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A2/B1/C3" with ID 5009308 2026/08/02 04:25:12 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A2/B2" with ID 5009309 2026/08/02 04:25:17 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/A1/B1/C1/four 2026/08/02 04:25:17 INFO : A1/B1/C1/four: Moved (server-side) to: A2/B1/C1/four 2026/08/02 04:25:17 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/A1/B1/C2/five 2026/08/02 04:25:17 INFO : A1/B1/C2/five: Moved (server-side) to: A2/B1/C2/five 2026/08/02 04:25:17 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/A1/one 2026/08/02 04:25:17 INFO : A1/one: Moved (server-side) to: A2/one 2026/08/02 04:25:17 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/A1/two 2026/08/02 04:25:17 INFO : A1/two: Moved (server-side) to: A2/two 2026/08/02 04:25:17 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/A1/B1/three 2026/08/02 04:25:17 INFO : A1/B1/three: Moved (server-side) to: A2/B1/three 2026/08/02 04:25:18 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A1/B2" 2026/08/02 04:25:19 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A1/B1/C3" 2026/08/02 04:25:20 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A1/B1/C2" 2026/08/02 04:25:21 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A1/B1/C1" 2026/08/02 04:25:22 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A1/B1" 2026/08/02 04:25:23 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A1" 2026/08/02 04:25:28 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A3" with ID 5009310 2026/08/02 04:25:28 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A3/B1" with ID 5009311 2026/08/02 04:25:29 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A3/B1/C1" with ID 5009312 2026/08/02 04:25:30 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A3/B1/C2" with ID 5009313 2026/08/02 04:25:30 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A3/B1/C3" with ID 5009314 2026/08/02 04:25:31 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A3/B2" with ID 5009315 2026/08/02 04:25:35 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/A2/B1/three 2026/08/02 04:25:35 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/08/02 04:25:35 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/A2/one 2026/08/02 04:25:35 INFO : A2/one: Moved (server-side) to: A3/one 2026/08/02 04:25:35 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/A2/B1/C2/five 2026/08/02 04:25:35 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/08/02 04:25:35 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/A2/two 2026/08/02 04:25:35 INFO : A2/two: Moved (server-side) to: A3/two 2026/08/02 04:25:35 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/A2/B1/C1/four 2026/08/02 04:25:35 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/08/02 04:25:36 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A2/B2" 2026/08/02 04:25:37 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A2/B1/C3" 2026/08/02 04:25:38 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A2/B1/C2" 2026/08/02 04:25:39 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A2/B1/C1" 2026/08/02 04:25:41 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A2/B1" 2026/08/02 04:25:42 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A2" 2026/08/02 04:25:44 INFO : FileLu root 'rclone-test-muceyam8cole': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/08/02 04:25:46 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A4" with ID 5009316 2026/08/02 04:25:47 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A4/B1" with ID 5009317 2026/08/02 04:25:48 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A4/B1/C1" with ID 5009318 2026/08/02 04:25:48 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A4/B1/C2" with ID 5009319 2026/08/02 04:25:49 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A4/B1/C3" with ID 5009320 2026/08/02 04:25:49 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/A4/B2" with ID 5009321 2026/08/02 04:25:54 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/A3/two 2026/08/02 04:25:54 INFO : A3/two: Moved (server-side) to: A4/two 2026/08/02 04:25:54 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/A3/B1/three 2026/08/02 04:25:54 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/08/02 04:25:54 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/A3/B1/C1/four 2026/08/02 04:25:54 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/08/02 04:25:54 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/A3/one 2026/08/02 04:25:54 INFO : A3/one: Moved (server-side) to: A4/one 2026/08/02 04:25:54 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/A3/B1/C2/five 2026/08/02 04:25:54 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/08/02 04:25:55 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A3/B2" 2026/08/02 04:25:56 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A3/B1/C3" 2026/08/02 04:25:57 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A3/B1/C2" 2026/08/02 04:25:58 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A3/B1/C1" 2026/08/02 04:25:59 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A3/B1" 2026/08/02 04:26:00 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A3" 2026/08/02 04:26:04 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/A4/one 2026/08/02 04:26:05 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/A4/two 2026/08/02 04:26:06 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/A4/B1/three 2026/08/02 04:26:07 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/A4/B1/C2/five 2026/08/02 04:26:08 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/A4/B1/C1/four 2026/08/02 04:26:09 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A4/B2" 2026/08/02 04:26:10 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A4/B1/C3" 2026/08/02 04:26:11 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A4/B1/C2" 2026/08/02 04:26:12 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A4/B1/C1" 2026/08/02 04:26:13 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A4/B1" 2026/08/02 04:26:14 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/A4" --- PASS: TestDirMove (84.19s) === RUN TestGetFsInfo run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" --- PASS: TestGetFsInfo (1.09s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:26:16 DEBUG : FileLu root 'rclone-test-muceyam8cole': File to upload is small (34 bytes), uploading instead of streaming 2026/08/02 04:26:18 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/08/02 04:26:18 NOTICE: FileLu root 'rclone-test-muceyam8cole': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/08/02 04:26:18 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/08/02 04:26:18 DEBUG : FileLu root 'rclone-test-muceyam8cole': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/08/02 04:26:21 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/08/02 04:26:21 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/08/02 04:26:22 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/no_checksum_big_file_from_pipe 2026/08/02 04:26:23 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/no_checksum_small_file_from_pipe === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:26:24 DEBUG : FileLu root 'rclone-test-muceyam8cole': File to upload is small (34 bytes), uploading instead of streaming 2026/08/02 04:26:26 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/08/02 04:26:26 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/08/02 04:26:26 DEBUG : FileLu root 'rclone-test-muceyam8cole': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/08/02 04:26:28 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/08/02 04:26:28 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/08/02 04:26:30 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/with_checksum_big_file_from_pipe 2026/08/02 04:26:30 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/with_checksum_small_file_from_pipe === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:26:31 DEBUG : FileLu root 'rclone-test-muceyam8cole': File to upload is small (34 bytes), uploading instead of streaming 2026/08/02 04:26:33 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/08/02 04:26:33 DEBUG : ignore_checksum_small_file_from_pipe: Sizes identical 2026/08/02 04:26:33 DEBUG : FileLu root 'rclone-test-muceyam8cole': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/08/02 04:26:36 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/08/02 04:26:36 DEBUG : ignore_checksum_big_file_from_pipe: Sizes identical 2026/08/02 04:26:37 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/ignore_checksum_big_file_from_pipe 2026/08/02 04:26:38 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/ignore_checksum_small_file_from_pipe === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:26:39 DEBUG : FileLu root 'rclone-test-muceyam8cole': File to upload is small (34 bytes), uploading instead of streaming 2026/08/02 04:26:41 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/08/02 04:26:41 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/08/02 04:26:41 DEBUG : FileLu root 'rclone-test-muceyam8cole': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/08/02 04:26:43 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/08/02 04:26:43 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/08/02 04:26:45 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/ignore_checksum_big_file_from_pipe 2026/08/02 04:26:45 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/ignore_checksum_small_file_from_pipe --- PASS: TestRcat (29.86s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (7.49s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (7.44s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (7.45s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (7.48s) === RUN TestRcatMetadata run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" operations_test.go:1563: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (1.08s) === RUN TestRcatSize run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:26:49 DEBUG : FileLu root 'rclone-test-muceyam8cole': File to upload is small (60 bytes), uploading instead of streaming 2026/08/02 04:26:51 DEBUG : potato2: size = 60 OK 2026/08/02 04:26:51 DEBUG : potato2: Size of src and dst objects identical 2026/08/02 04:26:53 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/potato1 2026/08/02 04:26:53 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/potato2 --- PASS: TestRcatSize (6.84s) === RUN TestRcatSizeMetadata run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" operations_test.go:1644: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (1.13s) === RUN TestRcatSizeUploadHeaders run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:26:58 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/potato1 --- PASS: TestRcatSizeUploadHeaders (3.68s) === RUN TestTouchDir run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" operations_test.go:1735: Skipping test as remote does not support modtime --- SKIP: TestTouchDir (1.13s) === RUN TestMkdirMetadata run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" operations_test.go:1773: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (1.09s) === RUN TestMkdirModTime run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" operations_test.go:1792: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (1.10s) === RUN TestCopyDirMetadata run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" operations_test.go:1813: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (1.13s) === RUN TestSetDirModTime run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" operations_test.go:1849: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (1.13s) === RUN TestDirsEqual run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" operations_test.go:1893: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (1.11s) === RUN TestRemoveExisting run.go:198: Remote "FileLu root 'rclone-test-muceyam8cole'", Local "Local file system at /tmp/rclone761617492", Modify Window "876000h0m0s" 2026/08/02 04:27:06 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully created folder "rclone-test-muceyam8cole/sub dir" with ID 5009322 2026/08/02 04:27:15 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.soyokef4" before starting 2026/08/02 04:27:20 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/sub dir/test remove existing 2026/08/02 04:27:21 DEBUG : sub dir/test remove existing.soyokef4: TEST: removing renamed existing file after operation 2026/08/02 04:27:21 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/sub dir/test remove existing.soyokef4 2026/08/02 04:27:24 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.qetufuv6" before starting 2026/08/02 04:27:28 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/08/02 04:27:29 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.qetufuv6: TEST: renaming existing back after failed operation 2026/08/02 04:27:33 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.qetufuv6 2026/08/02 04:27:35 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.vizeber9" before starting 2026/08/02 04:27:39 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2026/08/02 04:27:40 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.vizeber9: TEST: removing renamed existing file after operation 2026/08/02 04:27:41 INFO : FileLu root 'rclone-test-muceyam8cole': Successfully deleted file: /rclone-test-muceyam8cole/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.vizeber9 2026/08/02 04:27:44 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole/sub dir" --- PASS: TestRemoveExisting (39.37s) === 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/08/02 04:27:45 DEBUG : FileLu root 'rclone-test-muceyam8cole': Purge remote 2026/08/02 04:27:45 INFO : FileLu root 'rclone-test-muceyam8cole': Rmdir: successfully deleted "/rclone-test-muceyam8cole" "./operations.test -test.v -test.timeout 1h0m0s -remote TestFileLu: -verbose" - Finished OK in 13m53.929720434s (try 1/5)