"./operations.test -test.v -test.timeout 1h0m0s -remote TestPixeldrain: -verbose" - Starting (try 2/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-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" multithread_test.go:121: multithread writing not supported 2025/06/06 06:16:02 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.18s) === RUN TestMultithreadCopyAbort run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" multithread_test.go:121: multithread writing not supported 2025/06/06 06:16:02 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.27s) === 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-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", 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 (51.76s) --- PASS: TestCheck/1 (0.03s) --- PASS: TestCheck/2 (0.03s) --- PASS: TestCheck/3 (0.03s) --- PASS: TestCheck/4 (0.03s) --- PASS: TestCheck/5 (0.04s) --- PASS: TestCheck/6 (0.03s) --- PASS: TestCheck/7 (0.03s) === RUN TestCheckFsError 2025/06/06 06:16:54 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/06/06 06:16:54 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/06/06 06:16:54 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-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", 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 (84.67s) --- PASS: TestCheckDownload/1 (0.06s) --- PASS: TestCheckDownload/2 (0.06s) --- PASS: TestCheckDownload/3 (0.32s) --- PASS: TestCheckDownload/4 (0.10s) --- PASS: TestCheckDownload/5 (22.26s) --- PASS: TestCheckDownload/6 (0.07s) --- PASS: TestCheckDownload/7 (0.07s) === RUN TestCheckSizeOnly run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", 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 (91.41s) --- 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-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" 2025/06/06 06:19:50 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/06 06:19:50 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/06 06:19:50 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/06 06:19:50 NOTICE: test.sum: 2 warning(s) suppressed... 2025/06/06 06:19:50 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/06 06:19:50 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/06 06:19:50 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/06 06:19:50 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (0.54s) === RUN TestCheckSum run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" check_test.go:350: pixeldrain root 'rclone-test-fohoqok6juba/data' lacks md5, skipping --- SKIP: TestCheckSum (30.44s) === RUN TestCheckSumDownload run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", 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 (83.62s) --- PASS: TestCheckSumDownload/subtest1 (0.12s) --- PASS: TestCheckSumDownload/subtest2 (0.12s) --- PASS: TestCheckSumDownload/subtest3 (0.17s) --- PASS: TestCheckSumDownload/subtest4 (30.13s) --- PASS: TestCheckSumDownload/subtest5 (0.15s) --- PASS: TestCheckSumDownload/subtest6 (0.13s) --- PASS: TestCheckSumDownload/subtest7 (0.13s) === RUN TestApplyTransforms run.go:180: Remote "pixeldrain root 'rclone-test-sagopeq5suje'", Local "Local file system at /tmp/rclone872805499", Modify Window "1ms" upper checkfile vs. lower remote (without normalization) 2025/06/06 06:21:45 ERROR : hello, world!: sum not found 2025/06/06 06:21:45 ERROR : HELLO, WORLD!: file not in pixeldrain root 'rclone-test-sagopeq5suje' 2025/06/06 06:21:45 NOTICE: pixeldrain root 'rclone-test-sagopeq5suje': 1 files missing 2025/06/06 06:21:45 NOTICE: 1 hashes missing 2025/06/06 06:21:45 NOTICE: pixeldrain root 'rclone-test-sagopeq5suje': 2 differences found 2025/06/06 06:21:45 NOTICE: pixeldrain root 'rclone-test-sagopeq5suje': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/06/06 06:21:45 NOTICE: pixeldrain root 'rclone-test-sagopeq5suje': 0 differences found 2025/06/06 06:21:45 NOTICE: pixeldrain root 'rclone-test-sagopeq5suje': 1 matching files run.go:180: Remote "pixeldrain root 'rclone-test-govudiv5visi'", Local "Local file system at /tmp/rclone2494097341", Modify Window "1ms" lower checkfile vs. upper remote (without normalization) 2025/06/06 06:21:46 ERROR : HELLO, WORLD!: sum not found 2025/06/06 06:21:46 ERROR : hello, world!: file not in pixeldrain root 'rclone-test-govudiv5visi' 2025/06/06 06:21:46 NOTICE: pixeldrain root 'rclone-test-govudiv5visi': 1 files missing 2025/06/06 06:21:46 NOTICE: 1 hashes missing 2025/06/06 06:21:46 NOTICE: pixeldrain root 'rclone-test-govudiv5visi': 2 differences found 2025/06/06 06:21:46 NOTICE: pixeldrain root 'rclone-test-govudiv5visi': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/06/06 06:21:46 NOTICE: pixeldrain root 'rclone-test-govudiv5visi': 0 differences found 2025/06/06 06:21:46 NOTICE: pixeldrain root 'rclone-test-govudiv5visi': 1 matching files run.go:180: Remote "pixeldrain root 'rclone-test-lafewan7buma'", Local "Local file system at /tmp/rclone648833064", Modify Window "1ms" lower checkfile vs. upperlowermixed remote (without normalization) 2025/06/06 06:21:47 ERROR : HeLlO, wOrLd!: sum not found 2025/06/06 06:21:47 ERROR : hello, world!: file not in pixeldrain root 'rclone-test-lafewan7buma' 2025/06/06 06:21:47 NOTICE: pixeldrain root 'rclone-test-lafewan7buma': 1 files missing 2025/06/06 06:21:47 NOTICE: 1 hashes missing 2025/06/06 06:21:47 NOTICE: pixeldrain root 'rclone-test-lafewan7buma': 2 differences found 2025/06/06 06:21:47 NOTICE: pixeldrain root 'rclone-test-lafewan7buma': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/06/06 06:21:47 NOTICE: pixeldrain root 'rclone-test-lafewan7buma': 0 differences found 2025/06/06 06:21:47 NOTICE: pixeldrain root 'rclone-test-lafewan7buma': 1 matching files run.go:180: Remote "pixeldrain root 'rclone-test-gemowuh0kema'", Local "Local file system at /tmp/rclone2949648763", Modify Window "1ms" upperlowermixed checkfile vs. upper remote (without normalization) 2025/06/06 06:21:48 ERROR : HELLO, WORLD!: sum not found 2025/06/06 06:21:48 ERROR : HeLlO, wOrLd!: file not in pixeldrain root 'rclone-test-gemowuh0kema' 2025/06/06 06:21:48 NOTICE: pixeldrain root 'rclone-test-gemowuh0kema': 1 files missing 2025/06/06 06:21:48 NOTICE: 1 hashes missing 2025/06/06 06:21:48 NOTICE: pixeldrain root 'rclone-test-gemowuh0kema': 2 differences found 2025/06/06 06:21:48 NOTICE: pixeldrain root 'rclone-test-gemowuh0kema': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/06/06 06:21:48 NOTICE: pixeldrain root 'rclone-test-gemowuh0kema': 0 differences found 2025/06/06 06:21:48 NOTICE: pixeldrain root 'rclone-test-gemowuh0kema': 1 matching files run.go:180: Remote "pixeldrain root 'rclone-test-jefudaz9hari'", Local "Local file system at /tmp/rclone3569932689", Modify Window "1ms" NFD checkfile vs. NFC remote (without normalization) 2025/06/06 06:22:19 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/06 06:22:19 ERROR : 測試_Русский___ě_áñ: file not in pixeldrain root 'rclone-test-jefudaz9hari' 2025/06/06 06:22:19 NOTICE: pixeldrain root 'rclone-test-jefudaz9hari': 1 files missing 2025/06/06 06:22:19 NOTICE: 1 hashes missing 2025/06/06 06:22:19 NOTICE: pixeldrain root 'rclone-test-jefudaz9hari': 2 differences found 2025/06/06 06:22:19 NOTICE: pixeldrain root 'rclone-test-jefudaz9hari': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/06/06 06:22:19 NOTICE: pixeldrain root 'rclone-test-jefudaz9hari': 0 differences found 2025/06/06 06:22:19 NOTICE: pixeldrain root 'rclone-test-jefudaz9hari': 1 matching files run.go:180: Remote "pixeldrain root 'rclone-test-tiyumac0tidi'", Local "Local file system at /tmp/rclone736129800", Modify Window "1ms" NFC checkfile vs. NFD remote (without normalization) 2025/06/06 06:22:20 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/06 06:22:20 ERROR : 測試_Русский___ě_áñ: file not in pixeldrain root 'rclone-test-tiyumac0tidi' 2025/06/06 06:22:20 NOTICE: pixeldrain root 'rclone-test-tiyumac0tidi': 1 files missing 2025/06/06 06:22:20 NOTICE: 1 hashes missing 2025/06/06 06:22:20 NOTICE: pixeldrain root 'rclone-test-tiyumac0tidi': 2 differences found 2025/06/06 06:22:20 NOTICE: pixeldrain root 'rclone-test-tiyumac0tidi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/06/06 06:22:20 NOTICE: pixeldrain root 'rclone-test-tiyumac0tidi': 0 differences found 2025/06/06 06:22:20 NOTICE: pixeldrain root 'rclone-test-tiyumac0tidi': 1 matching files run.go:180: Remote "pixeldrain root 'rclone-test-remawok4neqi'", Local "Local file system at /tmp/rclone1049927469", Modify Window "1ms" NFDx2 checkfile vs. both remote (without normalization) 2025/06/06 06:22:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/06 06:22:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in pixeldrain root 'rclone-test-remawok4neqi' 2025/06/06 06:22:21 NOTICE: pixeldrain root 'rclone-test-remawok4neqi': 1 files missing 2025/06/06 06:22:21 NOTICE: 1 hashes missing 2025/06/06 06:22:21 NOTICE: pixeldrain root 'rclone-test-remawok4neqi': 2 differences found 2025/06/06 06:22:21 NOTICE: pixeldrain root 'rclone-test-remawok4neqi': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/06/06 06:22:21 NOTICE: pixeldrain root 'rclone-test-remawok4neqi': 0 differences found 2025/06/06 06:22:21 NOTICE: pixeldrain root 'rclone-test-remawok4neqi': 1 matching files run.go:180: Remote "pixeldrain root 'rclone-test-piluvoj7mugi'", Local "Local file system at /tmp/rclone2710193997", Modify Window "1ms" NFCx2 checkfile vs. both remote (without normalization) 2025/06/06 06:22:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/06 06:22:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in pixeldrain root 'rclone-test-piluvoj7mugi' 2025/06/06 06:22:21 NOTICE: pixeldrain root 'rclone-test-piluvoj7mugi': 1 files missing 2025/06/06 06:22:21 NOTICE: 1 hashes missing 2025/06/06 06:22:21 NOTICE: pixeldrain root 'rclone-test-piluvoj7mugi': 2 differences found 2025/06/06 06:22:21 NOTICE: pixeldrain root 'rclone-test-piluvoj7mugi': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/06/06 06:22:21 NOTICE: pixeldrain root 'rclone-test-piluvoj7mugi': 0 differences found 2025/06/06 06:22:21 NOTICE: pixeldrain root 'rclone-test-piluvoj7mugi': 1 matching files run.go:180: Remote "pixeldrain root 'rclone-test-lakabuz6woko'", Local "Local file system at /tmp/rclone2787864040", Modify Window "1ms" both checkfile vs. NFDx2 remote (without normalization) 2025/06/06 06:22:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/06 06:22:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in pixeldrain root 'rclone-test-lakabuz6woko' 2025/06/06 06:22:52 NOTICE: pixeldrain root 'rclone-test-lakabuz6woko': 1 files missing 2025/06/06 06:22:52 NOTICE: 1 hashes missing 2025/06/06 06:22:52 NOTICE: pixeldrain root 'rclone-test-lakabuz6woko': 2 differences found 2025/06/06 06:22:52 NOTICE: pixeldrain root 'rclone-test-lakabuz6woko': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/06/06 06:22:52 NOTICE: pixeldrain root 'rclone-test-lakabuz6woko': 0 differences found 2025/06/06 06:22:52 NOTICE: pixeldrain root 'rclone-test-lakabuz6woko': 1 matching files run.go:180: Remote "pixeldrain root 'rclone-test-jadipeb6fehe'", Local "Local file system at /tmp/rclone1753287495", Modify Window "1ms" both checkfile vs. NFCx2 remote (without normalization) 2025/06/06 06:25:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/06 06:25:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in pixeldrain root 'rclone-test-jadipeb6fehe' 2025/06/06 06:25:03 NOTICE: pixeldrain root 'rclone-test-jadipeb6fehe': 1 files missing 2025/06/06 06:25:03 NOTICE: 1 hashes missing 2025/06/06 06:25:03 NOTICE: pixeldrain root 'rclone-test-jadipeb6fehe': 2 differences found 2025/06/06 06:25:03 NOTICE: pixeldrain root 'rclone-test-jadipeb6fehe': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/06/06 06:26:32 NOTICE: pixeldrain root 'rclone-test-jadipeb6fehe': 0 differences found 2025/06/06 06:26:32 NOTICE: pixeldrain root 'rclone-test-jadipeb6fehe': 1 matching files --- PASS: TestApplyTransforms (348.39s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" --- PASS: TestCopyFile (41.32s) === RUN TestCopyLongFile run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", 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-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" --- PASS: TestCopyFileBackupDir (53.69s) === RUN TestCopyFileCompareDest run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" --- PASS: TestCopyFileCompareDest (152.65s) === RUN TestCopyFileCopyDest run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", 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-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", 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-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", 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-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" 2025/06/06 06:31:52 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: failed to put object: Put "https://pixeldrain.com/api/filesystem/me/rclone-test-fohoqok6juba/TestCopyFileMaxTransfer/file2?make_parents=true&modified=2011-12-25T12%3A59%3A59.123456789Z": max transfer limit reached as set by --max-transfer --- PASS: TestCopyFileMaxTransfer (43.63s) === RUN TestDeduplicateInteractive run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", 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-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", 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-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", 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-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", 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-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", 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-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:159 Error: Should be true Test: TestDeduplicateNewestByHash Messages: listing wrong, want also/one (100), another (100), not-one (5), one (100) got also/one (0), another (100), not-one (5), one (100) fstest.go:137: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:137 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:143 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:159 Error: Should be true Test: TestDeduplicateNewestByHash Messages: pixeldrain root 'rclone-test-fohoqok6juba'/also/one: sha256 hash incorrect - expecting "243e59e7e41ffdef4c4c0a2f751a74c7d224b82dffbab6dc40166a40adcdf48b" got "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" fstest.go:144: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:144 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:159 Error: Not equal: expected: 100 actual : 0 Test: TestDeduplicateNewestByHash Messages: also/one: size incorrect file=100 vs obj=0 2025/06/06 06:37:54 NOTICE: 243e59e7e41ffdef4c4c0a2f751a74c7d224b82dffbab6dc40166a40adcdf48b: Found 2 files with duplicate sha256 hashes 2025/06/06 06:37:54 NOTICE: 243e59e7e41ffdef4c4c0a2f751a74c7d224b82dffbab6dc40166a40adcdf48b: Deleted 1 extra copies fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:164 Error: Should be true Test: TestDeduplicateNewestByHash Messages: listing wrong, want another (100), not-one (5) got also/one (0), another (100), not-one (5) fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:164 Error: Should be true Test: TestDeduplicateNewestByHash Messages: Unexpected file "also/one" --- FAIL: TestDeduplicateNewestByHash (402.71s) === RUN TestDeduplicateOldest run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", 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-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", 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-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", 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-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", 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-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", 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-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" --- PASS: TestListDirSorted (14.80s) === RUN TestListDirSortedFn run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" --- PASS: TestListDirSortedFn (4.11s) === RUN TestListJSON run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/06/06 06:39:28 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata --- PASS: TestListJSON (1.45s) --- PASS: TestListJSON/Default (0.03s) --- PASS: TestListJSON/FilesOnly (0.03s) --- PASS: TestListJSON/DirsOnly (0.03s) --- PASS: TestListJSON/Recurse (0.06s) --- PASS: TestListJSON/SubDir (0.03s) --- PASS: TestListJSON/NoModTime (0.03s) --- PASS: TestListJSON/NoMimeType (0.03s) --- PASS: TestListJSON/ShowHash (0.03s) --- PASS: TestListJSON/HashTypes (0.03s) --- PASS: TestListJSON/Metadata (0.03s) === RUN TestStatJSON run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound --- PASS: TestStatJSON (3.89s) --- PASS: TestStatJSON/Root (0.03s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.03s) --- PASS: TestStatJSON/Dir (0.06s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.03s) --- PASS: TestStatJSON/File (0.03s) --- PASS: TestStatJSON/NotFound (0.34s) --- PASS: TestStatJSON/DirFilesOnly (0.03s) --- PASS: TestStatJSON/FileFilesOnly (0.03s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.44s) --- PASS: TestStatJSON/DirDirsOnly (0.03s) --- PASS: TestStatJSON/FileDirsOnly (0.03s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.03s) --- PASS: TestStatJSON/RootNotFound (0.57s) === RUN TestMkdir run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" --- PASS: TestMkdir (0.15s) === RUN TestLsd run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" --- PASS: TestLsd (1.22s) === RUN TestLs run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" --- PASS: TestLs (0.72s) === RUN TestLsWithFilesFrom run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" --- PASS: TestLsWithFilesFrom (1.02s) === RUN TestLsLong run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" --- PASS: TestLsLong (1.31s) === RUN TestHashSums run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" --- PASS: TestHashSums (0.88s) === RUN TestHashSumsWithErrors 2025/06/06 06:39:37 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" --- PASS: TestCount (3.51s) === RUN TestDelete run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" --- PASS: TestDelete (1.16s) === RUN TestMaxDelete run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" 2025/06/06 06:39:44 ERROR : small: Got fatal error on delete: --max-delete threshold reached --- PASS: TestMaxDelete (1.99s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" 2025/06/06 06:39:45 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached --- PASS: TestMaxDeleteSizeLargeFile (0.96s) === RUN TestMaxDeleteSize run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" 2025/06/06 06:39:47 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached --- PASS: TestMaxDeleteSize (2.33s) === RUN TestReadFile run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" --- PASS: TestReadFile (1.13s) === RUN TestRetry --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" --- PASS: TestCat (1.24s) === RUN TestPurge run.go:180: Remote "pixeldrain root 'rclone-test-jajepes5qayo'", Local "Local file system at /tmp/rclone2715770057", Modify Window "1ms" 2025/06/06 06:42:54 ERROR : error listing: directory not found 2025/06/06 06:42:54 NOTICE: purge failed: directory not found --- PASS: TestPurge (184.22s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" 2025/06/06 06:42:59 ERROR : error listing: directory not found 2025/06/06 06:42:59 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (4.81s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" operations_test.go:747: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:747 Error: Received unexpected error: internal Test: TestRmdirsLeaveRoot --- FAIL: TestRmdirsLeaveRoot (1064.13s) === RUN TestRmdirsWithFilter run.go:180: Remote "pixeldrain root 'rclone-test-fohoqok6juba'", Local "Local file system at /tmp/rclone2675360809", Modify Window "1ms" panic: test timed out after 1h0m0s running tests: TestRmdirsWithFilter (15m19s) goroutine 5010 [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, 17 minutes]: testing.(*T).Run(0xc0001e69c0, {0x261e97f?, 0x0?}, 0x27471f0) /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(0xc0001e69c0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2168 +0x37 testing.tRunner(0xc0001e69c0, 0xc000a11c18) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 testing.runTests(0xc0004cc810, {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(0xc0008e0820) /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(0xc0008e0820) /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 633 [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 623 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 26 [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 27 [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 64 [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 54 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 377 [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 287 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 700 [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 690 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 4743 [IO wait]: internal/poll.runtime_pollWait(0x7f404848ff40, 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(0xc00096d000?, 0xc0000e5000?, 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(0xc00096d000, {0xc0000e5000, 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(0xc00096d000, {0xc0000e5000?, 0xc0000e5000?, 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(0xc0001cacc0, {0xc0000e5000?, 0x3d0b4a0?, 0xc0009219d0?}) /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(0xc000baa390, {0xc0000e5000?, 0x18?, 0xc000921998?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc0001b0df8, {0xc0000e5000?, 0x0?, 0xc0001b0df8?}) /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(0xc0004cbeb8, {0x2a00220, 0xc0001b0df8}) /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(0xc0004cbc08, {0x7f404822c598, 0xc000baa390}, 0xc000921a40?) /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(0xc0004cbc08, 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(0xc0004cbc08, {0xc0009cb000, 0x1000, 0xc00008fa08?}) /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(0xc0004c8000, {0xc0009cb000?, 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(0xc0009cdd40) /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(0xc0009cdd40, 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(0xc0004c8000) /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 4608 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 957 [chan receive (nil chan), 58 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 947 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 667 [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 641 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 930 [chan receive (nil chan), 58 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 1817 [chan receive, 53 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 1324 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 214 [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 204 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 329 [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 319 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 804 [chan receive (nil chan), 58 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 794 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 168 [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 158 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 268 [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 258 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1443 [chan receive, 54 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 1324 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 354 [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 344 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1518 [chan receive, 54 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 1324 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 416 [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 407 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 462 [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 452 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 844 [chan receive (nil chan), 58 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 834 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 530 [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 488 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 566 [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 540 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 509 [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 499 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 974 [chan receive (nil chan), 58 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 964 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 876 [chan receive (nil chan), 58 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 866 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 761 [chan receive (nil chan), 58 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 751 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 4957 [select]: net/http.(*persistConn).roundTrip(0xc0004c8000, 0xc0001420a0) /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(0xc000002000, 0xc00048e500) /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(0xc0000d9e30, 0xc00048e500) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc00048e500, {0x29ffa20, 0xc0000d9e30}, {0xc000117201?, 0x41790b?, 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(0xc00012b6b0, 0xc00048e500, {0x4?, 0xc0001172f8?, 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(0xc00012b6b0, 0xc00048e500) /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(0xc000516be0, {0x2a260a0, 0xc0008ee750}, 0xc0001177d0) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:353 +0xd67 github.com/rclone/rclone/lib/rest.(*Client).callCodec(0xc000516be0, {0x2a260a0, 0xc0008ee750}, 0xc0004841a0?, {0x0?, 0x0?}, {0x0, 0x0}, 0xc0007186e0?, 0x2748438, ...) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:550 +0x3f2 github.com/rclone/rclone/lib/rest.(*Client).CallJSON(0x23ede60?, {0x2a260a0?, 0xc0008ee750?}, 0x6?, {0x0?, 0x0?}, {0x0?, 0x0?}) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:493 +0x67 github.com/rclone/rclone/backend/pixeldrain.(*Fs).Mkdir.(*Fs).mkdir.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/pixeldrain/api_client.go:304 +0x165 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(0xc0000b65a0, 0xc0008ef050, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc0000b65a0, 0xc0008ef050) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/pixeldrain.(*Fs).mkdir(...) /home/rclone/go/src/github.com/rclone/rclone/backend/pixeldrain/api_client.go:303 github.com/rclone/rclone/backend/pixeldrain.(*Fs).Mkdir(0xc0003c4900, {0x2a260a0, 0xc0008ee750}, {0x25efe21, 0x5}) /home/rclone/go/src/github.com/rclone/rclone/backend/pixeldrain/pixeldrain.go:256 +0xaf github.com/rclone/rclone/fs/operations.Mkdir({0x2a260a0, 0xc0008ee750}, {0x2a3c250, 0xc0003c4900}, {0x25efe21, 0x5}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1042 +0x109 github.com/rclone/rclone/fs/operations_test.TestRmdirsWithFilter(0xc0001e6000) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:786 +0x1ff testing.tRunner(0xc0001e6000, 0x27471f0) /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 1764 [chan receive, 53 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 1324 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 4744 [select]: net/http.(*persistConn).writeLoop(0xc0004c8000) /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 4608 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 1325 [chan receive, 56 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 1324 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1384 [chan receive, 56 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 1324 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1553 [chan receive, 54 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 1324 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1624 [chan receive, 54 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 1324 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1889 [chan receive, 53 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 1324 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1696 [chan receive, 53 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 1324 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 4448 [chan receive, 36 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 4447 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 "./operations.test -test.v -test.timeout 1h0m0s -remote TestPixeldrain: -verbose" - Finished ERROR in 1h0m30.429386891s (try 2/5): exit status 2: Failed [TestDeduplicateNewestByHash TestRmdirsLeaveRoot]