"./operations.test -test.v -test.timeout 1h0m0s -remote TestPixeldrain: -verbose" - Starting (try 1/5) === 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:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" multithread_test.go:121: multithread writing not supported 2025/06/06 05:15:32 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.21s) === RUN TestMultithreadCopyAbort run.go:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" multithread_test.go:121: multithread writing not supported 2025/06/06 05:15:32 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.18s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors === RUN TestReOpen/Normal/TooManyErrors === RUN TestReOpen/Normal/Seek === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors === RUN TestReOpen/WithRangeOption/TooManyErrors === RUN TestReOpen/WithRangeOption/Seek === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors === RUN TestReOpen/WithSeekOption/TooManyErrors === RUN TestReOpen/WithSeekOption/Seek === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors === RUN TestReOpen/UnknownSize/TooManyErrors === RUN TestReOpen/UnknownSize/Seek === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay === 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/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/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/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/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:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (31.67s) --- PASS: TestCheck/1 (0.03s) --- PASS: TestCheck/2 (0.03s) --- PASS: TestCheck/3 (0.03s) --- PASS: TestCheck/4 (0.03s) --- PASS: TestCheck/5 (0.03s) --- PASS: TestCheck/6 (0.03s) --- PASS: TestCheck/7 (0.03s) === RUN TestCheckFsError 2025/06/06 05:16:03 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/06/06 05:16:03 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/06/06 05:16:03 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:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 === RUN TestCheckDownload/3 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (2.20s) --- PASS: TestCheckDownload/1 (0.06s) --- PASS: TestCheckDownload/2 (0.06s) --- PASS: TestCheckDownload/3 (0.07s) --- PASS: TestCheckDownload/4 (0.09s) --- PASS: TestCheckDownload/5 (0.07s) --- PASS: TestCheckDownload/6 (0.07s) --- PASS: TestCheckDownload/7 (0.07s) === RUN TestCheckSizeOnly run.go:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 === RUN TestCheckSizeOnly/3 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (1.80s) --- PASS: TestCheckSizeOnly/1 (0.03s) --- PASS: TestCheckSizeOnly/2 (0.03s) --- PASS: TestCheckSizeOnly/3 (0.03s) --- PASS: TestCheckSizeOnly/4 (0.03s) --- PASS: TestCheckSizeOnly/5 (0.03s) --- PASS: TestCheckSizeOnly/6 (0.03s) --- PASS: TestCheckSizeOnly/7 (0.03s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" 2025/06/06 05:16:08 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/06 05:16:08 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/06 05:16:08 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/06 05:16:08 NOTICE: test.sum: 2 warning(s) suppressed... 2025/06/06 05:16:08 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/06 05:16:08 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/06 05:16:08 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/06 05:16:08 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (0.47s) === RUN TestCheckSum run.go:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" check_test.go:350: pixeldrain root 'rclone-test-salepes8zoqo/data' lacks md5, skipping --- SKIP: TestCheckSum (30.47s) === RUN TestCheckSumDownload run.go:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" === RUN TestCheckSumDownload/subtest1 === RUN TestCheckSumDownload/subtest2 === RUN TestCheckSumDownload/subtest3 === RUN TestCheckSumDownload/subtest4 === RUN TestCheckSumDownload/subtest5 === RUN TestCheckSumDownload/subtest6 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (33.73s) --- PASS: TestCheckSumDownload/subtest1 (0.12s) --- PASS: TestCheckSumDownload/subtest2 (0.12s) --- PASS: TestCheckSumDownload/subtest3 (0.16s) --- PASS: TestCheckSumDownload/subtest4 (0.13s) --- PASS: TestCheckSumDownload/subtest5 (0.14s) --- PASS: TestCheckSumDownload/subtest6 (0.13s) --- PASS: TestCheckSumDownload/subtest7 (30.13s) === RUN TestApplyTransforms run.go:180: Remote "pixeldrain root 'rclone-test-jekonud6jini'", Local "Local file system at /tmp/rclone1964118777", Modify Window "1ms" upper checkfile vs. lower remote (without normalization) 2025/06/06 05:17:23 ERROR : hello, world!: sum not found 2025/06/06 05:17:23 ERROR : HELLO, WORLD!: file not in pixeldrain root 'rclone-test-jekonud6jini' 2025/06/06 05:17:23 NOTICE: pixeldrain root 'rclone-test-jekonud6jini': 1 files missing 2025/06/06 05:17:23 NOTICE: 1 hashes missing 2025/06/06 05:17:23 NOTICE: pixeldrain root 'rclone-test-jekonud6jini': 2 differences found 2025/06/06 05:17:23 NOTICE: pixeldrain root 'rclone-test-jekonud6jini': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/06/06 05:17:23 NOTICE: pixeldrain root 'rclone-test-jekonud6jini': 0 differences found 2025/06/06 05:17:23 NOTICE: pixeldrain root 'rclone-test-jekonud6jini': 1 matching files run.go:180: Remote "pixeldrain root 'rclone-test-nibexaz2vuxo'", Local "Local file system at /tmp/rclone824169166", Modify Window "1ms" lower checkfile vs. upper remote (without normalization) 2025/06/06 05:17:24 ERROR : HELLO, WORLD!: sum not found 2025/06/06 05:17:24 ERROR : hello, world!: file not in pixeldrain root 'rclone-test-nibexaz2vuxo' 2025/06/06 05:17:24 NOTICE: pixeldrain root 'rclone-test-nibexaz2vuxo': 1 files missing 2025/06/06 05:17:24 NOTICE: 1 hashes missing 2025/06/06 05:17:24 NOTICE: pixeldrain root 'rclone-test-nibexaz2vuxo': 2 differences found 2025/06/06 05:17:24 NOTICE: pixeldrain root 'rclone-test-nibexaz2vuxo': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/06/06 05:17:24 NOTICE: pixeldrain root 'rclone-test-nibexaz2vuxo': 0 differences found 2025/06/06 05:17:24 NOTICE: pixeldrain root 'rclone-test-nibexaz2vuxo': 1 matching files run.go:180: Remote "pixeldrain root 'rclone-test-feseruy0vudi'", Local "Local file system at /tmp/rclone3806549693", Modify Window "1ms" lower checkfile vs. upperlowermixed remote (without normalization) 2025/06/06 05:17:25 ERROR : HeLlO, wOrLd!: sum not found 2025/06/06 05:17:25 ERROR : hello, world!: file not in pixeldrain root 'rclone-test-feseruy0vudi' 2025/06/06 05:17:25 NOTICE: pixeldrain root 'rclone-test-feseruy0vudi': 1 files missing 2025/06/06 05:17:25 NOTICE: 1 hashes missing 2025/06/06 05:17:25 NOTICE: pixeldrain root 'rclone-test-feseruy0vudi': 2 differences found 2025/06/06 05:17:25 NOTICE: pixeldrain root 'rclone-test-feseruy0vudi': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/06/06 05:17:25 NOTICE: pixeldrain root 'rclone-test-feseruy0vudi': 0 differences found 2025/06/06 05:17:25 NOTICE: pixeldrain root 'rclone-test-feseruy0vudi': 1 matching files run.go:180: Remote "pixeldrain root 'rclone-test-lexipij2loma'", Local "Local file system at /tmp/rclone111482968", Modify Window "1ms" upperlowermixed checkfile vs. upper remote (without normalization) 2025/06/06 05:17:25 ERROR : HELLO, WORLD!: sum not found 2025/06/06 05:17:25 ERROR : HeLlO, wOrLd!: file not in pixeldrain root 'rclone-test-lexipij2loma' 2025/06/06 05:17:25 NOTICE: pixeldrain root 'rclone-test-lexipij2loma': 1 files missing 2025/06/06 05:17:25 NOTICE: 1 hashes missing 2025/06/06 05:17:25 NOTICE: pixeldrain root 'rclone-test-lexipij2loma': 2 differences found 2025/06/06 05:17:25 NOTICE: pixeldrain root 'rclone-test-lexipij2loma': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/06/06 05:17:25 NOTICE: pixeldrain root 'rclone-test-lexipij2loma': 0 differences found 2025/06/06 05:17:25 NOTICE: pixeldrain root 'rclone-test-lexipij2loma': 1 matching files run.go:180: Remote "pixeldrain root 'rclone-test-zawazot3kewe'", Local "Local file system at /tmp/rclone1852014540", Modify Window "1ms" NFD checkfile vs. NFC remote (without normalization) 2025/06/06 05:17:26 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/06 05:17:26 ERROR : 測試_Русский___ě_áñ: file not in pixeldrain root 'rclone-test-zawazot3kewe' 2025/06/06 05:17:26 NOTICE: pixeldrain root 'rclone-test-zawazot3kewe': 1 files missing 2025/06/06 05:17:26 NOTICE: 1 hashes missing 2025/06/06 05:17:26 NOTICE: pixeldrain root 'rclone-test-zawazot3kewe': 2 differences found 2025/06/06 05:17:26 NOTICE: pixeldrain root 'rclone-test-zawazot3kewe': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/06/06 05:17:26 NOTICE: pixeldrain root 'rclone-test-zawazot3kewe': 0 differences found 2025/06/06 05:17:26 NOTICE: pixeldrain root 'rclone-test-zawazot3kewe': 1 matching files run.go:180: Remote "pixeldrain root 'rclone-test-xepumog6zadu'", Local "Local file system at /tmp/rclone2998234990", Modify Window "1ms" NFC checkfile vs. NFD remote (without normalization) 2025/06/06 05:17:27 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/06 05:17:27 ERROR : 測試_Русский___ě_áñ: file not in pixeldrain root 'rclone-test-xepumog6zadu' 2025/06/06 05:17:27 NOTICE: pixeldrain root 'rclone-test-xepumog6zadu': 1 files missing 2025/06/06 05:17:27 NOTICE: 1 hashes missing 2025/06/06 05:17:27 NOTICE: pixeldrain root 'rclone-test-xepumog6zadu': 2 differences found 2025/06/06 05:17:27 NOTICE: pixeldrain root 'rclone-test-xepumog6zadu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/06/06 05:17:27 NOTICE: pixeldrain root 'rclone-test-xepumog6zadu': 0 differences found 2025/06/06 05:17:27 NOTICE: pixeldrain root 'rclone-test-xepumog6zadu': 1 matching files run.go:180: Remote "pixeldrain root 'rclone-test-xufidiy8dora'", Local "Local file system at /tmp/rclone2093246939", Modify Window "1ms" NFDx2 checkfile vs. both remote (without normalization) 2025/06/06 05:17:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/06 05:17:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in pixeldrain root 'rclone-test-xufidiy8dora' 2025/06/06 05:17:38 NOTICE: pixeldrain root 'rclone-test-xufidiy8dora': 1 files missing 2025/06/06 05:17:38 NOTICE: 1 hashes missing 2025/06/06 05:17:38 NOTICE: pixeldrain root 'rclone-test-xufidiy8dora': 2 differences found 2025/06/06 05:17:38 NOTICE: pixeldrain root 'rclone-test-xufidiy8dora': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/06/06 05:17:38 NOTICE: pixeldrain root 'rclone-test-xufidiy8dora': 0 differences found 2025/06/06 05:17:38 NOTICE: pixeldrain root 'rclone-test-xufidiy8dora': 1 matching files run.go:180: Remote "pixeldrain root 'rclone-test-fefayug8holo'", Local "Local file system at /tmp/rclone3508064141", Modify Window "1ms" NFCx2 checkfile vs. both remote (without normalization) 2025/06/06 05:17:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/06 05:17:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in pixeldrain root 'rclone-test-fefayug8holo' 2025/06/06 05:17:39 NOTICE: pixeldrain root 'rclone-test-fefayug8holo': 1 files missing 2025/06/06 05:17:39 NOTICE: 1 hashes missing 2025/06/06 05:17:39 NOTICE: pixeldrain root 'rclone-test-fefayug8holo': 2 differences found 2025/06/06 05:17:39 NOTICE: pixeldrain root 'rclone-test-fefayug8holo': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/06/06 05:17:39 NOTICE: pixeldrain root 'rclone-test-fefayug8holo': 0 differences found 2025/06/06 05:17:39 NOTICE: pixeldrain root 'rclone-test-fefayug8holo': 1 matching files run.go:180: Remote "pixeldrain root 'rclone-test-bobomoj0doha'", Local "Local file system at /tmp/rclone1791671947", Modify Window "1ms" both checkfile vs. NFDx2 remote (without normalization) 2025/06/06 05:17:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/06 05:17:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in pixeldrain root 'rclone-test-bobomoj0doha' 2025/06/06 05:17:40 NOTICE: pixeldrain root 'rclone-test-bobomoj0doha': 1 files missing 2025/06/06 05:17:40 NOTICE: 1 hashes missing 2025/06/06 05:17:40 NOTICE: pixeldrain root 'rclone-test-bobomoj0doha': 2 differences found 2025/06/06 05:17:40 NOTICE: pixeldrain root 'rclone-test-bobomoj0doha': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/06/06 05:17:40 NOTICE: pixeldrain root 'rclone-test-bobomoj0doha': 0 differences found 2025/06/06 05:17:40 NOTICE: pixeldrain root 'rclone-test-bobomoj0doha': 1 matching files run.go:180: Remote "pixeldrain root 'rclone-test-wocupor6kata'", Local "Local file system at /tmp/rclone4122332955", Modify Window "1ms" both checkfile vs. NFCx2 remote (without normalization) 2025/06/06 05:17:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/06 05:17:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in pixeldrain root 'rclone-test-wocupor6kata' 2025/06/06 05:17:41 NOTICE: pixeldrain root 'rclone-test-wocupor6kata': 1 files missing 2025/06/06 05:17:41 NOTICE: 1 hashes missing 2025/06/06 05:17:41 NOTICE: pixeldrain root 'rclone-test-wocupor6kata': 2 differences found 2025/06/06 05:17:41 NOTICE: pixeldrain root 'rclone-test-wocupor6kata': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/06/06 05:17:41 NOTICE: pixeldrain root 'rclone-test-wocupor6kata': 0 differences found 2025/06/06 05:17:41 NOTICE: pixeldrain root 'rclone-test-wocupor6kata': 1 matching files --- PASS: TestApplyTransforms (39.46s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" --- PASS: TestCopyFile (11.31s) === RUN TestCopyLongFile run.go:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.06s) === RUN TestCopyFileBackupDir run.go:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" --- PASS: TestCopyFileBackupDir (303.00s) === RUN TestCopyFileCompareDest run.go:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" --- PASS: TestCopyFileCompareDest (65.62s) === RUN TestCopyFileCopyDest run.go:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" copy_test.go:276: Skipping test as remote does not support server-side copy --- SKIP: TestCopyFileCopyDest (0.06s) === RUN TestCopyInplace run.go:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.06s) === RUN TestCopyLongFileName run.go:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.06s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" 2025/06/06 05:24:13 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: failed to put object: Put "https://pixeldrain.com/api/filesystem/me/rclone-test-salepes8zoqo/TestCopyFileMaxTransfer/file2?make_parents=true&modified=2011-12-25T12%3A59%3A59.123456789Z": max transfer limit reached as set by --max-transfer --- PASS: TestCopyFileMaxTransfer (2.55s) === RUN TestDeduplicateInteractive run.go:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.06s) === RUN TestDeduplicateSkip run.go:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.06s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.06s) === RUN TestDeduplicateFirst run.go:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.06s) === RUN TestDeduplicateNewest run.go:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.06s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" 2025/06/06 05:24:17 NOTICE: 2329b5b46238474ac4dba47946e41170061df5d4be00652facf74d811e981651: Found 3 files with duplicate sha256 hashes 2025/06/06 05:24:17 NOTICE: 2329b5b46238474ac4dba47946e41170061df5d4be00652facf74d811e981651: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (42.62s) === RUN TestDeduplicateOldest run.go:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.06s) === RUN TestDeduplicateLargest run.go:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.06s) === RUN TestDeduplicateSmallest run.go:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.06s) === RUN TestDeduplicateRename run.go:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.06s) === RUN TestMergeDirs run.go:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.06s) === RUN TestListDirSorted run.go:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" --- PASS: TestListDirSorted (3.93s) === RUN TestListDirSortedFn run.go:180: Remote "pixeldrain root 'rclone-test-salepes8zoqo'", Local "Local file system at /tmp/rclone4174635652", Modify Window "1ms" run.go:281: Retry Put of "sub dir/ignore dir/.ignore" to pixeldrain root 'rclone-test-salepes8zoqo': 1/10 (failed to put object: internal) panic: test timed out after 1h0m0s running tests: TestListDirSortedFn (50m30s) goroutine 3318 [running]: testing.(*M).startAlarm.func1() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2373 +0x385 created by time.goFunc /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/time/sleep.go:215 +0x2d goroutine 1 [chan receive, 50 minutes]: testing.(*T).Run(0xc000606000, {0x261b490?, 0x0?}, 0x2747048) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1751 +0x3ab testing.runTests.func1(0xc000606000) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2168 +0x37 testing.tRunner(0xc000606000, 0xc00006dc18) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 testing.runTests(0xc0006d8bd0, {0x3d3cca0, 0x6d, 0x6d}, {0x3d51840?, 0x1?, 0x3d51840?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2166 +0x43d testing.(*M).Run(0xc0004ef040) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2034 +0x64a github.com/rclone/rclone/fstest.TestMain(0xc0004ef040) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:69 +0xa5 github.com/rclone/rclone/fs/operations_test.TestMain(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:61 main.main() _testmain.go:265 +0xa9 goroutine 37 [syscall, 60 minutes]: os/signal.signal_recv() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/sigqueue.go:152 +0x29 os/signal.loop() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/os/signal/signal_unix.go:23 +0x13 created by os/signal.Notify.func1.1 in goroutine 1 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/os/signal/signal.go:151 +0x1f goroutine 38 [chan receive, 60 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1572 [chan receive, 58 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1307 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1323 [chan receive, 59 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1307 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1403 [chan receive, 58 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1307 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 228 [chan receive (nil chan), 60 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 170 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 916 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 906 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 676 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 666 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 347 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 289 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 198 [chan receive (nil chan), 60 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 188 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1169 [chan receive, 58 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1307 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3262 [select, 2 minutes]: net/http.(*persistConn).roundTrip(0xc0004f6fc0, 0xc0001a16d0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2755 +0x7b0 net/http.(*Transport).roundTrip(0xc0000d9380, 0xc0004da500) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:644 +0xb91 net/http.(*Transport).RoundTrip(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/roundtrip.go:30 github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0xc0004b20e0, 0xc0004da500) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc0004da500, {0x29ffa20, 0xc0004b20e0}, {0xc0005eab01?, 0x411370?, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:259 +0x5e4 net/http.(*Client).send(0xc000621830, 0xc0004da500, {0x3bbbb8?, 0x56c5f0?, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:180 +0x98 net/http.(*Client).do(0xc000621830, 0xc0004da500) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:725 +0x8bc net/http.(*Client).Do(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:590 github.com/rclone/rclone/lib/rest.(*Client).Call(0xc000624000, {0x2a25fc0, 0x3d74d20}, 0xc0005eb428) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:353 +0xd67 github.com/rclone/rclone/lib/rest.(*Client).callCodec(0xc000624000, {0x2a25fc0, 0x3d74d20}, 0x0?, {0x0?, 0x0?}, {0x1fe5740, 0xc0005860b0}, 0x49b1d1400000000?, 0x2748438, ...) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:550 +0x3f2 github.com/rclone/rclone/lib/rest.(*Client).CallJSON(...) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:493 github.com/rclone/rclone/backend/pixeldrain.(*Fs).put.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/pixeldrain/api_client.go:212 +0x1ad github.com/rclone/rclone/fs.pacerInvoker(0xa, 0xa, 0x29feea0?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc0002e5260, 0xc0004b22a0, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc0002e5260, 0xc0004b22a0) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/pixeldrain.(*Fs).put(0xc00061ee00, {0x2a25fc0, 0x3d74d20}, {0x263369c, 0x1a}, {0x29fe920, _}, _, {0x0, 0x0, ...}) /home/rclone/go/src/github.com/rclone/rclone/backend/pixeldrain/api_client.go:211 +0x1fe github.com/rclone/rclone/backend/pixeldrain.(*Fs).Put(0xc00061ee00, {0x2a25fc0, 0x3d74d20}, {0x29fe920, 0xc000b76150}, {0x2a30770, 0xc0004b2000}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/pixeldrain/pixeldrain.go:246 +0x2b4 github.com/rclone/rclone/fstest.(*Run).WriteObjectTo(0xc0004b2e70, {0x2a25fc0, 0x3d74d20}, {0x2a3c250, 0xc00061ee00}, {0x263369c, 0x1a}, {0x29ed588, 0x1}, {0x1dcd64ff, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:275 +0x3f8 github.com/rclone/rclone/fstest.(*Run).WriteObject(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 github.com/rclone/rclone/fs/operations_test.testListDirSorted(0xc00016c000, 0x27474b8) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/listdirsorted_test.go:32 +0x496 github.com/rclone/rclone/fs/operations_test.TestListDirSortedFn(0xc00016c000?) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/listdirsorted_test.go:125 +0x1a testing.tRunner(0xc00016c000, 0x2747048) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 created by testing.(*T).Run in goroutine 1 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1743 +0x390 goroutine 154 [chan receive (nil chan), 60 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 32 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 265 [chan receive (nil chan), 60 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 47 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1881 [chan receive, 58 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1307 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1795 [chan receive, 58 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1307 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 465 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 455 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 317 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 307 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 646 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 636 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 567 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 413 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 369 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 359 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1685 [chan receive, 58 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1307 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 540 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 530 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 423 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 382 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 843 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 753 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 512 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 502 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 2323 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0x7ff9968da360, 0x72) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc000bde580?, 0xc000b37000?, 0x0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc000bde580, {0xc000b37000, 0xc00, 0xc00}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc000bde580, {0xc000b37000?, 0xc000b37000?, 0x2?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc0005ca0b0, {0xc000b37000?, 0x3d51840?, 0xc00009b9d0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/net.go:189 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc00090c240, {0xc000b37000?, 0x18?, 0xc00009b998?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc00090c120, {0xc000b37000?, 0xc0009128c0?, 0xc00090c120?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc00060a9b8, {0x2a00220, 0xc00090c120}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc00060a708, {0x7ff994636398, 0xc00090c240}, 0xc00009ba40?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc00060a708, 0x0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:629 +0x3cf crypto/tls.(*Conn).readRecord(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:591 crypto/tls.(*Conn).Read(0xc00060a708, {0xc0007f4000, 0x1000, 0xc000522c08?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:1385 +0x150 net/http.(*persistConn).Read(0xc0004f6fc0, {0xc0007f4000?, 0x81f105?, 0x2165d00?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2052 +0x4a bufio.(*Reader).fill(0xc00067b9e0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:110 +0x103 bufio.(*Reader).Peek(0xc00067b9e0, 0x1) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:148 +0x53 net/http.(*persistConn).readLoop(0xc0004f6fc0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2205 +0x185 created by net/http.(*Transport).dialConn in goroutine 2314 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 693 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 587 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 946 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 920 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 760 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 718 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1308 [chan receive, 59 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1307 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 972 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 962 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 856 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 830 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 803 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 793 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1662 [chan receive, 58 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1307 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 2912 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc0002e10e0, {0x2a260d8, 0xc000624f50}) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:339 +0x145 created by github.com/rclone/rclone/fs/accounting.(*StatsInfo)._startAverageLoop in goroutine 2642 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:376 +0x117 goroutine 1604 [chan receive, 58 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1307 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 2324 [select, 2 minutes]: net/http.(*persistConn).writeLoop(0xc0004f6fc0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2519 +0xe7 created by net/http.(*Transport).dialConn in goroutine 2314 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 "./operations.test -test.v -test.timeout 1h0m0s -remote TestPixeldrain: -verbose" - Finished ERROR in 1h0m30.38923566s (try 1/5): exit status 2: Failed []