"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 1/5) 2025/04/06 01:47:26 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-cacetig7zozu" 2025/04/06 01:47:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/06 01:47:27 DEBUG : Swift container rclone-test-cacetig7zozu.json: Auto set use_segments_container to true 2025/04/06 01:47:27 DEBUG : Swift container rclone-test-cacetig7zozu: Auto set use_segments_container to true 2025/04/06 01:47:27 DEBUG : Creating backend with remote "/tmp/rclone1744628856" === 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 "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.24s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.06s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/04/06 01:47:27 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/06 01:47:27 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/06 01:47:27 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/04/06 01:47:27 DEBUG : potato: Seek from 10 to 0 2025/04/06 01:47:27 DEBUG : potato: Seek from 10 to 0 2025/04/06 01:47:27 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/04/06 01:47:27 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/06 01:47:27 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/06 01:47:27 DEBUG : potato: Seek from 5 to 2 2025/04/06 01:47:27 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/04/06 01:47:27 DEBUG : potato: Seek from 7 to 0 2025/04/06 01:47:27 DEBUG : potato: Seek from 7 to 0 2025/04/06 01:47:27 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/04/06 01:47:27 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/06 01:47:27 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/06 01:47:27 DEBUG : potato: Seek from 5 to 2 2025/04/06 01:47:27 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/04/06 01:47:27 DEBUG : potato: Seek from 8 to 0 2025/04/06 01:47:27 DEBUG : potato: Seek from 8 to 0 2025/04/06 01:47:27 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/04/06 01:47:27 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/06 01:47:27 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/06 01:47:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/06 01:47:27 DEBUG : potato: Seek from 5 to 2 2025/04/06 01:47:27 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/04/06 01:47:27 DEBUG : potato: Seek from 9 to 0 2025/04/06 01:47:27 DEBUG : potato: Seek from 9 to 0 2025/04/06 01:47:27 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/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 "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" 2025/04/06 01:47:28 INFO : Swift container rclone-test-cacetig7zozu: Container "rclone-test-cacetig7zozu" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (63.94s) --- PASS: TestCheck/1 (0.33s) --- PASS: TestCheck/2 (0.24s) --- PASS: TestCheck/3 (0.20s) --- PASS: TestCheck/4 (5.24s) --- PASS: TestCheck/5 (5.14s) --- PASS: TestCheck/6 (0.19s) --- PASS: TestCheck/7 (0.16s) === RUN TestCheckFsError 2025/04/06 01:48:31 DEBUG : Creating backend with remote "nonexistent" 2025/04/06 01:48:31 DEBUG : Creating backend with remote "nonexistent" 2025/04/06 01:48:31 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/04/06 01:48:31 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/04/06 01:48:31 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/04/06 01:48:31 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 "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 === RUN TestCheckDownload/3 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (87.27s) --- PASS: TestCheckDownload/1 (0.19s) --- PASS: TestCheckDownload/2 (5.21s) --- PASS: TestCheckDownload/3 (0.35s) --- PASS: TestCheckDownload/4 (5.26s) --- PASS: TestCheckDownload/5 (5.21s) --- PASS: TestCheckDownload/6 (5.23s) --- PASS: TestCheckDownload/7 (5.33s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 === RUN TestCheckSizeOnly/3 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (55.52s) --- PASS: TestCheckSizeOnly/1 (0.05s) --- PASS: TestCheckSizeOnly/2 (0.10s) --- PASS: TestCheckSizeOnly/3 (0.11s) --- PASS: TestCheckSizeOnly/4 (0.05s) --- PASS: TestCheckSizeOnly/5 (0.09s) --- PASS: TestCheckSizeOnly/6 (0.05s) --- PASS: TestCheckSizeOnly/7 (0.05s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" 2025/04/06 01:51:10 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/06 01:51:10 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/06 01:51:10 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/06 01:51:10 NOTICE: test.sum: 2 warning(s) suppressed... 2025/04/06 01:51:41 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/06 01:51:41 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/06 01:51:41 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/06 01:51:41 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (61.99s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" 2025/04/06 01:51:56 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-cacetig7zozu/data" 2025/04/06 01:51:56 DEBUG : Config file has changed externally - reloading 2025/04/06 01:51:57 DEBUG : Swift container rclone-test-cacetig7zozu path data.json: Auto set use_segments_container to true 2025/04/06 01:52:03 DEBUG : Swift container rclone-test-cacetig7zozu path data: Auto set use_segments_container to true === RUN TestCheckSum/subtest1 === RUN TestCheckSum/subtest2 === RUN TestCheckSum/subtest3 === RUN TestCheckSum/subtest4 === RUN TestCheckSum/subtest5 === RUN TestCheckSum/subtest6 === RUN TestCheckSum/subtest7 --- PASS: TestCheckSum (385.73s) --- PASS: TestCheckSum/subtest1 (10.53s) --- PASS: TestCheckSum/subtest2 (5.33s) --- PASS: TestCheckSum/subtest3 (10.42s) --- PASS: TestCheckSum/subtest4 (0.50s) --- PASS: TestCheckSum/subtest5 (15.43s) --- PASS: TestCheckSum/subtest6 (20.43s) --- PASS: TestCheckSum/subtest7 (25.62s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" 2025/04/06 01:58:22 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-cacetig7zozu/data" 2025/04/06 01:58:22 DEBUG : Swift container rclone-test-cacetig7zozu path data.json: Auto set use_segments_container to true 2025/04/06 01:58:28 DEBUG : Swift container rclone-test-cacetig7zozu path data: Auto set use_segments_container to true === RUN TestCheckSumDownload/subtest1 === RUN TestCheckSumDownload/subtest2 === RUN TestCheckSumDownload/subtest3 === RUN TestCheckSumDownload/subtest4 === RUN TestCheckSumDownload/subtest5 === RUN TestCheckSumDownload/subtest6 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (409.38s) --- PASS: TestCheckSumDownload/subtest1 (10.49s) --- PASS: TestCheckSumDownload/subtest2 (10.53s) --- PASS: TestCheckSumDownload/subtest3 (15.61s) --- PASS: TestCheckSumDownload/subtest4 (20.40s) --- PASS: TestCheckSumDownload/subtest5 (15.40s) --- PASS: TestCheckSumDownload/subtest6 (20.48s) --- PASS: TestCheckSumDownload/subtest7 (10.67s) === RUN TestApplyTransforms 2025/04/06 02:05:11 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-bumukot3fano" 2025/04/06 02:05:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/06 02:05:12 DEBUG : Swift container rclone-test-bumukot3fano.json: Auto set use_segments_container to true 2025/04/06 02:05:12 DEBUG : Swift container rclone-test-bumukot3fano: Auto set use_segments_container to true 2025/04/06 02:05:12 DEBUG : Creating backend with remote "/tmp/rclone2862909435" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-bumukot3fano", Local "Local file system at /tmp/rclone2862909435", Modify Window "1ns" 2025/04/06 02:05:13 INFO : Swift container rclone-test-bumukot3fano: Container "rclone-test-bumukot3fano" created upper checkfile vs. lower remote (without normalization) 2025/04/06 02:05:19 ERROR : hello, world!: sum not found 2025/04/06 02:05:19 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-bumukot3fano 2025/04/06 02:05:19 NOTICE: Compressed: TestCompressSwift:rclone-test-bumukot3fano: 1 files missing 2025/04/06 02:05:19 NOTICE: 1 hashes missing 2025/04/06 02:05:19 NOTICE: Compressed: TestCompressSwift:rclone-test-bumukot3fano: 2 differences found 2025/04/06 02:05:19 NOTICE: Compressed: TestCompressSwift:rclone-test-bumukot3fano: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/04/06 02:05:20 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/06 02:05:20 NOTICE: Compressed: TestCompressSwift:rclone-test-bumukot3fano: 0 differences found 2025/04/06 02:05:20 NOTICE: Compressed: TestCompressSwift:rclone-test-bumukot3fano: 1 matching files 2025/04/06 02:05:20 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-fiziqiy6tome" 2025/04/06 02:05:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/06 02:05:20 DEBUG : Swift container rclone-test-fiziqiy6tome.json: Auto set use_segments_container to true 2025/04/06 02:05:21 DEBUG : Swift container rclone-test-fiziqiy6tome: Auto set use_segments_container to true 2025/04/06 02:05:21 DEBUG : Creating backend with remote "/tmp/rclone2035991111" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fiziqiy6tome", Local "Local file system at /tmp/rclone2035991111", Modify Window "1ns" 2025/04/06 02:05:21 INFO : Swift container rclone-test-fiziqiy6tome: Container "rclone-test-fiziqiy6tome" created lower checkfile vs. upper remote (without normalization) 2025/04/06 02:05:33 ERROR : HELLO, WORLD!: sum not found 2025/04/06 02:05:33 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-fiziqiy6tome 2025/04/06 02:05:33 NOTICE: Compressed: TestCompressSwift:rclone-test-fiziqiy6tome: 1 files missing 2025/04/06 02:05:33 NOTICE: 1 hashes missing 2025/04/06 02:05:33 NOTICE: Compressed: TestCompressSwift:rclone-test-fiziqiy6tome: 2 differences found 2025/04/06 02:05:33 NOTICE: Compressed: TestCompressSwift:rclone-test-fiziqiy6tome: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/04/06 02:05:33 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/06 02:05:33 NOTICE: Compressed: TestCompressSwift:rclone-test-fiziqiy6tome: 0 differences found 2025/04/06 02:05:33 NOTICE: Compressed: TestCompressSwift:rclone-test-fiziqiy6tome: 1 matching files 2025/04/06 02:05:33 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-giruret8yule" 2025/04/06 02:05:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/06 02:05:33 DEBUG : Swift container rclone-test-giruret8yule.json: Auto set use_segments_container to true 2025/04/06 02:05:34 DEBUG : Swift container rclone-test-giruret8yule: Auto set use_segments_container to true 2025/04/06 02:05:34 DEBUG : Creating backend with remote "/tmp/rclone1218015127" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-giruret8yule", Local "Local file system at /tmp/rclone1218015127", Modify Window "1ns" 2025/04/06 02:05:34 INFO : Swift container rclone-test-giruret8yule: Container "rclone-test-giruret8yule" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/04/06 02:05:45 ERROR : HeLlO, wOrLd!: sum not found 2025/04/06 02:05:45 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-giruret8yule 2025/04/06 02:05:45 NOTICE: Compressed: TestCompressSwift:rclone-test-giruret8yule: 1 files missing 2025/04/06 02:05:45 NOTICE: 1 hashes missing 2025/04/06 02:05:45 NOTICE: Compressed: TestCompressSwift:rclone-test-giruret8yule: 2 differences found 2025/04/06 02:05:45 NOTICE: Compressed: TestCompressSwift:rclone-test-giruret8yule: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/04/06 02:05:46 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/06 02:05:46 NOTICE: Compressed: TestCompressSwift:rclone-test-giruret8yule: 0 differences found 2025/04/06 02:05:46 NOTICE: Compressed: TestCompressSwift:rclone-test-giruret8yule: 1 matching files 2025/04/06 02:05:46 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-lagidej0kabi" 2025/04/06 02:05:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/06 02:05:46 DEBUG : Swift container rclone-test-lagidej0kabi.json: Auto set use_segments_container to true 2025/04/06 02:05:47 DEBUG : Swift container rclone-test-lagidej0kabi: Auto set use_segments_container to true 2025/04/06 02:05:47 DEBUG : Creating backend with remote "/tmp/rclone2628902129" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-lagidej0kabi", Local "Local file system at /tmp/rclone2628902129", Modify Window "1ns" 2025/04/06 02:05:47 INFO : Swift container rclone-test-lagidej0kabi: Container "rclone-test-lagidej0kabi" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/04/06 02:05:58 ERROR : HELLO, WORLD!: sum not found 2025/04/06 02:05:58 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-lagidej0kabi 2025/04/06 02:05:58 NOTICE: Compressed: TestCompressSwift:rclone-test-lagidej0kabi: 1 files missing 2025/04/06 02:05:58 NOTICE: 1 hashes missing 2025/04/06 02:05:58 NOTICE: Compressed: TestCompressSwift:rclone-test-lagidej0kabi: 2 differences found 2025/04/06 02:05:58 NOTICE: Compressed: TestCompressSwift:rclone-test-lagidej0kabi: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/04/06 02:06:04 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/06 02:06:04 NOTICE: Compressed: TestCompressSwift:rclone-test-lagidej0kabi: 0 differences found 2025/04/06 02:06:04 NOTICE: Compressed: TestCompressSwift:rclone-test-lagidej0kabi: 1 matching files 2025/04/06 02:06:04 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-zafirah7kane" 2025/04/06 02:06:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/06 02:06:04 DEBUG : Swift container rclone-test-zafirah7kane.json: Auto set use_segments_container to true 2025/04/06 02:06:05 DEBUG : Swift container rclone-test-zafirah7kane: Auto set use_segments_container to true 2025/04/06 02:06:05 DEBUG : Creating backend with remote "/tmp/rclone2245156776" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-zafirah7kane", Local "Local file system at /tmp/rclone2245156776", Modify Window "1ns" 2025/04/06 02:06:05 INFO : Swift container rclone-test-zafirah7kane: Container "rclone-test-zafirah7kane" created NFD checkfile vs. NFC remote (without normalization) 2025/04/06 02:06:16 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/06 02:06:16 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-zafirah7kane 2025/04/06 02:06:16 NOTICE: Compressed: TestCompressSwift:rclone-test-zafirah7kane: 1 files missing 2025/04/06 02:06:16 NOTICE: 1 hashes missing 2025/04/06 02:06:16 NOTICE: Compressed: TestCompressSwift:rclone-test-zafirah7kane: 2 differences found 2025/04/06 02:06:16 NOTICE: Compressed: TestCompressSwift:rclone-test-zafirah7kane: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/04/06 02:06:17 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/06 02:06:17 NOTICE: Compressed: TestCompressSwift:rclone-test-zafirah7kane: 0 differences found 2025/04/06 02:06:17 NOTICE: Compressed: TestCompressSwift:rclone-test-zafirah7kane: 1 matching files 2025/04/06 02:06:17 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-mawanuv3lepa" 2025/04/06 02:06:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/06 02:06:17 DEBUG : Swift container rclone-test-mawanuv3lepa.json: Auto set use_segments_container to true 2025/04/06 02:06:18 DEBUG : Swift container rclone-test-mawanuv3lepa: Auto set use_segments_container to true 2025/04/06 02:06:18 DEBUG : Creating backend with remote "/tmp/rclone1375083998" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mawanuv3lepa", Local "Local file system at /tmp/rclone1375083998", Modify Window "1ns" 2025/04/06 02:06:18 INFO : Swift container rclone-test-mawanuv3lepa: Container "rclone-test-mawanuv3lepa" created NFC checkfile vs. NFD remote (without normalization) 2025/04/06 02:06:34 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/06 02:06:34 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-mawanuv3lepa 2025/04/06 02:06:34 NOTICE: Compressed: TestCompressSwift:rclone-test-mawanuv3lepa: 1 files missing 2025/04/06 02:06:34 NOTICE: 1 hashes missing 2025/04/06 02:06:34 NOTICE: Compressed: TestCompressSwift:rclone-test-mawanuv3lepa: 2 differences found 2025/04/06 02:06:34 NOTICE: Compressed: TestCompressSwift:rclone-test-mawanuv3lepa: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/04/06 02:06:39 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/06 02:06:39 NOTICE: Compressed: TestCompressSwift:rclone-test-mawanuv3lepa: 0 differences found 2025/04/06 02:06:39 NOTICE: Compressed: TestCompressSwift:rclone-test-mawanuv3lepa: 1 matching files 2025/04/06 02:06:39 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-fahunid7helo" 2025/04/06 02:06:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/06 02:06:40 DEBUG : Swift container rclone-test-fahunid7helo.json: Auto set use_segments_container to true 2025/04/06 02:06:40 DEBUG : Swift container rclone-test-fahunid7helo: Auto set use_segments_container to true 2025/04/06 02:06:40 DEBUG : Creating backend with remote "/tmp/rclone4254906520" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fahunid7helo", Local "Local file system at /tmp/rclone4254906520", Modify Window "1ns" 2025/04/06 02:06:41 INFO : Swift container rclone-test-fahunid7helo: Container "rclone-test-fahunid7helo" created NFDx2 checkfile vs. both remote (without normalization) 2025/04/06 02:06:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/06 02:06:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-fahunid7helo 2025/04/06 02:06:52 NOTICE: Compressed: TestCompressSwift:rclone-test-fahunid7helo: 1 files missing 2025/04/06 02:06:52 NOTICE: 1 hashes missing 2025/04/06 02:06:52 NOTICE: Compressed: TestCompressSwift:rclone-test-fahunid7helo: 2 differences found 2025/04/06 02:06:52 NOTICE: Compressed: TestCompressSwift:rclone-test-fahunid7helo: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/04/06 02:06:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/06 02:06:52 NOTICE: Compressed: TestCompressSwift:rclone-test-fahunid7helo: 0 differences found 2025/04/06 02:06:52 NOTICE: Compressed: TestCompressSwift:rclone-test-fahunid7helo: 1 matching files 2025/04/06 02:06:52 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-bupomuw2weli" 2025/04/06 02:06:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/06 02:06:53 DEBUG : Swift container rclone-test-bupomuw2weli.json: Auto set use_segments_container to true 2025/04/06 02:06:53 DEBUG : Swift container rclone-test-bupomuw2weli: Auto set use_segments_container to true 2025/04/06 02:06:53 DEBUG : Creating backend with remote "/tmp/rclone431120059" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-bupomuw2weli", Local "Local file system at /tmp/rclone431120059", Modify Window "1ns" 2025/04/06 02:06:54 INFO : Swift container rclone-test-bupomuw2weli: Container "rclone-test-bupomuw2weli" created NFCx2 checkfile vs. both remote (without normalization) 2025/04/06 02:07:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/06 02:07:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-bupomuw2weli 2025/04/06 02:07:10 NOTICE: Compressed: TestCompressSwift:rclone-test-bupomuw2weli: 1 files missing 2025/04/06 02:07:10 NOTICE: 1 hashes missing 2025/04/06 02:07:10 NOTICE: Compressed: TestCompressSwift:rclone-test-bupomuw2weli: 2 differences found 2025/04/06 02:07:10 NOTICE: Compressed: TestCompressSwift:rclone-test-bupomuw2weli: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/04/06 02:07:10 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/06 02:07:10 NOTICE: Compressed: TestCompressSwift:rclone-test-bupomuw2weli: 0 differences found 2025/04/06 02:07:10 NOTICE: Compressed: TestCompressSwift:rclone-test-bupomuw2weli: 1 matching files 2025/04/06 02:07:10 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-sufodap2weye" 2025/04/06 02:07:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/06 02:07:11 DEBUG : Swift container rclone-test-sufodap2weye.json: Auto set use_segments_container to true 2025/04/06 02:07:11 DEBUG : Swift container rclone-test-sufodap2weye: Auto set use_segments_container to true 2025/04/06 02:07:11 DEBUG : Creating backend with remote "/tmp/rclone1789323548" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sufodap2weye", Local "Local file system at /tmp/rclone1789323548", Modify Window "1ns" 2025/04/06 02:07:12 INFO : Swift container rclone-test-sufodap2weye: Container "rclone-test-sufodap2weye" created both checkfile vs. NFDx2 remote (without normalization) 2025/04/06 02:07:22 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/06 02:07:22 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-sufodap2weye 2025/04/06 02:07:22 NOTICE: Compressed: TestCompressSwift:rclone-test-sufodap2weye: 1 files missing 2025/04/06 02:07:22 NOTICE: 1 hashes missing 2025/04/06 02:07:22 NOTICE: Compressed: TestCompressSwift:rclone-test-sufodap2weye: 2 differences found 2025/04/06 02:07:22 NOTICE: Compressed: TestCompressSwift:rclone-test-sufodap2weye: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/04/06 02:07:23 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/06 02:07:23 NOTICE: Compressed: TestCompressSwift:rclone-test-sufodap2weye: 0 differences found 2025/04/06 02:07:23 NOTICE: Compressed: TestCompressSwift:rclone-test-sufodap2weye: 1 matching files 2025/04/06 02:07:23 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-dedaped0zude" 2025/04/06 02:07:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/06 02:07:23 DEBUG : Swift container rclone-test-dedaped0zude.json: Auto set use_segments_container to true 2025/04/06 02:07:24 DEBUG : Swift container rclone-test-dedaped0zude: Auto set use_segments_container to true 2025/04/06 02:07:24 DEBUG : Creating backend with remote "/tmp/rclone3369854771" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-dedaped0zude", Local "Local file system at /tmp/rclone3369854771", Modify Window "1ns" 2025/04/06 02:07:24 INFO : Swift container rclone-test-dedaped0zude: Container "rclone-test-dedaped0zude" created both checkfile vs. NFCx2 remote (without normalization) 2025/04/06 02:07:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/06 02:07:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-dedaped0zude 2025/04/06 02:07:40 NOTICE: Compressed: TestCompressSwift:rclone-test-dedaped0zude: 1 files missing 2025/04/06 02:07:40 NOTICE: 1 hashes missing 2025/04/06 02:07:40 NOTICE: Compressed: TestCompressSwift:rclone-test-dedaped0zude: 2 differences found 2025/04/06 02:07:40 NOTICE: Compressed: TestCompressSwift:rclone-test-dedaped0zude: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/04/06 02:07:45 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/06 02:07:45 NOTICE: Compressed: TestCompressSwift:rclone-test-dedaped0zude: 0 differences found 2025/04/06 02:07:45 NOTICE: Compressed: TestCompressSwift:rclone-test-dedaped0zude: 1 matching files 2025/04/06 02:07:45 DEBUG : Compressed: TestCompressSwift:rclone-test-dedaped0zude: Purge remote 2025/04/06 02:07:45 DEBUG : Waiting for deletions to finish 2025/04/06 02:07:51 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/06 02:07:51 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/06 02:07:51 INFO : Swift container rclone-test-dedaped0zude: Container "rclone-test-dedaped0zude" removed 2025/04/06 02:07:51 DEBUG : Compressed: TestCompressSwift:rclone-test-sufodap2weye: Purge remote 2025/04/06 02:07:51 DEBUG : Waiting for deletions to finish 2025/04/06 02:07:51 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/06 02:08:01 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/06 02:08:01 INFO : Swift container rclone-test-sufodap2weye: Container "rclone-test-sufodap2weye" removed 2025/04/06 02:08:01 DEBUG : Compressed: TestCompressSwift:rclone-test-bupomuw2weli: Purge remote 2025/04/06 02:08:01 DEBUG : Waiting for deletions to finish 2025/04/06 02:08:07 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/06 02:08:07 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/06 02:08:07 INFO : Swift container rclone-test-bupomuw2weli: Container "rclone-test-bupomuw2weli" removed 2025/04/06 02:08:07 DEBUG : Compressed: TestCompressSwift:rclone-test-fahunid7helo: Purge remote 2025/04/06 02:08:07 DEBUG : Waiting for deletions to finish 2025/04/06 02:08:08 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/06 02:08:13 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/06 02:08:13 INFO : Swift container rclone-test-fahunid7helo: Container "rclone-test-fahunid7helo" removed 2025/04/06 02:08:13 DEBUG : Compressed: TestCompressSwift:rclone-test-mawanuv3lepa: Purge remote 2025/04/06 02:08:13 DEBUG : Waiting for deletions to finish 2025/04/06 02:08:18 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/04/06 02:08:18 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/04/06 02:08:18 INFO : Swift container rclone-test-mawanuv3lepa: Container "rclone-test-mawanuv3lepa" removed 2025/04/06 02:08:18 DEBUG : Compressed: TestCompressSwift:rclone-test-zafirah7kane: Purge remote 2025/04/06 02:08:18 DEBUG : Waiting for deletions to finish 2025/04/06 02:08:19 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/04/06 02:08:23 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/04/06 02:08:24 INFO : Swift container rclone-test-zafirah7kane: Container "rclone-test-zafirah7kane" removed 2025/04/06 02:08:24 DEBUG : Compressed: TestCompressSwift:rclone-test-lagidej0kabi: Purge remote 2025/04/06 02:08:24 DEBUG : Waiting for deletions to finish 2025/04/06 02:08:24 INFO : HELLO, WORLD!.json: Deleted 2025/04/06 02:08:34 INFO : HELLO, WORLD!.bin: Deleted 2025/04/06 02:08:34 INFO : Swift container rclone-test-lagidej0kabi: Container "rclone-test-lagidej0kabi" removed 2025/04/06 02:08:34 DEBUG : Compressed: TestCompressSwift:rclone-test-giruret8yule: Purge remote 2025/04/06 02:08:34 DEBUG : Waiting for deletions to finish 2025/04/06 02:08:34 INFO : HeLlO, wOrLd!.bin: Deleted 2025/04/06 02:08:44 INFO : HeLlO, wOrLd!.json: Deleted 2025/04/06 02:08:45 INFO : Swift container rclone-test-giruret8yule: Container "rclone-test-giruret8yule" removed 2025/04/06 02:08:45 DEBUG : Compressed: TestCompressSwift:rclone-test-fiziqiy6tome: Purge remote 2025/04/06 02:08:45 DEBUG : Waiting for deletions to finish 2025/04/06 02:08:45 INFO : HELLO, WORLD!.bin: Deleted 2025/04/06 02:08:55 INFO : HELLO, WORLD!.json: Deleted 2025/04/06 02:08:55 INFO : Swift container rclone-test-fiziqiy6tome: Container "rclone-test-fiziqiy6tome" removed 2025/04/06 02:08:55 DEBUG : Compressed: TestCompressSwift:rclone-test-bumukot3fano: Purge remote 2025/04/06 02:08:55 DEBUG : Waiting for deletions to finish 2025/04/06 02:08:55 INFO : hello, world!.json: Deleted 2025/04/06 02:08:55 INFO : hello, world!.bin: Deleted 2025/04/06 02:08:56 INFO : Swift container rclone-test-bumukot3fano: Container "rclone-test-bumukot3fano" removed --- PASS: TestApplyTransforms (224.50s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" 2025/04/06 02:09:01 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/06 02:09:17 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/06 02:09:17 INFO : file1: Copied (new) to: sub/file2 2025/04/06 02:09:27 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 02:09:27 DEBUG : file1: Unchanged skipping 2025/04/06 02:09:33 DEBUG : Compressed: TestCompressSwift:rclone-test-cacetig7zozu: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (57.47s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.13s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" 2025/04/06 02:10:20 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-cacetig7zozu/backup" 2025/04/06 02:10:20 DEBUG : Config file has changed externally - reloading 2025/04/06 02:10:20 DEBUG : Swift container rclone-test-cacetig7zozu path backup.json: Auto set use_segments_container to true 2025/04/06 02:10:26 DEBUG : Swift container rclone-test-cacetig7zozu path backup: Auto set use_segments_container to true 2025/04/06 02:10:32 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/06 02:11:03 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/04/06 02:11:03 INFO : dst/file1: Copied (server-side copy) 2025/04/06 02:11:08 INFO : dst/file1: Deleted 2025/04/06 02:11:19 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/06 02:11:19 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (111.34s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" 2025/04/06 02:11:45 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-cacetig7zozu/dst" 2025/04/06 02:11:45 DEBUG : Swift container rclone-test-cacetig7zozu path dst.json: Auto set use_segments_container to true 2025/04/06 02:11:51 DEBUG : Swift container rclone-test-cacetig7zozu path dst: Auto set use_segments_container to true 2025/04/06 02:12:02 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-cacetig7zozu/CompareDest" 2025/04/06 02:12:02 DEBUG : Swift container rclone-test-cacetig7zozu path CompareDest.json: Auto set use_segments_container to true 2025/04/06 02:12:08 DEBUG : Swift container rclone-test-cacetig7zozu path CompareDest: Auto set use_segments_container to true 2025/04/06 02:12:13 DEBUG : one: Need to transfer - File not found at Destination 2025/04/06 02:12:34 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/06 02:12:34 INFO : one: Copied (new) 2025/04/06 02:12:55 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/06 02:13:10 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/04/06 02:13:10 INFO : one: Copied (replaced existing) 2025/04/06 02:13:37 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/06 02:13:37 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 02:13:37 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/06 02:14:29 DEBUG : two: Need to transfer - File not found at Destination 2025/04/06 02:14:34 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 02:14:34 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/06 02:14:50 DEBUG : two: Need to transfer - File not found at Destination 2025/04/06 02:14:55 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 02:14:55 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/06 02:15:31 DEBUG : two: Need to transfer - File not found at Destination 2025/04/06 02:15:36 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/04/06 02:15:47 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/04/06 02:15:47 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (314.39s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" 2025/04/06 02:16:59 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-cacetig7zozu/dst" 2025/04/06 02:16:59 DEBUG : Config file has changed externally - reloading 2025/04/06 02:17:00 DEBUG : Swift container rclone-test-cacetig7zozu path dst.json: Auto set use_segments_container to true 2025/04/06 02:17:05 DEBUG : Swift container rclone-test-cacetig7zozu path dst: Auto set use_segments_container to true 2025/04/06 02:17:16 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-cacetig7zozu/CopyDest" 2025/04/06 02:17:16 DEBUG : Swift container rclone-test-cacetig7zozu path CopyDest.json: Auto set use_segments_container to true 2025/04/06 02:17:22 DEBUG : Swift container rclone-test-cacetig7zozu path CopyDest: Auto set use_segments_container to true 2025/04/06 02:17:27 DEBUG : one: Need to transfer - File not found at Destination 2025/04/06 02:17:48 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/06 02:17:48 INFO : one: Copied (new) 2025/04/06 02:17:59 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/06 02:18:14 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/04/06 02:18:14 INFO : one: Copied (replaced existing) 2025/04/06 02:18:51 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-cacetig7zozu/BackupDir" 2025/04/06 02:18:51 DEBUG : Swift container rclone-test-cacetig7zozu path BackupDir.json: Auto set use_segments_container to true 2025/04/06 02:18:57 DEBUG : Swift container rclone-test-cacetig7zozu path BackupDir: Auto set use_segments_container to true 2025/04/06 02:19:03 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/06 02:19:03 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 02:19:03 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/06 02:19:35 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/06 02:19:35 INFO : one: Copied (server-side copy) 2025/04/06 02:19:45 INFO : one: Deleted 2025/04/06 02:20:16 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/04/06 02:20:16 INFO : one: Copied (server-side copy) 2025/04/06 02:20:16 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/04/06 02:20:54 DEBUG : two: Need to transfer - File not found at Destination 2025/04/06 02:20:54 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 02:21:19 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/04/06 02:21:19 INFO : two: Copied (server-side copy) 2025/04/06 02:21:19 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/04/06 02:21:45 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 02:21:45 DEBUG : two: Unchanged skipping 2025/04/06 02:22:43 DEBUG : three: Need to transfer - File not found at Destination 2025/04/06 02:22:48 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/04/06 02:22:48 DEBUG : three: Destination not found in --copy-dest 2025/04/06 02:22:59 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/04/06 02:22:59 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (448.11s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.22s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.16s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" 2025/04/06 02:24:33 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/04/06 02:24:44 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/06 02:24:44 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/04/06 02:24:49 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/04/06 02:25:01 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/04/06 02:25:01 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy2.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-cacetig7zozu/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/04/06 02:25:06 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/04/06 02:25:11 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/04/06 02:25:27 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 701dbc9bedd8729bb002ef065696b1ce OK 2025/04/06 02:25:27 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (90.77s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.20s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.20s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.20s) === RUN TestDeduplicateFirst run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.20s) === RUN TestDeduplicateNewest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.20s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" 2025/04/06 02:26:39 INFO : Compressed: TestCompressSwift:rclone-test-cacetig7zozu: Looking for duplicate md5 hashes using newest mode. 2025/04/06 02:26:40 NOTICE: dac63e00f68ec6fc5568172a9e37ca89: Found 3 files with duplicate md5 hashes 2025/04/06 02:26:50 INFO : one: Deleted 2025/04/06 02:26:55 INFO : also/one: Deleted 2025/04/06 02:26:55 NOTICE: dac63e00f68ec6fc5568172a9e37ca89: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (67.57s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.15s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.19s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.29s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.10s) === RUN TestMergeDirs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.20s) === RUN TestListDirSorted run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" 2025/04/06 02:29:00 DEBUG : a.txt: Excluded (Size Filter) 2025/04/06 02:29:00 DEBUG : a.txt: Excluded 2025/04/06 02:29:00 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/06 02:29:00 DEBUG : sub dir/hello world: Excluded 2025/04/06 02:29:00 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/06 02:29:00 DEBUG : sub dir/hello world2: Excluded 2025/04/06 02:29:00 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/06 02:29:00 DEBUG : sub dir/hello world: Excluded 2025/04/06 02:29:00 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/06 02:29:00 DEBUG : sub dir/hello world2: Excluded 2025/04/06 02:29:15 DEBUG : sub dir/ignore dir: Excluded 2025/04/06 02:29:20 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (199.98s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" === 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 === RUN TestListJSON/Metadata --- PASS: TestListJSON (39.46s) --- PASS: TestListJSON/Default (0.39s) --- PASS: TestListJSON/FilesOnly (0.19s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (0.32s) --- PASS: TestListJSON/SubDir (0.19s) --- PASS: TestListJSON/NoModTime (0.16s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (0.18s) --- PASS: TestListJSON/HashTypes (0.18s) --- PASS: TestListJSON/Metadata (0.18s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/04/06 02:32:00 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-cacetig7zozu/notfound" 2025/04/06 02:32:00 DEBUG : Config file has changed externally - reloading 2025/04/06 02:32:01 DEBUG : Swift container rclone-test-cacetig7zozu path notfound.json: Auto set use_segments_container to true 2025/04/06 02:32:07 DEBUG : Swift container rclone-test-cacetig7zozu path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (75.62s) --- PASS: TestStatJSON/Root (0.05s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.10s) --- PASS: TestStatJSON/Dir (5.29s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.10s) --- PASS: TestStatJSON/File (0.15s) --- PASS: TestStatJSON/NotFound (5.37s) --- PASS: TestStatJSON/DirFilesOnly (5.06s) --- PASS: TestStatJSON/FileFilesOnly (0.15s) --- PASS: TestStatJSON/NotFoundFilesOnly (5.05s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.10s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (11.70s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" 2025/04/06 02:32:23 INFO : Compressed: TestCompressSwift:rclone-test-cacetig7zozu: Making directory 2025/04/06 02:32:23 INFO : Compressed: TestCompressSwift:rclone-test-cacetig7zozu: Making directory --- PASS: TestMkdir (0.23s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" --- PASS: TestLsd (21.19s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" --- PASS: TestLs (27.82s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" 2025/04/06 02:33:33 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/04/06 02:33:33 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (32.20s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" --- PASS: TestLsLong (28.43s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (25.33s) --- PASS: TestHashSums/Md5 (0.23s) --- PASS: TestHashSums/Md5Download (0.31s) === RUN TestHashSumsWithErrors 2025/04/06 02:34:38 DEBUG : Creating backend with remote ":memory:" 2025/04/06 02:34:38 DEBUG : Config file has changed externally - reloading 2025/04/06 02:34:38 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/04/06 02:34:38 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/06 02:34:38 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/06 02:34:38 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/06 02:34:38 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/06 02:34:38 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/06 02:34:38 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/06 02:34:38 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/04/06 02:34:38 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" --- PASS: TestCount (54.14s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" 2025/04/06 02:36:11 DEBUG : Waiting for deletions to finish 2025/04/06 02:36:11 DEBUG : large: Excluded (Size Filter) 2025/04/06 02:36:21 INFO : medium: Deleted 2025/04/06 02:36:21 INFO : small: Deleted --- PASS: TestDelete (50.07s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" 2025/04/06 02:37:04 DEBUG : Waiting for deletions to finish 2025/04/06 02:37:04 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/04/06 02:37:05 INFO : large: Deleted 2025/04/06 02:37:10 INFO : medium: Deleted --- PASS: TestMaxDelete (62.91s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" 2025/04/06 02:38:02 DEBUG : Waiting for deletions to finish 2025/04/06 02:38:02 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/04/06 02:38:12 INFO : medium: Deleted 2025/04/06 02:38:12 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (48.01s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" 2025/04/06 02:38:50 DEBUG : Waiting for deletions to finish 2025/04/06 02:38:50 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/04/06 02:38:51 INFO : large: Deleted 2025/04/06 02:39:01 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (58.04s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" --- PASS: TestReadFile (7.40s) === RUN TestRetry 2025/04/06 02:39:19 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/04/06 02:39:19 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/04/06 02:39:19 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/06 02:39:19 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/06 02:39:19 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/06 02:39:19 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/06 02:39:19 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" --- PASS: TestCat (54.58s) === RUN TestPurge 2025/04/06 02:40:13 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gudager3muwo" 2025/04/06 02:40:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/06 02:40:14 DEBUG : Swift container rclone-test-gudager3muwo.json: Auto set use_segments_container to true 2025/04/06 02:40:15 DEBUG : Swift container rclone-test-gudager3muwo: Auto set use_segments_container to true 2025/04/06 02:40:15 DEBUG : Creating backend with remote "/tmp/rclone3684805946" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gudager3muwo", Local "Local file system at /tmp/rclone3684805946", Modify Window "1ns" 2025/04/06 02:40:15 INFO : Swift container rclone-test-gudager3muwo: Container "rclone-test-gudager3muwo" created 2025/04/06 02:40:26 INFO : A2: Making directory 2025/04/06 02:40:26 INFO : A1/B2: Making directory 2025/04/06 02:40:26 INFO : A1/B2/C2: Making directory 2025/04/06 02:40:26 INFO : A1/B1/C3: Making directory 2025/04/06 02:40:26 INFO : A3: Making directory 2025/04/06 02:40:26 INFO : A3/B3: Making directory 2025/04/06 02:40:26 INFO : A3/B3/C4: Making directory fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A1/B1/C3" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" fstest.go:244: Filtering empty directory "A3/B3/C4" 2025/04/06 02:40:37 DEBUG : Waiting for deletions to finish 2025/04/06 02:40:38 INFO : A1/B1/C1/one.json: Deleted 2025/04/06 02:40:42 INFO : A1/B1/C1/one.bin: Deleted fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" fstest.go:244: Filtering empty directory "A3/B3/C4" 2025/04/06 02:40:47 DEBUG : Waiting for deletions to finish 2025/04/06 02:40:48 INFO : A1/two.json: Deleted 2025/04/06 02:40:53 INFO : A1/two.bin: Deleted 2025/04/06 02:40:53 INFO : Swift container rclone-test-gudager3muwo: Container "rclone-test-gudager3muwo" removed 2025/04/06 02:40:53 DEBUG : Compressed: TestCompressSwift:rclone-test-gudager3muwo: Purge remote 2025/04/06 02:40:53 DEBUG : Waiting for deletions to finish 2025/04/06 02:40:53 NOTICE: purge failed: directory not found --- PASS: TestPurge (39.68s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" 2025/04/06 02:41:09 INFO : A2: Making directory 2025/04/06 02:41:09 INFO : A1/B2: Making directory 2025/04/06 02:41:09 INFO : A1/B2/C2: Making directory 2025/04/06 02:41:09 INFO : A1/B1/C3: Making directory 2025/04/06 02:41:09 INFO : A3: Making directory 2025/04/06 02:41:09 INFO : A3/B3: Making directory 2025/04/06 02:41:09 INFO : A3/B3/C4: Making directory fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A1/B1/C3" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" fstest.go:244: Filtering empty directory "A3/B3/C4" 2025/04/06 02:41:36 DEBUG : removing 1 level 3 directories 2025/04/06 02:41:36 INFO : A3/B3/C4: Removing directory fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A1/B1/C3" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" 2025/04/06 02:42:18 DEBUG : removing 1 level 0 directories 2025/04/06 02:42:18 INFO : Compressed: TestCompressSwift:rclone-test-cacetig7zozu: Removing directory 2025/04/06 02:42:18 INFO : Swift container rclone-test-cacetig7zozu: Container "rclone-test-cacetig7zozu" removed --- PASS: TestRmdirsNoLeaveRoot (85.12s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" 2025/04/06 02:42:19 INFO : Swift container rclone-test-cacetig7zozu: Container "rclone-test-cacetig7zozu" created 2025/04/06 02:42:19 INFO : A1: Making directory 2025/04/06 02:42:19 INFO : A1/B1: Making directory 2025/04/06 02:42:19 INFO : A1/B1/C1: Making directory fstest.go:244: Filtering empty directory "A1" fstest.go:244: Filtering empty directory "A1/B1" fstest.go:244: Filtering empty directory "A1/B1/C1" fstest.go:244: Filtering empty directory "A1" --- PASS: TestRmdirsLeaveRoot (0.57s) === RUN TestRmdirsWithFilter run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" 2025/04/06 02:42:19 INFO : A1: Making directory 2025/04/06 02:42:19 INFO : A1/B1: Making directory 2025/04/06 02:42:19 INFO : A1/B1/C1: Making directory fstest.go:244: Filtering empty directory "A1" fstest.go:244: Filtering empty directory "A1/B1" fstest.go:244: Filtering empty directory "A1/B1/C1" fstest.go:244: Filtering empty directory "A1" --- PASS: TestRmdirsWithFilter (0.24s) === RUN TestCopyURL run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" 2025/04/06 02:42:25 DEBUG : filename.txt: File name found in url 2025/04/06 02:42:41 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (60.91s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" 2025/04/06 02:43:25 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/06 02:43:41 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/06 02:43:41 INFO : file1: Copied (new) to: sub/file2 2025/04/06 02:43:41 INFO : file1: Deleted 2025/04/06 02:43:51 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/06 02:43:51 DEBUG : file1: Unchanged skipping 2025/04/06 02:43:51 INFO : file1: Deleted 2025/04/06 02:43:51 DEBUG : Compressed: TestCompressSwift:rclone-test-cacetig7zozu: don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (52.09s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" 2025/04/06 02:44:17 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/06 02:44:22 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/06 02:44:22 INFO : file1: Copied (new) 2025/04/06 02:44:22 INFO : file1: Deleted 2025/04/06 02:44:23 DEBUG : file1: Destination exists, skipping 2025/04/06 02:44:23 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (11.52s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFile (0.10s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.28s) === RUN TestMoveFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" 2025/04/06 02:44:40 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-cacetig7zozu/backup" 2025/04/06 02:44:40 DEBUG : Config file has changed externally - reloading 2025/04/06 02:44:40 DEBUG : Swift container rclone-test-cacetig7zozu path backup.json: Auto set use_segments_container to true 2025/04/06 02:44:46 DEBUG : Swift container rclone-test-cacetig7zozu path backup: Auto set use_segments_container to true 2025/04/06 02:44:51 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/06 02:45:22 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/04/06 02:45:22 INFO : dst/file1: Copied (server-side copy) 2025/04/06 02:45:27 INFO : dst/file1: Deleted 2025/04/06 02:45:38 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/06 02:45:38 INFO : dst/file1: Copied (new) 2025/04/06 02:45:38 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (99.87s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cacetig7zozu", Local "Local file system at /tmp/rclone1744628856", Modify Window "1ns" 2025/04/06 02:46:59 INFO : A1/B2: Making directory 2025/04/06 02:46:59 INFO : A1/B1/C3: Making directory fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B1/C3" panic: test timed out after 1h0m0s running tests: TestDirMove (1m23s) goroutine 9511 [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, 1 minutes]: testing.(*T).Run(0xc0003c64e0, {0x25e6362?, 0x0?}, 0x27273f0) /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(0xc0003c64e0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2168 +0x37 testing.tRunner(0xc0003c64e0, 0xc0007cfc18) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 testing.runTests(0xc000b12540, {0x3d086c0, 0x6c, 0x6c}, {0x3d1d040?, 0x1?, 0x3d1d040?}) /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(0xc0001ce820) /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(0xc0001ce820) /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:263 +0xa9 goroutine 9 [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 10 [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 9337 [semacquire]: sync.runtime_Semacquire(0x0?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/sema.go:71 +0x25 sync.(*WaitGroup).Wait(0xc000b23230?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/sync/waitgroup.go:118 +0x48 golang.org/x/sync/errgroup.(*Group).Wait(0xc0003514c0) /home/rclone/go/pkg/mod/golang.org/x/sync@v0.11.0/errgroup/errgroup.go:56 +0x25 github.com/rclone/rclone/fs/operations.DirMove({0x2a03c80, 0x3d40520}, {0x2a18120, 0xc000804280}, {0x25cfb71, 0x2}, {0x29cb6e0, 0x2}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2473 +0x7b5 github.com/rclone/rclone/fs/operations_test.TestDirMove(0xc0006a71e0) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1380 +0x933 testing.tRunner(0xc0006a71e0, 0x27273f0) /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 538 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 480 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 7928 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc0003ccc40) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:341 +0x13d created by github.com/rclone/rclone/fs/accounting.(*StatsInfo)._startAverageLoop in goroutine 7927 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:406 +0xb6 goroutine 9436 [IO wait]: internal/poll.runtime_pollWait(0x7f5ba378d650, 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(0xc000420e00?, 0xc000228c80?, 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(0xc000420e00, {0xc000228c80, 0x1980, 0x1980}) /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(0xc000420e00, {0xc000228c80?, 0xc000d22fd0?, 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(0xc00008a208, {0xc000228c80?, 0x3d1d040?, 0xc0007b89d0?}) /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(0xc000b8a9c0, {0xc000228c80?, 0x18?, 0xc000a3cb40?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000954bd0, {0xc000228c80?, 0x0?, 0xc000954bd0?}) /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(0xc000d230b8, {0x29ddfc0, 0xc000954bd0}) /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(0xc000d22e08, {0x7f5ba8a37e98, 0xc000b8a9c0}, 0xc0007b8a40?) /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(0xc000d22e08, 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(0xc000d22e08, {0xc0009de000, 0x1000, 0x0?}) /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(0xc000934900, {0xc0009de000?, 0x81d405?, 0x214c6a0?}) /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(0xc0007c0120) /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(0xc0007c0120, 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(0xc000934900) /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 9431 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 9459 [select]: net/http.(*persistConn).writeLoop(0xc0009bbc20) /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 9419 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 9407 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0003ccfc0, 0xc0007c1920, 0xc0005c08c0) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0003ccfc0, {0x2a03d98, 0xc0000d9310}, {0xc000b88000, 0x4f}, {{0xc000b86300, 0x18}, {0xc000b86319, 0x12}, {0x25d1461, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc0003ccfc0, {0x2a03d98, 0xc0000d9310}, {{0xc000b86300, 0x18}, {0xc000b86319, 0x12}, {0x25d1461, 0x4}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).ObjectCopy(0xc0003ccfc0, {0x2a03d98, 0xc0000d9310}, {0xc000b86300, 0x18}, {0xc000b86319, 0x12}, {0xc000b862a0, 0x18}, {0xc000b862b9, ...}, ...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2252 +0x2f0 github.com/rclone/rclone/backend/swift.(*Fs).Copy.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1068 +0x70 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x70?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc000a6b440, 0xc000611880, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc000a6b440, 0xc000611880) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Fs).Copy(0xc000105500, {0x2a03d98, 0xc0000d9310}, {0x2a1a960, 0xc000a16c00}, {0xc001c8be30, 0x12}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1066 +0x385 github.com/rclone/rclone/backend/compress.(*Fs).Copy(0xc000804280, {0x2a03d98, 0xc0000d9310}, {0x2a18190, 0xc0000d8fa0}, {0xc000800710, 0xd}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:859 +0x1cc github.com/rclone/rclone/fs/operations.(*copy).serverSideCopy(0xc000844a20, {0x2a03d98, 0xc0000d9310}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:150 +0x152 github.com/rclone/rclone/fs/operations.(*copy).copy(0xc000844a20, {0x2a03d98, 0xc0000d9310}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:306 +0xea github.com/rclone/rclone/fs/operations.Copy({0x2a03d98, 0xc0000d9310}, {0x2a18120, 0xc000804280}, {0x0, 0x0}, {0xc000800710, 0xd}, {0x2a18190, 0xc0000d8fa0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:412 +0x493 github.com/rclone/rclone/fs/operations.move({0x2a03d98, 0xc0000d9310}, {0x2a18120, 0xc000804280}, {0x0, 0x0}, {0xc000800710, 0xd}, {0x2a18190, 0xc0000d8fa0}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:491 +0x989 github.com/rclone/rclone/fs/operations.Move(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:414 github.com/rclone/rclone/fs/operations.DirMove.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2450 +0x155 golang.org/x/sync/errgroup.(*Group).Go.func1() /home/rclone/go/pkg/mod/golang.org/x/sync@v0.11.0/errgroup/errgroup.go:78 +0x50 created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 9337 /home/rclone/go/pkg/mod/golang.org/x/sync@v0.11.0/errgroup/errgroup.go:75 +0x96 goroutine 819 [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:211 +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:209 +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:211 +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:209 +0x378 goroutine 707 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 697 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 2868 [chan receive, 43 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 2867 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 415 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 405 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 182 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 108 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 9439 [select]: net/http.(*persistConn).writeLoop(0xc0009bbe60) /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 9428 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 9462 [select]: github.com/rclone/rclone/fs/accounting.(*Account).averageLoop(0xc000248c00) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:221 +0xed created by github.com/rclone/rclone/fs/accounting.newAccountSizeName in goroutine 9414 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:119 +0x438 goroutine 1012 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1002 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 9461 [select]: net/http.(*persistConn).writeLoop(0xc0009bbd40) /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 9425 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 221 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 211 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 1390 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1380 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 9472 [select]: net/http.(*persistConn).roundTrip(0xc0009bbd40, 0xc0006f6370) /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(0xc000418300, 0xc000972500) /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(0xc0003a9ce0, 0xc000972500) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc000972500, {0x29dd840, 0xc0003a9ce0}, {0x1?, 0xffffffffffffffff?, 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(0xc000956120, 0xc000972500, {0xc00099b810?, 0xc0003c1d50?, 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(0xc000956120, 0xc000972500) /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/ncw/swift/v2.(*Connection).doTimeoutRequest.func1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:420 +0x2b created by github.com/ncw/swift/v2.(*Connection).doTimeoutRequest in goroutine 9408 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 285 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 275 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 8483 [select]: net/http.(*persistConn).writeLoop(0xc000bee240) /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 8455 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 1273 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1199 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 8482 [IO wait]: internal/poll.runtime_pollWait(0x7f5ba378d128, 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(0xc000d1c300?, 0xc001af1300?, 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(0xc000d1c300, {0xc001af1300, 0x1980, 0x1980}) /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(0xc000d1c300, {0xc001af1300?, 0xc000d228d0?, 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(0xc0001ca4b8, {0xc001af1300?, 0x3d1d040?, 0xc00070a9d0?}) /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(0xc00098e660, {0xc001af1300?, 0x18?, 0x7f5ba8943998?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000954978, {0xc001af1300?, 0x0?, 0xc000954978?}) /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(0xc000d229b8, {0x29ddfc0, 0xc000954978}) /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(0xc000d22708, {0x7f5ba8a37e98, 0xc00098e660}, 0xc00070aa40?) /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(0xc000d22708, 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(0xc000d22708, {0xc000857000, 0x1000, 0x0?}) /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(0xc000bee240, {0xc000857000?, 0x81d405?, 0x214c6a0?}) /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(0xc000bf71a0) /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(0xc000bf71a0, 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(0xc000bee240) /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 8455 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 9414 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0003ccfc0, 0xc001c59200, 0xc0004a1680) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0003ccfc0, {0x2a03d98, 0xc0000d9310}, {0xc000b88000, 0x4f}, {{0xc000a1a930, 0x18}, {0xc000a1a949, 0x12}, {0x25d1461, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc0003ccfc0, {0x2a03d98, 0xc0000d9310}, {{0xc000a1a930, 0x18}, {0xc000a1a949, 0x12}, {0x25d1461, 0x4}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).ObjectCopy(0xc0003ccfc0, {0x2a03d98, 0xc0000d9310}, {0xc000a1a930, 0x18}, {0xc000a1a949, 0x12}, {0xc000a1a8d0, 0x18}, {0xc000a1a8e9, ...}, ...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2252 +0x2f0 github.com/rclone/rclone/backend/swift.(*Fs).Copy.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1068 +0x70 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x70?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc000a6b440, 0xc0006c2a10, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc000a6b440, 0xc0006c2a10) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Fs).Copy(0xc000105500, {0x2a03d98, 0xc0000d9310}, {0x2a1a960, 0xc0007c0ea0}, {0xc000b46528, 0x12}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1066 +0x385 github.com/rclone/rclone/backend/compress.(*Fs).Copy(0xc000804280, {0x2a03d98, 0xc0000d9310}, {0x2a18190, 0xc0000d8f50}, {0xc0008006e0, 0xd}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:859 +0x1cc github.com/rclone/rclone/fs/operations.(*copy).serverSideCopy(0xc000730090, {0x2a03d98, 0xc0000d9310}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:150 +0x152 github.com/rclone/rclone/fs/operations.(*copy).copy(0xc000730090, {0x2a03d98, 0xc0000d9310}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:306 +0xea github.com/rclone/rclone/fs/operations.Copy({0x2a03d98, 0xc0000d9310}, {0x2a18120, 0xc000804280}, {0x0, 0x0}, {0xc0008006e0, 0xd}, {0x2a18190, 0xc0000d8f50}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:412 +0x493 github.com/rclone/rclone/fs/operations.move({0x2a03d98, 0xc0000d9310}, {0x2a18120, 0xc000804280}, {0x0, 0x0}, {0xc0008006e0, 0xd}, {0x2a18190, 0xc0000d8f50}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:491 +0x989 github.com/rclone/rclone/fs/operations.Move(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:414 github.com/rclone/rclone/fs/operations.DirMove.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2450 +0x155 golang.org/x/sync/errgroup.(*Group).Go.func1() /home/rclone/go/pkg/mod/golang.org/x/sync@v0.11.0/errgroup/errgroup.go:78 +0x50 created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 9337 /home/rclone/go/pkg/mod/golang.org/x/sync@v0.11.0/errgroup/errgroup.go:75 +0x96 goroutine 3249 [chan receive, 41 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 2867 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1184 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1174 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 342 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 300 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 948 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 938 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 619 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 610 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 494 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 484 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 3113 [chan receive, 42 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 2867 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 661 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 651 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 9481 [select]: net/http.(*persistConn).roundTrip(0xc0009bbc20, 0xc000498050) /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(0xc000418300, 0xc0005c08c0) /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(0xc0003a9ce0, 0xc0005c08c0) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc0005c08c0, {0x29dd840, 0xc0003a9ce0}, {0xc001eab801?, 0xc00088d580?, 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(0xc000956120, 0xc0005c08c0, {0x40af3e?, 0x47e292?, 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(0xc000956120, 0xc0005c08c0) /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/ncw/swift/v2.(*Connection).doTimeoutRequest.func1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:420 +0x2b created by github.com/ncw/swift/v2.(*Connection).doTimeoutRequest in goroutine 9407 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 1337 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1295 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 1049 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1023 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 3652 [chan receive, 40 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 2867 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3521 [chan receive, 40 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 2867 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9437 [select]: net/http.(*persistConn).writeLoop(0xc000934900) /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 9431 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 9438 [IO wait]: internal/poll.runtime_pollWait(0x7f5ba378d758, 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(0xc000420f80?, 0xc001c5b980?, 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(0xc000420f80, {0xc001c5b980, 0x1980, 0x1980}) /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(0xc000420f80, {0xc001c5b980?, 0xc000d236d0?, 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(0xc00008a230, {0xc001c5b980?, 0x3d1d040?, 0xc0007bc9d0?}) /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(0xc000b8aa50, {0xc001c5b980?, 0x18?, 0x0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000948450, {0xc001c5b980?, 0x0?, 0xc000948450?}) /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(0xc000d237b8, {0x29ddfc0, 0xc000948450}) /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(0xc000d23508, {0x7f5ba8a37e98, 0xc000b8aa50}, 0xc0007bca40?) /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(0xc000d23508, 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(0xc000d23508, {0xc0009e0000, 0x1000, 0x0?}) /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(0xc0009bbe60, {0xc0009e0000?, 0x81d405?, 0x214c6a0?}) /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(0xc0007c05a0) /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(0xc0007c05a0, 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(0xc0009bbe60) /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 9428 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 3182 [chan receive, 41 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 2867 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9499 [select]: net/http.(*persistConn).roundTrip(0xc000934900, 0xc00071cc80) /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(0xc000418300, 0xc0004a1e00) /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(0xc0003a9ce0, 0xc0004a1e00) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc0004a1e00, {0x29dd840, 0xc0003a9ce0}, {0xc0006f4501?, 0xffff?, 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(0xc000956120, 0xc0004a1e00, {0xc0006c2070?, 0xc0006f4668?, 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(0xc000956120, 0xc0004a1e00) /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/ncw/swift/v2.(*Connection).doTimeoutRequest.func1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:420 +0x2b created by github.com/ncw/swift/v2.(*Connection).doTimeoutRequest in goroutine 9410 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 1230 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1220 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 3205 [chan receive, 41 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 2867 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1450 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1424 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 2952 [chan receive, 42 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 2867 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9460 [IO wait]: internal/poll.runtime_pollWait(0x7f5ba378d338, 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(0xc000420f00?, 0xc001c5d300?, 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(0xc000420f00, {0xc001c5d300, 0x1980, 0x1980}) /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(0xc000420f00, {0xc001c5d300?, 0xc000d23a50?, 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(0xc00008a240, {0xc001c5d300?, 0x3d1d040?, 0xc00009a9d0?}) /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(0xc000b8aa98, {0xc001c5d300?, 0x18?, 0x0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc0009482a0, {0xc001c5d300?, 0x0?, 0xc0009482a0?}) /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(0xc000d23b38, {0x29ddfc0, 0xc0009482a0}) /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(0xc000d23888, {0x7f5ba8a37e98, 0xc000b8aa98}, 0xc00009aa40?) /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(0xc000d23888, 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(0xc000d23888, {0xc000a08000, 0x1000, 0x0?}) /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(0xc0009bbd40, {0xc000a08000?, 0x81d405?, 0x214c6a0?}) /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(0xc000a161e0) /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(0xc000a161e0, 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(0xc0009bbd40) /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 9425 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 8299 [chan receive, 8 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 8298 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1465 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1455 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 3022 [chan receive, 42 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 2867 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9410 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0003ccfc0, 0xc001c59740, 0xc0004a1e00) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0003ccfc0, {0x2a03d98, 0xc0000d9310}, {0xc000b88000, 0x4f}, {{0xc000a1abd0, 0x18}, {0xc000a1abe9, 0xb}, {0x25d1461, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc0003ccfc0, {0x2a03d98, 0xc0000d9310}, {{0xc000a1abd0, 0x18}, {0xc000a1abe9, 0xb}, {0x25d1461, 0x4}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).ObjectCopy(0xc0003ccfc0, {0x2a03d98, 0xc0000d9310}, {0xc000a1abd0, 0x18}, {0xc000a1abe9, 0xb}, {0xc000a1ab70, 0x18}, {0xc000a1ab89, ...}, ...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2252 +0x2f0 github.com/rclone/rclone/backend/swift.(*Fs).Copy.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1068 +0x70 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x70?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc000a6b440, 0xc0006c37a0, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc000a6b440, 0xc0006c37a0) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Fs).Copy(0xc000105500, {0x2a03d98, 0xc0000d9310}, {0x2a1a960, 0xc001c59320}, {0xc000000900, 0xb}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1066 +0x385 github.com/rclone/rclone/backend/compress.(*Fs).Copy(0xc000804280, {0x2a03d98, 0xc0000d9310}, {0x2a18190, 0xc0000d92c0}, {0xc000800760, 0x6}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:859 +0x1cc github.com/rclone/rclone/fs/operations.(*copy).serverSideCopy(0xc000730480, {0x2a03d98, 0xc0000d9310}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:150 +0x152 github.com/rclone/rclone/fs/operations.(*copy).copy(0xc000730480, {0x2a03d98, 0xc0000d9310}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:306 +0xea github.com/rclone/rclone/fs/operations.Copy({0x2a03d98, 0xc0000d9310}, {0x2a18120, 0xc000804280}, {0x0, 0x0}, {0xc000800760, 0x6}, {0x2a18190, 0xc0000d92c0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:412 +0x493 github.com/rclone/rclone/fs/operations.move({0x2a03d98, 0xc0000d9310}, {0x2a18120, 0xc000804280}, {0x0, 0x0}, {0xc000800760, 0x6}, {0x2a18190, 0xc0000d92c0}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:491 +0x989 github.com/rclone/rclone/fs/operations.Move(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:414 github.com/rclone/rclone/fs/operations.DirMove.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2450 +0x155 golang.org/x/sync/errgroup.(*Group).Go.func1() /home/rclone/go/pkg/mod/golang.org/x/sync@v0.11.0/errgroup/errgroup.go:78 +0x50 created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 9337 /home/rclone/go/pkg/mod/golang.org/x/sync@v0.11.0/errgroup/errgroup.go:75 +0x96 goroutine 3471 [chan receive, 40 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 2867 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9409 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0003ccfc0, 0xc000a170e0, 0xc0009728c0) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0003ccfc0, {0x2a03d98, 0xc0000d9310}, {0xc000b88000, 0x4f}, {{0xc0004d92f0, 0x18}, {0xc0004d9309, 0xb}, {0x25d0385, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc0003ccfc0, {0x2a03d98, 0xc0000d9310}, {{0xc0004d92f0, 0x18}, {0xc0004d9309, 0xb}, {0x25d0385, 0x3}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).objectOpenBase(0xc0003ccfc0, {0x2a03d98?, 0xc0000d9310?}, {0xc0004d92f0, 0x18}, {0xc0004d9309, 0xb}, 0x1, 0x0, 0x0) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:1790 +0xfd github.com/ncw/swift/v2.(*Connection).ObjectOpen.(*Connection).objectOpen.func1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:1822 +0x5f github.com/ncw/swift/v2.withLORetry(0x0, 0xc001adf5b0) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/largeobjects.go:303 +0xa2 github.com/ncw/swift/v2.(*Connection).objectOpen(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:1821 github.com/ncw/swift/v2.(*Connection).ObjectOpen(0x0?, {0x2a03d98?, 0xc0000d9310?}, {0xc0004d92f0?, 0x20?}, {0xc0004d9309?, 0xc00080ee00?}, 0xe0?, 0x40ba0b?) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:1855 +0xeb github.com/rclone/rclone/backend/swift.(*Object).Open.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1411 +0x68 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x60?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc000a6b440, 0xc000a17020, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc000a6b440, 0xc000a17020) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Object).Open(0xc000a16de0, {0x2a03d98, 0xc0000d9310}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1409 +0x20b github.com/rclone/rclone/backend/compress.readMetadata({0x2a03d98?, 0xc0000d9310?}, {0x2a1a960?, 0xc000a16de0?}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1093 +0x6e github.com/rclone/rclone/backend/compress.(*Object).loadMetadataIfNotLoaded(0xc0000d9270, {0x2a03d98?, 0xc0000d9310?}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1222 +0xad github.com/rclone/rclone/backend/compress.(*Fs).Copy(0xc000804280, {0x2a03d98, 0xc0000d9310}, {0x2a18190, 0xc0000d9270}, {0xc000800750, 0x6}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:854 +0x168 github.com/rclone/rclone/fs/operations.(*copy).serverSideCopy(0xc00078d9e0, {0x2a03d98, 0xc0000d9310}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:150 +0x152 github.com/rclone/rclone/fs/operations.(*copy).copy(0xc00078d9e0, {0x2a03d98, 0xc0000d9310}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:306 +0xea github.com/rclone/rclone/fs/operations.Copy({0x2a03d98, 0xc0000d9310}, {0x2a18120, 0xc000804280}, {0x0, 0x0}, {0xc000800750, 0x6}, {0x2a18190, 0xc0000d9270}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:412 +0x493 github.com/rclone/rclone/fs/operations.move({0x2a03d98, 0xc0000d9310}, {0x2a18120, 0xc000804280}, {0x0, 0x0}, {0xc000800750, 0x6}, {0x2a18190, 0xc0000d9270}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:491 +0x989 github.com/rclone/rclone/fs/operations.Move(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:414 github.com/rclone/rclone/fs/operations.DirMove.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2450 +0x155 golang.org/x/sync/errgroup.(*Group).Go.func1() /home/rclone/go/pkg/mod/golang.org/x/sync@v0.11.0/errgroup/errgroup.go:78 +0x50 created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 9337 /home/rclone/go/pkg/mod/golang.org/x/sync@v0.11.0/errgroup/errgroup.go:75 +0x96 goroutine 9458 [IO wait]: internal/poll.runtime_pollWait(0x7f5ba378d020, 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(0xc000420e80?, 0xc00022a600?, 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(0xc000420e80, {0xc00022a600, 0x1980, 0x1980}) /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(0xc000420e80, {0xc00022a600?, 0xc000d23350?, 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(0xc00008a220, {0xc00022a600?, 0x3d1d040?, 0xc000a3b9d0?}) /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(0xc000b8aa08, {0xc00022a600?, 0x18?, 0x0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc00098f188, {0xc00022a600?, 0x0?, 0xc00098f188?}) /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(0xc000d23438, {0x29ddfc0, 0xc00098f188}) /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(0xc000d23188, {0x7f5ba8a37e98, 0xc000b8aa08}, 0xc000a3ba40?) /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(0xc000d23188, 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(0xc000d23188, {0xc000a04000, 0x1000, 0x0?}) /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(0xc0009bbc20, {0xc000a04000?, 0x81d405?, 0x214c6a0?}) /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(0xc00035d800) /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(0xc00035d800, 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(0xc0009bbc20) /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 9419 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 9408 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0003ccfc0, 0xc000a16b40, 0xc000972500) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0003ccfc0, {0x2a03d98, 0xc0000d9310}, {0xc000b88000, 0x4f}, {{0xc0004d8540, 0x18}, {0xc0004d8559, 0x10}, {0x25d1345, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc0003ccfc0, {0x2a03d98, 0xc0000d9310}, {{0xc0004d8540, 0x18}, {0xc0004d8559, 0x10}, {0x25d1345, 0x4}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).objectBase(0xc001ae1270?, {0x2a03d98?, 0xc0000d9310?}, {0xc0004d8540?, 0xc001ae12d8?}, {0xc0004d8559, 0x10}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2142 +0xf8 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1.(*Connection).Object.1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2131 +0x85 github.com/ncw/swift/v2.withLORetry(0x0, 0xc001ae1610) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/largeobjects.go:303 +0xa2 github.com/ncw/swift/v2.(*Connection).Object(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2130 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1334 +0x156 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x60?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc000a6b440, 0xc000a16a80, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc000a6b440, 0xc000a16a80) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Object).readMetaData(0xc000a16a20, {0x2a03d98, 0xc0000d9310}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1333 +0x172 github.com/rclone/rclone/backend/swift.(*Fs).newObjectWithInfo(0xc000105500, {0x2a03d98, 0xc0000d9310}, {0xc00016e9c0, 0x10}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:666 +0x251 github.com/rclone/rclone/backend/swift.(*Fs).NewObject(0x0?, {0x2a03d98?, 0xc0000d9310?}, {0xc00016e9c0?, 0x2a37628?}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:677 +0x25 github.com/rclone/rclone/backend/compress.(*Fs).NewObject(0xc000804280, {0x2a03d98, 0xc0000d9310}, {0xc000800740, 0xb}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:391 +0x70 github.com/rclone/rclone/backend/compress.(*Fs).Copy(0xc000804280, {0x2a03d98, 0xc0000d9310}, {0x2a18190, 0xc0000d9220}, {0xc000800740, 0xb}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:842 +0xb8 github.com/rclone/rclone/fs/operations.(*copy).serverSideCopy(0xc000730990, {0x2a03d98, 0xc0000d9310}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:150 +0x152 github.com/rclone/rclone/fs/operations.(*copy).copy(0xc000730990, {0x2a03d98, 0xc0000d9310}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:306 +0xea github.com/rclone/rclone/fs/operations.Copy({0x2a03d98, 0xc0000d9310}, {0x2a18120, 0xc000804280}, {0x0, 0x0}, {0xc000800740, 0xb}, {0x2a18190, 0xc0000d9220}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:412 +0x493 github.com/rclone/rclone/fs/operations.move({0x2a03d98, 0xc0000d9310}, {0x2a18120, 0xc000804280}, {0x0, 0x0}, {0xc000800740, 0xb}, {0x2a18190, 0xc0000d9220}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:491 +0x989 github.com/rclone/rclone/fs/operations.Move(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:414 github.com/rclone/rclone/fs/operations.DirMove.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2450 +0x155 golang.org/x/sync/errgroup.(*Group).Go.func1() /home/rclone/go/pkg/mod/golang.org/x/sync@v0.11.0/errgroup/errgroup.go:78 +0x50 created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 9337 /home/rclone/go/pkg/mod/golang.org/x/sync@v0.11.0/errgroup/errgroup.go:75 +0x96 goroutine 9440 [select]: github.com/rclone/rclone/fs/accounting.(*Account).averageLoop(0xc00003be00) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:221 +0xed created by github.com/rclone/rclone/fs/accounting.newAccountSizeName in goroutine 9407 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:119 +0x438 goroutine 9492 [select]: net/http.(*persistConn).roundTrip(0xc000bee240, 0xc00071c9b0) /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(0xc000418300, 0xc0004a1680) /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(0xc0003a9ce0, 0xc0004a1680) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc0004a1680, {0x29dd840, 0xc0003a9ce0}, {0xc000867d01?, 0x537893?, 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(0xc000956120, 0xc0004a1680, {0xc003800801?, 0xc000800866?, 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(0xc000956120, 0xc0004a1680) /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/ncw/swift/v2.(*Connection).doTimeoutRequest.func1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:420 +0x2b created by github.com/ncw/swift/v2.(*Connection).doTimeoutRequest in goroutine 9414 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 9465 [select]: github.com/rclone/rclone/fs/accounting.(*Account).averageLoop(0xc000248d00) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:221 +0xed created by github.com/rclone/rclone/fs/accounting.newAccountSizeName in goroutine 9410 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:119 +0x438 goroutine 9510 [select]: net/http.(*persistConn).roundTrip(0xc0009bbe60, 0xc0006f6640) /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(0xc000418300, 0xc0009728c0) /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(0xc0003a9ce0, 0xc0009728c0) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc0009728c0, {0x29dd840, 0xc0003a9ce0}, {0xc0005f1d01?, 0x537893?, 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(0xc000956120, 0xc0009728c0, {0x3411301?, 0x0?, 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(0xc000956120, 0xc0009728c0) /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/ncw/swift/v2.(*Connection).doTimeoutRequest.func1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:420 +0x2b created by github.com/ncw/swift/v2.(*Connection).doTimeoutRequest in goroutine 9409 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 9359 [select]: github.com/rclone/rclone/fs/accounting.(*Account).averageLoop(0xc000a1e700) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:221 +0xed created by github.com/rclone/rclone/fs/accounting.newAccountSizeName in goroutine 9409 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:119 +0x438 goroutine 9470 [select]: github.com/rclone/rclone/fs/accounting.(*Account).averageLoop(0xc000249800) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:221 +0xed created by github.com/rclone/rclone/fs/accounting.newAccountSizeName in goroutine 9408 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:119 +0x438 "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m1.369285734s (try 1/5): exit status 2: Failed []