"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 2/5) 2025/04/10 05:18:52 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jorekat5vije" 2025/04/10 05:18:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/10 05:18:52 DEBUG : Swift container rclone-test-jorekat5vije.json: Auto set use_segments_container to true 2025/04/10 05:18:53 DEBUG : Swift container rclone-test-jorekat5vije: Auto set use_segments_container to true 2025/04/10 05:18:53 DEBUG : Creating backend with remote "/tmp/rclone4072278379" === 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-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.22s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.06s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/04/10 05:18:53 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/10 05:18:53 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/10 05:18:53 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/04/10 05:18:53 DEBUG : potato: Seek from 10 to 0 2025/04/10 05:18:53 DEBUG : potato: Seek from 10 to 0 2025/04/10 05:18:53 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/04/10 05:18:53 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/10 05:18:53 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/10 05:18:53 DEBUG : potato: Seek from 5 to 2 2025/04/10 05:18:53 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/04/10 05:18:53 DEBUG : potato: Seek from 7 to 0 2025/04/10 05:18:53 DEBUG : potato: Seek from 7 to 0 2025/04/10 05:18:53 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/04/10 05:18:53 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/10 05:18:53 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/10 05:18:53 DEBUG : potato: Seek from 5 to 2 2025/04/10 05:18:53 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/04/10 05:18:53 DEBUG : potato: Seek from 8 to 0 2025/04/10 05:18:53 DEBUG : potato: Seek from 8 to 0 2025/04/10 05:18:53 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/04/10 05:18:53 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/10 05:18:53 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/10 05:18:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/10 05:18:53 DEBUG : potato: Seek from 5 to 2 2025/04/10 05:18:53 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/04/10 05:18:53 DEBUG : potato: Seek from 9 to 0 2025/04/10 05:18:53 DEBUG : potato: Seek from 9 to 0 2025/04/10 05:18:53 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-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" 2025/04/10 05:18:53 INFO : Swift container rclone-test-jorekat5vije: Container "rclone-test-jorekat5vije" 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.37s) --- PASS: TestCheck/1 (0.22s) --- PASS: TestCheck/2 (0.14s) --- PASS: TestCheck/3 (0.18s) --- PASS: TestCheck/4 (0.32s) --- PASS: TestCheck/5 (0.17s) --- PASS: TestCheck/6 (0.17s) --- PASS: TestCheck/7 (0.35s) === RUN TestCheckFsError 2025/04/10 05:19:42 DEBUG : Creating backend with remote "nonexistent" 2025/04/10 05:19:42 DEBUG : Creating backend with remote "nonexistent" 2025/04/10 05:19:42 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/04/10 05:19:42 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/04/10 05:19:42 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/04/10 05:19:42 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-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", 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 (46.71s) --- PASS: TestCheckDownload/1 (0.21s) --- PASS: TestCheckDownload/2 (0.19s) --- PASS: TestCheckDownload/3 (0.40s) --- PASS: TestCheckDownload/4 (0.23s) --- PASS: TestCheckDownload/5 (0.22s) --- PASS: TestCheckDownload/6 (0.23s) --- PASS: TestCheckDownload/7 (0.26s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", 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.45s) --- PASS: TestCheckSizeOnly/1 (0.08s) --- PASS: TestCheckSizeOnly/2 (0.05s) --- PASS: TestCheckSizeOnly/3 (0.05s) --- PASS: TestCheckSizeOnly/4 (0.05s) --- PASS: TestCheckSizeOnly/5 (0.18s) --- PASS: TestCheckSizeOnly/6 (0.05s) --- PASS: TestCheckSizeOnly/7 (0.05s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" 2025/04/10 05:21:40 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/10 05:21:40 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/10 05:21:40 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/10 05:21:40 NOTICE: test.sum: 2 warning(s) suppressed... 2025/04/10 05:22:01 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/10 05:22:01 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/10 05:22:01 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/10 05:22:01 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (57.90s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" 2025/04/10 05:22:12 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jorekat5vije/data" 2025/04/10 05:22:12 DEBUG : Swift container rclone-test-jorekat5vije path data.json: Auto set use_segments_container to true 2025/04/10 05:22:18 DEBUG : Swift container rclone-test-jorekat5vije 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 (273.30s) --- PASS: TestCheckSum/subtest1 (20.38s) --- PASS: TestCheckSum/subtest2 (10.76s) --- PASS: TestCheckSum/subtest3 (5.73s) --- PASS: TestCheckSum/subtest4 (5.44s) --- PASS: TestCheckSum/subtest5 (0.44s) --- PASS: TestCheckSum/subtest6 (10.48s) --- PASS: TestCheckSum/subtest7 (10.46s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" 2025/04/10 05:26:45 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jorekat5vije/data" 2025/04/10 05:26:45 DEBUG : Swift container rclone-test-jorekat5vije path data.json: Auto set use_segments_container to true 2025/04/10 05:26:51 DEBUG : Swift container rclone-test-jorekat5vije 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 (266.50s) --- PASS: TestCheckSumDownload/subtest1 (5.41s) --- PASS: TestCheckSumDownload/subtest2 (10.44s) --- PASS: TestCheckSumDownload/subtest3 (10.58s) --- PASS: TestCheckSumDownload/subtest4 (10.53s) --- PASS: TestCheckSumDownload/subtest5 (0.45s) --- PASS: TestCheckSumDownload/subtest6 (0.39s) --- PASS: TestCheckSumDownload/subtest7 (5.39s) === RUN TestApplyTransforms 2025/04/10 05:31:11 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-calaqim2miha" 2025/04/10 05:31:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/10 05:31:12 DEBUG : Swift container rclone-test-calaqim2miha.json: Auto set use_segments_container to true 2025/04/10 05:31:13 DEBUG : Swift container rclone-test-calaqim2miha: Auto set use_segments_container to true 2025/04/10 05:31:13 DEBUG : Creating backend with remote "/tmp/rclone3219994304" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-calaqim2miha", Local "Local file system at /tmp/rclone3219994304", Modify Window "1ns" 2025/04/10 05:31:13 INFO : Swift container rclone-test-calaqim2miha: Container "rclone-test-calaqim2miha" created upper checkfile vs. lower remote (without normalization) 2025/04/10 05:31:24 ERROR : hello, world!: sum not found 2025/04/10 05:31:24 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-calaqim2miha 2025/04/10 05:31:24 NOTICE: Compressed: TestCompressSwift:rclone-test-calaqim2miha: 1 files missing 2025/04/10 05:31:24 NOTICE: 1 hashes missing 2025/04/10 05:31:24 NOTICE: Compressed: TestCompressSwift:rclone-test-calaqim2miha: 2 differences found 2025/04/10 05:31:24 NOTICE: Compressed: TestCompressSwift:rclone-test-calaqim2miha: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/04/10 05:31:24 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/10 05:31:24 NOTICE: Compressed: TestCompressSwift:rclone-test-calaqim2miha: 0 differences found 2025/04/10 05:31:24 NOTICE: Compressed: TestCompressSwift:rclone-test-calaqim2miha: 1 matching files 2025/04/10 05:31:24 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yezadav8winu" 2025/04/10 05:31:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/10 05:31:25 DEBUG : Swift container rclone-test-yezadav8winu.json: Auto set use_segments_container to true 2025/04/10 05:31:25 DEBUG : Swift container rclone-test-yezadav8winu: Auto set use_segments_container to true 2025/04/10 05:31:25 DEBUG : Creating backend with remote "/tmp/rclone799029492" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yezadav8winu", Local "Local file system at /tmp/rclone799029492", Modify Window "1ns" 2025/04/10 05:31:26 INFO : Swift container rclone-test-yezadav8winu: Container "rclone-test-yezadav8winu" created lower checkfile vs. upper remote (without normalization) 2025/04/10 05:31:36 ERROR : HELLO, WORLD!: sum not found 2025/04/10 05:31:36 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-yezadav8winu 2025/04/10 05:31:36 NOTICE: Compressed: TestCompressSwift:rclone-test-yezadav8winu: 1 files missing 2025/04/10 05:31:36 NOTICE: 1 hashes missing 2025/04/10 05:31:36 NOTICE: Compressed: TestCompressSwift:rclone-test-yezadav8winu: 2 differences found 2025/04/10 05:31:36 NOTICE: Compressed: TestCompressSwift:rclone-test-yezadav8winu: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/04/10 05:31:37 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/10 05:31:37 NOTICE: Compressed: TestCompressSwift:rclone-test-yezadav8winu: 0 differences found 2025/04/10 05:31:37 NOTICE: Compressed: TestCompressSwift:rclone-test-yezadav8winu: 1 matching files 2025/04/10 05:31:37 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-lefilex3wini" 2025/04/10 05:31:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/10 05:31:37 DEBUG : Swift container rclone-test-lefilex3wini.json: Auto set use_segments_container to true 2025/04/10 05:31:38 DEBUG : Swift container rclone-test-lefilex3wini: Auto set use_segments_container to true 2025/04/10 05:31:38 DEBUG : Creating backend with remote "/tmp/rclone644752664" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-lefilex3wini", Local "Local file system at /tmp/rclone644752664", Modify Window "1ns" 2025/04/10 05:31:38 INFO : Swift container rclone-test-lefilex3wini: Container "rclone-test-lefilex3wini" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/04/10 05:31:54 ERROR : HeLlO, wOrLd!: sum not found 2025/04/10 05:31:54 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-lefilex3wini 2025/04/10 05:31:54 NOTICE: Compressed: TestCompressSwift:rclone-test-lefilex3wini: 1 files missing 2025/04/10 05:31:54 NOTICE: 1 hashes missing 2025/04/10 05:31:54 NOTICE: Compressed: TestCompressSwift:rclone-test-lefilex3wini: 2 differences found 2025/04/10 05:31:54 NOTICE: Compressed: TestCompressSwift:rclone-test-lefilex3wini: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/04/10 05:31:54 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/10 05:31:54 NOTICE: Compressed: TestCompressSwift:rclone-test-lefilex3wini: 0 differences found 2025/04/10 05:31:54 NOTICE: Compressed: TestCompressSwift:rclone-test-lefilex3wini: 1 matching files 2025/04/10 05:31:54 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yegajuk6leqi" 2025/04/10 05:31:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/10 05:31:55 DEBUG : Swift container rclone-test-yegajuk6leqi.json: Auto set use_segments_container to true 2025/04/10 05:31:55 DEBUG : Swift container rclone-test-yegajuk6leqi: Auto set use_segments_container to true 2025/04/10 05:31:55 DEBUG : Creating backend with remote "/tmp/rclone3686895444" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yegajuk6leqi", Local "Local file system at /tmp/rclone3686895444", Modify Window "1ns" 2025/04/10 05:31:56 INFO : Swift container rclone-test-yegajuk6leqi: Container "rclone-test-yegajuk6leqi" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/04/10 05:32:03 ERROR : HELLO, WORLD!: sum not found 2025/04/10 05:32:03 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-yegajuk6leqi 2025/04/10 05:32:03 NOTICE: Compressed: TestCompressSwift:rclone-test-yegajuk6leqi: 1 files missing 2025/04/10 05:32:03 NOTICE: 1 hashes missing 2025/04/10 05:32:03 NOTICE: Compressed: TestCompressSwift:rclone-test-yegajuk6leqi: 2 differences found 2025/04/10 05:32:03 NOTICE: Compressed: TestCompressSwift:rclone-test-yegajuk6leqi: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/04/10 05:32:03 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/10 05:32:03 NOTICE: Compressed: TestCompressSwift:rclone-test-yegajuk6leqi: 0 differences found 2025/04/10 05:32:03 NOTICE: Compressed: TestCompressSwift:rclone-test-yegajuk6leqi: 1 matching files 2025/04/10 05:32:03 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-pexigin9bifa" 2025/04/10 05:32:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/10 05:32:04 DEBUG : Swift container rclone-test-pexigin9bifa.json: Auto set use_segments_container to true 2025/04/10 05:32:04 DEBUG : Swift container rclone-test-pexigin9bifa: Auto set use_segments_container to true 2025/04/10 05:32:04 DEBUG : Creating backend with remote "/tmp/rclone4289994296" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pexigin9bifa", Local "Local file system at /tmp/rclone4289994296", Modify Window "1ns" 2025/04/10 05:32:05 INFO : Swift container rclone-test-pexigin9bifa: Container "rclone-test-pexigin9bifa" created NFD checkfile vs. NFC remote (without normalization) 2025/04/10 05:32:21 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/10 05:32:21 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-pexigin9bifa 2025/04/10 05:32:21 NOTICE: Compressed: TestCompressSwift:rclone-test-pexigin9bifa: 1 files missing 2025/04/10 05:32:21 NOTICE: 1 hashes missing 2025/04/10 05:32:21 NOTICE: Compressed: TestCompressSwift:rclone-test-pexigin9bifa: 2 differences found 2025/04/10 05:32:21 NOTICE: Compressed: TestCompressSwift:rclone-test-pexigin9bifa: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/04/10 05:32:31 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/10 05:32:31 NOTICE: Compressed: TestCompressSwift:rclone-test-pexigin9bifa: 0 differences found 2025/04/10 05:32:31 NOTICE: Compressed: TestCompressSwift:rclone-test-pexigin9bifa: 1 matching files 2025/04/10 05:32:31 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-qopumoc5fulo" 2025/04/10 05:32:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/10 05:32:32 DEBUG : Swift container rclone-test-qopumoc5fulo.json: Auto set use_segments_container to true 2025/04/10 05:32:32 DEBUG : Swift container rclone-test-qopumoc5fulo: Auto set use_segments_container to true 2025/04/10 05:32:32 DEBUG : Creating backend with remote "/tmp/rclone3257914498" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-qopumoc5fulo", Local "Local file system at /tmp/rclone3257914498", Modify Window "1ns" 2025/04/10 05:32:33 INFO : Swift container rclone-test-qopumoc5fulo: Container "rclone-test-qopumoc5fulo" created NFC checkfile vs. NFD remote (without normalization) 2025/04/10 05:32:49 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/10 05:32:49 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-qopumoc5fulo 2025/04/10 05:32:49 NOTICE: Compressed: TestCompressSwift:rclone-test-qopumoc5fulo: 1 files missing 2025/04/10 05:32:49 NOTICE: 1 hashes missing 2025/04/10 05:32:49 NOTICE: Compressed: TestCompressSwift:rclone-test-qopumoc5fulo: 2 differences found 2025/04/10 05:32:49 NOTICE: Compressed: TestCompressSwift:rclone-test-qopumoc5fulo: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/04/10 05:32:54 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/10 05:32:54 NOTICE: Compressed: TestCompressSwift:rclone-test-qopumoc5fulo: 0 differences found 2025/04/10 05:32:54 NOTICE: Compressed: TestCompressSwift:rclone-test-qopumoc5fulo: 1 matching files 2025/04/10 05:32:54 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vagiqug4qufe" 2025/04/10 05:32:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/10 05:32:55 DEBUG : Swift container rclone-test-vagiqug4qufe.json: Auto set use_segments_container to true 2025/04/10 05:32:55 DEBUG : Swift container rclone-test-vagiqug4qufe: Auto set use_segments_container to true 2025/04/10 05:32:55 DEBUG : Creating backend with remote "/tmp/rclone3186411211" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vagiqug4qufe", Local "Local file system at /tmp/rclone3186411211", Modify Window "1ns" 2025/04/10 05:32:56 INFO : Swift container rclone-test-vagiqug4qufe: Container "rclone-test-vagiqug4qufe" created NFDx2 checkfile vs. both remote (without normalization) 2025/04/10 05:33:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/10 05:33:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-vagiqug4qufe 2025/04/10 05:33:02 NOTICE: Compressed: TestCompressSwift:rclone-test-vagiqug4qufe: 1 files missing 2025/04/10 05:33:02 NOTICE: 1 hashes missing 2025/04/10 05:33:02 NOTICE: Compressed: TestCompressSwift:rclone-test-vagiqug4qufe: 2 differences found 2025/04/10 05:33:02 NOTICE: Compressed: TestCompressSwift:rclone-test-vagiqug4qufe: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/04/10 05:33:03 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/10 05:33:03 NOTICE: Compressed: TestCompressSwift:rclone-test-vagiqug4qufe: 0 differences found 2025/04/10 05:33:03 NOTICE: Compressed: TestCompressSwift:rclone-test-vagiqug4qufe: 1 matching files 2025/04/10 05:33:03 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-ruqocev2zofi" 2025/04/10 05:33:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/10 05:33:03 DEBUG : Swift container rclone-test-ruqocev2zofi.json: Auto set use_segments_container to true 2025/04/10 05:33:04 DEBUG : Swift container rclone-test-ruqocev2zofi: Auto set use_segments_container to true 2025/04/10 05:33:04 DEBUG : Creating backend with remote "/tmp/rclone3080373902" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ruqocev2zofi", Local "Local file system at /tmp/rclone3080373902", Modify Window "1ns" 2025/04/10 05:33:04 INFO : Swift container rclone-test-ruqocev2zofi: Container "rclone-test-ruqocev2zofi" created NFCx2 checkfile vs. both remote (without normalization) 2025/04/10 05:33:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/10 05:33:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-ruqocev2zofi 2025/04/10 05:33:15 NOTICE: Compressed: TestCompressSwift:rclone-test-ruqocev2zofi: 1 files missing 2025/04/10 05:33:15 NOTICE: 1 hashes missing 2025/04/10 05:33:15 NOTICE: Compressed: TestCompressSwift:rclone-test-ruqocev2zofi: 2 differences found 2025/04/10 05:33:15 NOTICE: Compressed: TestCompressSwift:rclone-test-ruqocev2zofi: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/04/10 05:33:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/10 05:33:15 NOTICE: Compressed: TestCompressSwift:rclone-test-ruqocev2zofi: 0 differences found 2025/04/10 05:33:15 NOTICE: Compressed: TestCompressSwift:rclone-test-ruqocev2zofi: 1 matching files 2025/04/10 05:33:15 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hicafew0gifo" 2025/04/10 05:33:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/10 05:33:16 DEBUG : Swift container rclone-test-hicafew0gifo.json: Auto set use_segments_container to true 2025/04/10 05:33:16 DEBUG : Swift container rclone-test-hicafew0gifo: Auto set use_segments_container to true 2025/04/10 05:33:16 DEBUG : Creating backend with remote "/tmp/rclone2387065101" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hicafew0gifo", Local "Local file system at /tmp/rclone2387065101", Modify Window "1ns" 2025/04/10 05:33:17 INFO : Swift container rclone-test-hicafew0gifo: Container "rclone-test-hicafew0gifo" created both checkfile vs. NFDx2 remote (without normalization) 2025/04/10 05:33:28 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/10 05:33:28 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-hicafew0gifo 2025/04/10 05:33:28 NOTICE: Compressed: TestCompressSwift:rclone-test-hicafew0gifo: 1 files missing 2025/04/10 05:33:28 NOTICE: 1 hashes missing 2025/04/10 05:33:28 NOTICE: Compressed: TestCompressSwift:rclone-test-hicafew0gifo: 2 differences found 2025/04/10 05:33:28 NOTICE: Compressed: TestCompressSwift:rclone-test-hicafew0gifo: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/04/10 05:33:28 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/10 05:33:28 NOTICE: Compressed: TestCompressSwift:rclone-test-hicafew0gifo: 0 differences found 2025/04/10 05:33:28 NOTICE: Compressed: TestCompressSwift:rclone-test-hicafew0gifo: 1 matching files 2025/04/10 05:33:28 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-popufom3davo" 2025/04/10 05:33:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/10 05:33:29 DEBUG : Swift container rclone-test-popufom3davo.json: Auto set use_segments_container to true 2025/04/10 05:33:29 DEBUG : Swift container rclone-test-popufom3davo: Auto set use_segments_container to true 2025/04/10 05:33:29 DEBUG : Creating backend with remote "/tmp/rclone1331031990" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-popufom3davo", Local "Local file system at /tmp/rclone1331031990", Modify Window "1ns" 2025/04/10 05:33:30 INFO : Swift container rclone-test-popufom3davo: Container "rclone-test-popufom3davo" created both checkfile vs. NFCx2 remote (without normalization) 2025/04/10 05:33:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/10 05:33:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-popufom3davo 2025/04/10 05:33:41 NOTICE: Compressed: TestCompressSwift:rclone-test-popufom3davo: 1 files missing 2025/04/10 05:33:41 NOTICE: 1 hashes missing 2025/04/10 05:33:41 NOTICE: Compressed: TestCompressSwift:rclone-test-popufom3davo: 2 differences found 2025/04/10 05:33:41 NOTICE: Compressed: TestCompressSwift:rclone-test-popufom3davo: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/04/10 05:33:46 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/10 05:33:46 NOTICE: Compressed: TestCompressSwift:rclone-test-popufom3davo: 0 differences found 2025/04/10 05:33:46 NOTICE: Compressed: TestCompressSwift:rclone-test-popufom3davo: 1 matching files 2025/04/10 05:33:46 DEBUG : Compressed: TestCompressSwift:rclone-test-popufom3davo: Purge remote 2025/04/10 05:33:46 DEBUG : Waiting for deletions to finish 2025/04/10 05:33:46 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/10 05:33:51 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/10 05:33:51 INFO : Swift container rclone-test-popufom3davo: Container "rclone-test-popufom3davo" removed 2025/04/10 05:33:51 DEBUG : Compressed: TestCompressSwift:rclone-test-hicafew0gifo: Purge remote 2025/04/10 05:33:51 DEBUG : Waiting for deletions to finish 2025/04/10 05:33:52 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/10 05:34:02 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/10 05:34:02 INFO : Swift container rclone-test-hicafew0gifo: Container "rclone-test-hicafew0gifo" removed 2025/04/10 05:34:02 DEBUG : Compressed: TestCompressSwift:rclone-test-ruqocev2zofi: Purge remote 2025/04/10 05:34:02 DEBUG : Waiting for deletions to finish 2025/04/10 05:34:03 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/10 05:34:07 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/10 05:34:08 INFO : Swift container rclone-test-ruqocev2zofi: Container "rclone-test-ruqocev2zofi" removed 2025/04/10 05:34:08 DEBUG : Compressed: TestCompressSwift:rclone-test-vagiqug4qufe: Purge remote 2025/04/10 05:34:08 DEBUG : Waiting for deletions to finish 2025/04/10 05:34:08 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/10 05:34:08 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/10 05:34:08 INFO : Swift container rclone-test-vagiqug4qufe: Container "rclone-test-vagiqug4qufe" removed 2025/04/10 05:34:08 DEBUG : Compressed: TestCompressSwift:rclone-test-qopumoc5fulo: Purge remote 2025/04/10 05:34:08 DEBUG : Waiting for deletions to finish 2025/04/10 05:34:13 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/04/10 05:34:19 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/04/10 05:34:19 INFO : Swift container rclone-test-qopumoc5fulo: Container "rclone-test-qopumoc5fulo" removed 2025/04/10 05:34:19 DEBUG : Compressed: TestCompressSwift:rclone-test-pexigin9bifa: Purge remote 2025/04/10 05:34:19 DEBUG : Waiting for deletions to finish 2025/04/10 05:34:24 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/04/10 05:34:29 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/04/10 05:34:29 INFO : Swift container rclone-test-pexigin9bifa: Container "rclone-test-pexigin9bifa" removed 2025/04/10 05:34:29 DEBUG : Compressed: TestCompressSwift:rclone-test-yegajuk6leqi: Purge remote 2025/04/10 05:34:29 DEBUG : Waiting for deletions to finish 2025/04/10 05:34:29 INFO : HELLO, WORLD!.bin: Deleted 2025/04/10 05:34:30 INFO : HELLO, WORLD!.json: Deleted 2025/04/10 05:34:30 INFO : Swift container rclone-test-yegajuk6leqi: Container "rclone-test-yegajuk6leqi" removed 2025/04/10 05:34:30 DEBUG : Compressed: TestCompressSwift:rclone-test-lefilex3wini: Purge remote 2025/04/10 05:34:30 DEBUG : Waiting for deletions to finish 2025/04/10 05:34:40 INFO : HeLlO, wOrLd!.json: Deleted 2025/04/10 05:34:41 INFO : HeLlO, wOrLd!.bin: Deleted 2025/04/10 05:34:41 DEBUG : pacer: low level retry 1/10 (error Container Not Empty) 2025/04/10 05:34:41 DEBUG : pacer: Rate limited, increasing sleep to 10ms 2025/04/10 05:34:41 DEBUG : pacer: low level retry 2/10 (error Container Not Empty) 2025/04/10 05:34:41 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/04/10 05:34:41 DEBUG : pacer: low level retry 3/10 (error Container Not Empty) 2025/04/10 05:34:41 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2025/04/10 05:34:41 DEBUG : pacer: low level retry 4/10 (error Container Not Empty) 2025/04/10 05:34:41 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2025/04/10 05:34:41 DEBUG : pacer: low level retry 5/10 (error Container Not Empty) 2025/04/10 05:34:41 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2025/04/10 05:34:41 DEBUG : pacer: low level retry 6/10 (error Container Not Empty) 2025/04/10 05:34:41 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2025/04/10 05:34:42 DEBUG : pacer: low level retry 7/10 (error Container Not Empty) 2025/04/10 05:34:42 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2025/04/10 05:34:42 DEBUG : pacer: low level retry 8/10 (error Container Not Empty) 2025/04/10 05:34:42 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2025/04/10 05:34:43 DEBUG : pacer: low level retry 9/10 (error Container Not Empty) 2025/04/10 05:34:43 DEBUG : pacer: Rate limited, increasing sleep to 2s 2025/04/10 05:34:44 DEBUG : pacer: low level retry 10/10 (error Container Not Empty) 2025/04/10 05:34:44 NOTICE: purge failed: Container Not Empty 2025/04/10 05:34:44 DEBUG : Compressed: TestCompressSwift:rclone-test-yezadav8winu: Purge remote 2025/04/10 05:34:44 DEBUG : Waiting for deletions to finish 2025/04/10 05:34:44 INFO : HELLO, WORLD!.bin: Deleted 2025/04/10 05:34:49 INFO : HELLO, WORLD!.json: Deleted 2025/04/10 05:34:50 INFO : Swift container rclone-test-yezadav8winu: Container "rclone-test-yezadav8winu" removed 2025/04/10 05:34:50 DEBUG : Compressed: TestCompressSwift:rclone-test-calaqim2miha: Purge remote 2025/04/10 05:34:50 DEBUG : Waiting for deletions to finish 2025/04/10 05:34:50 INFO : hello, world!.json: Deleted 2025/04/10 05:34:55 INFO : hello, world!.bin: Deleted 2025/04/10 05:34:55 INFO : Swift container rclone-test-calaqim2miha: Container "rclone-test-calaqim2miha" removed --- PASS: TestApplyTransforms (223.67s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" 2025/04/10 05:35:00 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/10 05:35:16 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/10 05:35:16 INFO : file1: Copied (new) to: sub/file2 2025/04/10 05:35:31 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/10 05:35:31 DEBUG : file1: Unchanged skipping 2025/04/10 05:35:41 DEBUG : Compressed: TestCompressSwift:rclone-test-jorekat5vije: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (56.86s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.35s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" 2025/04/10 05:36:13 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jorekat5vije/backup" 2025/04/10 05:36:14 DEBUG : Swift container rclone-test-jorekat5vije path backup.json: Auto set use_segments_container to true 2025/04/10 05:36:20 DEBUG : Swift container rclone-test-jorekat5vije path backup: Auto set use_segments_container to true 2025/04/10 05:36:25 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/10 05:36:57 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/04/10 05:36:57 INFO : dst/file1: Copied (server-side copy) 2025/04/10 05:37:07 INFO : dst/file1: Deleted 2025/04/10 05:37:22 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/10 05:37:22 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (111.03s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" 2025/04/10 05:37:43 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jorekat5vije/dst" 2025/04/10 05:37:44 DEBUG : Swift container rclone-test-jorekat5vije path dst.json: Auto set use_segments_container to true 2025/04/10 05:37:50 DEBUG : Swift container rclone-test-jorekat5vije path dst: Auto set use_segments_container to true 2025/04/10 05:38:00 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jorekat5vije/CompareDest" 2025/04/10 05:38:01 DEBUG : Swift container rclone-test-jorekat5vije path CompareDest.json: Auto set use_segments_container to true 2025/04/10 05:38:07 DEBUG : Swift container rclone-test-jorekat5vije path CompareDest: Auto set use_segments_container to true 2025/04/10 05:38:12 DEBUG : one: Need to transfer - File not found at Destination 2025/04/10 05:38:33 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/10 05:38:33 INFO : one: Copied (new) 2025/04/10 05:38:54 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/10 05:39:10 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/04/10 05:39:10 INFO : one: Copied (replaced existing) 2025/04/10 05:39:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/10 05:39:49 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/10 05:39:49 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/10 05:40:27 DEBUG : two: Need to transfer - File not found at Destination 2025/04/10 05:40:27 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/10 05:40:27 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/10 05:40:42 DEBUG : two: Need to transfer - File not found at Destination 2025/04/10 05:40:43 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/10 05:40:43 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/10 05:41:19 DEBUG : two: Need to transfer - File not found at Destination 2025/04/10 05:41:19 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/04/10 05:41:34 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/04/10 05:41:34 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (278.31s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" 2025/04/10 05:42:22 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jorekat5vije/dst" 2025/04/10 05:42:22 DEBUG : Swift container rclone-test-jorekat5vije path dst.json: Auto set use_segments_container to true 2025/04/10 05:42:28 DEBUG : Swift container rclone-test-jorekat5vije path dst: Auto set use_segments_container to true 2025/04/10 05:42:38 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jorekat5vije/CopyDest" 2025/04/10 05:42:39 DEBUG : Swift container rclone-test-jorekat5vije path CopyDest.json: Auto set use_segments_container to true 2025/04/10 05:42:45 DEBUG : Swift container rclone-test-jorekat5vije path CopyDest: Auto set use_segments_container to true 2025/04/10 05:42:50 DEBUG : one: Need to transfer - File not found at Destination 2025/04/10 05:43:11 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/10 05:43:11 INFO : one: Copied (new) 2025/04/10 05:43:22 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/10 05:43:37 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/04/10 05:43:37 INFO : one: Copied (replaced existing) 2025/04/10 05:45:05 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jorekat5vije/BackupDir" 2025/04/10 05:45:06 DEBUG : Swift container rclone-test-jorekat5vije path BackupDir.json: Auto set use_segments_container to true 2025/04/10 05:45:11 DEBUG : Swift container rclone-test-jorekat5vije path BackupDir: Auto set use_segments_container to true 2025/04/10 05:45:17 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/10 05:45:27 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/10 05:45:27 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/10 05:45:54 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/10 05:45:54 INFO : one: Copied (server-side copy) 2025/04/10 05:46:04 INFO : one: Deleted 2025/04/10 05:46:30 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/04/10 05:46:30 INFO : one: Copied (server-side copy) 2025/04/10 05:46:30 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/04/10 05:47:08 DEBUG : two: Need to transfer - File not found at Destination 2025/04/10 05:47:13 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/10 05:47:39 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/04/10 05:47:39 INFO : two: Copied (server-side copy) 2025/04/10 05:47:39 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/04/10 05:48:05 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/10 05:48:05 DEBUG : two: Unchanged skipping 2025/04/10 05:49:13 DEBUG : three: Need to transfer - File not found at Destination 2025/04/10 05:49:13 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/04/10 05:49:13 DEBUG : three: Destination not found in --copy-dest 2025/04/10 05:49:29 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/04/10 05:49:29 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (543.52s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.22s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", 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-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" 2025/04/10 05:51:31 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/04/10 05:51:41 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/10 05:51:41 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/04/10 05:51:47 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/04/10 05:51:58 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/04/10 05:51:58 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy1.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-jorekat5vije/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/04/10 05:52:09 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/04/10 05:52:14 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/04/10 05:52:25 DEBUG : TestCopyFileMaxTransfer/file4: md5 = d688bcc2b1e2c4a80fbc4618483c39f9 OK 2025/04/10 05:52:25 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (81.03s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.12s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.10s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.19s) === RUN TestDeduplicateFirst run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.19s) === RUN TestDeduplicateNewest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", 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-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" 2025/04/10 05:53:26 INFO : Compressed: TestCompressSwift:rclone-test-jorekat5vije: Looking for duplicate md5 hashes using newest mode. 2025/04/10 05:53:27 NOTICE: 81477e89167c66434012ee48e01a8d3c: Found 3 files with duplicate md5 hashes 2025/04/10 05:53:32 INFO : one: Deleted 2025/04/10 05:53:38 INFO : also/one: Deleted 2025/04/10 05:53:38 NOTICE: 81477e89167c66434012ee48e01a8d3c: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (66.44s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.19s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.25s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.13s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.20s) === RUN TestMergeDirs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", 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-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" 2025/04/10 05:55:13 DEBUG : a.txt: Excluded (Size Filter) 2025/04/10 05:55:13 DEBUG : a.txt: Excluded 2025/04/10 05:55:13 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/10 05:55:13 DEBUG : sub dir/hello world: Excluded 2025/04/10 05:55:13 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/10 05:55:13 DEBUG : sub dir/hello world2: Excluded 2025/04/10 05:55:13 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/10 05:55:13 DEBUG : sub dir/hello world: Excluded 2025/04/10 05:55:13 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/10 05:55:13 DEBUG : sub dir/hello world2: Excluded 2025/04/10 05:55:14 DEBUG : sub dir/ignore dir: Excluded 2025/04/10 05:55:19 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (112.42s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" 2025/04/10 05:57:02 DEBUG : a.txt: Excluded (Size Filter) 2025/04/10 05:57:02 DEBUG : a.txt: Excluded 2025/04/10 05:57:02 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/10 05:57:02 DEBUG : sub dir/hello world: Excluded 2025/04/10 05:57:02 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/10 05:57:02 DEBUG : sub dir/hello world2: Excluded 2025/04/10 05:57:02 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/10 05:57:02 DEBUG : sub dir/hello world: Excluded 2025/04/10 05:57:02 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/10 05:57:02 DEBUG : sub dir/hello world2: Excluded 2025/04/10 05:57:07 DEBUG : sub dir/ignore dir: Excluded 2025/04/10 05:57:12 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (118.75s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", 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 (74.38s) --- PASS: TestListJSON/Default (0.21s) --- PASS: TestListJSON/FilesOnly (5.19s) --- PASS: TestListJSON/DirsOnly (0.07s) --- PASS: TestListJSON/Recurse (10.35s) --- PASS: TestListJSON/SubDir (5.53s) --- PASS: TestListJSON/NoModTime (0.24s) --- PASS: TestListJSON/NoMimeType (5.09s) --- PASS: TestListJSON/ShowHash (0.19s) --- PASS: TestListJSON/HashTypes (0.19s) --- PASS: TestListJSON/Metadata (5.19s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/04/10 05:59:58 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jorekat5vije/notfound" 2025/04/10 05:59:58 DEBUG : Config file has changed externally - reloading 2025/04/10 05:59:58 DEBUG : Swift container rclone-test-jorekat5vije path notfound.json: Auto set use_segments_container to true 2025/04/10 06:00:04 DEBUG : Swift container rclone-test-jorekat5vije path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (89.82s) --- PASS: TestStatJSON/Root (0.05s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.10s) --- PASS: TestStatJSON/Dir (5.17s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.05s) --- PASS: TestStatJSON/File (0.15s) --- PASS: TestStatJSON/NotFound (5.29s) --- PASS: TestStatJSON/DirFilesOnly (5.06s) --- PASS: TestStatJSON/FileFilesOnly (0.15s) --- PASS: TestStatJSON/NotFoundFilesOnly (5.06s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.10s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (11.66s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" 2025/04/10 06:00:30 INFO : Compressed: TestCompressSwift:rclone-test-jorekat5vije: Making directory 2025/04/10 06:00:30 INFO : Compressed: TestCompressSwift:rclone-test-jorekat5vije: Making directory --- PASS: TestMkdir (0.30s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" --- PASS: TestLsd (6.29s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" --- PASS: TestLs (21.89s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" 2025/04/10 06:01:15 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/04/10 06:01:15 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (27.42s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" --- PASS: TestLsLong (22.79s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (22.43s) --- PASS: TestHashSums/Md5 (0.14s) --- PASS: TestHashSums/Md5Download (0.19s) === RUN TestHashSumsWithErrors 2025/04/10 06:02:11 DEBUG : Creating backend with remote ":memory:" 2025/04/10 06:02:11 DEBUG : Config file has changed externally - reloading 2025/04/10 06:02:11 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/04/10 06:02:11 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/10 06:02:11 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/10 06:02:11 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/10 06:02:11 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/10 06:02:11 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/10 06:02:11 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/10 06:02:11 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/04/10 06:02:11 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-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" --- PASS: TestCount (53.53s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" 2025/04/10 06:03:50 DEBUG : Waiting for deletions to finish 2025/04/10 06:03:50 DEBUG : large: Excluded (Size Filter) 2025/04/10 06:03:51 INFO : small: Deleted 2025/04/10 06:03:55 INFO : medium: Deleted --- PASS: TestDelete (76.78s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" 2025/04/10 06:05:04 DEBUG : Waiting for deletions to finish 2025/04/10 06:05:04 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/04/10 06:05:09 INFO : medium: Deleted 2025/04/10 06:05:19 INFO : large: Deleted --- PASS: TestMaxDelete (58.44s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" 2025/04/10 06:05:52 DEBUG : Waiting for deletions to finish 2025/04/10 06:05:52 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/04/10 06:05:52 INFO : small: Deleted 2025/04/10 06:05:57 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (48.39s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" 2025/04/10 06:06:51 DEBUG : Waiting for deletions to finish 2025/04/10 06:06:51 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/04/10 06:06:56 INFO : medium: Deleted 2025/04/10 06:07:06 INFO : large: Deleted --- PASS: TestMaxDeleteSize (58.40s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" --- PASS: TestReadFile (43.02s) === RUN TestRetry 2025/04/10 06:07:50 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/04/10 06:07:50 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/04/10 06:07:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/10 06:07:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/10 06:07:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/10 06:07:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/10 06:07:50 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-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" --- PASS: TestCat (89.36s) === RUN TestPurge 2025/04/10 06:09:19 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-soyafab4wiva" 2025/04/10 06:09:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/10 06:09:20 DEBUG : Swift container rclone-test-soyafab4wiva.json: Auto set use_segments_container to true 2025/04/10 06:09:20 DEBUG : Swift container rclone-test-soyafab4wiva: Auto set use_segments_container to true 2025/04/10 06:09:20 DEBUG : Creating backend with remote "/tmp/rclone996075920" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-soyafab4wiva", Local "Local file system at /tmp/rclone996075920", Modify Window "1ns" 2025/04/10 06:09:21 INFO : Swift container rclone-test-soyafab4wiva: Container "rclone-test-soyafab4wiva" created 2025/04/10 06:09:27 INFO : A2: Making directory 2025/04/10 06:09:27 INFO : A1/B2: Making directory 2025/04/10 06:09:27 INFO : A1/B2/C2: Making directory 2025/04/10 06:09:27 INFO : A1/B1/C3: Making directory 2025/04/10 06:09:27 INFO : A3: Making directory 2025/04/10 06:09:27 INFO : A3/B3: Making directory 2025/04/10 06:09:27 INFO : A3/B3/C4: Making directory fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A1/B1/C3" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" fstest.go:244: Filtering empty directory "A3/B3/C4" 2025/04/10 06:09:43 DEBUG : Waiting for deletions to finish 2025/04/10 06:09:43 INFO : A1/B1/C1/one.bin: Deleted 2025/04/10 06:09:43 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/04/10 06:09:44 DEBUG : Waiting for deletions to finish 2025/04/10 06:09:44 INFO : A1/two.json: Deleted 2025/04/10 06:09:49 INFO : A1/two.bin: Deleted 2025/04/10 06:09:49 INFO : Swift container rclone-test-soyafab4wiva: Container "rclone-test-soyafab4wiva" removed 2025/04/10 06:09:49 DEBUG : Compressed: TestCompressSwift:rclone-test-soyafab4wiva: Purge remote 2025/04/10 06:09:49 DEBUG : Waiting for deletions to finish 2025/04/10 06:09:49 NOTICE: purge failed: directory not found --- PASS: TestPurge (30.04s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" 2025/04/10 06:10:00 INFO : A2: Making directory 2025/04/10 06:10:00 INFO : A1/B2: Making directory 2025/04/10 06:10:00 INFO : A1/B2/C2: Making directory 2025/04/10 06:10:00 INFO : A1/B1/C3: Making directory 2025/04/10 06:10:00 INFO : A3: Making directory 2025/04/10 06:10:00 INFO : A3/B3: Making directory 2025/04/10 06:10:00 INFO : A3/B3/C4: Making directory fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A1/B1/C3" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" fstest.go:244: Filtering empty directory "A3/B3/C4" 2025/04/10 06:10:32 DEBUG : removing 1 level 3 directories 2025/04/10 06:10:32 INFO : A3/B3/C4: Removing directory fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A1/B1/C3" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" 2025/04/10 06:11:14 DEBUG : removing 1 level 0 directories 2025/04/10 06:11:14 INFO : Compressed: TestCompressSwift:rclone-test-jorekat5vije: Removing directory 2025/04/10 06:11:14 INFO : Swift container rclone-test-jorekat5vije: Container "rclone-test-jorekat5vije" removed --- PASS: TestRmdirsNoLeaveRoot (85.17s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" 2025/04/10 06:11:15 INFO : Swift container rclone-test-jorekat5vije: Container "rclone-test-jorekat5vije" created 2025/04/10 06:11:15 INFO : A1: Making directory 2025/04/10 06:11:15 INFO : A1/B1: Making directory 2025/04/10 06:11:15 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.60s) === RUN TestRmdirsWithFilter run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" 2025/04/10 06:11:15 INFO : A1: Making directory 2025/04/10 06:11:15 INFO : A1/B1: Making directory 2025/04/10 06:11:15 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.26s) === RUN TestCopyURL run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" 2025/04/10 06:11:31 DEBUG : filename.txt: File name found in url 2025/04/10 06:11:43 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (76.01s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" 2025/04/10 06:12:36 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/10 06:12:52 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/10 06:12:52 INFO : file1: Copied (new) to: sub/file2 2025/04/10 06:12:52 INFO : file1: Deleted 2025/04/10 06:13:07 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/10 06:13:07 DEBUG : file1: Unchanged skipping 2025/04/10 06:13:07 INFO : file1: Deleted 2025/04/10 06:13:08 DEBUG : Compressed: TestCompressSwift:rclone-test-jorekat5vije: don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (46.96s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" 2025/04/10 06:13:23 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/10 06:13:34 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/10 06:13:34 INFO : file1: Copied (new) 2025/04/10 06:13:34 INFO : file1: Deleted 2025/04/10 06:13:39 DEBUG : file1: Destination exists, skipping 2025/04/10 06:13:39 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (36.56s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFile (0.31s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.13s) === RUN TestMoveFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" 2025/04/10 06:14:26 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jorekat5vije/backup" 2025/04/10 06:14:26 DEBUG : Config file has changed externally - reloading 2025/04/10 06:14:27 DEBUG : Swift container rclone-test-jorekat5vije path backup.json: Auto set use_segments_container to true 2025/04/10 06:14:33 DEBUG : Swift container rclone-test-jorekat5vije path backup: Auto set use_segments_container to true 2025/04/10 06:14:38 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/10 06:15:03 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/04/10 06:15:03 INFO : dst/file1: Copied (server-side copy) 2025/04/10 06:15:14 INFO : dst/file1: Deleted 2025/04/10 06:15:29 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/10 06:15:29 INFO : dst/file1: Copied (new) 2025/04/10 06:15:29 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (129.99s) === 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-jorekat5vije", Local "Local file system at /tmp/rclone4072278379", Modify Window "1ns" 2025/04/10 06:17:05 INFO : A1/B2: Making directory 2025/04/10 06:17:05 INFO : A1/B1/C3: Making directory fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B1/C3" 2025/04/10 06:17:42 DEBUG : A1/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/04/10 06:17:42 INFO : A1/B1/C2/five: Copied (server-side copy) to: A2/B1/C2/five 2025/04/10 06:17:47 INFO : A1/B1/C2/five: Deleted 2025/04/10 06:17:57 DEBUG : A1/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/04/10 06:17:57 INFO : A1/two: Copied (server-side copy) to: A2/two 2025/04/10 06:18:07 INFO : A1/two: Deleted 2025/04/10 06:18:07 DEBUG : A1/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/04/10 06:18:07 INFO : A1/B1/C1/four: Copied (server-side copy) to: A2/B1/C1/four 2025/04/10 06:18:07 DEBUG : A1/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/10 06:18:07 INFO : A1/one: Copied (server-side copy) to: A2/one 2025/04/10 06:18:12 DEBUG : A1/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/04/10 06:18:12 INFO : A1/B1/three: Copied (server-side copy) to: A2/B1/three 2025/04/10 06:18:12 INFO : A1/B1/three: Deleted 2025/04/10 06:18:13 INFO : A1/B1/C1/four: Deleted 2025/04/10 06:18:18 INFO : A1/one: Deleted fstest.go:244: Filtering empty directory "A2/B2" fstest.go:244: Filtering empty directory "A2/B1/C3" panic: test timed out after 1h0m0s running tests: TestDirMove (2m48s) goroutine 9823 [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, 4 minutes]: testing.(*T).Run(0xc0003f2000, {0x25f08a8?, 0x0?}, 0x2731c48) /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(0xc0003f2000) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2168 +0x37 testing.tRunner(0xc0003f2000, 0xc000631c18) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 testing.runTests(0xc000702f78, {0x3d197a0, 0x6d, 0x6d}, {0x3d2e200?, 0x1?, 0x3d2e200?}) /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(0xc0007c1b80) /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(0xc0007c1b80) /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 618 [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 593 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 8640 [select]: net/http.(*persistConn).writeLoop(0xc00094ec60) /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 8634 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 34 [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 35 [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 9546 [semacquire]: sync.runtime_Semacquire(0x0?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/sema.go:71 +0x25 sync.(*WaitGroup).Wait(0xc0012d3080?) /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(0xc000a8e000) /home/rclone/go/pkg/mod/golang.org/x/sync@v0.11.0/errgroup/errgroup.go:56 +0x25 github.com/rclone/rclone/fs/operations.DirMove({0x2a0f1e0, 0x3d516e0}, {0x2a23700, 0xc0004a2480}, {0x29d6a90, 0x2}, {0x25da00f, 0x2}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2473 +0x7b5 github.com/rclone/rclone/fs/operations_test.TestDirMove(0xc000770ea0) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1405 +0xbdd testing.tRunner(0xc000770ea0, 0x2731c48) /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 3441 [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 2790 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 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 9631 [select]: net/http.(*persistConn).writeLoop(0xc00094efc0) /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 9675 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 8155 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc000412540) /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 8154 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:408 +0xb6 goroutine 273 [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 263 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 680 [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 654 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 181 [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 171 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 9630 [IO wait]: internal/poll.runtime_pollWait(0x7f8871e1e020, 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(0xc000a88300?, 0xc0008f8000?, 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(0xc000a88300, {0xc0008f8000, 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(0xc000a88300, {0xc0008f8000?, 0xc000534fd0?, 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(0xc000a960d8, {0xc0008f8000?, 0x3d2e200?, 0xc000acb9d0?}) /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(0xc000bae630, {0xc0008f8000?, 0x18?, 0x7f887027b8f0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc0009ff398, {0xc0008f8000?, 0x0?, 0xc0009ff398?}) /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(0xc0005350b8, {0x29e9460, 0xc0009ff398}) /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(0xc000534e08, {0x7f88703c4918, 0xc000bae630}, 0xc000acba40?) /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(0xc000534e08, 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(0xc000534e08, {0xc0009d2000, 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(0xc00094efc0, {0xc0009d2000?, 0x81d5e5?, 0x2155240?}) /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(0xc00062cc60) /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(0xc00062cc60, 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(0xc00094efc0) /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 9675 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 3217 [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 2790 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1071 [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 1061 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 235 [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 225 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 8531 [chan receive, 10 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 8530 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 339 [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 329 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3320 [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 2790 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 519 [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 461 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 555 [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 529 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3514 [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 2790 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1339 [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 1281 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1493 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1467 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 8639 [IO wait]: internal/poll.runtime_pollWait(0x7f8871e1e650, 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(0xc000b45480?, 0xc000ae5980?, 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(0xc000b45480, {0xc000ae5980, 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(0xc000b45480, {0xc000ae5980?, 0xc0003bfdd0?, 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(0xc000a96018, {0xc000ae5980?, 0x3d2e200?, 0xc000ac89d0?}) /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(0xc0001b1d58, {0xc000ae5980?, 0x18?, 0x7f88ba92f788?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc0009ff5c0, {0xc000ae5980?, 0x0?, 0xc0009ff5c0?}) /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(0xc0003bfeb8, {0x29e9460, 0xc0009ff5c0}) /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(0xc0003bfc08, {0x7f88703c4918, 0xc0001b1d58}, 0xc000ac8a40?) /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(0xc0003bfc08, 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(0xc0003bfc08, {0xc00095d000, 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(0xc00094ec60, {0xc00095d000?, 0x81d5e5?, 0x2155240?}) /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(0xc00040d680) /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(0xc00040d680, 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(0xc00094ec60) /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 8634 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 1197 [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 1187 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 745 [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 735 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 950 [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 940 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 791 [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 781 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2791 [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 2790 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 869 [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 827 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1017 [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 975 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2989 [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 2790 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9684 [select]: net/http.(*persistConn).writeLoop(0xc00094eea0) /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 9672 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 1462 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1436 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3154 [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 2790 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9860 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc000a28700, 0xc0024a2480, 0xc000575b80) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc000a28700, {0x2a0f2f8, 0xc000176eb0}, {0xc0000605f0, 0x4f}, {{0xc000bb8900, 0x18}, {0xc000bb8919, 0x12}, {0x25db84c, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc000a28700, {0x2a0f2f8, 0xc000176eb0}, {{0xc000bb8900, 0x18}, {0xc000bb8919, 0x12}, {0x25db84c, 0x4}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).objectBase(0xc0009777e8?, {0x2a0f2f8?, 0xc000176eb0?}, {0xc000bb8900?, 0xc000977850?}, {0xc000bb8919, 0x12}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2142 +0xf8 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1.(*Connection).Object.1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2131 +0x85 github.com/ncw/swift/v2.withLORetry(0x0, 0xc000637b88) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/largeobjects.go:303 +0xa2 github.com/ncw/swift/v2.(*Connection).Object(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2130 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1334 +0x156 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x60?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc00040c240, 0xc0006fbd40, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc00040c240, 0xc0006fbd40) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Object).readMetaData(0xc0006fbce0, {0x2a0f2f8, 0xc000176eb0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1333 +0x172 github.com/rclone/rclone/backend/swift.(*Fs).newObjectWithInfo(0xc000a28c40, {0x2a0f2f8, 0xc000176eb0}, {0xc000926330, 0x12}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:666 +0x251 github.com/rclone/rclone/backend/swift.(*Fs).NewObject(0xc001854320?, {0x2a0f2f8?, 0xc000176eb0?}, {0xc000926330?, 0x411370?}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:677 +0x25 github.com/rclone/rclone/backend/compress.(*Fs).NewObject(0xc0004a2480, {0x2a0f2f8, 0xc000176eb0}, {0xc000a27e30, 0xd}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:422 +0x70 github.com/rclone/rclone/fs/operations.DirMove.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2449 +0x109 golang.org/x/sync/errgroup.(*Group).Go.func1() /home/rclone/go/pkg/mod/golang.org/x/sync@v0.11.0/errgroup/errgroup.go:78 +0x50 created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 9546 /home/rclone/go/pkg/mod/golang.org/x/sync@v0.11.0/errgroup/errgroup.go:75 +0x96 goroutine 1247 [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 1237 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 9863 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc000a28700, 0xc0024a2b40, 0xc000b80000) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc000a28700, {0x2a0f2f8, 0xc000176eb0}, {0xc0000605f0, 0x4f}, {{0xc000bb8a20, 0x18}, {0xc000bb8a39, 0xb}, {0x25db84c, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc000a28700, {0x2a0f2f8, 0xc000176eb0}, {{0xc000bb8a20, 0x18}, {0xc000bb8a39, 0xb}, {0x25db84c, 0x4}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).objectBase(0xc00009d7e8?, {0x2a0f2f8?, 0xc000176eb0?}, {0xc000bb8a20?, 0xc00009d850?}, {0xc000bb8a39, 0xb}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2142 +0xf8 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1.(*Connection).Object.1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2131 +0x85 github.com/ncw/swift/v2.withLORetry(0x0, 0xc000835b88) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/largeobjects.go:303 +0xa2 github.com/ncw/swift/v2.(*Connection).Object(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2130 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1334 +0x156 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x60?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc00040c240, 0xc0024a2180, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc00040c240, 0xc0024a2180) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Object).readMetaData(0xc0006fbf20, {0x2a0f2f8, 0xc000176eb0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1333 +0x172 github.com/rclone/rclone/backend/swift.(*Fs).newObjectWithInfo(0xc000a28c40, {0x2a0f2f8, 0xc000176eb0}, {0xc000a27ef0, 0xb}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:666 +0x251 github.com/rclone/rclone/backend/swift.(*Fs).NewObject(0xc001854380?, {0x2a0f2f8?, 0xc000176eb0?}, {0xc000a27ef0?, 0xd86a26?}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:677 +0x25 github.com/rclone/rclone/backend/compress.(*Fs).NewObject(0xc0004a2480, {0x2a0f2f8, 0xc000176eb0}, {0xc000a27e80, 0x6}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:422 +0x70 github.com/rclone/rclone/fs/operations.DirMove.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2449 +0x109 golang.org/x/sync/errgroup.(*Group).Go.func1() /home/rclone/go/pkg/mod/golang.org/x/sync@v0.11.0/errgroup/errgroup.go:78 +0x50 created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 9546 /home/rclone/go/pkg/mod/golang.org/x/sync@v0.11.0/errgroup/errgroup.go:75 +0x96 goroutine 9875 [select]: net/http.(*persistConn).roundTrip(0xc00094efc0, 0xc000177220) /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(0xc000499200, 0xc000575e00) /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(0xc0003e03f0, 0xc000575e00) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc000575e00, {0x29e8ce0, 0xc0003e03f0}, {0x760c01?, 0x2a0f2f8?, 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(0xc0007d0360, 0xc000575e00, {0xc0000866f8?, 0xc0000865d8?, 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(0xc0007d0360, 0xc000575e00) /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 9862 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 1288 [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 1262 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1403 [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 1393 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2839 [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 2790 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3053 [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 2790 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3411 [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 2790 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9632 [IO wait]: internal/poll.runtime_pollWait(0x7f8871e1df18, 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(0xc000b44500?, 0xc0008fb300?, 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(0xc000b44500, {0xc0008fb300, 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(0xc000b44500, {0xc0008fb300?, 0xc000723350?, 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(0xc000a960e0, {0xc0008fb300?, 0x3d2e200?, 0xc0008209d0?}) /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(0xc000bae678, {0xc0008fb300?, 0x18?, 0x7f8870258448?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc0009ff590, {0xc0008fb300?, 0x0?, 0xc0009ff590?}) /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(0xc000723438, {0x29e9460, 0xc0009ff590}) /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(0xc000723188, {0x7f88703c4918, 0xc000bae678}, 0xc000820a40?) /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(0xc000723188, 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(0xc000723188, {0xc000968000, 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(0xc00094ed80, {0xc000968000?, 0x81d5e5?, 0x2155240?}) /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(0xc00062cea0) /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(0xc00062cea0, 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(0xc00094ed80) /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 9669 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 9862 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc000a28700, 0xc0024a2900, 0xc000575e00) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc000a28700, {0x2a0f2f8, 0xc000176eb0}, {0xc0000605f0, 0x4f}, {{0xc000bb89c0, 0x18}, {0xc000bb89d9, 0xb}, {0x25db84c, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc000a28700, {0x2a0f2f8, 0xc000176eb0}, {{0xc000bb89c0, 0x18}, {0xc000bb89d9, 0xb}, {0x25db84c, 0x4}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).objectBase(0xc000acd7e8?, {0x2a0f2f8?, 0xc000176eb0?}, {0xc000bb89c0?, 0xc000acd850?}, {0xc000bb89d9, 0xb}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2142 +0xf8 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1.(*Connection).Object.1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2131 +0x85 github.com/ncw/swift/v2.withLORetry(0x0, 0xc000831b88) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/largeobjects.go:303 +0xa2 github.com/ncw/swift/v2.(*Connection).Object(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2130 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1334 +0x156 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x60?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc00040c240, 0xc0006fbec0, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc00040c240, 0xc0006fbec0) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Object).readMetaData(0xc0006fbe60, {0x2a0f2f8, 0xc000176eb0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1333 +0x172 github.com/rclone/rclone/backend/swift.(*Fs).newObjectWithInfo(0xc000a28c40, {0x2a0f2f8, 0xc000176eb0}, {0xc000a27ed0, 0xb}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:666 +0x251 github.com/rclone/rclone/backend/swift.(*Fs).NewObject(0xc001854360?, {0x2a0f2f8?, 0xc000176eb0?}, {0xc000a27ed0?, 0x411370?}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:677 +0x25 github.com/rclone/rclone/backend/compress.(*Fs).NewObject(0xc0004a2480, {0x2a0f2f8, 0xc000176eb0}, {0xc000a27e60, 0x6}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:422 +0x70 github.com/rclone/rclone/fs/operations.DirMove.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2449 +0x109 golang.org/x/sync/errgroup.(*Group).Go.func1() /home/rclone/go/pkg/mod/golang.org/x/sync@v0.11.0/errgroup/errgroup.go:78 +0x50 created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 9546 /home/rclone/go/pkg/mod/golang.org/x/sync@v0.11.0/errgroup/errgroup.go:75 +0x96 goroutine 9683 [IO wait]: internal/poll.runtime_pollWait(0x7f8871e1e758, 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(0xc000a88380?, 0xc0008fe600?, 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(0xc000a88380, {0xc0008fe600, 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(0xc000a88380, {0xc0008fe600?, 0xc0001e7350?, 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(0xc00080c198, {0xc0008fe600?, 0x3d2e200?, 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(0xc0009febb8, {0xc0008fe600?, 0x18?, 0x7f88736cc458?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc0007033c8, {0xc0008fe600?, 0x0?, 0xc0007033c8?}) /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(0xc0001e7438, {0x29e9460, 0xc0007033c8}) /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(0xc0001e7188, {0x7f88703c4918, 0xc0009febb8}, 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(0xc0001e7188, 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(0xc0001e7188, {0xc000650000, 0x1000, 0xc0002f8c08?}) /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(0xc00094eea0, {0xc000650000?, 0x81d5e5?, 0x2155240?}) /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(0xc0009f4c60) /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(0xc0009f4c60, 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(0xc00094eea0) /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 9672 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 9873 [select]: net/http.(*persistConn).roundTrip(0xc00094ed80, 0xc000177130) /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(0xc000499200, 0xc000575cc0) /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(0xc0003e03f0, 0xc000575cc0) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc000575cc0, {0x29e8ce0, 0xc0003e03f0}, {0x1375701?, 0x9d98ad?, 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(0xc0007d0360, 0xc000575cc0, {0xc0005c0fc0?, 0xc0005c0fc0?, 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(0xc0007d0360, 0xc000575cc0) /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 9861 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 9871 [select]: net/http.(*persistConn).roundTrip(0xc00094ec60, 0xc000177040) /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(0xc000499200, 0xc000575b80) /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(0xc0003e03f0, 0xc000575b80) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc000575b80, {0x29e8ce0, 0xc0003e03f0}, {0x1?, 0xffffffffffffffff?, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:259 +0x5e4 net/http.(*Client).send(0xc0007d0360, 0xc000575b80, {0xc0007f4230?, 0xc000551e30?, 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(0xc0007d0360, 0xc000575b80) /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 9860 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 9633 [select]: net/http.(*persistConn).writeLoop(0xc00094ed80) /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 9669 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 9869 [select]: net/http.(*persistConn).roundTrip(0xc00094eea0, 0xc000176f50) /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(0xc000499200, 0xc000575a40) /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(0xc0003e03f0, 0xc000575a40) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc000575a40, {0x29e8ce0, 0xc0003e03f0}, {0x1?, 0xc0006fbb00?, 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(0xc0007d0360, 0xc000575a40, {0xc0009262e8?, 0xc0009262f5?, 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(0xc0007d0360, 0xc000575a40) /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 9867 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 9867 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc000a28700, 0xc0006fbc20, 0xc000575a40) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc000a28700, {0x2a0f2f8, 0xc000176eb0}, {0xc0000605f0, 0x4f}, {{0xc000bb88a0, 0x18}, {0xc000bb88b9, 0x12}, {0x25db84c, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc000a28700, {0x2a0f2f8, 0xc000176eb0}, {{0xc000bb88a0, 0x18}, {0xc000bb88b9, 0x12}, {0x25db84c, 0x4}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).objectBase(0xc00009a7e8?, {0x2a0f2f8?, 0xc000176eb0?}, {0xc000bb88a0?, 0xc00009a850?}, {0xc000bb88b9, 0x12}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2142 +0xf8 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1.(*Connection).Object.1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2131 +0x85 github.com/ncw/swift/v2.withLORetry(0x0, 0xc0006cdb88) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/largeobjects.go:303 +0xa2 github.com/ncw/swift/v2.(*Connection).Object(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2130 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1334 +0x156 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x60?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc00040c240, 0xc0006fbb60, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc00040c240, 0xc0006fbb60) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Object).readMetaData(0xc0006fbb00, {0x2a0f2f8, 0xc000176eb0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1333 +0x172 github.com/rclone/rclone/backend/swift.(*Fs).newObjectWithInfo(0xc000a28c40, {0x2a0f2f8, 0xc000176eb0}, {0xc0009262e8, 0x12}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:666 +0x251 github.com/rclone/rclone/backend/swift.(*Fs).NewObject(0xc001854300?, {0x2a0f2f8?, 0xc000176eb0?}, {0xc0009262e8?, 0x411370?}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:677 +0x25 github.com/rclone/rclone/backend/compress.(*Fs).NewObject(0xc0004a2480, {0x2a0f2f8, 0xc000176eb0}, {0xc000a27e10, 0xd}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:422 +0x70 github.com/rclone/rclone/fs/operations.DirMove.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2449 +0x109 golang.org/x/sync/errgroup.(*Group).Go.func1() /home/rclone/go/pkg/mod/golang.org/x/sync@v0.11.0/errgroup/errgroup.go:78 +0x50 created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 9546 /home/rclone/go/pkg/mod/golang.org/x/sync@v0.11.0/errgroup/errgroup.go:75 +0x96 goroutine 9861 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc000a28700, 0xc0024a27e0, 0xc000575cc0) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc000a28700, {0x2a0f2f8, 0xc000176eb0}, {0xc0000605f0, 0x4f}, {{0xc000bb8960, 0x18}, {0xc000bb8979, 0x10}, {0x25db84c, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc000a28700, {0x2a0f2f8, 0xc000176eb0}, {{0xc000bb8960, 0x18}, {0xc000bb8979, 0x10}, {0x25db84c, 0x4}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).objectBase(0xc000acc7e8?, {0x2a0f2f8?, 0xc000176eb0?}, {0xc000bb8960?, 0xc000acc850?}, {0xc000bb8979, 0x10}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2142 +0xf8 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1.(*Connection).Object.1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2131 +0x85 github.com/ncw/swift/v2.withLORetry(0x0, 0xc0006d1b88) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/largeobjects.go:303 +0xa2 github.com/ncw/swift/v2.(*Connection).Object(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2130 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1334 +0x156 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x60?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc00040c240, 0xc0006fbe00, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc00040c240, 0xc0006fbe00) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Object).readMetaData(0xc0006fbda0, {0x2a0f2f8, 0xc000176eb0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1333 +0x172 github.com/rclone/rclone/backend/swift.(*Fs).newObjectWithInfo(0xc000a28c40, {0x2a0f2f8, 0xc000176eb0}, {0xc000a27eb0, 0x10}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:666 +0x251 github.com/rclone/rclone/backend/swift.(*Fs).NewObject(0xc001854340?, {0x2a0f2f8?, 0xc000176eb0?}, {0xc000a27eb0?, 0xc000622690?}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:677 +0x25 github.com/rclone/rclone/backend/compress.(*Fs).NewObject(0xc0004a2480, {0x2a0f2f8, 0xc000176eb0}, {0xc000a27e50, 0xb}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:422 +0x70 github.com/rclone/rclone/fs/operations.DirMove.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2449 +0x109 golang.org/x/sync/errgroup.(*Group).Go.func1() /home/rclone/go/pkg/mod/golang.org/x/sync@v0.11.0/errgroup/errgroup.go:78 +0x50 created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 9546 /home/rclone/go/pkg/mod/golang.org/x/sync@v0.11.0/errgroup/errgroup.go:75 +0x96 goroutine 9877 [select]: net/http.(*persistConn).roundTrip(0xc0002f6a20, 0xc000177310) /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(0xc000499200, 0xc000b80000) /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(0xc0003e03f0, 0xc000b80000) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc000b80000, {0x29e8ce0, 0xc0003e03f0}, {0x760c01?, 0x2a0f2f8?, 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(0xc0007d0360, 0xc000b80000, {0xc0000866f8?, 0xc0000865d8?, 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(0xc0007d0360, 0xc000b80000) /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 9863 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 9884 [IO wait]: internal/poll.runtime_pollWait(0x7f8871e1de10, 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(0xc000b44900?, 0xc000ae4000?, 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(0xc000b44900, {0xc000ae4000, 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(0xc000b44900, {0xc000ae4000?, 0x0?, 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(0xc00070a588, {0xc000ae4000?, 0x0?, 0x0?}) /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(0xc000703800, {0xc000ae4000?, 0x18?, 0x0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000703b18, {0xc000ae4000?, 0x0?, 0xc000703b18?}) /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(0xc0018722b8, {0x29e9460, 0xc000703b18}) /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(0xc001872008, {0x7f88703c4918, 0xc000703800}, 0xc000ac6a40?) /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(0xc001872008, 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(0xc001872008, {0xc000a7a000, 0x1000, 0x30?}) /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(0xc0002f6a20, {0xc000a7a000?, 0x40a8a5?, 0x68?}) /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(0xc000b8cb40) /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(0xc000b8cb40, 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(0xc0002f6a20) /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 9878 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 9885 [select]: net/http.(*persistConn).writeLoop(0xc0002f6a20) /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 9878 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m1.152000138s (try 2/5): exit status 2: Failed []