"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 3/5) 2025/05/15 07:30:41 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-wegopuj6poyi" 2025/05/15 07:30:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 07:30:41 DEBUG : Swift container rclone-test-wegopuj6poyi.json: Auto set use_segments_container to true 2025/05/15 07:30:41 DEBUG : Swift container rclone-test-wegopuj6poyi: Auto set use_segments_container to true 2025/05/15 07:30:41 DEBUG : Creating backend with remote "/tmp/rclone2381228000" === 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-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.19s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", 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/05/15 07:30:42 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/15 07:30:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/15 07:30:42 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/05/15 07:30:42 DEBUG : potato: Seek from 10 to 0 2025/05/15 07:30:42 DEBUG : potato: Seek from 10 to 0 2025/05/15 07:30:42 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/05/15 07:30:42 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/15 07:30:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/15 07:30:42 DEBUG : potato: Seek from 5 to 2 2025/05/15 07:30:42 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/05/15 07:30:42 DEBUG : potato: Seek from 7 to 0 2025/05/15 07:30:42 DEBUG : potato: Seek from 7 to 0 2025/05/15 07:30:42 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/05/15 07:30:42 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/15 07:30:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/15 07:30:42 DEBUG : potato: Seek from 5 to 2 2025/05/15 07:30:42 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/05/15 07:30:42 DEBUG : potato: Seek from 8 to 0 2025/05/15 07:30:42 DEBUG : potato: Seek from 8 to 0 2025/05/15 07:30:42 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/05/15 07:30:42 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/15 07:30:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/15 07:30:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/15 07:30:42 DEBUG : potato: Seek from 5 to 2 2025/05/15 07:30:42 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/05/15 07:30:42 DEBUG : potato: Seek from 9 to 0 2025/05/15 07:30:42 DEBUG : potato: Seek from 9 to 0 2025/05/15 07:30:42 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-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" 2025/05/15 07:30:42 INFO : Swift container rclone-test-wegopuj6poyi: Container "rclone-test-wegopuj6poyi" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (48.77s) --- PASS: TestCheck/1 (0.23s) --- PASS: TestCheck/2 (0.14s) --- PASS: TestCheck/3 (0.23s) --- PASS: TestCheck/4 (0.22s) --- PASS: TestCheck/5 (0.14s) --- PASS: TestCheck/6 (0.15s) --- PASS: TestCheck/7 (0.29s) === RUN TestCheckFsError 2025/05/15 07:31:30 DEBUG : Creating backend with remote "nonexistent" 2025/05/15 07:31:30 DEBUG : Creating backend with remote "nonexistent" 2025/05/15 07:31:30 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/05/15 07:31:30 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/05/15 07:31:30 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/05/15 07:31:30 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-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", 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 (52.15s) --- PASS: TestCheckDownload/1 (0.29s) --- PASS: TestCheckDownload/2 (0.18s) --- PASS: TestCheckDownload/3 (0.28s) --- PASS: TestCheckDownload/4 (0.32s) --- PASS: TestCheckDownload/5 (0.19s) --- PASS: TestCheckDownload/6 (0.19s) --- PASS: TestCheckDownload/7 (0.22s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", 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 (45.43s) --- PASS: TestCheckSizeOnly/1 (0.13s) --- PASS: TestCheckSizeOnly/2 (0.05s) --- PASS: TestCheckSizeOnly/3 (0.05s) --- PASS: TestCheckSizeOnly/4 (0.05s) --- PASS: TestCheckSizeOnly/5 (0.05s) --- PASS: TestCheckSizeOnly/6 (0.05s) --- PASS: TestCheckSizeOnly/7 (0.10s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" 2025/05/15 07:33:25 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/15 07:33:25 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/15 07:33:25 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/15 07:33:25 NOTICE: test.sum: 2 warning(s) suppressed... 2025/05/15 07:33:35 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/15 07:33:35 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/15 07:33:35 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/15 07:33:35 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (37.76s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" 2025/05/15 07:33:46 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-wegopuj6poyi/data" 2025/05/15 07:33:46 DEBUG : Swift container rclone-test-wegopuj6poyi path data.json: Auto set use_segments_container to true 2025/05/15 07:33:52 DEBUG : Swift container rclone-test-wegopuj6poyi 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 (279.27s) --- PASS: TestCheckSum/subtest1 (0.35s) --- PASS: TestCheckSum/subtest2 (10.34s) --- PASS: TestCheckSum/subtest3 (5.45s) --- PASS: TestCheckSum/subtest4 (15.42s) --- PASS: TestCheckSum/subtest5 (10.42s) --- PASS: TestCheckSum/subtest6 (15.75s) --- PASS: TestCheckSum/subtest7 (15.63s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" 2025/05/15 07:38:25 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-wegopuj6poyi/data" 2025/05/15 07:38:25 DEBUG : Swift container rclone-test-wegopuj6poyi path data.json: Auto set use_segments_container to true 2025/05/15 07:38:31 DEBUG : Swift container rclone-test-wegopuj6poyi 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 (263.92s) --- PASS: TestCheckSumDownload/subtest1 (5.42s) --- PASS: TestCheckSumDownload/subtest2 (5.40s) --- PASS: TestCheckSumDownload/subtest3 (10.47s) --- PASS: TestCheckSumDownload/subtest4 (10.54s) --- PASS: TestCheckSumDownload/subtest5 (10.42s) --- PASS: TestCheckSumDownload/subtest6 (10.50s) --- PASS: TestCheckSumDownload/subtest7 (10.53s) === RUN TestApplyTransforms 2025/05/15 07:42:49 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-fubayis3hexe" 2025/05/15 07:42:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 07:42:49 DEBUG : Swift container rclone-test-fubayis3hexe.json: Auto set use_segments_container to true 2025/05/15 07:42:50 DEBUG : Swift container rclone-test-fubayis3hexe: Auto set use_segments_container to true 2025/05/15 07:42:50 DEBUG : Creating backend with remote "/tmp/rclone3465874860" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fubayis3hexe", Local "Local file system at /tmp/rclone3465874860", Modify Window "1ns" 2025/05/15 07:42:50 INFO : Swift container rclone-test-fubayis3hexe: Container "rclone-test-fubayis3hexe" created upper checkfile vs. lower remote (without normalization) 2025/05/15 07:43:01 ERROR : hello, world!: sum not found 2025/05/15 07:43:01 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-fubayis3hexe 2025/05/15 07:43:01 NOTICE: Compressed: TestCompressSwift:rclone-test-fubayis3hexe: 1 files missing 2025/05/15 07:43:01 NOTICE: 1 hashes missing 2025/05/15 07:43:01 NOTICE: Compressed: TestCompressSwift:rclone-test-fubayis3hexe: 2 differences found 2025/05/15 07:43:01 NOTICE: Compressed: TestCompressSwift:rclone-test-fubayis3hexe: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/05/15 07:43:06 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 07:43:06 NOTICE: Compressed: TestCompressSwift:rclone-test-fubayis3hexe: 0 differences found 2025/05/15 07:43:06 NOTICE: Compressed: TestCompressSwift:rclone-test-fubayis3hexe: 1 matching files 2025/05/15 07:43:06 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-litekex9dixa" 2025/05/15 07:43:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 07:43:06 DEBUG : Swift container rclone-test-litekex9dixa.json: Auto set use_segments_container to true 2025/05/15 07:43:07 DEBUG : Swift container rclone-test-litekex9dixa: Auto set use_segments_container to true 2025/05/15 07:43:07 DEBUG : Creating backend with remote "/tmp/rclone1821378590" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-litekex9dixa", Local "Local file system at /tmp/rclone1821378590", Modify Window "1ns" 2025/05/15 07:43:07 INFO : Swift container rclone-test-litekex9dixa: Container "rclone-test-litekex9dixa" created lower checkfile vs. upper remote (without normalization) 2025/05/15 07:43:22 ERROR : HELLO, WORLD!: sum not found 2025/05/15 07:43:22 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-litekex9dixa 2025/05/15 07:43:22 NOTICE: Compressed: TestCompressSwift:rclone-test-litekex9dixa: 1 files missing 2025/05/15 07:43:22 NOTICE: 1 hashes missing 2025/05/15 07:43:22 NOTICE: Compressed: TestCompressSwift:rclone-test-litekex9dixa: 2 differences found 2025/05/15 07:43:22 NOTICE: Compressed: TestCompressSwift:rclone-test-litekex9dixa: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/05/15 07:43:27 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 07:43:27 NOTICE: Compressed: TestCompressSwift:rclone-test-litekex9dixa: 0 differences found 2025/05/15 07:43:27 NOTICE: Compressed: TestCompressSwift:rclone-test-litekex9dixa: 1 matching files 2025/05/15 07:43:27 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tihocik6mako" 2025/05/15 07:43:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 07:43:27 DEBUG : Swift container rclone-test-tihocik6mako.json: Auto set use_segments_container to true 2025/05/15 07:43:28 DEBUG : Swift container rclone-test-tihocik6mako: Auto set use_segments_container to true 2025/05/15 07:43:28 DEBUG : Creating backend with remote "/tmp/rclone2295341285" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tihocik6mako", Local "Local file system at /tmp/rclone2295341285", Modify Window "1ns" 2025/05/15 07:43:28 INFO : Swift container rclone-test-tihocik6mako: Container "rclone-test-tihocik6mako" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/05/15 07:43:39 ERROR : HeLlO, wOrLd!: sum not found 2025/05/15 07:43:39 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-tihocik6mako 2025/05/15 07:43:39 NOTICE: Compressed: TestCompressSwift:rclone-test-tihocik6mako: 1 files missing 2025/05/15 07:43:39 NOTICE: 1 hashes missing 2025/05/15 07:43:39 NOTICE: Compressed: TestCompressSwift:rclone-test-tihocik6mako: 2 differences found 2025/05/15 07:43:39 NOTICE: Compressed: TestCompressSwift:rclone-test-tihocik6mako: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/05/15 07:43:44 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 07:43:44 NOTICE: Compressed: TestCompressSwift:rclone-test-tihocik6mako: 0 differences found 2025/05/15 07:43:44 NOTICE: Compressed: TestCompressSwift:rclone-test-tihocik6mako: 1 matching files 2025/05/15 07:43:44 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-pererix8jimi" 2025/05/15 07:43:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 07:43:45 DEBUG : Swift container rclone-test-pererix8jimi.json: Auto set use_segments_container to true 2025/05/15 07:43:45 DEBUG : Swift container rclone-test-pererix8jimi: Auto set use_segments_container to true 2025/05/15 07:43:45 DEBUG : Creating backend with remote "/tmp/rclone2459352401" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pererix8jimi", Local "Local file system at /tmp/rclone2459352401", Modify Window "1ns" 2025/05/15 07:43:46 INFO : Swift container rclone-test-pererix8jimi: Container "rclone-test-pererix8jimi" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/05/15 07:44:07 ERROR : HELLO, WORLD!: sum not found 2025/05/15 07:44:07 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-pererix8jimi 2025/05/15 07:44:07 NOTICE: Compressed: TestCompressSwift:rclone-test-pererix8jimi: 1 files missing 2025/05/15 07:44:07 NOTICE: 1 hashes missing 2025/05/15 07:44:07 NOTICE: Compressed: TestCompressSwift:rclone-test-pererix8jimi: 2 differences found 2025/05/15 07:44:07 NOTICE: Compressed: TestCompressSwift:rclone-test-pererix8jimi: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/05/15 07:44:07 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 07:44:07 NOTICE: Compressed: TestCompressSwift:rclone-test-pererix8jimi: 0 differences found 2025/05/15 07:44:07 NOTICE: Compressed: TestCompressSwift:rclone-test-pererix8jimi: 1 matching files 2025/05/15 07:44:07 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-lanuwar5wori" 2025/05/15 07:44:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 07:44:07 DEBUG : Swift container rclone-test-lanuwar5wori.json: Auto set use_segments_container to true 2025/05/15 07:44:08 DEBUG : Swift container rclone-test-lanuwar5wori: Auto set use_segments_container to true 2025/05/15 07:44:08 DEBUG : Creating backend with remote "/tmp/rclone2728436551" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-lanuwar5wori", Local "Local file system at /tmp/rclone2728436551", Modify Window "1ns" 2025/05/15 07:44:08 INFO : Swift container rclone-test-lanuwar5wori: Container "rclone-test-lanuwar5wori" created NFD checkfile vs. NFC remote (without normalization) 2025/05/15 07:44:25 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/15 07:44:25 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-lanuwar5wori 2025/05/15 07:44:25 NOTICE: Compressed: TestCompressSwift:rclone-test-lanuwar5wori: 1 files missing 2025/05/15 07:44:25 NOTICE: 1 hashes missing 2025/05/15 07:44:25 NOTICE: Compressed: TestCompressSwift:rclone-test-lanuwar5wori: 2 differences found 2025/05/15 07:44:25 NOTICE: Compressed: TestCompressSwift:rclone-test-lanuwar5wori: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/05/15 07:44:25 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 07:44:25 NOTICE: Compressed: TestCompressSwift:rclone-test-lanuwar5wori: 0 differences found 2025/05/15 07:44:25 NOTICE: Compressed: TestCompressSwift:rclone-test-lanuwar5wori: 1 matching files 2025/05/15 07:44:25 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yuquyec0bune" 2025/05/15 07:44:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 07:44:25 DEBUG : Swift container rclone-test-yuquyec0bune.json: Auto set use_segments_container to true 2025/05/15 07:44:26 DEBUG : Swift container rclone-test-yuquyec0bune: Auto set use_segments_container to true 2025/05/15 07:44:26 DEBUG : Creating backend with remote "/tmp/rclone1939072004" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuquyec0bune", Local "Local file system at /tmp/rclone1939072004", Modify Window "1ns" 2025/05/15 07:44:26 INFO : Swift container rclone-test-yuquyec0bune: Container "rclone-test-yuquyec0bune" created NFC checkfile vs. NFD remote (without normalization) 2025/05/15 07:44:37 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/15 07:44:37 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-yuquyec0bune 2025/05/15 07:44:37 NOTICE: Compressed: TestCompressSwift:rclone-test-yuquyec0bune: 1 files missing 2025/05/15 07:44:37 NOTICE: 1 hashes missing 2025/05/15 07:44:37 NOTICE: Compressed: TestCompressSwift:rclone-test-yuquyec0bune: 2 differences found 2025/05/15 07:44:37 NOTICE: Compressed: TestCompressSwift:rclone-test-yuquyec0bune: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/05/15 07:44:42 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 07:44:42 NOTICE: Compressed: TestCompressSwift:rclone-test-yuquyec0bune: 0 differences found 2025/05/15 07:44:42 NOTICE: Compressed: TestCompressSwift:rclone-test-yuquyec0bune: 1 matching files 2025/05/15 07:44:42 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-mepotus7piho" 2025/05/15 07:44:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 07:44:43 DEBUG : Swift container rclone-test-mepotus7piho.json: Auto set use_segments_container to true 2025/05/15 07:44:43 DEBUG : Swift container rclone-test-mepotus7piho: Auto set use_segments_container to true 2025/05/15 07:44:43 DEBUG : Creating backend with remote "/tmp/rclone1764566922" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mepotus7piho", Local "Local file system at /tmp/rclone1764566922", Modify Window "1ns" 2025/05/15 07:44:43 INFO : Swift container rclone-test-mepotus7piho: Container "rclone-test-mepotus7piho" created NFDx2 checkfile vs. both remote (without normalization) 2025/05/15 07:44:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/15 07:44:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-mepotus7piho 2025/05/15 07:44:49 NOTICE: Compressed: TestCompressSwift:rclone-test-mepotus7piho: 1 files missing 2025/05/15 07:44:49 NOTICE: 1 hashes missing 2025/05/15 07:44:49 NOTICE: Compressed: TestCompressSwift:rclone-test-mepotus7piho: 2 differences found 2025/05/15 07:44:49 NOTICE: Compressed: TestCompressSwift:rclone-test-mepotus7piho: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/05/15 07:44:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 07:44:50 NOTICE: Compressed: TestCompressSwift:rclone-test-mepotus7piho: 0 differences found 2025/05/15 07:44:50 NOTICE: Compressed: TestCompressSwift:rclone-test-mepotus7piho: 1 matching files 2025/05/15 07:44:50 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-damuked4lomi" 2025/05/15 07:44:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 07:44:50 DEBUG : Swift container rclone-test-damuked4lomi.json: Auto set use_segments_container to true 2025/05/15 07:44:50 DEBUG : Swift container rclone-test-damuked4lomi: Auto set use_segments_container to true 2025/05/15 07:44:50 DEBUG : Creating backend with remote "/tmp/rclone1549135076" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-damuked4lomi", Local "Local file system at /tmp/rclone1549135076", Modify Window "1ns" 2025/05/15 07:44:51 INFO : Swift container rclone-test-damuked4lomi: Container "rclone-test-damuked4lomi" created NFCx2 checkfile vs. both remote (without normalization) 2025/05/15 07:44:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/15 07:44:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-damuked4lomi 2025/05/15 07:44:57 NOTICE: Compressed: TestCompressSwift:rclone-test-damuked4lomi: 1 files missing 2025/05/15 07:44:57 NOTICE: 1 hashes missing 2025/05/15 07:44:57 NOTICE: Compressed: TestCompressSwift:rclone-test-damuked4lomi: 2 differences found 2025/05/15 07:44:57 NOTICE: Compressed: TestCompressSwift:rclone-test-damuked4lomi: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/05/15 07:44:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 07:44:57 NOTICE: Compressed: TestCompressSwift:rclone-test-damuked4lomi: 0 differences found 2025/05/15 07:44:57 NOTICE: Compressed: TestCompressSwift:rclone-test-damuked4lomi: 1 matching files 2025/05/15 07:44:57 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-dilegol3dupo" 2025/05/15 07:44:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 07:44:57 DEBUG : Swift container rclone-test-dilegol3dupo.json: Auto set use_segments_container to true 2025/05/15 07:44:58 DEBUG : Swift container rclone-test-dilegol3dupo: Auto set use_segments_container to true 2025/05/15 07:44:58 DEBUG : Creating backend with remote "/tmp/rclone1986970582" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-dilegol3dupo", Local "Local file system at /tmp/rclone1986970582", Modify Window "1ns" 2025/05/15 07:44:58 INFO : Swift container rclone-test-dilegol3dupo: Container "rclone-test-dilegol3dupo" created both checkfile vs. NFDx2 remote (without normalization) 2025/05/15 07:45:04 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/15 07:45:04 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-dilegol3dupo 2025/05/15 07:45:04 NOTICE: Compressed: TestCompressSwift:rclone-test-dilegol3dupo: 1 files missing 2025/05/15 07:45:04 NOTICE: 1 hashes missing 2025/05/15 07:45:04 NOTICE: Compressed: TestCompressSwift:rclone-test-dilegol3dupo: 2 differences found 2025/05/15 07:45:04 NOTICE: Compressed: TestCompressSwift:rclone-test-dilegol3dupo: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/05/15 07:45:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 07:45:05 NOTICE: Compressed: TestCompressSwift:rclone-test-dilegol3dupo: 0 differences found 2025/05/15 07:45:05 NOTICE: Compressed: TestCompressSwift:rclone-test-dilegol3dupo: 1 matching files 2025/05/15 07:45:05 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-lukagay0rahe" 2025/05/15 07:45:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 07:45:05 DEBUG : Swift container rclone-test-lukagay0rahe.json: Auto set use_segments_container to true 2025/05/15 07:45:05 DEBUG : Swift container rclone-test-lukagay0rahe: Auto set use_segments_container to true 2025/05/15 07:45:05 DEBUG : Creating backend with remote "/tmp/rclone3100254277" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-lukagay0rahe", Local "Local file system at /tmp/rclone3100254277", Modify Window "1ns" 2025/05/15 07:45:06 INFO : Swift container rclone-test-lukagay0rahe: Container "rclone-test-lukagay0rahe" created both checkfile vs. NFCx2 remote (without normalization) 2025/05/15 07:45:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/15 07:45:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-lukagay0rahe 2025/05/15 07:45:17 NOTICE: Compressed: TestCompressSwift:rclone-test-lukagay0rahe: 1 files missing 2025/05/15 07:45:17 NOTICE: 1 hashes missing 2025/05/15 07:45:17 NOTICE: Compressed: TestCompressSwift:rclone-test-lukagay0rahe: 2 differences found 2025/05/15 07:45:17 NOTICE: Compressed: TestCompressSwift:rclone-test-lukagay0rahe: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/05/15 07:45:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 07:45:17 NOTICE: Compressed: TestCompressSwift:rclone-test-lukagay0rahe: 0 differences found 2025/05/15 07:45:17 NOTICE: Compressed: TestCompressSwift:rclone-test-lukagay0rahe: 1 matching files 2025/05/15 07:45:17 DEBUG : Compressed: TestCompressSwift:rclone-test-lukagay0rahe: Purge remote 2025/05/15 07:45:17 DEBUG : Waiting for deletions to finish 2025/05/15 07:45:17 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/15 07:45:27 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/15 07:45:27 INFO : Swift container rclone-test-lukagay0rahe: Container "rclone-test-lukagay0rahe" removed 2025/05/15 07:45:27 DEBUG : Compressed: TestCompressSwift:rclone-test-dilegol3dupo: Purge remote 2025/05/15 07:45:27 DEBUG : Waiting for deletions to finish 2025/05/15 07:45:28 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/15 07:45:28 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/15 07:45:28 INFO : Swift container rclone-test-dilegol3dupo: Container "rclone-test-dilegol3dupo" removed 2025/05/15 07:45:28 DEBUG : Compressed: TestCompressSwift:rclone-test-damuked4lomi: Purge remote 2025/05/15 07:45:28 DEBUG : Waiting for deletions to finish 2025/05/15 07:45:29 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/15 07:45:29 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/15 07:45:29 INFO : Swift container rclone-test-damuked4lomi: Container "rclone-test-damuked4lomi" removed 2025/05/15 07:45:29 DEBUG : Compressed: TestCompressSwift:rclone-test-mepotus7piho: Purge remote 2025/05/15 07:45:29 DEBUG : Waiting for deletions to finish 2025/05/15 07:45:29 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/15 07:45:30 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/15 07:45:30 INFO : Swift container rclone-test-mepotus7piho: Container "rclone-test-mepotus7piho" removed 2025/05/15 07:45:30 DEBUG : Compressed: TestCompressSwift:rclone-test-yuquyec0bune: Purge remote 2025/05/15 07:45:30 DEBUG : Waiting for deletions to finish 2025/05/15 07:45:30 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/05/15 07:45:35 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/05/15 07:45:36 INFO : Swift container rclone-test-yuquyec0bune: Container "rclone-test-yuquyec0bune" removed 2025/05/15 07:45:36 DEBUG : Compressed: TestCompressSwift:rclone-test-lanuwar5wori: Purge remote 2025/05/15 07:45:36 DEBUG : Waiting for deletions to finish 2025/05/15 07:45:41 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/05/15 07:45:46 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/05/15 07:45:46 INFO : Swift container rclone-test-lanuwar5wori: Container "rclone-test-lanuwar5wori" removed 2025/05/15 07:45:46 DEBUG : Compressed: TestCompressSwift:rclone-test-pererix8jimi: Purge remote 2025/05/15 07:45:46 DEBUG : Waiting for deletions to finish 2025/05/15 07:45:46 INFO : HELLO, WORLD!.json: Deleted 2025/05/15 07:45:46 INFO : HELLO, WORLD!.bin: Deleted 2025/05/15 07:45:47 INFO : Swift container rclone-test-pererix8jimi: Container "rclone-test-pererix8jimi" removed 2025/05/15 07:45:47 DEBUG : Compressed: TestCompressSwift:rclone-test-tihocik6mako: Purge remote 2025/05/15 07:45:47 DEBUG : Waiting for deletions to finish 2025/05/15 07:45:47 INFO : HeLlO, wOrLd!.json: Deleted 2025/05/15 07:45:52 INFO : HeLlO, wOrLd!.bin: Deleted 2025/05/15 07:45:53 INFO : Swift container rclone-test-tihocik6mako: Container "rclone-test-tihocik6mako" removed 2025/05/15 07:45:53 DEBUG : Compressed: TestCompressSwift:rclone-test-litekex9dixa: Purge remote 2025/05/15 07:45:53 DEBUG : Waiting for deletions to finish 2025/05/15 07:45:53 INFO : HELLO, WORLD!.json: Deleted 2025/05/15 07:45:58 INFO : HELLO, WORLD!.bin: Deleted 2025/05/15 07:45:58 INFO : Swift container rclone-test-litekex9dixa: Container "rclone-test-litekex9dixa" removed 2025/05/15 07:45:58 DEBUG : Compressed: TestCompressSwift:rclone-test-fubayis3hexe: Purge remote 2025/05/15 07:45:58 DEBUG : Waiting for deletions to finish 2025/05/15 07:45:58 INFO : hello, world!.json: Deleted 2025/05/15 07:46:03 INFO : hello, world!.bin: Deleted 2025/05/15 07:46:03 INFO : Swift container rclone-test-fubayis3hexe: Container "rclone-test-fubayis3hexe" removed --- PASS: TestApplyTransforms (194.50s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" 2025/05/15 07:46:09 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/15 07:46:20 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/15 07:46:20 INFO : file1: Copied (new) to: sub/file2 2025/05/15 07:46:25 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/15 07:46:25 DEBUG : file1: Unchanged skipping 2025/05/15 07:46:30 DEBUG : Compressed: TestCompressSwift:rclone-test-wegopuj6poyi: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (37.81s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.26s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" 2025/05/15 07:46:48 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-wegopuj6poyi/backup" 2025/05/15 07:46:48 DEBUG : Swift container rclone-test-wegopuj6poyi path backup.json: Auto set use_segments_container to true 2025/05/15 07:46:54 DEBUG : Swift container rclone-test-wegopuj6poyi path backup: Auto set use_segments_container to true 2025/05/15 07:47:00 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/15 07:47:21 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/05/15 07:47:21 INFO : dst/file1: Copied (server-side copy) 2025/05/15 07:47:21 INFO : dst/file1: Deleted 2025/05/15 07:47:27 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/15 07:47:27 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (46.43s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" 2025/05/15 07:47:28 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-wegopuj6poyi/dst" 2025/05/15 07:47:28 DEBUG : Swift container rclone-test-wegopuj6poyi path dst.json: Auto set use_segments_container to true 2025/05/15 07:47:34 DEBUG : Swift container rclone-test-wegopuj6poyi path dst: Auto set use_segments_container to true 2025/05/15 07:47:44 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-wegopuj6poyi/CompareDest" 2025/05/15 07:47:45 DEBUG : Swift container rclone-test-wegopuj6poyi path CompareDest.json: Auto set use_segments_container to true 2025/05/15 07:47:50 DEBUG : Swift container rclone-test-wegopuj6poyi path CompareDest: Auto set use_segments_container to true 2025/05/15 07:47:55 DEBUG : one: Need to transfer - File not found at Destination 2025/05/15 07:48:17 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/15 07:48:17 INFO : one: Copied (new) 2025/05/15 07:48:37 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/15 07:48:53 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/15 07:48:53 INFO : one: Copied (replaced existing) 2025/05/15 07:49:20 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/15 07:49:20 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/15 07:49:20 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/15 07:50:02 DEBUG : two: Need to transfer - File not found at Destination 2025/05/15 07:50:07 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/15 07:50:07 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/15 07:50:28 DEBUG : two: Need to transfer - File not found at Destination 2025/05/15 07:50:28 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/15 07:50:28 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/15 07:50:54 DEBUG : two: Need to transfer - File not found at Destination 2025/05/15 07:50:59 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/05/15 07:51:10 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/05/15 07:51:10 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (274.42s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" 2025/05/15 07:52:02 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-wegopuj6poyi/dst" 2025/05/15 07:52:03 DEBUG : Swift container rclone-test-wegopuj6poyi path dst.json: Auto set use_segments_container to true 2025/05/15 07:52:08 DEBUG : Swift container rclone-test-wegopuj6poyi path dst: Auto set use_segments_container to true 2025/05/15 07:52:19 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-wegopuj6poyi/CopyDest" 2025/05/15 07:52:19 DEBUG : Swift container rclone-test-wegopuj6poyi path CopyDest.json: Auto set use_segments_container to true 2025/05/15 07:52:24 DEBUG : Swift container rclone-test-wegopuj6poyi path CopyDest: Auto set use_segments_container to true 2025/05/15 07:52:30 DEBUG : one: Need to transfer - File not found at Destination 2025/05/15 07:52:50 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/15 07:52:50 INFO : one: Copied (new) 2025/05/15 07:53:01 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/15 07:53:17 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/15 07:53:17 INFO : one: Copied (replaced existing) 2025/05/15 07:53:59 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-wegopuj6poyi/BackupDir" 2025/05/15 07:54:00 DEBUG : Swift container rclone-test-wegopuj6poyi path BackupDir.json: Auto set use_segments_container to true 2025/05/15 07:54:05 DEBUG : Swift container rclone-test-wegopuj6poyi path BackupDir: Auto set use_segments_container to true 2025/05/15 07:54:10 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/15 07:54:11 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/15 07:54:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/15 07:54:42 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/15 07:54:42 INFO : one: Copied (server-side copy) 2025/05/15 07:54:52 INFO : one: Deleted 2025/05/15 07:55:23 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/15 07:55:23 INFO : one: Copied (server-side copy) 2025/05/15 07:55:23 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/05/15 07:56:06 DEBUG : two: Need to transfer - File not found at Destination 2025/05/15 07:56:16 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/15 07:56:37 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/05/15 07:56:37 INFO : two: Copied (server-side copy) 2025/05/15 07:56:37 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/05/15 07:57:04 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/15 07:57:04 DEBUG : two: Unchanged skipping 2025/05/15 07:58:02 DEBUG : three: Need to transfer - File not found at Destination 2025/05/15 07:58:02 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/05/15 07:58:02 DEBUG : three: Destination not found in --copy-dest 2025/05/15 07:58:17 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/05/15 07:58:17 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (468.61s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.35s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.10s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" 2025/05/15 07:59:57 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/05/15 08:00:13 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/15 08:00:13 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/05/15 08:00:23 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/05/15 08:00:34 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/05/15 08:00:34 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy5.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-wegopuj6poyi/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/05/15 08:00:45 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/05/15 08:00:55 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/05/15 08:01:06 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 13cdf3a2cbdeae6dbebea4feb07dd99d OK 2025/05/15 08:01:06 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (105.91s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.24s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.19s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.10s) === RUN TestDeduplicateFirst run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.11s) === RUN TestDeduplicateNewest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", 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-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" 2025/05/15 08:02:47 INFO : Compressed: TestCompressSwift:rclone-test-wegopuj6poyi: Looking for duplicate md5 hashes using newest mode. 2025/05/15 08:02:53 NOTICE: 2b368f8474f0a414e67f6b42e4c33bd1: Found 3 files with duplicate md5 hashes 2025/05/15 08:02:58 INFO : one: Deleted 2025/05/15 08:03:04 INFO : also/one: Deleted 2025/05/15 08:03:04 NOTICE: 2b368f8474f0a414e67f6b42e4c33bd1: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (101.78s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.18s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.18s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.10s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.11s) === RUN TestMergeDirs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", 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-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" 2025/05/15 08:05:09 DEBUG : a.txt: Excluded (Size Filter) 2025/05/15 08:05:09 DEBUG : a.txt: Excluded 2025/05/15 08:05:09 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/15 08:05:09 DEBUG : sub dir/hello world: Excluded 2025/05/15 08:05:09 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/15 08:05:09 DEBUG : sub dir/hello world2: Excluded 2025/05/15 08:05:09 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/15 08:05:09 DEBUG : sub dir/hello world: Excluded 2025/05/15 08:05:09 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/15 08:05:09 DEBUG : sub dir/hello world2: Excluded 2025/05/15 08:05:14 DEBUG : sub dir/ignore dir: Excluded 2025/05/15 08:05:19 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (186.24s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" 2025/05/15 08:08:16 DEBUG : a.txt: Excluded (Size Filter) 2025/05/15 08:08:16 DEBUG : a.txt: Excluded 2025/05/15 08:08:16 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/15 08:08:16 DEBUG : sub dir/hello world: Excluded 2025/05/15 08:08:16 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/15 08:08:16 DEBUG : sub dir/hello world2: Excluded 2025/05/15 08:08:16 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/15 08:08:16 DEBUG : sub dir/hello world: Excluded 2025/05/15 08:08:16 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/15 08:08:16 DEBUG : sub dir/hello world2: Excluded 2025/05/15 08:08:22 DEBUG : sub dir/ignore dir: Excluded 2025/05/15 08:08:27 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (182.64s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", 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 (91.10s) --- PASS: TestListJSON/Default (5.28s) --- PASS: TestListJSON/FilesOnly (5.33s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (11.40s) --- PASS: TestListJSON/SubDir (0.18s) --- PASS: TestListJSON/NoModTime (5.14s) --- PASS: TestListJSON/NoMimeType (0.10s) --- PASS: TestListJSON/ShowHash (5.19s) --- PASS: TestListJSON/HashTypes (10.19s) --- PASS: TestListJSON/Metadata (5.19s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", 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/05/15 08:11:44 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-wegopuj6poyi/notfound" 2025/05/15 08:11:44 DEBUG : Config file has changed externally - reloading 2025/05/15 08:11:44 DEBUG : Swift container rclone-test-wegopuj6poyi path notfound.json: Auto set use_segments_container to true 2025/05/15 08:12:05 DEBUG : Swift container rclone-test-wegopuj6poyi path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (90.36s) --- PASS: TestStatJSON/Root (0.05s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.14s) --- PASS: TestStatJSON/Dir (5.17s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.55s) --- PASS: TestStatJSON/File (0.14s) --- PASS: TestStatJSON/NotFound (5.20s) --- PASS: TestStatJSON/DirFilesOnly (5.05s) --- 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 (26.29s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" 2025/05/15 08:12:31 INFO : Compressed: TestCompressSwift:rclone-test-wegopuj6poyi: Making directory 2025/05/15 08:12:31 INFO : Compressed: TestCompressSwift:rclone-test-wegopuj6poyi: Making directory --- PASS: TestMkdir (0.29s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" --- PASS: TestLsd (26.46s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" --- PASS: TestLs (12.47s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" 2025/05/15 08:13:22 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/05/15 08:13:22 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (17.49s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" --- PASS: TestLsLong (12.46s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (13.08s) --- PASS: TestHashSums/Md5 (0.25s) --- PASS: TestHashSums/Md5Download (0.22s) === RUN TestHashSumsWithErrors 2025/05/15 08:13:53 DEBUG : Creating backend with remote ":memory:" 2025/05/15 08:13:53 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/05/15 08:13:53 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/15 08:13:53 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/15 08:13:53 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/15 08:13:53 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/15 08:13:53 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/15 08:13:53 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/15 08:13:53 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/05/15 08:13:53 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-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" --- PASS: TestCount (36.88s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" 2025/05/15 08:15:28 DEBUG : Waiting for deletions to finish 2025/05/15 08:15:28 DEBUG : large: Excluded (Size Filter) 2025/05/15 08:15:39 INFO : medium: Deleted 2025/05/15 08:15:44 INFO : small: Deleted --- PASS: TestDelete (94.22s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" 2025/05/15 08:17:02 DEBUG : Waiting for deletions to finish 2025/05/15 08:17:02 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/05/15 08:17:17 INFO : medium: Deleted 2025/05/15 08:17:17 INFO : large: Deleted --- PASS: TestMaxDelete (88.78s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" 2025/05/15 08:18:35 DEBUG : Waiting for deletions to finish 2025/05/15 08:18:35 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/05/15 08:18:51 INFO : small: Deleted 2025/05/15 08:18:51 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (103.62s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" 2025/05/15 08:20:29 DEBUG : Waiting for deletions to finish 2025/05/15 08:20:29 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/05/15 08:20:39 INFO : large: Deleted 2025/05/15 08:20:44 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (108.02s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" --- PASS: TestReadFile (46.85s) === RUN TestRetry 2025/05/15 08:21:52 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/05/15 08:21:52 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/05/15 08:21:52 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/15 08:21:52 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/15 08:21:52 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/15 08:21:52 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/15 08:21:52 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-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" --- PASS: TestCat (70.11s) === RUN TestPurge 2025/05/15 08:23:02 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-peticij3gilo" 2025/05/15 08:23:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 08:23:02 DEBUG : Swift container rclone-test-peticij3gilo.json: Auto set use_segments_container to true 2025/05/15 08:23:03 DEBUG : Swift container rclone-test-peticij3gilo: Auto set use_segments_container to true 2025/05/15 08:23:03 DEBUG : Creating backend with remote "/tmp/rclone2569887112" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-peticij3gilo", Local "Local file system at /tmp/rclone2569887112", Modify Window "1ns" 2025/05/15 08:23:03 INFO : Swift container rclone-test-peticij3gilo: Container "rclone-test-peticij3gilo" created 2025/05/15 08:23:15 INFO : A2: Making directory 2025/05/15 08:23:15 INFO : A1/B2: Making directory 2025/05/15 08:23:15 INFO : A1/B2/C2: Making directory 2025/05/15 08:23:15 INFO : A1/B1/C3: Making directory 2025/05/15 08:23:15 INFO : A3: Making directory 2025/05/15 08:23:15 INFO : A3/B3: Making directory 2025/05/15 08:23:15 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/05/15 08:23:26 DEBUG : Waiting for deletions to finish 2025/05/15 08:23:26 INFO : A1/B1/C1/one.bin: Deleted 2025/05/15 08:23:31 INFO : A1/B1/C1/one.json: 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/05/15 08:23:31 DEBUG : Waiting for deletions to finish 2025/05/15 08:23:32 INFO : A1/two.json: Deleted 2025/05/15 08:23:42 INFO : A1/two.bin: Deleted 2025/05/15 08:23:42 INFO : Swift container rclone-test-peticij3gilo: Container "rclone-test-peticij3gilo" removed 2025/05/15 08:23:42 DEBUG : Compressed: TestCompressSwift:rclone-test-peticij3gilo: Purge remote 2025/05/15 08:23:42 DEBUG : Waiting for deletions to finish 2025/05/15 08:23:42 NOTICE: purge failed: directory not found --- PASS: TestPurge (39.87s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" 2025/05/15 08:23:52 INFO : A2: Making directory 2025/05/15 08:23:52 INFO : A1/B2: Making directory 2025/05/15 08:23:52 INFO : A1/B2/C2: Making directory 2025/05/15 08:23:52 INFO : A1/B1/C3: Making directory 2025/05/15 08:23:52 INFO : A3: Making directory 2025/05/15 08:23:52 INFO : A3/B3: Making directory 2025/05/15 08:23:52 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/05/15 08:24:04 DEBUG : removing 1 level 3 directories 2025/05/15 08:24:04 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/05/15 08:24:21 DEBUG : removing 1 level 0 directories 2025/05/15 08:24:21 INFO : Compressed: TestCompressSwift:rclone-test-wegopuj6poyi: Removing directory 2025/05/15 08:24:21 INFO : Swift container rclone-test-wegopuj6poyi: Container "rclone-test-wegopuj6poyi" removed --- PASS: TestRmdirsNoLeaveRoot (39.41s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" 2025/05/15 08:24:22 INFO : Swift container rclone-test-wegopuj6poyi: Container "rclone-test-wegopuj6poyi" created 2025/05/15 08:24:22 INFO : A1: Making directory 2025/05/15 08:24:22 INFO : A1/B1: Making directory 2025/05/15 08:24:22 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-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" 2025/05/15 08:24:22 INFO : A1: Making directory 2025/05/15 08:24:22 INFO : A1/B1: Making directory 2025/05/15 08:24:22 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.25s) === RUN TestCopyURL run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" 2025/05/15 08:24:43 DEBUG : filename.txt: File name found in url 2025/05/15 08:24:55 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (56.54s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" 2025/05/15 08:25:24 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/15 08:25:34 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/15 08:25:34 INFO : file1: Copied (new) to: sub/file2 2025/05/15 08:25:34 INFO : file1: Deleted 2025/05/15 08:25:44 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/15 08:25:44 DEBUG : file1: Unchanged skipping 2025/05/15 08:25:44 INFO : file1: Deleted 2025/05/15 08:25:50 DEBUG : Compressed: TestCompressSwift:rclone-test-wegopuj6poyi: don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (46.85s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" 2025/05/15 08:26:10 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/15 08:26:21 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/15 08:26:21 INFO : file1: Copied (new) 2025/05/15 08:26:21 INFO : file1: Deleted 2025/05/15 08:26:27 DEBUG : file1: Destination exists, skipping 2025/05/15 08:26:27 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (27.57s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFile (0.28s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.10s) === RUN TestMoveFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" 2025/05/15 08:26:39 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-wegopuj6poyi/backup" 2025/05/15 08:26:39 DEBUG : Config file has changed externally - reloading 2025/05/15 08:26:40 DEBUG : Swift container rclone-test-wegopuj6poyi path backup.json: Auto set use_segments_container to true 2025/05/15 08:26:45 DEBUG : Swift container rclone-test-wegopuj6poyi path backup: Auto set use_segments_container to true 2025/05/15 08:26:50 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/15 08:27:11 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/05/15 08:27:11 INFO : dst/file1: Copied (server-side copy) 2025/05/15 08:27:11 INFO : dst/file1: Deleted 2025/05/15 08:27:17 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/15 08:27:17 INFO : dst/file1: Copied (new) 2025/05/15 08:27:17 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (45.05s) === 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-wegopuj6poyi", Local "Local file system at /tmp/rclone2381228000", Modify Window "1ns" 2025/05/15 08:28:17 INFO : A1/B2: Making directory 2025/05/15 08:28:17 INFO : A1/B1/C3: Making directory fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B1/C3" 2025/05/15 08:28:59 DEBUG : A1/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/05/15 08:28:59 INFO : A1/B1/C1/four: Copied (server-side copy) to: A2/B1/C1/four 2025/05/15 08:29:00 INFO : A1/B1/C1/four: Deleted 2025/05/15 08:29:05 DEBUG : A1/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/05/15 08:29:05 INFO : A1/two: Copied (server-side copy) to: A2/two 2025/05/15 08:29:09 DEBUG : A1/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/05/15 08:29:09 INFO : A1/B1/three: Copied (server-side copy) to: A2/B1/three 2025/05/15 08:29:10 INFO : A1/two: Deleted 2025/05/15 08:29:15 DEBUG : A1/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/15 08:29:15 INFO : A1/one: Copied (server-side copy) to: A2/one 2025/05/15 08:29:15 INFO : A1/B1/three: Deleted 2025/05/15 08:29:19 DEBUG : A1/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/05/15 08:29:19 INFO : A1/B1/C2/five: Copied (server-side copy) to: A2/B1/C2/five 2025/05/15 08:29:25 INFO : A1/one: Deleted 2025/05/15 08:29:30 INFO : A1/B1/C2/five: Deleted fstest.go:244: Filtering empty directory "A2/B2" fstest.go:244: Filtering empty directory "A2/B1/C3" 2025/05/15 08:30:12 DEBUG : A2/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/05/15 08:30:12 INFO : A2/two: Copied (server-side copy) to: A3/two 2025/05/15 08:30:12 INFO : A2/two: Deleted 2025/05/15 08:30:17 DEBUG : A2/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/05/15 08:30:17 INFO : A2/B1/C1/four: Copied (server-side copy) to: A3/B1/C1/four 2025/05/15 08:30:17 INFO : A2/B1/C1/four: Deleted 2025/05/15 08:30:32 DEBUG : A2/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/05/15 08:30:32 INFO : A2/B1/three: Copied (server-side copy) to: A3/B1/three 2025/05/15 08:30:32 DEBUG : A2/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/05/15 08:30:32 INFO : A2/B1/C2/five: Copied (server-side copy) to: A3/B1/C2/five 2025/05/15 08:30:37 DEBUG : A2/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/15 08:30:37 INFO : A2/one: Copied (server-side copy) to: A3/one 2025/05/15 08:30:37 INFO : A2/B1/three: Deleted panic: test timed out after 1h0m0s running tests: TestDirMove (3m23s) goroutine 9994 [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, 3 minutes]: testing.(*T).Run(0xc0003524e0, {0x25f55eb?, 0x0?}, 0x2738030) /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(0xc0003524e0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2168 +0x37 testing.tRunner(0xc0003524e0, 0xc000551c18) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 testing.runTests(0xc000895f50, {0x3d23960, 0x6d, 0x6d}, {0x3d383c0?, 0x1?, 0x3d383c0?}) /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(0xc0004d2780) /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(0xc0004d2780) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:69 +0xa5 github.com/rclone/rclone/fs/operations_test.TestMain(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:61 main.main() _testmain.go:265 +0xa9 goroutine 257 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 247 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 52 [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 53 [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 9561 [semacquire, 2 minutes]: 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(0xc0009de1b0?) /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(0xc000b12dc0) /home/rclone/go/pkg/mod/golang.org/x/sync@v0.12.0/errgroup/errgroup.go:56 +0x25 github.com/rclone/rclone/fs/operations.DirMove({0x2a15ea0, 0x3d5b8a0}, {0x2a2a400, 0xc00056e980}, {0x29dd6b0, 0x2}, {0x25ded4f, 0x2}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2473 +0x7f5 github.com/rclone/rclone/fs/operations_test.TestDirMove(0xc000353040) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1405 +0xbdd testing.tRunner(0xc000353040, 0x2738030) /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 3272 [chan receive, 47 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 2839 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 219 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 209 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3114 [chan receive, 47 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 2839 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3520 [chan receive, 46 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 2839 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3366 [chan receive, 46 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 2839 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8125 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc000386e00) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:343 +0x13d created by github.com/rclone/rclone/fs/accounting.(*StatsInfo)._startAverageLoop in goroutine 8124 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:408 +0xb6 goroutine 9657 [IO wait]: internal/poll.runtime_pollWait(0x7f2e50f0e360, 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(0xc00056ec00?, 0xc0007ef980?, 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(0xc00056ec00, {0xc0007ef980, 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(0xc00056ec00, {0xc0007ef980?, 0xc0006dafd0?, 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(0xc000884148, {0xc0007ef980?, 0x3d383c0?, 0xc00009b9d0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/net.go:189 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000894af8, {0xc0007ef980?, 0x18?, 0x7f2e50463860?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc0000133b0, {0xc0007ef980?, 0x0?, 0xc0000133b0?}) /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(0xc0006db0b8, {0x29f00e0, 0xc0000133b0}) /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(0xc0006dae08, {0x7f2e50488458, 0xc000894af8}, 0xc00009ba40?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc0006dae08, 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(0xc0006dae08, {0xc0009f6000, 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(0xc000757440, {0xc0009f6000?, 0x81d5e5?, 0x2159720?}) /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(0xc00096a600) /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(0xc00096a600, 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(0xc000757440) /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 9643 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 1484 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1474 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 176 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 166 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 515 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 489 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2840 [chan receive, 48 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 2839 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3163 [chan receive, 47 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 2839 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 688 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 678 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 9831 [IO wait]: internal/poll.runtime_pollWait(0x7f2e50f0e150, 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(0xc0001d4880?, 0xc00192e000?, 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(0xc0001d4880, {0xc00192e000, 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(0xc0001d4880, {0xc00192e000?, 0xc0000a0898?, 0x425825?}) /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(0xc00060e180, {0xc00192e000?, 0x41261e?, 0x7f2e50461d80?}) /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(0xc0009842d0, {0xc00192e000?, 0x18?, 0x7f2e50525948?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000610018, {0xc00192e000?, 0x0?, 0xc000610018?}) /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(0xc000583b38, {0x29f00e0, 0xc000610018}) /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(0xc000583888, {0x7f2e50488458, 0xc0009842d0}, 0xc0000a0a40?) /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(0xc000583888, 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(0xc000583888, {0xc00062f000, 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(0xc000274ea0, {0xc00062f000?, 0x81d5e5?, 0x2159720?}) /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(0xc000987800) /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(0xc000987800, 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(0xc000274ea0) /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 9819 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 3448 [chan receive, 46 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 2839 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 941 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 931 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 9959 [select]: net/http.(*persistConn).roundTrip(0xc000758b40, 0xc00080b0e0) /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(0xc000439380, 0xc0000e1e00) /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(0xc0003a8540, 0xc0000e1e00) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc0000e1e00, {0x29ef960, 0xc0003a8540}, {0x760c01?, 0x2a15fb8?, 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(0xc0009de0f0, 0xc0000e1e00, {0xc00090f6f8?, 0xc00090f5d8?, 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(0xc0009de0f0, 0xc0000e1e00) /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 9851 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 431 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 421 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 343 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 301 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 9993 [select]: net/http.(*persistConn).roundTrip(0xc000274ea0, 0xc000ad9220) /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(0xc000439380, 0xc000ac7540) /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(0xc0003a8540, 0xc000ac7540) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc000ac7540, {0x29ef960, 0xc0003a8540}, {0x45ee01?, 0xc000078290?, 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(0xc0009de0f0, 0xc000ac7540, {0xc00090e6e8?, 0x453612?, 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(0xc0009de0f0, 0xc000ac7540) /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 9849 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 793 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 671 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3600 [chan receive, 45 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 2839 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 551 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 525 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 751 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 741 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1008 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 998 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1198 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1188 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 623 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 614 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 872 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 830 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1075 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1049 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1437 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1427 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1249 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1239 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 9658 [select]: net/http.(*persistConn).writeLoop(0xc000757440) /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 9643 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 1356 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1346 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 9669 [select]: net/http.(*persistConn).writeLoop(0xc000596900) /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 9493 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 1299 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1161 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2964 [chan receive, 48 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 2839 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1408 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1398 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2942 [chan receive, 48 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 2839 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9655 [IO wait]: internal/poll.runtime_pollWait(0x7f2e50f0de38, 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(0xc0001d4180?, 0xc0001b6c80?, 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(0xc0001d4180, {0xc0001b6c80, 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(0xc0001d4180, {0xc0001b6c80?, 0xc0005836d0?, 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(0xc00060e0e0, {0xc0001b6c80?, 0x3d383c0?, 0xc0000a19d0?}) /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(0xc0009840a8, {0xc0001b6c80?, 0x18?, 0xc0000a1998?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc0008dedb0, {0xc0001b6c80?, 0x0?, 0xc0008dedb0?}) /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(0xc0005837b8, {0x29f00e0, 0xc0008dedb0}) /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(0xc000583508, {0x7f2e50488458, 0xc0009840a8}, 0xc0000a1a40?) /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(0xc000583508, 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(0xc000583508, {0xc0009f2000, 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(0xc000758b40, {0xc0009f2000?, 0x81d5e5?, 0x2159720?}) /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(0xc00096a300) /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(0xc00096a300, 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(0xc000758b40) /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 9600 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 9851 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc000505a40, 0xc000b151a0, 0xc0000e1e00) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc000505a40, {0x2a15fb8, 0xc00080b590}, {0xc0008a95e0, 0x4f}, {{0xc0007a0f00, 0x18}, {0xc0007a0f19, 0x11}, {0x25e73e7, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc000505a40, {0x2a15fb8, 0xc00080b590}, {{0xc0007a0f00, 0x18}, {0xc0007a0f19, 0x11}, {0x25e73e7, 0x6}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).ObjectDelete(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:1901 github.com/rclone/rclone/backend/swift.(*Object).Remove.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1620 +0x105 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x50?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc00081a600, 0xc00080b040, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc00081a600, 0xc00080b040) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Object).Remove(0xc000b775c0, {0x2a15fb8, 0xc00080b590}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1619 +0x29b github.com/rclone/rclone/backend/compress.(*Object).Remove(0xc00080b450, {0x2a15fb8, 0xc00080b590}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1144 +0xc3 github.com/rclone/rclone/fs/operations.DeleteFileWithBackupDir({0x2a15fb8, 0xc00080b590}, {0x2a2a470, 0xc00080b450}, {0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:565 +0x27a github.com/rclone/rclone/fs/operations.DeleteFile(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:581 github.com/rclone/rclone/fs/operations.move({0x2a15fb8, 0xc00080b590}, {0x2a2a400, 0xc00056e980}, {0x0, 0x0}, {0xc00185e130, 0xd}, {0x2a2a470, 0xc00080b450}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:497 +0xa85 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.12.0/errgroup/errgroup.go:78 +0x50 created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 9561 /home/rclone/go/pkg/mod/golang.org/x/sync@v0.12.0/errgroup/errgroup.go:75 +0x96 goroutine 9498 [select]: net/http.(*persistConn).writeLoop(0xc000b2ad80) /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 9616 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 8464 [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 8463 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9656 [select]: net/http.(*persistConn).writeLoop(0xc000758b40) /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 9600 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 9832 [select]: net/http.(*persistConn).writeLoop(0xc000274ea0) /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 9819 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 9668 [IO wait]: internal/poll.runtime_pollWait(0x7f2e50f0dd30, 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(0xc0003e8480?, 0xc0007f2c80?, 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(0xc0003e8480, {0xc0007f2c80, 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(0xc0003e8480, {0xc0007f2c80?, 0xc0018fe1d0?, 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(0xc000800188, {0xc0007f2c80?, 0x3d383c0?, 0xc000a0b9d0?}) /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(0xc0008d8a38, {0xc0007f2c80?, 0x18?, 0x7f2e505267a8?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc0008ded80, {0xc0007f2c80?, 0x0?, 0xc0008ded80?}) /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(0xc0018fe2b8, {0x29f00e0, 0xc0008ded80}) /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(0xc0018fe008, {0x7f2e50488458, 0xc0008d8a38}, 0xc000a0ba40?) /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(0xc0018fe008, 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(0xc0018fe008, {0xc000a00000, 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(0xc000596900, {0xc000a00000?, 0x81d5e5?, 0x2159720?}) /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(0xc000380fc0) /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(0xc000380fc0, 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(0xc000596900) /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 9493 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 9497 [IO wait]: internal/poll.runtime_pollWait(0x7f2e50f0e678, 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(0xc00034c200?, 0xc0001b8600?, 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(0xc00034c200, {0xc0001b8600, 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(0xc00034c200, {0xc0001b8600?, 0xc0006541d0?, 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(0xc001908110, {0xc0001b8600?, 0x3d383c0?, 0xc000aec9d0?}) /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(0xc0006f7068, {0xc0001b8600?, 0x18?, 0x7f2e50478ab8?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc0008debb8, {0xc0001b8600?, 0x0?, 0xc0008debb8?}) /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(0xc0006542b8, {0x29f00e0, 0xc0008debb8}) /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(0xc000654008, {0x7f2e50488458, 0xc0006f7068}, 0xc000aeca40?) /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(0xc000654008, 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(0xc000654008, {0xc0006f8000, 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(0xc000b2ad80, {0xc0006f8000?, 0x81d5e5?, 0x2159720?}) /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(0xc001820de0) /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(0xc001820de0, 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(0xc000b2ad80) /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 9616 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 9849 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc000505a40, 0xc001925aa0, 0xc000ac7540) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc000505a40, {0x2a15fb8, 0xc00080b590}, {0xc0008a95e0, 0x4f}, {{0xc0018def60, 0x18}, {0xc0018def79, 0xb}, {0x25e73e7, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc000505a40, {0x2a15fb8, 0xc00080b590}, {{0xc0018def60, 0x18}, {0xc0018def79, 0xb}, {0x25e73e7, 0x6}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).ObjectDelete(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:1901 github.com/rclone/rclone/backend/swift.(*Object).Remove.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1620 +0x105 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x50?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc00081a600, 0xc000ad9180, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc00081a600, 0xc000ad9180) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Object).Remove(0xc0006fe4e0, {0x2a15fb8, 0xc00080b590}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1619 +0x29b github.com/rclone/rclone/backend/compress.(*Object).Remove(0xc00080b4f0, {0x2a15fb8, 0xc00080b590}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1143 +0x9a github.com/rclone/rclone/fs/operations.DeleteFileWithBackupDir({0x2a15fb8, 0xc00080b590}, {0x2a2a470, 0xc00080b4f0}, {0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:565 +0x27a github.com/rclone/rclone/fs/operations.DeleteFile(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:581 github.com/rclone/rclone/fs/operations.move({0x2a15fb8, 0xc00080b590}, {0x2a2a400, 0xc00056e980}, {0x0, 0x0}, {0xc00185e160, 0x6}, {0x2a2a470, 0xc00080b4f0}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:497 +0xa85 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.12.0/errgroup/errgroup.go:78 +0x50 created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 9561 /home/rclone/go/pkg/mod/golang.org/x/sync@v0.12.0/errgroup/errgroup.go:75 +0x96 "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m0.845605467s (try 3/5): exit status 2: Failed []