"./operations.test -test.v -test.timeout 1h0m0s -remote TestImageKit: -verbose" - Starting (try 1/5) 2025/12/09 03:40:43 DEBUG : Creating backend with remote "TestImageKit:rclone-test-cecowep2rofi" 2025/12/09 03:40:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/09 03:40:44 DEBUG : Creating backend with remote "/tmp/rclone3501219387" === RUN TestDoMultiThreadCopy --- PASS: TestDoMultiThreadCopy (0.00s) === RUN TestMultithreadCalculateNumChunks === RUN TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} === RUN TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} === RUN TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} --- PASS: TestMultithreadCalculateNumChunks (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} (0.00s) === RUN TestMultithreadCopy run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" multithread_test.go:119: multithread writing not supported 2025/12/09 03:40:44 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.11s) === RUN TestMultithreadCopyAbort run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" multithread_test.go:119: multithread writing not supported 2025/12/09 03:40:44 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.12s) === RUN TestSizeDiffers 2025/12/09 03:40:44 DEBUG : a: size = 0 OK 2025/12/09 03:40:44 DEBUG : a: size = 1 (memory) 2025/12/09 03:40:44 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/12/09 03:40:44 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/12/09 03:40:44 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/09 03:40:44 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/09 03:40:44 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/12/09 03:40:44 DEBUG : potato: Seek from 10 to 0 2025/12/09 03:40:44 DEBUG : potato: Seek from 10 to 0 2025/12/09 03:40:44 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/12/09 03:40:44 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/12/09 03:40:44 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/09 03:40:44 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/09 03:40:44 DEBUG : potato: Seek from 5 to 2 2025/12/09 03:40:44 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/12/09 03:40:44 DEBUG : potato: Seek from 7 to 0 2025/12/09 03:40:44 DEBUG : potato: Seek from 7 to 0 2025/12/09 03:40:44 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/12/09 03:40:44 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/12/09 03:40:44 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/09 03:40:44 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/09 03:40:44 DEBUG : potato: Seek from 5 to 2 2025/12/09 03:40:44 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/12/09 03:40:44 DEBUG : potato: Seek from 8 to 0 2025/12/09 03:40:44 DEBUG : potato: Seek from 8 to 0 2025/12/09 03:40:44 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/12/09 03:40:44 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/12/09 03:40:44 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/09 03:40:44 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/09 03:40:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/09 03:40:44 DEBUG : potato: Seek from 5 to 2 2025/12/09 03:40:44 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/12/09 03:40:44 DEBUG : potato: Seek from 9 to 0 2025/12/09 03:40:44 DEBUG : potato: Seek from 9 to 0 2025/12/09 03:40:44 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/ReadAt (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/ReadAt (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/ReadAt (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/ReadAt (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (10.57s) --- PASS: TestCheck/1 (0.34s) --- PASS: TestCheck/2 (0.34s) --- PASS: TestCheck/3 (0.42s) --- PASS: TestCheck/4 (0.35s) --- PASS: TestCheck/5 (0.36s) --- PASS: TestCheck/6 (0.35s) --- PASS: TestCheck/7 (0.34s) === RUN TestCheckFsError 2025/12/09 03:40:54 DEBUG : Creating backend with remote "nonexistent" 2025/12/09 03:40:54 DEBUG : Creating backend with remote "nonexistent" 2025/12/09 03:40:54 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/12/09 03:40:54 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/12/09 03:40:54 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/12/09 03:40:54 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.01s) === RUN TestCheckDownload run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 === RUN TestCheckDownload/3 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (8.65s) --- PASS: TestCheckDownload/1 (0.43s) --- PASS: TestCheckDownload/2 (0.37s) --- PASS: TestCheckDownload/3 (0.34s) --- PASS: TestCheckDownload/4 (0.41s) --- PASS: TestCheckDownload/5 (0.39s) --- PASS: TestCheckDownload/6 (0.35s) --- PASS: TestCheckDownload/7 (0.36s) === RUN TestCheckSizeOnly run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 === RUN TestCheckSizeOnly/3 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (12.17s) --- PASS: TestCheckSizeOnly/1 (1.12s) --- PASS: TestCheckSizeOnly/2 (0.36s) --- PASS: TestCheckSizeOnly/3 (0.35s) --- PASS: TestCheckSizeOnly/4 (0.34s) --- PASS: TestCheckSizeOnly/5 (0.36s) --- PASS: TestCheckSizeOnly/6 (0.34s) --- PASS: TestCheckSizeOnly/7 (2.33s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" 2025/12/09 03:41:16 NOTICE: test.sum: improperly formatted checksum line 4 2025/12/09 03:41:16 NOTICE: test.sum: improperly formatted checksum line 5 2025/12/09 03:41:16 NOTICE: test.sum: improperly formatted checksum line 6 2025/12/09 03:41:16 NOTICE: test.sum: 2 warning(s) suppressed... 2025/12/09 03:41:18 NOTICE: test.sum: improperly formatted checksum line 4 2025/12/09 03:41:18 NOTICE: test.sum: improperly formatted checksum line 5 2025/12/09 03:41:18 NOTICE: test.sum: improperly formatted checksum line 6 2025/12/09 03:41:18 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (3.32s) === RUN TestCheckSum run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" 2025/12/09 03:41:19 DEBUG : Creating backend with remote "TestImageKit:rclone-test-cecowep2rofi/data" check_test.go:350: FS imagekit: /rclone-test-cecowep2rofi/data lacks md5, skipping --- SKIP: TestCheckSum (2.23s) === RUN TestCheckSumDownload run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" 2025/12/09 03:41:21 DEBUG : Creating backend with remote "TestImageKit:rclone-test-cecowep2rofi/data" === RUN TestCheckSumDownload/subtest1 === RUN TestCheckSumDownload/subtest2 === RUN TestCheckSumDownload/subtest3 === RUN TestCheckSumDownload/subtest4 === RUN TestCheckSumDownload/subtest5 === RUN TestCheckSumDownload/subtest6 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (23.53s) --- PASS: TestCheckSumDownload/subtest1 (0.80s) --- PASS: TestCheckSumDownload/subtest2 (0.81s) --- PASS: TestCheckSumDownload/subtest3 (0.82s) --- PASS: TestCheckSumDownload/subtest4 (0.79s) --- PASS: TestCheckSumDownload/subtest5 (0.68s) --- PASS: TestCheckSumDownload/subtest6 (0.69s) --- PASS: TestCheckSumDownload/subtest7 (0.84s) === RUN TestApplyTransforms 2025/12/09 03:41:44 DEBUG : Creating backend with remote "TestImageKit:rclone-test-vamulel5fuge" 2025/12/09 03:41:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/09 03:41:45 DEBUG : Creating backend with remote "/tmp/rclone2496103665" run.go:185: Remote "FS imagekit: /rclone-test-vamulel5fuge", Local "Local file system at /tmp/rclone2496103665", Modify Window "876000h0m0s" upper checkfile vs. lower remote (without normalization) 2025/12/09 03:41:47 ERROR : hello, world!: sum not found 2025/12/09 03:41:47 ERROR : HELLO, WORLD!: file not in FS imagekit: /rclone-test-vamulel5fuge 2025/12/09 03:41:47 NOTICE: FS imagekit: /rclone-test-vamulel5fuge: 1 files missing 2025/12/09 03:41:47 NOTICE: 1 hashes missing 2025/12/09 03:41:47 NOTICE: FS imagekit: /rclone-test-vamulel5fuge: 1 differences found 2025/12/09 03:41:47 NOTICE: FS imagekit: /rclone-test-vamulel5fuge: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/12/09 03:41:47 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/12/09 03:41:47 NOTICE: FS imagekit: /rclone-test-vamulel5fuge: 0 differences found 2025/12/09 03:41:47 NOTICE: FS imagekit: /rclone-test-vamulel5fuge: 1 matching files 2025/12/09 03:41:47 DEBUG : Creating backend with remote "TestImageKit:rclone-test-cofesor1gabe" 2025/12/09 03:41:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/09 03:41:48 DEBUG : Creating backend with remote "/tmp/rclone1737892831" run.go:185: Remote "FS imagekit: /rclone-test-cofesor1gabe", Local "Local file system at /tmp/rclone1737892831", Modify Window "876000h0m0s" lower checkfile vs. upper remote (without normalization) 2025/12/09 03:41:50 ERROR : HELLO, WORLD!: sum not found 2025/12/09 03:41:50 ERROR : hello, world!: file not in FS imagekit: /rclone-test-cofesor1gabe 2025/12/09 03:41:50 NOTICE: FS imagekit: /rclone-test-cofesor1gabe: 1 files missing 2025/12/09 03:41:50 NOTICE: 1 hashes missing 2025/12/09 03:41:50 NOTICE: FS imagekit: /rclone-test-cofesor1gabe: 1 differences found 2025/12/09 03:41:50 NOTICE: FS imagekit: /rclone-test-cofesor1gabe: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/12/09 03:41:50 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/12/09 03:41:50 NOTICE: FS imagekit: /rclone-test-cofesor1gabe: 0 differences found 2025/12/09 03:41:50 NOTICE: FS imagekit: /rclone-test-cofesor1gabe: 1 matching files 2025/12/09 03:41:50 DEBUG : Creating backend with remote "TestImageKit:rclone-test-gujapit3duye" 2025/12/09 03:41:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/09 03:41:51 DEBUG : Creating backend with remote "/tmp/rclone3166985126" run.go:185: Remote "FS imagekit: /rclone-test-gujapit3duye", Local "Local file system at /tmp/rclone3166985126", Modify Window "876000h0m0s" lower checkfile vs. upperlowermixed remote (without normalization) 2025/12/09 03:41:53 ERROR : HeLlO, wOrLd!: sum not found 2025/12/09 03:41:53 ERROR : hello, world!: file not in FS imagekit: /rclone-test-gujapit3duye 2025/12/09 03:41:53 NOTICE: FS imagekit: /rclone-test-gujapit3duye: 1 files missing 2025/12/09 03:41:53 NOTICE: 1 hashes missing 2025/12/09 03:41:53 NOTICE: FS imagekit: /rclone-test-gujapit3duye: 1 differences found 2025/12/09 03:41:53 NOTICE: FS imagekit: /rclone-test-gujapit3duye: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/12/09 03:41:53 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/12/09 03:41:53 NOTICE: FS imagekit: /rclone-test-gujapit3duye: 0 differences found 2025/12/09 03:41:53 NOTICE: FS imagekit: /rclone-test-gujapit3duye: 1 matching files 2025/12/09 03:41:53 DEBUG : Creating backend with remote "TestImageKit:rclone-test-kexebam3qume" 2025/12/09 03:41:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/09 03:41:54 DEBUG : Creating backend with remote "/tmp/rclone3094500446" run.go:185: Remote "FS imagekit: /rclone-test-kexebam3qume", Local "Local file system at /tmp/rclone3094500446", Modify Window "876000h0m0s" upperlowermixed checkfile vs. upper remote (without normalization) 2025/12/09 03:41:55 ERROR : HELLO, WORLD!: sum not found 2025/12/09 03:41:55 ERROR : HeLlO, wOrLd!: file not in FS imagekit: /rclone-test-kexebam3qume 2025/12/09 03:41:55 NOTICE: FS imagekit: /rclone-test-kexebam3qume: 1 files missing 2025/12/09 03:41:55 NOTICE: 1 hashes missing 2025/12/09 03:41:55 NOTICE: FS imagekit: /rclone-test-kexebam3qume: 1 differences found 2025/12/09 03:41:55 NOTICE: FS imagekit: /rclone-test-kexebam3qume: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/12/09 03:41:56 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/12/09 03:41:56 NOTICE: FS imagekit: /rclone-test-kexebam3qume: 0 differences found 2025/12/09 03:41:56 NOTICE: FS imagekit: /rclone-test-kexebam3qume: 1 matching files 2025/12/09 03:41:56 DEBUG : Creating backend with remote "TestImageKit:rclone-test-munazap6feni" 2025/12/09 03:41:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/09 03:41:56 DEBUG : Creating backend with remote "/tmp/rclone4278481074" run.go:185: Remote "FS imagekit: /rclone-test-munazap6feni", Local "Local file system at /tmp/rclone4278481074", Modify Window "876000h0m0s" NFD checkfile vs. NFC remote (without normalization) 2025/12/09 03:41:58 ERROR : 測試_Русский___ě_áñ: sum not found 2025/12/09 03:41:58 ERROR : 測試_Русский___ě_áñ: file not in FS imagekit: /rclone-test-munazap6feni 2025/12/09 03:41:58 NOTICE: FS imagekit: /rclone-test-munazap6feni: 1 files missing 2025/12/09 03:41:58 NOTICE: 1 hashes missing 2025/12/09 03:41:58 NOTICE: FS imagekit: /rclone-test-munazap6feni: 1 differences found 2025/12/09 03:41:58 NOTICE: FS imagekit: /rclone-test-munazap6feni: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/12/09 03:41:58 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/12/09 03:41:58 NOTICE: FS imagekit: /rclone-test-munazap6feni: 0 differences found 2025/12/09 03:41:58 NOTICE: FS imagekit: /rclone-test-munazap6feni: 1 matching files 2025/12/09 03:41:58 DEBUG : Creating backend with remote "TestImageKit:rclone-test-lequnem3neza" 2025/12/09 03:41:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/09 03:41:59 DEBUG : Creating backend with remote "/tmp/rclone647220195" run.go:185: Remote "FS imagekit: /rclone-test-lequnem3neza", Local "Local file system at /tmp/rclone647220195", Modify Window "876000h0m0s" NFC checkfile vs. NFD remote (without normalization) 2025/12/09 03:42:00 ERROR : 測試_Русский___ě_áñ: sum not found 2025/12/09 03:42:00 ERROR : 測試_Русский___ě_áñ: file not in FS imagekit: /rclone-test-lequnem3neza 2025/12/09 03:42:00 NOTICE: FS imagekit: /rclone-test-lequnem3neza: 1 files missing 2025/12/09 03:42:00 NOTICE: 1 hashes missing 2025/12/09 03:42:00 NOTICE: FS imagekit: /rclone-test-lequnem3neza: 1 differences found 2025/12/09 03:42:00 NOTICE: FS imagekit: /rclone-test-lequnem3neza: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/12/09 03:42:01 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/12/09 03:42:01 NOTICE: FS imagekit: /rclone-test-lequnem3neza: 0 differences found 2025/12/09 03:42:01 NOTICE: FS imagekit: /rclone-test-lequnem3neza: 1 matching files 2025/12/09 03:42:01 DEBUG : Creating backend with remote "TestImageKit:rclone-test-sezajun8yuja" 2025/12/09 03:42:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/09 03:42:01 DEBUG : Creating backend with remote "/tmp/rclone2746398130" run.go:185: Remote "FS imagekit: /rclone-test-sezajun8yuja", Local "Local file system at /tmp/rclone2746398130", Modify Window "876000h0m0s" NFDx2 checkfile vs. both remote (without normalization) 2025/12/09 03:42:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/12/09 03:42:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in FS imagekit: /rclone-test-sezajun8yuja 2025/12/09 03:42:03 NOTICE: FS imagekit: /rclone-test-sezajun8yuja: 1 files missing 2025/12/09 03:42:03 NOTICE: 1 hashes missing 2025/12/09 03:42:03 NOTICE: FS imagekit: /rclone-test-sezajun8yuja: 1 differences found 2025/12/09 03:42:03 NOTICE: FS imagekit: /rclone-test-sezajun8yuja: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/12/09 03:42:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/12/09 03:42:04 NOTICE: FS imagekit: /rclone-test-sezajun8yuja: 0 differences found 2025/12/09 03:42:04 NOTICE: FS imagekit: /rclone-test-sezajun8yuja: 1 matching files 2025/12/09 03:42:04 DEBUG : Creating backend with remote "TestImageKit:rclone-test-luxacuk5xaha" 2025/12/09 03:42:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/09 03:42:04 DEBUG : Creating backend with remote "/tmp/rclone821563233" run.go:185: Remote "FS imagekit: /rclone-test-luxacuk5xaha", Local "Local file system at /tmp/rclone821563233", Modify Window "876000h0m0s" NFCx2 checkfile vs. both remote (without normalization) 2025/12/09 03:42:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/12/09 03:42:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in FS imagekit: /rclone-test-luxacuk5xaha 2025/12/09 03:42:06 NOTICE: FS imagekit: /rclone-test-luxacuk5xaha: 1 files missing 2025/12/09 03:42:06 NOTICE: 1 hashes missing 2025/12/09 03:42:06 NOTICE: FS imagekit: /rclone-test-luxacuk5xaha: 1 differences found 2025/12/09 03:42:06 NOTICE: FS imagekit: /rclone-test-luxacuk5xaha: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/12/09 03:42:06 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/12/09 03:42:06 NOTICE: FS imagekit: /rclone-test-luxacuk5xaha: 0 differences found 2025/12/09 03:42:06 NOTICE: FS imagekit: /rclone-test-luxacuk5xaha: 1 matching files 2025/12/09 03:42:06 DEBUG : Creating backend with remote "TestImageKit:rclone-test-naxecuv5vima" 2025/12/09 03:42:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/09 03:42:06 DEBUG : Creating backend with remote "/tmp/rclone1947841585" run.go:185: Remote "FS imagekit: /rclone-test-naxecuv5vima", Local "Local file system at /tmp/rclone1947841585", Modify Window "876000h0m0s" both checkfile vs. NFDx2 remote (without normalization) 2025/12/09 03:42:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/12/09 03:42:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in FS imagekit: /rclone-test-naxecuv5vima 2025/12/09 03:42:08 NOTICE: FS imagekit: /rclone-test-naxecuv5vima: 1 files missing 2025/12/09 03:42:08 NOTICE: 1 hashes missing 2025/12/09 03:42:08 NOTICE: FS imagekit: /rclone-test-naxecuv5vima: 1 differences found 2025/12/09 03:42:08 NOTICE: FS imagekit: /rclone-test-naxecuv5vima: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/12/09 03:42:08 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/12/09 03:42:08 NOTICE: FS imagekit: /rclone-test-naxecuv5vima: 0 differences found 2025/12/09 03:42:08 NOTICE: FS imagekit: /rclone-test-naxecuv5vima: 1 matching files 2025/12/09 03:42:08 DEBUG : Creating backend with remote "TestImageKit:rclone-test-kavilas5riho" 2025/12/09 03:42:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/09 03:42:09 DEBUG : Creating backend with remote "/tmp/rclone1165783684" run.go:185: Remote "FS imagekit: /rclone-test-kavilas5riho", Local "Local file system at /tmp/rclone1165783684", Modify Window "876000h0m0s" both checkfile vs. NFCx2 remote (without normalization) 2025/12/09 03:42:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/12/09 03:42:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in FS imagekit: /rclone-test-kavilas5riho 2025/12/09 03:42:11 NOTICE: FS imagekit: /rclone-test-kavilas5riho: 1 files missing 2025/12/09 03:42:11 NOTICE: 1 hashes missing 2025/12/09 03:42:11 NOTICE: FS imagekit: /rclone-test-kavilas5riho: 1 differences found 2025/12/09 03:42:11 NOTICE: FS imagekit: /rclone-test-kavilas5riho: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/12/09 03:42:11 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/12/09 03:42:11 NOTICE: FS imagekit: /rclone-test-kavilas5riho: 0 differences found 2025/12/09 03:42:11 NOTICE: FS imagekit: /rclone-test-kavilas5riho: 1 matching files 2025/12/09 03:42:11 DEBUG : FS imagekit: /rclone-test-kavilas5riho: Purge remote 2025/12/09 03:42:11 DEBUG : FS imagekit: /rclone-test-naxecuv5vima: Purge remote 2025/12/09 03:42:11 DEBUG : FS imagekit: /rclone-test-luxacuk5xaha: Purge remote 2025/12/09 03:42:11 DEBUG : FS imagekit: /rclone-test-sezajun8yuja: Purge remote 2025/12/09 03:42:11 DEBUG : FS imagekit: /rclone-test-lequnem3neza: Purge remote 2025/12/09 03:42:12 DEBUG : FS imagekit: /rclone-test-munazap6feni: Purge remote 2025/12/09 03:42:12 DEBUG : FS imagekit: /rclone-test-kexebam3qume: Purge remote 2025/12/09 03:42:12 DEBUG : FS imagekit: /rclone-test-gujapit3duye: Purge remote 2025/12/09 03:42:12 DEBUG : FS imagekit: /rclone-test-cofesor1gabe: Purge remote 2025/12/09 03:42:13 DEBUG : FS imagekit: /rclone-test-vamulel5fuge: Purge remote --- PASS: TestApplyTransforms (28.71s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" 2025/12/09 03:42:13 DEBUG : file1: Need to transfer - File not found at Destination 2025/12/09 03:42:14 DEBUG : file2: size = 14 OK 2025/12/09 03:42:14 INFO : file1: Copied (new) to: file2 2025/12/09 03:42:15 DEBUG : file2: size = 14 OK 2025/12/09 03:42:15 DEBUG : file1: Sizes identical 2025/12/09 03:42:15 DEBUG : file1: Unchanged skipping 2025/12/09 03:42:16 DEBUG : FS imagekit: /rclone-test-cecowep2rofi: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (5.32s) === RUN TestCopyLongFile run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.71s) === RUN TestCopyFileBackupDir run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" copy_test.go:174: Skipping test as remote does not support server-side move or copy --- SKIP: TestCopyFileBackupDir (0.70s) === RUN TestCopyFileCompareDest run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" 2025/12/09 03:42:20 DEBUG : Creating backend with remote "TestImageKit:rclone-test-cecowep2rofi/dst" 2025/12/09 03:42:22 DEBUG : Creating backend with remote "TestImageKit:rclone-test-cecowep2rofi/CompareDest" 2025/12/09 03:42:23 DEBUG : one: Need to transfer - File not found at Destination 2025/12/09 03:42:24 DEBUG : one: size = 3 OK 2025/12/09 03:42:24 INFO : one: Copied (new) 2025/12/09 03:42:26 DEBUG : one: size = 5 (Local file system at /tmp/rclone3501219387) 2025/12/09 03:42:26 DEBUG : one: size = 3 (FS imagekit: /rclone-test-cecowep2rofi/dst) 2025/12/09 03:42:26 DEBUG : one: Sizes differ 2025/12/09 03:42:27 DEBUG : one: size = 5 OK 2025/12/09 03:42:27 INFO : one: Copied (replaced existing) 2025/12/09 03:42:31 DEBUG : one: size = 5 (Local file system at /tmp/rclone3501219387) 2025/12/09 03:42:31 DEBUG : one: size = 3 (FS imagekit: /rclone-test-cecowep2rofi/dst) 2025/12/09 03:42:31 DEBUG : one: Sizes differ 2025/12/09 03:42:31 DEBUG : one: size = 5 OK 2025/12/09 03:42:31 DEBUG : one: Sizes identical 2025/12/09 03:42:31 DEBUG : one: Destination found in --compare-dest, skipping 2025/12/09 03:42:34 DEBUG : two: Need to transfer - File not found at Destination 2025/12/09 03:42:35 DEBUG : two: size = 3 OK 2025/12/09 03:42:35 DEBUG : two: Sizes identical 2025/12/09 03:42:35 DEBUG : two: Destination found in --compare-dest, skipping 2025/12/09 03:42:36 DEBUG : two: Need to transfer - File not found at Destination 2025/12/09 03:42:36 DEBUG : two: size = 3 OK 2025/12/09 03:42:36 DEBUG : two: Sizes identical 2025/12/09 03:42:36 DEBUG : two: Destination found in --compare-dest, skipping 2025/12/09 03:42:38 DEBUG : two: Need to transfer - File not found at Destination 2025/12/09 03:42:38 DEBUG : two: size = 5 (Local file system at /tmp/rclone3501219387) 2025/12/09 03:42:38 DEBUG : two: size = 3 (FS imagekit: /rclone-test-cecowep2rofi/CompareDest) 2025/12/09 03:42:38 DEBUG : two: Sizes differ 2025/12/09 03:42:39 DEBUG : two: size = 5 OK 2025/12/09 03:42:39 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (22.32s) === RUN TestCopyFileCopyDest run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" copy_test.go:277: Skipping test as remote does not support server-side copy --- SKIP: TestCopyFileCopyDest (0.74s) === RUN TestCopyInplace run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.71s) === RUN TestCopyLongFileName run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.71s) === RUN TestCopyLongFileNameCollision run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.70s) === RUN TestCopyFileMaxTransfer run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" 2025/12/09 03:42:45 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/12/09 03:42:46 DEBUG : file1: size = 14 OK 2025/12/09 03:42:46 INFO : TestCopyFileMaxTransfer/file1: Copied (new) to: file1 2025/12/09 03:42:47 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/12/09 03:42:47 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://upload.imagekit.io/api/v2/files/upload": failed to copy data: max transfer limit reached as set by --max-transfer 2025/12/09 03:42:48 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/12/09 03:42:49 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/12/09 03:42:50 DEBUG : file4: size = 2062 OK 2025/12/09 03:42:50 INFO : TestCopyFileMaxTransfer/file4: Copied (new) to: file4 --- PASS: TestCopyFileMaxTransfer (7.62s) === RUN TestDeduplicateInteractive run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.75s) === RUN TestDeduplicateSkip run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.74s) === RUN TestDeduplicateSizeOnly run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.70s) === RUN TestDeduplicateFirst run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.69s) === RUN TestDeduplicateNewest run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (2.46s) === RUN TestDeduplicateNewestByHash run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.70s) === RUN TestDeduplicateOldest run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.69s) === RUN TestDeduplicateLargest run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.69s) === RUN TestDeduplicateSmallest run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.68s) === RUN TestDeduplicateRename run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.68s) === RUN TestMergeDirs run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.69s) === RUN TestListDirSorted run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" 2025/12/09 03:43:10 DEBUG : a.txt: Excluded (Size Filter) 2025/12/09 03:43:10 DEBUG : a.txt: Excluded 2025/12/09 03:43:11 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/12/09 03:43:11 DEBUG : hello world: Excluded 2025/12/09 03:43:11 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/12/09 03:43:11 DEBUG : hello world2: Excluded 2025/12/09 03:43:11 DEBUG : sub dir/ignore dir: Excluded 2025/12/09 03:43:11 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/12/09 03:43:11 DEBUG : hello world: Excluded 2025/12/09 03:43:11 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/12/09 03:43:11 DEBUG : hello world2: Excluded 2025/12/09 03:43:12 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (14.95s) === RUN TestListDirSortedFn run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" 2025/12/09 03:43:26 DEBUG : a.txt: Excluded (Size Filter) 2025/12/09 03:43:26 DEBUG : a.txt: Excluded 2025/12/09 03:43:26 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/12/09 03:43:26 DEBUG : hello world: Excluded 2025/12/09 03:43:26 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/12/09 03:43:26 DEBUG : hello world2: Excluded 2025/12/09 03:43:27 DEBUG : sub dir/ignore dir: Excluded 2025/12/09 03:43:27 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/12/09 03:43:27 DEBUG : hello world: Excluded 2025/12/09 03:43:27 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/12/09 03:43:27 DEBUG : hello world2: Excluded 2025/12/09 03:43:28 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (14.84s) === RUN TestListJSON run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" === 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 2025/12/09 03:43:38 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata --- PASS: TestListJSON (7.91s) --- PASS: TestListJSON/Default (0.34s) --- PASS: TestListJSON/FilesOnly (0.34s) --- PASS: TestListJSON/DirsOnly (0.34s) --- PASS: TestListJSON/Recurse (0.69s) --- PASS: TestListJSON/SubDir (0.35s) --- PASS: TestListJSON/NoModTime (0.36s) --- PASS: TestListJSON/NoMimeType (0.36s) --- PASS: TestListJSON/ShowHash (0.36s) --- PASS: TestListJSON/HashTypes (0.34s) --- PASS: TestListJSON/Metadata (0.35s) === RUN TestStatJSON run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" === 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 2025/12/09 03:43:46 DEBUG : Creating backend with remote "TestImageKit:rclone-test-cecowep2rofi/notfound" --- PASS: TestStatJSON (8.42s) --- PASS: TestStatJSON/Root (0.34s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.35s) --- PASS: TestStatJSON/Dir (0.46s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.34s) --- PASS: TestStatJSON/File (0.23s) --- PASS: TestStatJSON/NotFound (0.57s) --- PASS: TestStatJSON/DirFilesOnly (0.11s) --- PASS: TestStatJSON/FileFilesOnly (0.23s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.34s) --- PASS: TestStatJSON/FileDirsOnly (0.34s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.34s) --- PASS: TestStatJSON/RootNotFound (0.45s) === RUN TestMkdir run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" 2025/12/09 03:43:48 INFO : FS imagekit: /rclone-test-cecowep2rofi: Making directory 2025/12/09 03:43:49 INFO : FS imagekit: /rclone-test-cecowep2rofi: Making directory --- PASS: TestMkdir (2.28s) === RUN TestLsd run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" --- PASS: TestLsd (3.51s) === RUN TestLs run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" --- PASS: TestLs (4.96s) === RUN TestLsWithFilesFrom run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" 2025/12/09 03:44:01 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/12/09 03:44:01 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (3.61s) === RUN TestLsLong run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" --- PASS: TestLsLong (3.34s) === RUN TestHashSums run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" --- PASS: TestHashSums (2.97s) === RUN TestHashSumsWithErrors 2025/12/09 03:44:09 DEBUG : Creating backend with remote ":memory:" 2025/12/09 03:44:09 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/12/09 03:44:09 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/12/09 03:44:09 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/12/09 03:44:09 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/12/09 03:44:09 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/12/09 03:44:09 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/12/09 03:44:09 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/12/09 03:44:09 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/12/09 03:44:09 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" --- PASS: TestCount (5.54s) === RUN TestDelete run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" 2025/12/09 03:44:17 DEBUG : Waiting for deletions to finish 2025/12/09 03:44:18 DEBUG : large: Excluded (Size Filter) 2025/12/09 03:44:18 DEBUG : large: Excluded 2025/12/09 03:44:18 INFO : small: Deleted 2025/12/09 03:44:18 INFO : medium: Deleted --- PASS: TestDelete (4.52s) === RUN TestMaxDelete run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" 2025/12/09 03:44:23 DEBUG : Waiting for deletions to finish 2025/12/09 03:44:24 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/12/09 03:44:24 INFO : large: Deleted 2025/12/09 03:44:24 INFO : medium: Deleted --- PASS: TestMaxDelete (6.91s) === RUN TestMaxDeleteSizeLargeFile run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" 2025/12/09 03:44:30 DEBUG : Waiting for deletions to finish 2025/12/09 03:44:31 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/12/09 03:44:31 INFO : small: Deleted 2025/12/09 03:44:31 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.07s) === RUN TestMaxDeleteSize run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" 2025/12/09 03:44:36 DEBUG : Waiting for deletions to finish 2025/12/09 03:44:36 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/12/09 03:44:36 INFO : large: Deleted 2025/12/09 03:44:36 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (5.27s) === RUN TestReadFile run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" --- PASS: TestReadFile (3.07s) === RUN TestRetry 2025/12/09 03:44:41 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/12/09 03:44:41 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/12/09 03:44:41 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/12/09 03:44:41 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/12/09 03:44:41 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/12/09 03:44:41 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/12/09 03:44:41 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" --- PASS: TestCat (4.92s) === RUN TestPurge 2025/12/09 03:44:46 DEBUG : Creating backend with remote "TestImageKit:rclone-test-heyiqih5bigo" 2025/12/09 03:44:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/09 03:44:47 DEBUG : Creating backend with remote "/tmp/rclone3649628737" run.go:185: Remote "FS imagekit: /rclone-test-heyiqih5bigo", Local "Local file system at /tmp/rclone3649628737", Modify Window "876000h0m0s" 2025/12/09 03:44:48 INFO : A2: Making directory 2025/12/09 03:44:48 INFO : A1/B2: Making directory 2025/12/09 03:44:48 INFO : A1/B2/C2: Making directory 2025/12/09 03:44:48 INFO : A1/B1/C3: Making directory 2025/12/09 03:44:48 INFO : A3: Making directory 2025/12/09 03:44:49 INFO : A3/B3: Making directory 2025/12/09 03:44:49 INFO : A3/B3/C4: Making directory 2025/12/09 03:44:53 ERROR : error listing: directory not found 2025/12/09 03:44:53 DEBUG : FS imagekit: /rclone-test-heyiqih5bigo: Purge remote 2025/12/09 03:44:53 NOTICE: purge failed: directory not found --- PASS: TestPurge (7.26s) === RUN TestRmdirsNoLeaveRoot run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" 2025/12/09 03:44:54 INFO : A2: Making directory 2025/12/09 03:44:55 INFO : A1/B2: Making directory 2025/12/09 03:44:55 INFO : A1/B2/C2: Making directory 2025/12/09 03:44:55 INFO : A1/B1/C3: Making directory 2025/12/09 03:44:55 INFO : A3: Making directory 2025/12/09 03:44:55 INFO : A3/B3: Making directory 2025/12/09 03:44:55 INFO : A3/B3/C4: Making directory 2025/12/09 03:44:58 DEBUG : removing 1 level 3 directories 2025/12/09 03:44:58 INFO : A3/B3/C4: Removing directory 2025/12/09 03:45:01 DEBUG : removing 2 level 3 directories 2025/12/09 03:45:01 INFO : A1/B2/C2: Removing directory 2025/12/09 03:45:01 INFO : A1/B1/C3: Removing directory 2025/12/09 03:45:02 DEBUG : removing 2 level 2 directories 2025/12/09 03:45:02 INFO : A3/B3: Removing directory 2025/12/09 03:45:02 INFO : A1/B2: Removing directory 2025/12/09 03:45:02 DEBUG : removing 2 level 1 directories 2025/12/09 03:45:02 INFO : A3: Removing directory 2025/12/09 03:45:02 INFO : A2: Removing directory 2025/12/09 03:45:06 DEBUG : removing 1 level 3 directories 2025/12/09 03:45:06 INFO : A1/B1/C1: Removing directory 2025/12/09 03:45:06 DEBUG : removing 1 level 2 directories 2025/12/09 03:45:06 INFO : A1/B1: Removing directory 2025/12/09 03:45:07 DEBUG : removing 1 level 1 directories 2025/12/09 03:45:07 INFO : A1: Removing directory 2025/12/09 03:45:07 DEBUG : removing 1 level 0 directories 2025/12/09 03:45:07 INFO : FS imagekit: /rclone-test-cecowep2rofi: Removing directory 2025/12/09 03:45:08 ERROR : error listing: directory not found 2025/12/09 03:45:08 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (14.69s) === RUN TestRmdirsLeaveRoot run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" 2025/12/09 03:45:08 INFO : A1: Making directory 2025/12/09 03:45:08 INFO : A1/B1: Making directory 2025/12/09 03:45:08 INFO : A1/B1/C1: Making directory 2025/12/09 03:45:11 DEBUG : removing 1 level 3 directories 2025/12/09 03:45:11 INFO : A1/B1/C1: Removing directory 2025/12/09 03:45:11 DEBUG : removing 1 level 2 directories 2025/12/09 03:45:11 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (6.03s) === RUN TestRmdirsWithFilter run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" 2025/12/09 03:45:14 INFO : A1: Making directory 2025/12/09 03:45:15 INFO : A1/B1: Making directory 2025/12/09 03:45:15 INFO : A1/B1/C1: Making directory 2025/12/09 03:45:18 DEBUG : removing 1 level 3 directories 2025/12/09 03:45:18 INFO : A1/B1/C1: Removing directory 2025/12/09 03:45:18 DEBUG : removing 1 level 2 directories 2025/12/09 03:45:18 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (6.94s) === RUN TestCopyURL run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" 2025/12/09 03:45:23 DEBUG : filename.txt: File name found in url 2025/12/09 03:45:24 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (5.99s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" 2025/12/09 03:45:27 DEBUG : file1: Need to transfer - File not found at Destination 2025/12/09 03:45:28 DEBUG : file2: size = 14 OK 2025/12/09 03:45:28 INFO : file1: Copied (new) to: file2 2025/12/09 03:45:28 INFO : file1: Deleted 2025/12/09 03:45:29 DEBUG : file2: size = 14 OK 2025/12/09 03:45:29 DEBUG : file1: Sizes identical 2025/12/09 03:45:29 DEBUG : file1: Unchanged skipping 2025/12/09 03:45:29 INFO : file1: Deleted 2025/12/09 03:45:30 DEBUG : FS imagekit: /rclone-test-cecowep2rofi: don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (6.46s) === RUN TestMoveFileWithIgnoreExisting run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" 2025/12/09 03:45:34 DEBUG : file1: Need to transfer - File not found at Destination 2025/12/09 03:45:35 DEBUG : file1: size = 14 OK 2025/12/09 03:45:35 INFO : file1: Copied (new) 2025/12/09 03:45:35 INFO : file1: Deleted 2025/12/09 03:45:35 DEBUG : file1: Destination exists, skipping 2025/12/09 03:45:35 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (2.92s) === RUN TestCaseInsensitiveMoveFile run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" --- PASS: TestCaseInsensitiveMoveFile (0.70s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.69s) === RUN TestMoveFileBackupDir run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" operations_test.go:1040: Skipping test as remote does not support server-side move or copy --- SKIP: TestMoveFileBackupDir (0.69s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" 2025/12/09 03:45:45 INFO : A1/B2: Making directory 2025/12/09 03:45:45 INFO : A1/B1/C3: Making directory 2025/12/09 03:45:51 DEBUG : one: size = 3 OK 2025/12/09 03:45:51 INFO : one: Copied (new) 2025/12/09 03:45:51 DEBUG : two: size = 3 OK 2025/12/09 03:45:51 INFO : two: Copied (new) 2025/12/09 03:45:51 DEBUG : five: size = 4 OK 2025/12/09 03:45:51 INFO : five: Copied (new) 2025/12/09 03:45:51 DEBUG : three: size = 5 OK 2025/12/09 03:45:51 INFO : three: Copied (new) 2025/12/09 03:45:51 DEBUG : four: size = 4 OK 2025/12/09 03:45:51 INFO : four: Copied (new) 2025/12/09 03:45:51 INFO : one: Deleted 2025/12/09 03:45:51 INFO : five: Deleted 2025/12/09 03:45:51 INFO : two: Deleted 2025/12/09 03:45:51 INFO : four: Deleted 2025/12/09 03:45:51 INFO : three: Deleted 2025/12/09 03:45:58 DEBUG : two: size = 3 OK 2025/12/09 03:45:58 INFO : two: Copied (new) 2025/12/09 03:45:58 DEBUG : three: size = 5 OK 2025/12/09 03:45:58 INFO : three: Copied (new) 2025/12/09 03:45:58 DEBUG : one: size = 3 OK 2025/12/09 03:45:58 INFO : one: Copied (new) 2025/12/09 03:45:58 DEBUG : five: size = 4 OK 2025/12/09 03:45:58 INFO : five: Copied (new) 2025/12/09 03:45:58 DEBUG : four: size = 4 OK 2025/12/09 03:45:58 INFO : four: Copied (new) 2025/12/09 03:45:58 INFO : two: Deleted 2025/12/09 03:45:58 INFO : five: Deleted 2025/12/09 03:45:58 INFO : one: Deleted 2025/12/09 03:45:58 INFO : three: Deleted 2025/12/09 03:45:58 INFO : four: Deleted 2025/12/09 03:46:04 INFO : FS imagekit: /rclone-test-cecowep2rofi: Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/12/09 03:46:07 DEBUG : four: size = 4 OK 2025/12/09 03:46:07 INFO : four: Copied (new) 2025/12/09 03:46:07 DEBUG : two: size = 3 OK 2025/12/09 03:46:07 INFO : two: Copied (new) 2025/12/09 03:46:07 DEBUG : five: size = 4 OK 2025/12/09 03:46:07 INFO : five: Copied (new) 2025/12/09 03:46:07 DEBUG : one: size = 3 OK 2025/12/09 03:46:07 INFO : one: Copied (new) 2025/12/09 03:46:07 DEBUG : three: size = 5 OK 2025/12/09 03:46:07 INFO : three: Copied (new) 2025/12/09 03:46:07 INFO : four: Deleted 2025/12/09 03:46:07 INFO : one: Deleted 2025/12/09 03:46:07 INFO : five: Deleted 2025/12/09 03:46:07 INFO : three: Deleted 2025/12/09 03:46:07 INFO : two: Deleted --- PASS: TestDirMove (40.07s) === RUN TestGetFsInfo run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" --- PASS: TestGetFsInfo (0.69s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" 2025/12/09 03:46:20 DEBUG : FS imagekit: /rclone-test-cecowep2rofi: File to upload is small (34 bytes), uploading instead of streaming 2025/12/09 03:46:21 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2025/12/09 03:46:21 NOTICE: FS imagekit: /rclone-test-cecowep2rofi: --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/12/09 03:46:21 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/12/09 03:46:21 DEBUG : FS imagekit: /rclone-test-cecowep2rofi: Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/12/09 03:46:21 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2025/12/09 03:46:21 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" 2025/12/09 03:46:23 DEBUG : FS imagekit: /rclone-test-cecowep2rofi: File to upload is small (34 bytes), uploading instead of streaming 2025/12/09 03:46:24 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2025/12/09 03:46:24 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/12/09 03:46:24 DEBUG : FS imagekit: /rclone-test-cecowep2rofi: Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/12/09 03:46:25 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2025/12/09 03:46:25 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" 2025/12/09 03:46:27 DEBUG : FS imagekit: /rclone-test-cecowep2rofi: File to upload is small (34 bytes), uploading instead of streaming 2025/12/09 03:46:28 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2025/12/09 03:46:28 DEBUG : ignore_checksum_small_file_from_pipe: Sizes identical 2025/12/09 03:46:28 DEBUG : FS imagekit: /rclone-test-cecowep2rofi: Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/12/09 03:46:29 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2025/12/09 03:46:29 DEBUG : ignore_checksum_big_file_from_pipe: Sizes identical === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" 2025/12/09 03:46:30 DEBUG : FS imagekit: /rclone-test-cecowep2rofi: File to upload is small (34 bytes), uploading instead of streaming 2025/12/09 03:46:31 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2025/12/09 03:46:31 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/12/09 03:46:31 DEBUG : FS imagekit: /rclone-test-cecowep2rofi: Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/12/09 03:46:32 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2025/12/09 03:46:32 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (14.00s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (3.50s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (3.63s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (3.41s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (3.45s) === RUN TestRcatMetadata run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" operations_test.go:1540: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.70s) === RUN TestRcatSize run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" 2025/12/09 03:46:35 DEBUG : FS imagekit: /rclone-test-cecowep2rofi: File to upload is small (60 bytes), uploading instead of streaming 2025/12/09 03:46:36 DEBUG : potato2: size = 60 OK 2025/12/09 03:46:36 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (2.96s) === RUN TestRcatSizeMetadata run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" operations_test.go:1621: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.68s) === RUN TestTouchDir run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" operations_test.go:1673: Skipping test as remote does not support modtime --- SKIP: TestTouchDir (0.68s) === RUN TestMkdirMetadata run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" operations_test.go:1711: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.68s) === RUN TestMkdirModTime run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" operations_test.go:1730: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.69s) === RUN TestCopyDirMetadata run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" operations_test.go:1751: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.69s) === RUN TestSetDirModTime run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" operations_test.go:1787: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.68s) === RUN TestDirsEqual run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" operations_test.go:1831: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.67s) === RUN TestRemoveExisting run.go:185: Remote "FS imagekit: /rclone-test-cecowep2rofi", Local "Local file system at /tmp/rclone3501219387", Modify Window "876000h0m0s" operations_test.go:1900: Skipping as remote can't Move --- SKIP: TestRemoveExisting (0.68s) === 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 TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/12/09 03:46:42 DEBUG : FS imagekit: /rclone-test-cecowep2rofi: Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestImageKit: -verbose" - Finished OK in 5m59.342439368s (try 1/5)