"./operations.test -test.v -test.timeout 1h0m0s -remote TestImageKit: -verbose" - Starting (try 1/5) 2026/05/21 04:50:01 DEBUG : Creating backend with remote "TestImageKit:rclone-test-kesunix6qibi" 2026/05/21 04:50:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/21 04:50:01 DEBUG : Creating backend with remote "/tmp/rclone3426236489" === 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 "FS imagekit: /rclone-test-kesunix6qibi", Local "Local file system at /tmp/rclone3426236489", Modify Window "876000h0m0s" multithread_test.go:119: multithread writing not supported 2026/05/21 04:50:01 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.13s) === RUN TestMultithreadCopyAbort run.go:198: Remote "FS imagekit: /rclone-test-kesunix6qibi", Local "Local file system at /tmp/rclone3426236489", Modify Window "876000h0m0s" multithread_test.go:119: multithread writing not supported 2026/05/21 04:50:01 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.13s) === RUN TestSizeDiffers 2026/05/21 04:50:01 DEBUG : a: size = 0 OK 2026/05/21 04:50:01 DEBUG : a: size = 1 (memory) 2026/05/21 04:50:01 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/05/21 04:50:01 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/05/21 04:50:01 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/21 04:50:01 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/21 04:50:01 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/05/21 04:50:01 DEBUG : potato: Seek from 10 to 0 2026/05/21 04:50:01 DEBUG : potato: Seek from 10 to 0 2026/05/21 04:50:01 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/05/21 04:50:01 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/05/21 04:50:01 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/21 04:50:01 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/21 04:50:01 DEBUG : potato: Seek from 5 to 2 2026/05/21 04:50:01 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/05/21 04:50:01 DEBUG : potato: Seek from 7 to 0 2026/05/21 04:50:01 DEBUG : potato: Seek from 7 to 0 2026/05/21 04:50:01 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/05/21 04:50:01 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/05/21 04:50:01 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/21 04:50:01 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/21 04:50:01 DEBUG : potato: Seek from 5 to 2 2026/05/21 04:50:01 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/05/21 04:50:01 DEBUG : potato: Seek from 8 to 0 2026/05/21 04:50:01 DEBUG : potato: Seek from 8 to 0 2026/05/21 04:50:01 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/05/21 04:50:01 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/05/21 04:50:01 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/21 04:50:01 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/21 04:50:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/21 04:50:01 DEBUG : potato: Seek from 5 to 2 2026/05/21 04:50:01 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/05/21 04:50:01 DEBUG : potato: Seek from 9 to 0 2026/05/21 04:50:01 DEBUG : potato: Seek from 9 to 0 2026/05/21 04:50:01 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 "FS imagekit: /rclone-test-kesunix6qibi", Local "Local file system at /tmp/rclone3426236489", 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 (9.28s) --- PASS: TestCheck/1 (0.36s) --- PASS: TestCheck/2 (0.37s) --- PASS: TestCheck/3 (0.36s) --- PASS: TestCheck/4 (0.36s) --- PASS: TestCheck/5 (0.36s) --- PASS: TestCheck/6 (0.36s) --- PASS: TestCheck/7 (0.36s) === RUN TestCheckFsError 2026/05/21 04:50:11 DEBUG : Creating backend with remote "nonexistent" 2026/05/21 04:50:11 DEBUG : Creating backend with remote "nonexistent" 2026/05/21 04:50:11 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2026/05/21 04:50:11 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2026/05/21 04:50:11 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2026/05/21 04:50:11 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:198: Remote "FS imagekit: /rclone-test-kesunix6qibi", Local "Local file system at /tmp/rclone3426236489", 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 (11.45s) --- PASS: TestCheckDownload/1 (0.42s) --- PASS: TestCheckDownload/2 (0.39s) --- PASS: TestCheckDownload/3 (0.36s) --- PASS: TestCheckDownload/4 (0.44s) --- PASS: TestCheckDownload/5 (0.39s) --- PASS: TestCheckDownload/6 (0.38s) --- PASS: TestCheckDownload/7 (0.40s) === RUN TestCheckSizeOnly run.go:198: Remote "FS imagekit: /rclone-test-kesunix6qibi", Local "Local file system at /tmp/rclone3426236489", 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 (8.83s) --- PASS: TestCheckSizeOnly/1 (0.37s) --- PASS: TestCheckSizeOnly/2 (0.36s) --- PASS: TestCheckSizeOnly/3 (0.36s) --- PASS: TestCheckSizeOnly/4 (0.37s) --- PASS: TestCheckSizeOnly/5 (0.38s) --- PASS: TestCheckSizeOnly/6 (0.36s) --- PASS: TestCheckSizeOnly/7 (0.36s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:198: Remote "FS imagekit: /rclone-test-kesunix6qibi", Local "Local file system at /tmp/rclone3426236489", Modify Window "876000h0m0s" 2026/05/21 04:50:32 NOTICE: test.sum: improperly formatted checksum line 4 2026/05/21 04:50:32 NOTICE: test.sum: improperly formatted checksum line 5 2026/05/21 04:50:32 NOTICE: test.sum: improperly formatted checksum line 6 2026/05/21 04:50:32 NOTICE: test.sum: 2 warning(s) suppressed... 2026/05/21 04:50:33 NOTICE: test.sum: improperly formatted checksum line 4 2026/05/21 04:50:33 NOTICE: test.sum: improperly formatted checksum line 5 2026/05/21 04:50:33 NOTICE: test.sum: improperly formatted checksum line 6 2026/05/21 04:50:33 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (3.43s) === RUN TestCheckSum run.go:198: Remote "FS imagekit: /rclone-test-kesunix6qibi", Local "Local file system at /tmp/rclone3426236489", Modify Window "876000h0m0s" 2026/05/21 04:50:34 DEBUG : Creating backend with remote "TestImageKit:rclone-test-kesunix6qibi/data" check_test.go:350: FS imagekit: /rclone-test-kesunix6qibi/data lacks md5, skipping --- SKIP: TestCheckSum (1.12s) === RUN TestCheckSumDownload run.go:198: Remote "FS imagekit: /rclone-test-kesunix6qibi", Local "Local file system at /tmp/rclone3426236489", Modify Window "876000h0m0s" 2026/05/21 04:50:35 DEBUG : Creating backend with remote "TestImageKit:rclone-test-kesunix6qibi/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.49s) --- PASS: TestCheckSumDownload/subtest1 (0.74s) --- PASS: TestCheckSumDownload/subtest2 (0.69s) --- PASS: TestCheckSumDownload/subtest3 (0.78s) --- PASS: TestCheckSumDownload/subtest4 (0.70s) --- PASS: TestCheckSumDownload/subtest5 (0.67s) --- PASS: TestCheckSumDownload/subtest6 (0.68s) --- PASS: TestCheckSumDownload/subtest7 (0.75s) === RUN TestApplyTransforms 2026/05/21 04:50:59 DEBUG : Creating backend with remote "TestImageKit:rclone-test-lumilul8dubi" 2026/05/21 04:50:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/21 04:50:59 DEBUG : Creating backend with remote "/tmp/rclone2369789536" run.go:198: Remote "FS imagekit: /rclone-test-lumilul8dubi", Local "Local file system at /tmp/rclone2369789536", Modify Window "876000h0m0s" upper checkfile vs. lower remote (without normalization) 2026/05/21 04:51:01 ERROR : hello, world!: sum not found 2026/05/21 04:51:01 ERROR : HELLO, WORLD!: file not in FS imagekit: /rclone-test-lumilul8dubi 2026/05/21 04:51:01 NOTICE: FS imagekit: /rclone-test-lumilul8dubi: 1 files missing 2026/05/21 04:51:01 NOTICE: 1 hashes missing 2026/05/21 04:51:01 NOTICE: FS imagekit: /rclone-test-lumilul8dubi: 1 differences found 2026/05/21 04:51:01 NOTICE: FS imagekit: /rclone-test-lumilul8dubi: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/05/21 04:51:01 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/21 04:51:01 NOTICE: FS imagekit: /rclone-test-lumilul8dubi: 0 differences found 2026/05/21 04:51:01 NOTICE: FS imagekit: /rclone-test-lumilul8dubi: 1 matching files 2026/05/21 04:51:01 DEBUG : Creating backend with remote "TestImageKit:rclone-test-vovamas1teqi" 2026/05/21 04:51:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/21 04:51:02 DEBUG : Creating backend with remote "/tmp/rclone4244759226" run.go:198: Remote "FS imagekit: /rclone-test-vovamas1teqi", Local "Local file system at /tmp/rclone4244759226", Modify Window "876000h0m0s" lower checkfile vs. upper remote (without normalization) 2026/05/21 04:51:03 ERROR : HELLO, WORLD!: sum not found 2026/05/21 04:51:03 ERROR : hello, world!: file not in FS imagekit: /rclone-test-vovamas1teqi 2026/05/21 04:51:03 NOTICE: FS imagekit: /rclone-test-vovamas1teqi: 1 files missing 2026/05/21 04:51:03 NOTICE: 1 hashes missing 2026/05/21 04:51:03 NOTICE: FS imagekit: /rclone-test-vovamas1teqi: 1 differences found 2026/05/21 04:51:03 NOTICE: FS imagekit: /rclone-test-vovamas1teqi: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/05/21 04:51:04 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/21 04:51:04 NOTICE: FS imagekit: /rclone-test-vovamas1teqi: 0 differences found 2026/05/21 04:51:04 NOTICE: FS imagekit: /rclone-test-vovamas1teqi: 1 matching files 2026/05/21 04:51:04 DEBUG : Creating backend with remote "TestImageKit:rclone-test-cijuwaf0cute" 2026/05/21 04:51:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/21 04:51:04 DEBUG : Creating backend with remote "/tmp/rclone3376507892" run.go:198: Remote "FS imagekit: /rclone-test-cijuwaf0cute", Local "Local file system at /tmp/rclone3376507892", Modify Window "876000h0m0s" lower checkfile vs. upperlowermixed remote (without normalization) 2026/05/21 04:51:06 ERROR : HeLlO, wOrLd!: sum not found 2026/05/21 04:51:06 ERROR : hello, world!: file not in FS imagekit: /rclone-test-cijuwaf0cute 2026/05/21 04:51:06 NOTICE: FS imagekit: /rclone-test-cijuwaf0cute: 1 files missing 2026/05/21 04:51:06 NOTICE: 1 hashes missing 2026/05/21 04:51:06 NOTICE: FS imagekit: /rclone-test-cijuwaf0cute: 1 differences found 2026/05/21 04:51:06 NOTICE: FS imagekit: /rclone-test-cijuwaf0cute: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/05/21 04:51:06 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/21 04:51:06 NOTICE: FS imagekit: /rclone-test-cijuwaf0cute: 0 differences found 2026/05/21 04:51:06 NOTICE: FS imagekit: /rclone-test-cijuwaf0cute: 1 matching files 2026/05/21 04:51:06 DEBUG : Creating backend with remote "TestImageKit:rclone-test-hapodoh1bizo" 2026/05/21 04:51:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/21 04:51:07 DEBUG : Creating backend with remote "/tmp/rclone3902662972" run.go:198: Remote "FS imagekit: /rclone-test-hapodoh1bizo", Local "Local file system at /tmp/rclone3902662972", Modify Window "876000h0m0s" upperlowermixed checkfile vs. upper remote (without normalization) 2026/05/21 04:51:08 ERROR : HELLO, WORLD!: sum not found 2026/05/21 04:51:08 ERROR : HeLlO, wOrLd!: file not in FS imagekit: /rclone-test-hapodoh1bizo 2026/05/21 04:51:08 NOTICE: FS imagekit: /rclone-test-hapodoh1bizo: 1 files missing 2026/05/21 04:51:08 NOTICE: 1 hashes missing 2026/05/21 04:51:08 NOTICE: FS imagekit: /rclone-test-hapodoh1bizo: 1 differences found 2026/05/21 04:51:08 NOTICE: FS imagekit: /rclone-test-hapodoh1bizo: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/05/21 04:51:09 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/21 04:51:09 NOTICE: FS imagekit: /rclone-test-hapodoh1bizo: 0 differences found 2026/05/21 04:51:09 NOTICE: FS imagekit: /rclone-test-hapodoh1bizo: 1 matching files 2026/05/21 04:51:09 DEBUG : Creating backend with remote "TestImageKit:rclone-test-xonotox6here" 2026/05/21 04:51:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/21 04:51:09 DEBUG : Creating backend with remote "/tmp/rclone4104698918" run.go:198: Remote "FS imagekit: /rclone-test-xonotox6here", Local "Local file system at /tmp/rclone4104698918", Modify Window "876000h0m0s" NFD checkfile vs. NFC remote (without normalization) 2026/05/21 04:51:11 ERROR : 測試_Русский___ě_áñ: sum not found 2026/05/21 04:51:11 ERROR : 測試_Русский___ě_áñ: file not in FS imagekit: /rclone-test-xonotox6here 2026/05/21 04:51:11 NOTICE: FS imagekit: /rclone-test-xonotox6here: 1 files missing 2026/05/21 04:51:11 NOTICE: 1 hashes missing 2026/05/21 04:51:11 NOTICE: FS imagekit: /rclone-test-xonotox6here: 1 differences found 2026/05/21 04:51:11 NOTICE: FS imagekit: /rclone-test-xonotox6here: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/05/21 04:51:11 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/21 04:51:11 NOTICE: FS imagekit: /rclone-test-xonotox6here: 0 differences found 2026/05/21 04:51:11 NOTICE: FS imagekit: /rclone-test-xonotox6here: 1 matching files 2026/05/21 04:51:11 DEBUG : Creating backend with remote "TestImageKit:rclone-test-sivumir6niju" 2026/05/21 04:51:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/21 04:51:11 DEBUG : Creating backend with remote "/tmp/rclone3329795653" run.go:198: Remote "FS imagekit: /rclone-test-sivumir6niju", Local "Local file system at /tmp/rclone3329795653", Modify Window "876000h0m0s" NFC checkfile vs. NFD remote (without normalization) 2026/05/21 04:51:13 ERROR : 測試_Русский___ě_áñ: sum not found 2026/05/21 04:51:13 ERROR : 測試_Русский___ě_áñ: file not in FS imagekit: /rclone-test-sivumir6niju 2026/05/21 04:51:13 NOTICE: FS imagekit: /rclone-test-sivumir6niju: 1 files missing 2026/05/21 04:51:13 NOTICE: 1 hashes missing 2026/05/21 04:51:13 NOTICE: FS imagekit: /rclone-test-sivumir6niju: 1 differences found 2026/05/21 04:51:13 NOTICE: FS imagekit: /rclone-test-sivumir6niju: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/05/21 04:51:14 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/21 04:51:14 NOTICE: FS imagekit: /rclone-test-sivumir6niju: 0 differences found 2026/05/21 04:51:14 NOTICE: FS imagekit: /rclone-test-sivumir6niju: 1 matching files 2026/05/21 04:51:14 DEBUG : Creating backend with remote "TestImageKit:rclone-test-faceneh9nuso" 2026/05/21 04:51:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/21 04:51:14 DEBUG : Creating backend with remote "/tmp/rclone3098992326" run.go:198: Remote "FS imagekit: /rclone-test-faceneh9nuso", Local "Local file system at /tmp/rclone3098992326", Modify Window "876000h0m0s" NFDx2 checkfile vs. both remote (without normalization) 2026/05/21 04:51:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/05/21 04:51:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in FS imagekit: /rclone-test-faceneh9nuso 2026/05/21 04:51:16 NOTICE: FS imagekit: /rclone-test-faceneh9nuso: 1 files missing 2026/05/21 04:51:16 NOTICE: 1 hashes missing 2026/05/21 04:51:16 NOTICE: FS imagekit: /rclone-test-faceneh9nuso: 1 differences found 2026/05/21 04:51:16 NOTICE: FS imagekit: /rclone-test-faceneh9nuso: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/05/21 04:51:16 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/21 04:51:16 NOTICE: FS imagekit: /rclone-test-faceneh9nuso: 0 differences found 2026/05/21 04:51:16 NOTICE: FS imagekit: /rclone-test-faceneh9nuso: 1 matching files 2026/05/21 04:51:16 DEBUG : Creating backend with remote "TestImageKit:rclone-test-yuyuzic1fuyi" 2026/05/21 04:51:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/21 04:51:16 DEBUG : Creating backend with remote "/tmp/rclone61008061" run.go:198: Remote "FS imagekit: /rclone-test-yuyuzic1fuyi", Local "Local file system at /tmp/rclone61008061", Modify Window "876000h0m0s" NFCx2 checkfile vs. both remote (without normalization) 2026/05/21 04:51:18 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/05/21 04:51:18 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in FS imagekit: /rclone-test-yuyuzic1fuyi 2026/05/21 04:51:18 NOTICE: FS imagekit: /rclone-test-yuyuzic1fuyi: 1 files missing 2026/05/21 04:51:18 NOTICE: 1 hashes missing 2026/05/21 04:51:18 NOTICE: FS imagekit: /rclone-test-yuyuzic1fuyi: 1 differences found 2026/05/21 04:51:18 NOTICE: FS imagekit: /rclone-test-yuyuzic1fuyi: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/05/21 04:51:18 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/21 04:51:18 NOTICE: FS imagekit: /rclone-test-yuyuzic1fuyi: 0 differences found 2026/05/21 04:51:18 NOTICE: FS imagekit: /rclone-test-yuyuzic1fuyi: 1 matching files 2026/05/21 04:51:18 DEBUG : Creating backend with remote "TestImageKit:rclone-test-rojadib9tuju" 2026/05/21 04:51:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/21 04:51:19 DEBUG : Creating backend with remote "/tmp/rclone3170201186" run.go:198: Remote "FS imagekit: /rclone-test-rojadib9tuju", Local "Local file system at /tmp/rclone3170201186", Modify Window "876000h0m0s" both checkfile vs. NFDx2 remote (without normalization) 2026/05/21 04:51:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/05/21 04:51:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in FS imagekit: /rclone-test-rojadib9tuju 2026/05/21 04:51:20 NOTICE: FS imagekit: /rclone-test-rojadib9tuju: 1 files missing 2026/05/21 04:51:20 NOTICE: 1 hashes missing 2026/05/21 04:51:20 NOTICE: FS imagekit: /rclone-test-rojadib9tuju: 1 differences found 2026/05/21 04:51:20 NOTICE: FS imagekit: /rclone-test-rojadib9tuju: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/05/21 04:51:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/21 04:51:21 NOTICE: FS imagekit: /rclone-test-rojadib9tuju: 0 differences found 2026/05/21 04:51:21 NOTICE: FS imagekit: /rclone-test-rojadib9tuju: 1 matching files 2026/05/21 04:51:21 DEBUG : Creating backend with remote "TestImageKit:rclone-test-yuxosor7toca" 2026/05/21 04:51:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/21 04:51:21 DEBUG : Creating backend with remote "/tmp/rclone2382674552" run.go:198: Remote "FS imagekit: /rclone-test-yuxosor7toca", Local "Local file system at /tmp/rclone2382674552", Modify Window "876000h0m0s" both checkfile vs. NFCx2 remote (without normalization) 2026/05/21 04:51:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/05/21 04:51:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in FS imagekit: /rclone-test-yuxosor7toca 2026/05/21 04:51:23 NOTICE: FS imagekit: /rclone-test-yuxosor7toca: 1 files missing 2026/05/21 04:51:23 NOTICE: 1 hashes missing 2026/05/21 04:51:23 NOTICE: FS imagekit: /rclone-test-yuxosor7toca: 1 differences found 2026/05/21 04:51:23 NOTICE: FS imagekit: /rclone-test-yuxosor7toca: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/05/21 04:51:23 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/21 04:51:23 NOTICE: FS imagekit: /rclone-test-yuxosor7toca: 0 differences found 2026/05/21 04:51:23 NOTICE: FS imagekit: /rclone-test-yuxosor7toca: 1 matching files 2026/05/21 04:51:23 DEBUG : FS imagekit: /rclone-test-yuxosor7toca: Purge remote 2026/05/21 04:51:24 DEBUG : FS imagekit: /rclone-test-rojadib9tuju: Purge remote 2026/05/21 04:51:24 DEBUG : FS imagekit: /rclone-test-yuyuzic1fuyi: Purge remote 2026/05/21 04:51:24 DEBUG : FS imagekit: /rclone-test-faceneh9nuso: Purge remote 2026/05/21 04:51:24 DEBUG : FS imagekit: /rclone-test-sivumir6niju: Purge remote 2026/05/21 04:51:24 DEBUG : FS imagekit: /rclone-test-xonotox6here: Purge remote 2026/05/21 04:51:24 DEBUG : FS imagekit: /rclone-test-hapodoh1bizo: Purge remote 2026/05/21 04:51:25 DEBUG : FS imagekit: /rclone-test-cijuwaf0cute: Purge remote 2026/05/21 04:51:25 DEBUG : FS imagekit: /rclone-test-vovamas1teqi: Purge remote 2026/05/21 04:51:25 DEBUG : FS imagekit: /rclone-test-lumilul8dubi: Purge remote --- FAIL: TestApplyTransforms (26.61s) panic: runtime error: invalid memory address or nil pointer dereference [recovered, repanicked] [signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x14faab1] goroutine 1607 [running]: testing.tRunner.func1.2({0x2547020, 0x4623b10}) /usr/local/go/src/testing/testing.go:1974 +0x232 testing.tRunner.func1() /usr/local/go/src/testing/testing.go:1977 +0x349 panic({0x2547020?, 0x4623b10?}) /usr/local/go/src/runtime/panic.go:860 +0x13a github.com/rclone/rclone/backend/imagekit.(*Fs).Purge.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/imagekit/imagekit.go:499 +0xb1 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x40?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0x33c9b316aea0, 0x33c9b32c84c0, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:228 +0xd2 github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0x33c9b316aea0, 0x33c9b32c84c0) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:247 +0x92 github.com/rclone/rclone/backend/imagekit.(*Fs).Purge(0x33c9b3531080, {0x2c1cae0, 0x33c9b32cac90}, {0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/imagekit/imagekit.go:493 +0x125 github.com/rclone/rclone/fstest.Purge({0x2c395a0, 0x33c9b3531080}) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:496 +0xed github.com/rclone/rclone/fstest.RandomRemote.func1() /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:471 +0x48 github.com/rclone/rclone/fstest.(*Run).Finalise(0x33c9b2e13500) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 +0x1c testing.(*common).Cleanup.func1() /usr/local/go/src/testing/testing.go:1317 +0x109 testing.(*common).runCleanup(0x33c9b3478b48, 0x1?) /usr/local/go/src/testing/testing.go:1667 +0xea testing.tRunner.func2() /usr/local/go/src/testing/testing.go:2030 +0x25 testing.tRunner(0x33c9b3478b48, 0x2bd5f80) /usr/local/go/src/testing/testing.go:2042 +0x114 created by testing.(*T).Run in goroutine 1 /usr/local/go/src/testing/testing.go:2101 +0x4c5 "./operations.test -test.v -test.timeout 1h0m0s -remote TestImageKit: -verbose" - Finished ERROR in 1m24.872031407s (try 1/5): exit status 2: Failed [TestApplyTransforms]