"./operations.test -test.v -test.timeout 1h0m0s -remote TestImageKit: -verbose" - Starting (try 1/5) 2025/12/11 01:00:36 DEBUG : Creating backend with remote "TestImageKit:rclone-test-vefakoh4xiyi" 2025/12/11 01:00:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/11 01:00:37 DEBUG : Creating backend with remote "/tmp/rclone2484144119" === 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-vefakoh4xiyi", Local "Local file system at /tmp/rclone2484144119", Modify Window "876000h0m0s" multithread_test.go:119: multithread writing not supported 2025/12/11 01:00:37 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.27s) === RUN TestMultithreadCopyAbort run.go:185: Remote "FS imagekit: /rclone-test-vefakoh4xiyi", Local "Local file system at /tmp/rclone2484144119", Modify Window "876000h0m0s" multithread_test.go:119: multithread writing not supported 2025/12/11 01:00:38 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (1.06s) === RUN TestSizeDiffers 2025/12/11 01:00:38 DEBUG : a: size = 0 OK 2025/12/11 01:00:38 DEBUG : a: size = 1 (memory) 2025/12/11 01:00:38 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/12/11 01:00:38 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/12/11 01:00:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/11 01:00:38 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/11 01:00:38 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/12/11 01:00:38 DEBUG : potato: Seek from 10 to 0 2025/12/11 01:00:38 DEBUG : potato: Seek from 10 to 0 2025/12/11 01:00:38 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/12/11 01:00:38 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/12/11 01:00:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/11 01:00:38 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/11 01:00:38 DEBUG : potato: Seek from 5 to 2 2025/12/11 01:00:38 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/12/11 01:00:38 DEBUG : potato: Seek from 7 to 0 2025/12/11 01:00:38 DEBUG : potato: Seek from 7 to 0 2025/12/11 01:00:38 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/12/11 01:00:38 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/12/11 01:00:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/11 01:00:38 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/11 01:00:38 DEBUG : potato: Seek from 5 to 2 2025/12/11 01:00:38 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/12/11 01:00:38 DEBUG : potato: Seek from 8 to 0 2025/12/11 01:00:38 DEBUG : potato: Seek from 8 to 0 2025/12/11 01:00:38 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/12/11 01:00:38 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/12/11 01:00:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/11 01:00:38 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/12/11 01:00:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/12/11 01:00:38 DEBUG : potato: Seek from 5 to 2 2025/12/11 01:00:38 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/12/11 01:00:38 DEBUG : potato: Seek from 9 to 0 2025/12/11 01:00:38 DEBUG : potato: Seek from 9 to 0 2025/12/11 01:00:38 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.01s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/ReadAt (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/ReadAt (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/ReadAt (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.01s) --- 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-vefakoh4xiyi", Local "Local file system at /tmp/rclone2484144119", 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 (30.07s) --- PASS: TestCheck/1 (5.36s) --- PASS: TestCheck/2 (1.55s) --- PASS: TestCheck/3 (3.97s) --- PASS: TestCheck/4 (1.01s) --- PASS: TestCheck/5 (0.50s) --- PASS: TestCheck/6 (0.34s) --- PASS: TestCheck/7 (0.38s) === RUN TestCheckFsError 2025/12/11 01:01:08 DEBUG : Creating backend with remote "nonexistent" 2025/12/11 01:01:08 DEBUG : Config file has changed externally - reloading 2025/12/11 01:01:08 DEBUG : Creating backend with remote "nonexistent" 2025/12/11 01:01:08 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/12/11 01:01:08 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/11 01:01:08 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/12/11 01:01:08 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:185: Remote "FS imagekit: /rclone-test-vefakoh4xiyi", Local "Local file system at /tmp/rclone2484144119", 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.64s) --- PASS: TestCheckDownload/1 (0.48s) --- PASS: TestCheckDownload/2 (0.37s) --- PASS: TestCheckDownload/3 (0.34s) --- PASS: TestCheckDownload/4 (0.48s) --- PASS: TestCheckDownload/5 (0.50s) --- PASS: TestCheckDownload/6 (0.34s) --- PASS: TestCheckDownload/7 (0.33s) === RUN TestCheckSizeOnly run.go:185: Remote "FS imagekit: /rclone-test-vefakoh4xiyi", Local "Local file system at /tmp/rclone2484144119", 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 (9.77s) --- PASS: TestCheckSizeOnly/1 (0.39s) --- PASS: TestCheckSizeOnly/2 (0.33s) --- PASS: TestCheckSizeOnly/3 (0.34s) --- PASS: TestCheckSizeOnly/4 (0.35s) --- PASS: TestCheckSizeOnly/5 (0.35s) --- PASS: TestCheckSizeOnly/6 (0.34s) --- PASS: TestCheckSizeOnly/7 (0.35s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:185: Remote "FS imagekit: /rclone-test-vefakoh4xiyi", Local "Local file system at /tmp/rclone2484144119", Modify Window "876000h0m0s" 2025/12/11 01:01:28 NOTICE: test.sum: improperly formatted checksum line 4 2025/12/11 01:01:28 NOTICE: test.sum: improperly formatted checksum line 5 2025/12/11 01:01:28 NOTICE: test.sum: improperly formatted checksum line 6 2025/12/11 01:01:28 NOTICE: test.sum: 2 warning(s) suppressed... 2025/12/11 01:01:29 NOTICE: test.sum: improperly formatted checksum line 4 2025/12/11 01:01:29 NOTICE: test.sum: improperly formatted checksum line 5 2025/12/11 01:01:29 NOTICE: test.sum: improperly formatted checksum line 6 2025/12/11 01:01:29 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (3.22s) === RUN TestCheckSum run.go:185: Remote "FS imagekit: /rclone-test-vefakoh4xiyi", Local "Local file system at /tmp/rclone2484144119", Modify Window "876000h0m0s" 2025/12/11 01:01:30 DEBUG : Creating backend with remote "TestImageKit:rclone-test-vefakoh4xiyi/data" check_test.go:350: FS imagekit: /rclone-test-vefakoh4xiyi/data lacks md5, skipping --- SKIP: TestCheckSum (1.10s) === RUN TestCheckSumDownload run.go:185: Remote "FS imagekit: /rclone-test-vefakoh4xiyi", Local "Local file system at /tmp/rclone2484144119", Modify Window "876000h0m0s" 2025/12/11 01:01:31 DEBUG : Creating backend with remote "TestImageKit:rclone-test-vefakoh4xiyi/data" === RUN TestCheckSumDownload/subtest1 === RUN TestCheckSumDownload/subtest2 === RUN TestCheckSumDownload/subtest3 === RUN TestCheckSumDownload/subtest4 === RUN TestCheckSumDownload/subtest5 === RUN TestCheckSumDownload/subtest6 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (24.56s) --- PASS: TestCheckSumDownload/subtest1 (0.89s) --- PASS: TestCheckSumDownload/subtest2 (0.73s) --- PASS: TestCheckSumDownload/subtest3 (0.86s) --- PASS: TestCheckSumDownload/subtest4 (0.76s) --- PASS: TestCheckSumDownload/subtest5 (1.27s) --- PASS: TestCheckSumDownload/subtest6 (0.68s) --- PASS: TestCheckSumDownload/subtest7 (0.76s) === RUN TestApplyTransforms 2025/12/11 01:01:55 DEBUG : Creating backend with remote "TestImageKit:rclone-test-kezipiw8weka" 2025/12/11 01:01:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/11 01:01:56 DEBUG : Creating backend with remote "/tmp/rclone1675098999" run.go:185: Remote "FS imagekit: /rclone-test-kezipiw8weka", Local "Local file system at /tmp/rclone1675098999", Modify Window "876000h0m0s" upper checkfile vs. lower remote (without normalization) 2025/12/11 01:01:58 ERROR : hello, world!: sum not found 2025/12/11 01:01:58 ERROR : HELLO, WORLD!: file not in FS imagekit: /rclone-test-kezipiw8weka 2025/12/11 01:01:58 NOTICE: FS imagekit: /rclone-test-kezipiw8weka: 1 files missing 2025/12/11 01:01:58 NOTICE: 1 hashes missing 2025/12/11 01:01:58 NOTICE: FS imagekit: /rclone-test-kezipiw8weka: 1 differences found 2025/12/11 01:01:58 NOTICE: FS imagekit: /rclone-test-kezipiw8weka: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/12/11 01:01:59 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/12/11 01:01:59 NOTICE: FS imagekit: /rclone-test-kezipiw8weka: 0 differences found 2025/12/11 01:01:59 NOTICE: FS imagekit: /rclone-test-kezipiw8weka: 1 matching files 2025/12/11 01:01:59 DEBUG : Creating backend with remote "TestImageKit:rclone-test-xaropef3wona" 2025/12/11 01:01:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/11 01:01:59 DEBUG : Creating backend with remote "/tmp/rclone1684209453" run.go:185: Remote "FS imagekit: /rclone-test-xaropef3wona", Local "Local file system at /tmp/rclone1684209453", Modify Window "876000h0m0s" lower checkfile vs. upper remote (without normalization) 2025/12/11 01:02:01 ERROR : HELLO, WORLD!: sum not found 2025/12/11 01:02:01 ERROR : hello, world!: file not in FS imagekit: /rclone-test-xaropef3wona 2025/12/11 01:02:01 NOTICE: FS imagekit: /rclone-test-xaropef3wona: 1 files missing 2025/12/11 01:02:01 NOTICE: 1 hashes missing 2025/12/11 01:02:01 NOTICE: FS imagekit: /rclone-test-xaropef3wona: 1 differences found 2025/12/11 01:02:01 NOTICE: FS imagekit: /rclone-test-xaropef3wona: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/12/11 01:02:01 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/12/11 01:02:01 NOTICE: FS imagekit: /rclone-test-xaropef3wona: 0 differences found 2025/12/11 01:02:01 NOTICE: FS imagekit: /rclone-test-xaropef3wona: 1 matching files 2025/12/11 01:02:01 DEBUG : Creating backend with remote "TestImageKit:rclone-test-zunuxup1kuho" 2025/12/11 01:02:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/11 01:02:02 DEBUG : Creating backend with remote "/tmp/rclone4240253408" run.go:185: Remote "FS imagekit: /rclone-test-zunuxup1kuho", Local "Local file system at /tmp/rclone4240253408", Modify Window "876000h0m0s" lower checkfile vs. upperlowermixed remote (without normalization) 2025/12/11 01:02:04 ERROR : HeLlO, wOrLd!: sum not found 2025/12/11 01:02:04 ERROR : hello, world!: file not in FS imagekit: /rclone-test-zunuxup1kuho 2025/12/11 01:02:04 NOTICE: FS imagekit: /rclone-test-zunuxup1kuho: 1 files missing 2025/12/11 01:02:04 NOTICE: 1 hashes missing 2025/12/11 01:02:04 NOTICE: FS imagekit: /rclone-test-zunuxup1kuho: 1 differences found 2025/12/11 01:02:04 NOTICE: FS imagekit: /rclone-test-zunuxup1kuho: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/12/11 01:02:04 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/12/11 01:02:04 NOTICE: FS imagekit: /rclone-test-zunuxup1kuho: 0 differences found 2025/12/11 01:02:04 NOTICE: FS imagekit: /rclone-test-zunuxup1kuho: 1 matching files 2025/12/11 01:02:04 DEBUG : Creating backend with remote "TestImageKit:rclone-test-nidiham5comu" 2025/12/11 01:02:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/11 01:02:04 DEBUG : Creating backend with remote "/tmp/rclone3045499040" run.go:185: Remote "FS imagekit: /rclone-test-nidiham5comu", Local "Local file system at /tmp/rclone3045499040", Modify Window "876000h0m0s" upperlowermixed checkfile vs. upper remote (without normalization) 2025/12/11 01:02:06 ERROR : HELLO, WORLD!: sum not found 2025/12/11 01:02:06 ERROR : HeLlO, wOrLd!: file not in FS imagekit: /rclone-test-nidiham5comu 2025/12/11 01:02:06 NOTICE: FS imagekit: /rclone-test-nidiham5comu: 1 files missing 2025/12/11 01:02:06 NOTICE: 1 hashes missing 2025/12/11 01:02:06 NOTICE: FS imagekit: /rclone-test-nidiham5comu: 1 differences found 2025/12/11 01:02:06 NOTICE: FS imagekit: /rclone-test-nidiham5comu: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/12/11 01:02:07 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/12/11 01:02:07 NOTICE: FS imagekit: /rclone-test-nidiham5comu: 0 differences found 2025/12/11 01:02:07 NOTICE: FS imagekit: /rclone-test-nidiham5comu: 1 matching files 2025/12/11 01:02:07 DEBUG : Creating backend with remote "TestImageKit:rclone-test-jutuluf1luba" 2025/12/11 01:02:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/11 01:02:07 DEBUG : Creating backend with remote "/tmp/rclone4211450975" run.go:185: Remote "FS imagekit: /rclone-test-jutuluf1luba", Local "Local file system at /tmp/rclone4211450975", Modify Window "876000h0m0s" NFD checkfile vs. NFC remote (without normalization) 2025/12/11 01:02:09 ERROR : 測試_Русский___ě_áñ: sum not found 2025/12/11 01:02:09 ERROR : 測試_Русский___ě_áñ: file not in FS imagekit: /rclone-test-jutuluf1luba 2025/12/11 01:02:09 NOTICE: FS imagekit: /rclone-test-jutuluf1luba: 1 files missing 2025/12/11 01:02:09 NOTICE: 1 hashes missing 2025/12/11 01:02:09 NOTICE: FS imagekit: /rclone-test-jutuluf1luba: 1 differences found 2025/12/11 01:02:09 NOTICE: FS imagekit: /rclone-test-jutuluf1luba: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/12/11 01:02:09 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/12/11 01:02:09 NOTICE: FS imagekit: /rclone-test-jutuluf1luba: 0 differences found 2025/12/11 01:02:09 NOTICE: FS imagekit: /rclone-test-jutuluf1luba: 1 matching files 2025/12/11 01:02:09 DEBUG : Creating backend with remote "TestImageKit:rclone-test-neberur6fago" 2025/12/11 01:02:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/11 01:02:10 DEBUG : Creating backend with remote "/tmp/rclone1779124750" run.go:185: Remote "FS imagekit: /rclone-test-neberur6fago", Local "Local file system at /tmp/rclone1779124750", Modify Window "876000h0m0s" NFC checkfile vs. NFD remote (without normalization) 2025/12/11 01:02:11 ERROR : 測試_Русский___ě_áñ: sum not found 2025/12/11 01:02:11 ERROR : 測試_Русский___ě_áñ: file not in FS imagekit: /rclone-test-neberur6fago 2025/12/11 01:02:11 NOTICE: FS imagekit: /rclone-test-neberur6fago: 1 files missing 2025/12/11 01:02:11 NOTICE: 1 hashes missing 2025/12/11 01:02:11 NOTICE: FS imagekit: /rclone-test-neberur6fago: 1 differences found 2025/12/11 01:02:11 NOTICE: FS imagekit: /rclone-test-neberur6fago: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/12/11 01:02:12 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/12/11 01:02:12 NOTICE: FS imagekit: /rclone-test-neberur6fago: 0 differences found 2025/12/11 01:02:12 NOTICE: FS imagekit: /rclone-test-neberur6fago: 1 matching files 2025/12/11 01:02:12 DEBUG : Creating backend with remote "TestImageKit:rclone-test-jitibub0fica" 2025/12/11 01:02:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/11 01:02:12 DEBUG : Creating backend with remote "/tmp/rclone122061930" run.go:185: Remote "FS imagekit: /rclone-test-jitibub0fica", Local "Local file system at /tmp/rclone122061930", Modify Window "876000h0m0s" NFDx2 checkfile vs. both remote (without normalization) 2025/12/11 01:02:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/12/11 01:02:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in FS imagekit: /rclone-test-jitibub0fica 2025/12/11 01:02:14 NOTICE: FS imagekit: /rclone-test-jitibub0fica: 1 files missing 2025/12/11 01:02:14 NOTICE: 1 hashes missing 2025/12/11 01:02:14 NOTICE: FS imagekit: /rclone-test-jitibub0fica: 1 differences found 2025/12/11 01:02:14 NOTICE: FS imagekit: /rclone-test-jitibub0fica: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/12/11 01:02:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/12/11 01:02:15 NOTICE: FS imagekit: /rclone-test-jitibub0fica: 0 differences found 2025/12/11 01:02:15 NOTICE: FS imagekit: /rclone-test-jitibub0fica: 1 matching files 2025/12/11 01:02:15 DEBUG : Creating backend with remote "TestImageKit:rclone-test-palowab7haro" 2025/12/11 01:02:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/11 01:02:15 DEBUG : Creating backend with remote "/tmp/rclone1054839360" run.go:185: Remote "FS imagekit: /rclone-test-palowab7haro", Local "Local file system at /tmp/rclone1054839360", Modify Window "876000h0m0s" NFCx2 checkfile vs. both remote (without normalization) 2025/12/11 01:02:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/12/11 01:02:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in FS imagekit: /rclone-test-palowab7haro 2025/12/11 01:02:17 NOTICE: FS imagekit: /rclone-test-palowab7haro: 1 files missing 2025/12/11 01:02:17 NOTICE: 1 hashes missing 2025/12/11 01:02:17 NOTICE: FS imagekit: /rclone-test-palowab7haro: 1 differences found 2025/12/11 01:02:17 NOTICE: FS imagekit: /rclone-test-palowab7haro: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/12/11 01:02:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/12/11 01:02:17 NOTICE: FS imagekit: /rclone-test-palowab7haro: 0 differences found 2025/12/11 01:02:17 NOTICE: FS imagekit: /rclone-test-palowab7haro: 1 matching files 2025/12/11 01:02:17 DEBUG : Creating backend with remote "TestImageKit:rclone-test-kuwisuc4mare" 2025/12/11 01:02:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/11 01:02:18 DEBUG : Creating backend with remote "/tmp/rclone2271234450" run.go:185: Remote "FS imagekit: /rclone-test-kuwisuc4mare", Local "Local file system at /tmp/rclone2271234450", Modify Window "876000h0m0s" both checkfile vs. NFDx2 remote (without normalization) 2025/12/11 01:02:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/12/11 01:02:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in FS imagekit: /rclone-test-kuwisuc4mare 2025/12/11 01:02:20 NOTICE: FS imagekit: /rclone-test-kuwisuc4mare: 1 files missing 2025/12/11 01:02:20 NOTICE: 1 hashes missing 2025/12/11 01:02:20 NOTICE: FS imagekit: /rclone-test-kuwisuc4mare: 1 differences found 2025/12/11 01:02:20 NOTICE: FS imagekit: /rclone-test-kuwisuc4mare: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/12/11 01:02:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/12/11 01:02:21 NOTICE: FS imagekit: /rclone-test-kuwisuc4mare: 0 differences found 2025/12/11 01:02:21 NOTICE: FS imagekit: /rclone-test-kuwisuc4mare: 1 matching files 2025/12/11 01:02:21 DEBUG : Creating backend with remote "TestImageKit:rclone-test-sosoyan8loka" 2025/12/11 01:02:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/11 01:02:21 DEBUG : Creating backend with remote "/tmp/rclone1509573363" run.go:185: Remote "FS imagekit: /rclone-test-sosoyan8loka", Local "Local file system at /tmp/rclone1509573363", Modify Window "876000h0m0s" both checkfile vs. NFCx2 remote (without normalization) 2025/12/11 01:02:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/12/11 01:02:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in FS imagekit: /rclone-test-sosoyan8loka 2025/12/11 01:02:24 NOTICE: FS imagekit: /rclone-test-sosoyan8loka: 1 files missing 2025/12/11 01:02:24 NOTICE: 1 hashes missing 2025/12/11 01:02:24 NOTICE: FS imagekit: /rclone-test-sosoyan8loka: 1 differences found 2025/12/11 01:02:24 NOTICE: FS imagekit: /rclone-test-sosoyan8loka: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/12/11 01:02:24 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/12/11 01:02:24 NOTICE: FS imagekit: /rclone-test-sosoyan8loka: 0 differences found 2025/12/11 01:02:24 NOTICE: FS imagekit: /rclone-test-sosoyan8loka: 1 matching files 2025/12/11 01:02:24 DEBUG : FS imagekit: /rclone-test-sosoyan8loka: Purge remote 2025/12/11 01:02:24 DEBUG : FS imagekit: /rclone-test-kuwisuc4mare: Purge remote 2025/12/11 01:02:24 DEBUG : FS imagekit: /rclone-test-palowab7haro: Purge remote 2025/12/11 01:02:25 DEBUG : FS imagekit: /rclone-test-jitibub0fica: Purge remote 2025/12/11 01:02:25 DEBUG : FS imagekit: /rclone-test-neberur6fago: Purge remote 2025/12/11 01:02:25 DEBUG : FS imagekit: /rclone-test-jutuluf1luba: Purge remote 2025/12/11 01:02:25 DEBUG : FS imagekit: /rclone-test-nidiham5comu: Purge remote 2025/12/11 01:02:25 DEBUG : FS imagekit: /rclone-test-zunuxup1kuho: Purge remote 2025/12/11 01:02:26 DEBUG : FS imagekit: /rclone-test-xaropef3wona: Purge remote 2025/12/11 01:02:26 DEBUG : FS imagekit: /rclone-test-kezipiw8weka: Purge remote --- FAIL: TestApplyTransforms (31.31s) panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x145d634] goroutine 1882 [running]: testing.tRunner.func1.2({0x23be540, 0x4189960}) /usr/local/go/src/testing/testing.go:1734 +0x21c testing.tRunner.func1() /usr/local/go/src/testing/testing.go:1737 +0x35e panic({0x23be540?, 0x4189960?}) /usr/local/go/src/runtime/panic.go:792 +0x132 github.com/rclone/rclone/backend/imagekit.(*Fs).Purge.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/imagekit/imagekit.go:499 +0xb4 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(0xc0009ce3c0, 0xc000852540, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0xd2 github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc0009ce3c0, 0xc000852540) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:235 +0x93 github.com/rclone/rclone/backend/imagekit.(*Fs).Purge(0xc000b62400, {0x2d6fb58, 0xc00058e570}, {0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/imagekit/imagekit.go:493 +0x12a github.com/rclone/rclone/fstest.Purge({0x2d87450, 0xc000b62400}) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:496 +0xf8 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(0xc000516e00) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 +0x1c testing.(*common).Cleanup.func1() /usr/local/go/src/testing/testing.go:1211 +0x106 testing.(*common).runCleanup(0xc000415dc0, 0x1?) /usr/local/go/src/testing/testing.go:1445 +0xea testing.tRunner.func2() /usr/local/go/src/testing/testing.go:1786 +0x25 testing.tRunner(0xc000415dc0, 0x29db618) /usr/local/go/src/testing/testing.go:1798 +0x11e created by testing.(*T).Run in goroutine 1 /usr/local/go/src/testing/testing.go:1851 +0x413 "./operations.test -test.v -test.timeout 1h0m0s -remote TestImageKit: -verbose" - Finished ERROR in 1m50.957705195s (try 1/5): exit status 2: Failed [TestApplyTransforms]