"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 3/5) 2025/05/21 06:39:53 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-joriyuw2caji" 2025/05/21 06:39:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/21 06:39:53 DEBUG : Swift container rclone-test-joriyuw2caji.json: Auto set use_segments_container to true 2025/05/21 06:39:53 DEBUG : Swift container rclone-test-joriyuw2caji: Auto set use_segments_container to true 2025/05/21 06:39:53 DEBUG : Creating backend with remote "/tmp/rclone4007736283" === 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-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.20s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.06s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/05/21 06:39:54 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/21 06:39:54 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/21 06:39:54 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/05/21 06:39:54 DEBUG : potato: Seek from 10 to 0 2025/05/21 06:39:54 DEBUG : potato: Seek from 10 to 0 2025/05/21 06:39:54 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/05/21 06:39:54 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/21 06:39:54 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/21 06:39:54 DEBUG : potato: Seek from 5 to 2 2025/05/21 06:39:54 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/05/21 06:39:54 DEBUG : potato: Seek from 7 to 0 2025/05/21 06:39:54 DEBUG : potato: Seek from 7 to 0 2025/05/21 06:39:54 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/05/21 06:39:54 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/21 06:39:54 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/21 06:39:54 DEBUG : potato: Seek from 5 to 2 2025/05/21 06:39:54 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/05/21 06:39:54 DEBUG : potato: Seek from 8 to 0 2025/05/21 06:39:54 DEBUG : potato: Seek from 8 to 0 2025/05/21 06:39:54 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/05/21 06:39:54 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/21 06:39:54 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/21 06:39:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/21 06:39:54 DEBUG : potato: Seek from 5 to 2 2025/05/21 06:39:54 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/05/21 06:39:54 DEBUG : potato: Seek from 9 to 0 2025/05/21 06:39:54 DEBUG : potato: Seek from 9 to 0 2025/05/21 06:39:54 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-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" 2025/05/21 06:39:54 INFO : Swift container rclone-test-joriyuw2caji: Container "rclone-test-joriyuw2caji" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (60.40s) --- PASS: TestCheck/1 (0.20s) --- PASS: TestCheck/2 (0.16s) --- PASS: TestCheck/3 (0.20s) --- PASS: TestCheck/4 (0.26s) --- PASS: TestCheck/5 (1.17s) --- PASS: TestCheck/6 (0.16s) --- PASS: TestCheck/7 (0.23s) === RUN TestCheckFsError 2025/05/21 06:40:54 DEBUG : Creating backend with remote "nonexistent" 2025/05/21 06:40:54 DEBUG : Creating backend with remote "nonexistent" 2025/05/21 06:40:54 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/05/21 06:40:54 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/05/21 06:40:54 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/05/21 06:40:54 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", 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 (77.23s) --- PASS: TestCheckDownload/1 (0.33s) --- PASS: TestCheckDownload/2 (0.28s) --- PASS: TestCheckDownload/3 (0.21s) --- PASS: TestCheckDownload/4 (0.31s) --- PASS: TestCheckDownload/5 (0.21s) --- PASS: TestCheckDownload/6 (5.22s) --- PASS: TestCheckDownload/7 (0.34s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", 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 (56.07s) --- PASS: TestCheckSizeOnly/1 (0.12s) --- PASS: TestCheckSizeOnly/2 (0.12s) --- PASS: TestCheckSizeOnly/3 (0.12s) --- PASS: TestCheckSizeOnly/4 (0.11s) --- PASS: TestCheckSizeOnly/5 (0.05s) --- PASS: TestCheckSizeOnly/6 (0.25s) --- PASS: TestCheckSizeOnly/7 (0.05s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" 2025/05/21 06:43:14 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/21 06:43:14 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/21 06:43:14 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/21 06:43:14 NOTICE: test.sum: 2 warning(s) suppressed... 2025/05/21 06:43:15 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/21 06:43:15 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/21 06:43:15 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/21 06:43:15 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (8.59s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" 2025/05/21 06:43:16 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-joriyuw2caji/data" 2025/05/21 06:43:16 DEBUG : Swift container rclone-test-joriyuw2caji path data.json: Auto set use_segments_container to true 2025/05/21 06:43:22 DEBUG : Swift container rclone-test-joriyuw2caji 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 (106.47s) --- PASS: TestCheckSum/subtest1 (0.44s) --- PASS: TestCheckSum/subtest2 (0.35s) --- PASS: TestCheckSum/subtest3 (0.73s) --- PASS: TestCheckSum/subtest4 (0.50s) --- PASS: TestCheckSum/subtest5 (0.48s) --- PASS: TestCheckSum/subtest6 (0.45s) --- PASS: TestCheckSum/subtest7 (0.41s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" 2025/05/21 06:45:02 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-joriyuw2caji/data" 2025/05/21 06:45:03 DEBUG : Swift container rclone-test-joriyuw2caji path data.json: Auto set use_segments_container to true 2025/05/21 06:45:08 DEBUG : Swift container rclone-test-joriyuw2caji 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 (115.64s) --- PASS: TestCheckSumDownload/subtest1 (0.45s) --- PASS: TestCheckSumDownload/subtest2 (0.53s) --- PASS: TestCheckSumDownload/subtest3 (5.52s) --- PASS: TestCheckSumDownload/subtest4 (5.39s) --- PASS: TestCheckSumDownload/subtest5 (5.60s) --- PASS: TestCheckSumDownload/subtest6 (5.46s) --- PASS: TestCheckSumDownload/subtest7 (0.51s) === RUN TestApplyTransforms 2025/05/21 06:46:58 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xafisuc3wisi" 2025/05/21 06:46:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/21 06:46:58 DEBUG : Swift container rclone-test-xafisuc3wisi.json: Auto set use_segments_container to true 2025/05/21 06:46:59 DEBUG : Swift container rclone-test-xafisuc3wisi: Auto set use_segments_container to true 2025/05/21 06:46:59 DEBUG : Creating backend with remote "/tmp/rclone1879803509" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xafisuc3wisi", Local "Local file system at /tmp/rclone1879803509", Modify Window "1ns" 2025/05/21 06:46:59 INFO : Swift container rclone-test-xafisuc3wisi: Container "rclone-test-xafisuc3wisi" created upper checkfile vs. lower remote (without normalization) 2025/05/21 06:47:15 ERROR : hello, world!: sum not found 2025/05/21 06:47:15 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-xafisuc3wisi 2025/05/21 06:47:15 NOTICE: Compressed: TestCompressSwift:rclone-test-xafisuc3wisi: 1 files missing 2025/05/21 06:47:15 NOTICE: 1 hashes missing 2025/05/21 06:47:15 NOTICE: Compressed: TestCompressSwift:rclone-test-xafisuc3wisi: 2 differences found 2025/05/21 06:47:15 NOTICE: Compressed: TestCompressSwift:rclone-test-xafisuc3wisi: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/05/21 06:47:25 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/21 06:47:25 NOTICE: Compressed: TestCompressSwift:rclone-test-xafisuc3wisi: 0 differences found 2025/05/21 06:47:25 NOTICE: Compressed: TestCompressSwift:rclone-test-xafisuc3wisi: 1 matching files 2025/05/21 06:47:25 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-dufowad5suge" 2025/05/21 06:47:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/21 06:47:26 DEBUG : Swift container rclone-test-dufowad5suge.json: Auto set use_segments_container to true 2025/05/21 06:47:26 DEBUG : Swift container rclone-test-dufowad5suge: Auto set use_segments_container to true 2025/05/21 06:47:26 DEBUG : Creating backend with remote "/tmp/rclone4170027743" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-dufowad5suge", Local "Local file system at /tmp/rclone4170027743", Modify Window "1ns" 2025/05/21 06:47:26 INFO : Swift container rclone-test-dufowad5suge: Container "rclone-test-dufowad5suge" created lower checkfile vs. upper remote (without normalization) 2025/05/21 06:47:43 ERROR : HELLO, WORLD!: sum not found 2025/05/21 06:47:43 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-dufowad5suge 2025/05/21 06:47:43 NOTICE: Compressed: TestCompressSwift:rclone-test-dufowad5suge: 1 files missing 2025/05/21 06:47:43 NOTICE: 1 hashes missing 2025/05/21 06:47:43 NOTICE: Compressed: TestCompressSwift:rclone-test-dufowad5suge: 2 differences found 2025/05/21 06:47:43 NOTICE: Compressed: TestCompressSwift:rclone-test-dufowad5suge: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/05/21 06:47:53 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/21 06:47:53 NOTICE: Compressed: TestCompressSwift:rclone-test-dufowad5suge: 0 differences found 2025/05/21 06:47:53 NOTICE: Compressed: TestCompressSwift:rclone-test-dufowad5suge: 1 matching files 2025/05/21 06:47:53 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vasatoh5tote" 2025/05/21 06:47:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/21 06:47:53 DEBUG : Swift container rclone-test-vasatoh5tote.json: Auto set use_segments_container to true 2025/05/21 06:47:54 DEBUG : Swift container rclone-test-vasatoh5tote: Auto set use_segments_container to true 2025/05/21 06:47:54 DEBUG : Creating backend with remote "/tmp/rclone546009550" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vasatoh5tote", Local "Local file system at /tmp/rclone546009550", Modify Window "1ns" 2025/05/21 06:47:54 INFO : Swift container rclone-test-vasatoh5tote: Container "rclone-test-vasatoh5tote" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/05/21 06:48:15 ERROR : HeLlO, wOrLd!: sum not found 2025/05/21 06:48:15 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-vasatoh5tote 2025/05/21 06:48:15 NOTICE: Compressed: TestCompressSwift:rclone-test-vasatoh5tote: 1 files missing 2025/05/21 06:48:15 NOTICE: 1 hashes missing 2025/05/21 06:48:15 NOTICE: Compressed: TestCompressSwift:rclone-test-vasatoh5tote: 2 differences found 2025/05/21 06:48:15 NOTICE: Compressed: TestCompressSwift:rclone-test-vasatoh5tote: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/05/21 06:48:15 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/21 06:48:15 NOTICE: Compressed: TestCompressSwift:rclone-test-vasatoh5tote: 0 differences found 2025/05/21 06:48:15 NOTICE: Compressed: TestCompressSwift:rclone-test-vasatoh5tote: 1 matching files 2025/05/21 06:48:15 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jocatuj3boja" 2025/05/21 06:48:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/21 06:48:16 DEBUG : Swift container rclone-test-jocatuj3boja.json: Auto set use_segments_container to true 2025/05/21 06:48:16 DEBUG : Swift container rclone-test-jocatuj3boja: Auto set use_segments_container to true 2025/05/21 06:48:16 DEBUG : Creating backend with remote "/tmp/rclone1227935339" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jocatuj3boja", Local "Local file system at /tmp/rclone1227935339", Modify Window "1ns" 2025/05/21 06:48:16 INFO : Swift container rclone-test-jocatuj3boja: Container "rclone-test-jocatuj3boja" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/05/21 06:48:27 ERROR : HELLO, WORLD!: sum not found 2025/05/21 06:48:27 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-jocatuj3boja 2025/05/21 06:48:27 NOTICE: Compressed: TestCompressSwift:rclone-test-jocatuj3boja: 1 files missing 2025/05/21 06:48:27 NOTICE: 1 hashes missing 2025/05/21 06:48:27 NOTICE: Compressed: TestCompressSwift:rclone-test-jocatuj3boja: 2 differences found 2025/05/21 06:48:27 NOTICE: Compressed: TestCompressSwift:rclone-test-jocatuj3boja: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/05/21 06:48:28 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/21 06:48:28 NOTICE: Compressed: TestCompressSwift:rclone-test-jocatuj3boja: 0 differences found 2025/05/21 06:48:28 NOTICE: Compressed: TestCompressSwift:rclone-test-jocatuj3boja: 1 matching files 2025/05/21 06:48:28 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-nidoler5bada" 2025/05/21 06:48:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/21 06:48:28 DEBUG : Swift container rclone-test-nidoler5bada.json: Auto set use_segments_container to true 2025/05/21 06:48:28 DEBUG : Swift container rclone-test-nidoler5bada: Auto set use_segments_container to true 2025/05/21 06:48:28 DEBUG : Creating backend with remote "/tmp/rclone4042137417" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-nidoler5bada", Local "Local file system at /tmp/rclone4042137417", Modify Window "1ns" 2025/05/21 06:48:29 INFO : Swift container rclone-test-nidoler5bada: Container "rclone-test-nidoler5bada" created NFD checkfile vs. NFC remote (without normalization) 2025/05/21 06:49:10 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/21 06:49:10 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-nidoler5bada 2025/05/21 06:49:10 NOTICE: Compressed: TestCompressSwift:rclone-test-nidoler5bada: 1 files missing 2025/05/21 06:49:10 NOTICE: 1 hashes missing 2025/05/21 06:49:10 NOTICE: Compressed: TestCompressSwift:rclone-test-nidoler5bada: 2 differences found 2025/05/21 06:49:10 NOTICE: Compressed: TestCompressSwift:rclone-test-nidoler5bada: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/05/21 06:49:50 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/21 06:49:50 NOTICE: Compressed: TestCompressSwift:rclone-test-nidoler5bada: 0 differences found 2025/05/21 06:49:50 NOTICE: Compressed: TestCompressSwift:rclone-test-nidoler5bada: 1 matching files 2025/05/21 06:49:50 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-bozekis4cute" 2025/05/21 06:49:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/21 06:49:50 DEBUG : Swift container rclone-test-bozekis4cute.json: Auto set use_segments_container to true 2025/05/21 06:49:50 DEBUG : Swift container rclone-test-bozekis4cute: Auto set use_segments_container to true 2025/05/21 06:49:50 DEBUG : Creating backend with remote "/tmp/rclone289811565" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-bozekis4cute", Local "Local file system at /tmp/rclone289811565", Modify Window "1ns" 2025/05/21 06:49:51 INFO : Swift container rclone-test-bozekis4cute: Container "rclone-test-bozekis4cute" created NFC checkfile vs. NFD remote (without normalization) 2025/05/21 06:50:02 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/21 06:50:02 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-bozekis4cute 2025/05/21 06:50:02 NOTICE: Compressed: TestCompressSwift:rclone-test-bozekis4cute: 1 files missing 2025/05/21 06:50:02 NOTICE: 1 hashes missing 2025/05/21 06:50:02 NOTICE: Compressed: TestCompressSwift:rclone-test-bozekis4cute: 2 differences found 2025/05/21 06:50:02 NOTICE: Compressed: TestCompressSwift:rclone-test-bozekis4cute: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/05/21 06:50:02 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/21 06:50:02 NOTICE: Compressed: TestCompressSwift:rclone-test-bozekis4cute: 0 differences found 2025/05/21 06:50:02 NOTICE: Compressed: TestCompressSwift:rclone-test-bozekis4cute: 1 matching files 2025/05/21 06:50:02 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hisabah0qoba" 2025/05/21 06:50:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/21 06:50:02 DEBUG : Swift container rclone-test-hisabah0qoba.json: Auto set use_segments_container to true 2025/05/21 06:50:03 DEBUG : Swift container rclone-test-hisabah0qoba: Auto set use_segments_container to true 2025/05/21 06:50:03 DEBUG : Creating backend with remote "/tmp/rclone2641635554" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hisabah0qoba", Local "Local file system at /tmp/rclone2641635554", Modify Window "1ns" 2025/05/21 06:50:03 INFO : Swift container rclone-test-hisabah0qoba: Container "rclone-test-hisabah0qoba" created NFDx2 checkfile vs. both remote (without normalization) 2025/05/21 06:50:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/21 06:50:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-hisabah0qoba 2025/05/21 06:50:19 NOTICE: Compressed: TestCompressSwift:rclone-test-hisabah0qoba: 1 files missing 2025/05/21 06:50:19 NOTICE: 1 hashes missing 2025/05/21 06:50:19 NOTICE: Compressed: TestCompressSwift:rclone-test-hisabah0qoba: 2 differences found 2025/05/21 06:50:19 NOTICE: Compressed: TestCompressSwift:rclone-test-hisabah0qoba: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/05/21 06:50:20 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/21 06:50:20 NOTICE: Compressed: TestCompressSwift:rclone-test-hisabah0qoba: 0 differences found 2025/05/21 06:50:20 NOTICE: Compressed: TestCompressSwift:rclone-test-hisabah0qoba: 1 matching files 2025/05/21 06:50:20 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-rotatog6reju" 2025/05/21 06:50:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/21 06:50:20 DEBUG : Swift container rclone-test-rotatog6reju.json: Auto set use_segments_container to true 2025/05/21 06:50:20 DEBUG : Swift container rclone-test-rotatog6reju: Auto set use_segments_container to true 2025/05/21 06:50:20 DEBUG : Creating backend with remote "/tmp/rclone2892535122" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rotatog6reju", Local "Local file system at /tmp/rclone2892535122", Modify Window "1ns" 2025/05/21 06:50:21 INFO : Swift container rclone-test-rotatog6reju: Container "rclone-test-rotatog6reju" created NFCx2 checkfile vs. both remote (without normalization) 2025/05/21 06:50:32 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/21 06:50:32 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-rotatog6reju 2025/05/21 06:50:32 NOTICE: Compressed: TestCompressSwift:rclone-test-rotatog6reju: 1 files missing 2025/05/21 06:50:32 NOTICE: 1 hashes missing 2025/05/21 06:50:32 NOTICE: Compressed: TestCompressSwift:rclone-test-rotatog6reju: 2 differences found 2025/05/21 06:50:32 NOTICE: Compressed: TestCompressSwift:rclone-test-rotatog6reju: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/05/21 06:50:32 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/21 06:50:32 NOTICE: Compressed: TestCompressSwift:rclone-test-rotatog6reju: 0 differences found 2025/05/21 06:50:32 NOTICE: Compressed: TestCompressSwift:rclone-test-rotatog6reju: 1 matching files 2025/05/21 06:50:32 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yabozun3xato" 2025/05/21 06:50:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/21 06:50:32 DEBUG : Swift container rclone-test-yabozun3xato.json: Auto set use_segments_container to true 2025/05/21 06:50:33 DEBUG : Swift container rclone-test-yabozun3xato: Auto set use_segments_container to true 2025/05/21 06:50:33 DEBUG : Creating backend with remote "/tmp/rclone2342567393" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yabozun3xato", Local "Local file system at /tmp/rclone2342567393", Modify Window "1ns" 2025/05/21 06:50:33 INFO : Swift container rclone-test-yabozun3xato: Container "rclone-test-yabozun3xato" created both checkfile vs. NFDx2 remote (without normalization) 2025/05/21 06:50:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/21 06:50:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-yabozun3xato 2025/05/21 06:50:45 NOTICE: Compressed: TestCompressSwift:rclone-test-yabozun3xato: 1 files missing 2025/05/21 06:50:45 NOTICE: 1 hashes missing 2025/05/21 06:50:45 NOTICE: Compressed: TestCompressSwift:rclone-test-yabozun3xato: 2 differences found 2025/05/21 06:50:45 NOTICE: Compressed: TestCompressSwift:rclone-test-yabozun3xato: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/05/21 06:50:45 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/21 06:50:45 NOTICE: Compressed: TestCompressSwift:rclone-test-yabozun3xato: 0 differences found 2025/05/21 06:50:45 NOTICE: Compressed: TestCompressSwift:rclone-test-yabozun3xato: 1 matching files 2025/05/21 06:50:45 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yufasax2neqo" 2025/05/21 06:50:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/21 06:50:45 DEBUG : Swift container rclone-test-yufasax2neqo.json: Auto set use_segments_container to true 2025/05/21 06:50:46 DEBUG : Swift container rclone-test-yufasax2neqo: Auto set use_segments_container to true 2025/05/21 06:50:46 DEBUG : Creating backend with remote "/tmp/rclone4056501449" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yufasax2neqo", Local "Local file system at /tmp/rclone4056501449", Modify Window "1ns" 2025/05/21 06:50:46 INFO : Swift container rclone-test-yufasax2neqo: Container "rclone-test-yufasax2neqo" created both checkfile vs. NFCx2 remote (without normalization) 2025/05/21 06:51:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/21 06:51:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-yufasax2neqo 2025/05/21 06:51:07 NOTICE: Compressed: TestCompressSwift:rclone-test-yufasax2neqo: 1 files missing 2025/05/21 06:51:07 NOTICE: 1 hashes missing 2025/05/21 06:51:07 NOTICE: Compressed: TestCompressSwift:rclone-test-yufasax2neqo: 2 differences found 2025/05/21 06:51:07 NOTICE: Compressed: TestCompressSwift:rclone-test-yufasax2neqo: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/05/21 06:51:08 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/21 06:51:08 NOTICE: Compressed: TestCompressSwift:rclone-test-yufasax2neqo: 0 differences found 2025/05/21 06:51:08 NOTICE: Compressed: TestCompressSwift:rclone-test-yufasax2neqo: 1 matching files 2025/05/21 06:51:08 DEBUG : Compressed: TestCompressSwift:rclone-test-yufasax2neqo: Purge remote 2025/05/21 06:51:08 DEBUG : Waiting for deletions to finish 2025/05/21 06:51:08 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/21 06:51:08 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/21 06:51:08 INFO : Swift container rclone-test-yufasax2neqo: Container "rclone-test-yufasax2neqo" removed 2025/05/21 06:51:08 DEBUG : Compressed: TestCompressSwift:rclone-test-yabozun3xato: Purge remote 2025/05/21 06:51:08 DEBUG : Waiting for deletions to finish 2025/05/21 06:51:09 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/21 06:51:14 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/21 06:51:14 INFO : Swift container rclone-test-yabozun3xato: Container "rclone-test-yabozun3xato" removed 2025/05/21 06:51:14 DEBUG : Compressed: TestCompressSwift:rclone-test-rotatog6reju: Purge remote 2025/05/21 06:51:14 DEBUG : Waiting for deletions to finish 2025/05/21 06:51:15 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/21 06:51:19 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/21 06:51:20 INFO : Swift container rclone-test-rotatog6reju: Container "rclone-test-rotatog6reju" removed 2025/05/21 06:51:20 DEBUG : Compressed: TestCompressSwift:rclone-test-hisabah0qoba: Purge remote 2025/05/21 06:51:20 DEBUG : Waiting for deletions to finish 2025/05/21 06:51:25 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/21 06:51:25 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/21 06:51:26 INFO : Swift container rclone-test-hisabah0qoba: Container "rclone-test-hisabah0qoba" removed 2025/05/21 06:51:26 DEBUG : Compressed: TestCompressSwift:rclone-test-bozekis4cute: Purge remote 2025/05/21 06:51:26 DEBUG : Waiting for deletions to finish 2025/05/21 06:51:26 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/05/21 06:51:36 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/05/21 06:51:36 INFO : Swift container rclone-test-bozekis4cute: Container "rclone-test-bozekis4cute" removed 2025/05/21 06:51:36 DEBUG : Compressed: TestCompressSwift:rclone-test-nidoler5bada: Purge remote 2025/05/21 06:51:36 DEBUG : Waiting for deletions to finish 2025/05/21 06:51:37 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/05/21 06:51:46 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/05/21 06:51:47 INFO : Swift container rclone-test-nidoler5bada: Container "rclone-test-nidoler5bada" removed 2025/05/21 06:51:47 DEBUG : Compressed: TestCompressSwift:rclone-test-jocatuj3boja: Purge remote 2025/05/21 06:51:47 DEBUG : Waiting for deletions to finish 2025/05/21 06:51:47 INFO : HELLO, WORLD!.json: Deleted 2025/05/21 06:51:57 INFO : HELLO, WORLD!.bin: Deleted 2025/05/21 06:51:57 INFO : Swift container rclone-test-jocatuj3boja: Container "rclone-test-jocatuj3boja" removed 2025/05/21 06:51:57 DEBUG : Compressed: TestCompressSwift:rclone-test-vasatoh5tote: Purge remote 2025/05/21 06:51:57 DEBUG : Waiting for deletions to finish 2025/05/21 06:51:57 INFO : HeLlO, wOrLd!.json: Deleted 2025/05/21 06:51:57 INFO : HeLlO, wOrLd!.bin: Deleted 2025/05/21 06:51:58 INFO : Swift container rclone-test-vasatoh5tote: Container "rclone-test-vasatoh5tote" removed 2025/05/21 06:51:58 DEBUG : Compressed: TestCompressSwift:rclone-test-dufowad5suge: Purge remote 2025/05/21 06:51:58 DEBUG : Waiting for deletions to finish 2025/05/21 06:52:03 INFO : HELLO, WORLD!.bin: Deleted 2025/05/21 06:52:08 INFO : HELLO, WORLD!.json: Deleted 2025/05/21 06:52:08 INFO : Swift container rclone-test-dufowad5suge: Container "rclone-test-dufowad5suge" removed 2025/05/21 06:52:08 DEBUG : Compressed: TestCompressSwift:rclone-test-xafisuc3wisi: Purge remote 2025/05/21 06:52:08 DEBUG : Waiting for deletions to finish 2025/05/21 06:52:13 INFO : hello, world!.bin: Deleted 2025/05/21 06:52:13 INFO : hello, world!.json: Deleted 2025/05/21 06:52:14 INFO : Swift container rclone-test-xafisuc3wisi: Container "rclone-test-xafisuc3wisi" removed --- PASS: TestApplyTransforms (315.89s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" 2025/05/21 06:52:19 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/21 06:52:30 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/21 06:52:30 INFO : file1: Copied (new) to: sub/file2 2025/05/21 06:52:35 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/21 06:52:35 DEBUG : file1: Unchanged skipping 2025/05/21 06:52:36 DEBUG : Compressed: TestCompressSwift:rclone-test-joriyuw2caji: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (27.41s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.38s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" 2025/05/21 06:53:03 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-joriyuw2caji/backup" 2025/05/21 06:53:03 DEBUG : Swift container rclone-test-joriyuw2caji path backup.json: Auto set use_segments_container to true 2025/05/21 06:53:09 DEBUG : Swift container rclone-test-joriyuw2caji path backup: Auto set use_segments_container to true 2025/05/21 06:53:14 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/21 06:53:45 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/05/21 06:53:45 INFO : dst/file1: Copied (server-side copy) 2025/05/21 06:53:50 INFO : dst/file1: Deleted 2025/05/21 06:54:01 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/21 06:54:01 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (90.19s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" 2025/05/21 06:54:12 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-joriyuw2caji/dst" 2025/05/21 06:54:12 DEBUG : Swift container rclone-test-joriyuw2caji path dst.json: Auto set use_segments_container to true 2025/05/21 06:54:18 DEBUG : Swift container rclone-test-joriyuw2caji path dst: Auto set use_segments_container to true 2025/05/21 06:54:28 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-joriyuw2caji/CompareDest" 2025/05/21 06:54:29 DEBUG : Swift container rclone-test-joriyuw2caji path CompareDest.json: Auto set use_segments_container to true 2025/05/21 06:54:39 DEBUG : Swift container rclone-test-joriyuw2caji path CompareDest: Auto set use_segments_container to true 2025/05/21 06:54:45 DEBUG : one: Need to transfer - File not found at Destination 2025/05/21 06:55:01 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/21 06:55:01 INFO : one: Copied (new) 2025/05/21 06:55:17 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/21 06:55:28 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/21 06:55:28 INFO : one: Copied (replaced existing) 2025/05/21 06:55:45 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/21 06:55:45 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/21 06:55:45 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/21 06:56:07 DEBUG : two: Need to transfer - File not found at Destination 2025/05/21 06:56:12 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/21 06:56:12 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/21 06:56:28 DEBUG : two: Need to transfer - File not found at Destination 2025/05/21 06:56:28 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/21 06:56:28 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/21 06:56:39 DEBUG : two: Need to transfer - File not found at Destination 2025/05/21 06:56:44 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/05/21 06:56:50 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/05/21 06:56:50 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (185.14s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" 2025/05/21 06:57:17 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-joriyuw2caji/dst" 2025/05/21 06:57:17 DEBUG : Swift container rclone-test-joriyuw2caji path dst.json: Auto set use_segments_container to true 2025/05/21 06:57:23 DEBUG : Swift container rclone-test-joriyuw2caji path dst: Auto set use_segments_container to true 2025/05/21 06:57:33 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-joriyuw2caji/CopyDest" 2025/05/21 06:57:33 DEBUG : Swift container rclone-test-joriyuw2caji path CopyDest.json: Auto set use_segments_container to true 2025/05/21 06:57:39 DEBUG : Swift container rclone-test-joriyuw2caji path CopyDest: Auto set use_segments_container to true 2025/05/21 06:57:44 DEBUG : one: Need to transfer - File not found at Destination 2025/05/21 06:58:00 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/21 06:58:00 INFO : one: Copied (new) 2025/05/21 06:58:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/21 06:58:21 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/21 06:58:21 INFO : one: Copied (replaced existing) 2025/05/21 06:58:53 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-joriyuw2caji/BackupDir" 2025/05/21 06:58:54 DEBUG : Swift container rclone-test-joriyuw2caji path BackupDir.json: Auto set use_segments_container to true 2025/05/21 06:58:59 DEBUG : Swift container rclone-test-joriyuw2caji path BackupDir: Auto set use_segments_container to true 2025/05/21 06:59:05 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/21 06:59:05 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/21 06:59:05 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/21 06:59:41 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/21 06:59:41 INFO : one: Copied (server-side copy) 2025/05/21 06:59:46 INFO : one: Deleted 2025/05/21 07:00:12 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/21 07:00:12 INFO : one: Copied (server-side copy) 2025/05/21 07:00:12 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/05/21 07:00:39 DEBUG : two: Need to transfer - File not found at Destination 2025/05/21 07:00:44 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/21 07:01:00 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/05/21 07:01:00 INFO : two: Copied (server-side copy) 2025/05/21 07:01:00 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/05/21 07:01:16 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/21 07:01:16 DEBUG : two: Unchanged skipping 2025/05/21 07:02:14 DEBUG : three: Need to transfer - File not found at Destination 2025/05/21 07:02:14 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/05/21 07:02:14 DEBUG : three: Destination not found in --copy-dest 2025/05/21 07:02:20 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/05/21 07:02:20 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (386.36s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.12s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.20s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" 2025/05/21 07:03:49 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/05/21 07:03:56 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/21 07:03:56 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/05/21 07:04:01 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/05/21 07:04:13 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/05/21 07:04:13 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy1.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-joriyuw2caji/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/05/21 07:04:18 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/05/21 07:04:23 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/05/21 07:04:29 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 45317bfecb193b752edd8f78b85fc25f OK 2025/05/21 07:04:29 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (47.26s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.10s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", 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-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.18s) === RUN TestDeduplicateFirst run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.10s) === RUN TestDeduplicateNewest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.10s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" 2025/05/21 07:05:36 INFO : Compressed: TestCompressSwift:rclone-test-joriyuw2caji: Looking for duplicate md5 hashes using newest mode. 2025/05/21 07:05:42 NOTICE: 5797b3a9f0117336e2d29ae25ac074c9: Found 3 files with duplicate md5 hashes 2025/05/21 07:05:42 INFO : one: Deleted 2025/05/21 07:05:52 INFO : also/one: Deleted 2025/05/21 07:05:52 NOTICE: 5797b3a9f0117336e2d29ae25ac074c9: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (97.02s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.12s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.27s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.15s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.18s) === RUN TestMergeDirs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", 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-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" 2025/05/21 07:07:37 DEBUG : a.txt: Excluded (Size Filter) 2025/05/21 07:07:37 DEBUG : a.txt: Excluded 2025/05/21 07:07:37 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/21 07:07:37 DEBUG : sub dir/hello world: Excluded 2025/05/21 07:07:37 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/21 07:07:37 DEBUG : sub dir/hello world2: Excluded 2025/05/21 07:07:37 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/21 07:07:37 DEBUG : sub dir/hello world: Excluded 2025/05/21 07:07:37 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/21 07:07:37 DEBUG : sub dir/hello world2: Excluded 2025/05/21 07:07:43 DEBUG : sub dir/ignore dir: Excluded 2025/05/21 07:07:48 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (140.82s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" 2025/05/21 07:09:50 DEBUG : a.txt: Excluded (Size Filter) 2025/05/21 07:09:50 DEBUG : a.txt: Excluded 2025/05/21 07:09:50 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/21 07:09:50 DEBUG : sub dir/hello world: Excluded 2025/05/21 07:09:50 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/21 07:09:50 DEBUG : sub dir/hello world2: Excluded 2025/05/21 07:09:50 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/21 07:09:50 DEBUG : sub dir/hello world: Excluded 2025/05/21 07:09:50 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/21 07:09:50 DEBUG : sub dir/hello world2: Excluded 2025/05/21 07:10:00 DEBUG : sub dir/ignore dir: Excluded 2025/05/21 07:10:05 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (202.38s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", 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 (174.33s) --- PASS: TestListJSON/Default (0.27s) --- PASS: TestListJSON/FilesOnly (0.18s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (20.36s) --- PASS: TestListJSON/SubDir (20.21s) --- PASS: TestListJSON/NoModTime (0.14s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (20.20s) --- PASS: TestListJSON/HashTypes (0.19s) --- PASS: TestListJSON/Metadata (0.18s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/05/21 07:16:07 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-joriyuw2caji/notfound" 2025/05/21 07:16:07 DEBUG : Config file has changed externally - reloading 2025/05/21 07:16:08 DEBUG : Swift container rclone-test-joriyuw2caji path notfound.json: Auto set use_segments_container to true 2025/05/21 07:16:13 DEBUG : Swift container rclone-test-joriyuw2caji path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (132.51s) --- PASS: TestStatJSON/Root (0.05s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.10s) --- PASS: TestStatJSON/Dir (5.20s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.05s) --- PASS: TestStatJSON/File (5.15s) --- PASS: TestStatJSON/NotFound (5.20s) --- PASS: TestStatJSON/DirFilesOnly (5.05s) --- PASS: TestStatJSON/FileFilesOnly (10.14s) --- PASS: TestStatJSON/NotFoundFilesOnly (23.10s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.10s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (11.12s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" 2025/05/21 07:16:59 INFO : Compressed: TestCompressSwift:rclone-test-joriyuw2caji: Making directory 2025/05/21 07:17:00 INFO : Compressed: TestCompressSwift:rclone-test-joriyuw2caji: Making directory --- PASS: TestMkdir (0.31s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" --- PASS: TestLsd (21.46s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" --- PASS: TestLs (46.31s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" 2025/05/21 07:18:49 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/05/21 07:18:49 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (63.35s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" --- PASS: TestLsLong (27.61s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (13.31s) --- PASS: TestHashSums/Md5 (0.43s) --- PASS: TestHashSums/Md5Download (0.31s) === RUN TestHashSumsWithErrors 2025/05/21 07:19:52 DEBUG : Creating backend with remote ":memory:" 2025/05/21 07:19:52 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/05/21 07:19:52 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/21 07:19:52 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/21 07:19:52 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/21 07:19:52 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/21 07:19:52 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/21 07:19:52 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/21 07:19:52 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/05/21 07:19:52 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-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" --- PASS: TestCount (28.79s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" 2025/05/21 07:21:47 DEBUG : Waiting for deletions to finish 2025/05/21 07:21:47 DEBUG : large: Excluded (Size Filter) 2025/05/21 07:21:52 INFO : small: Deleted 2025/05/21 07:22:02 INFO : medium: Deleted --- PASS: TestDelete (122.37s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" 2025/05/21 07:23:10 DEBUG : Waiting for deletions to finish 2025/05/21 07:23:10 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/05/21 07:23:20 INFO : large: Deleted 2025/05/21 07:23:20 INFO : medium: Deleted --- PASS: TestMaxDelete (63.11s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" 2025/05/21 07:24:18 DEBUG : Waiting for deletions to finish 2025/05/21 07:24:18 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/05/21 07:24:28 INFO : small: Deleted 2025/05/21 07:24:29 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (78.93s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" 2025/05/21 07:25:42 DEBUG : Waiting for deletions to finish 2025/05/21 07:25:42 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/05/21 07:25:58 INFO : medium: Deleted 2025/05/21 07:26:02 INFO : large: Deleted --- PASS: TestMaxDeleteSize (83.25s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" --- PASS: TestReadFile (70.61s) === RUN TestRetry 2025/05/21 07:27:19 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/05/21 07:27:19 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/05/21 07:27:19 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/21 07:27:19 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/21 07:27:19 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/21 07:27:19 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/21 07:27:19 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" --- PASS: TestCat (59.94s) === RUN TestPurge 2025/05/21 07:28:19 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-sorawuf8tizo" 2025/05/21 07:28:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/21 07:28:19 DEBUG : Swift container rclone-test-sorawuf8tizo.json: Auto set use_segments_container to true 2025/05/21 07:28:20 DEBUG : Swift container rclone-test-sorawuf8tizo: Auto set use_segments_container to true 2025/05/21 07:28:20 DEBUG : Creating backend with remote "/tmp/rclone3821212356" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sorawuf8tizo", Local "Local file system at /tmp/rclone3821212356", Modify Window "1ns" 2025/05/21 07:28:20 INFO : Swift container rclone-test-sorawuf8tizo: Container "rclone-test-sorawuf8tizo" created 2025/05/21 07:28:31 INFO : A2: Making directory 2025/05/21 07:28:31 INFO : A1/B2: Making directory 2025/05/21 07:28:31 INFO : A1/B2/C2: Making directory 2025/05/21 07:28:31 INFO : A1/B1/C3: Making directory 2025/05/21 07:28:31 INFO : A3: Making directory 2025/05/21 07:28:31 INFO : A3/B3: Making directory 2025/05/21 07:28:31 INFO : A3/B3/C4: Making directory fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A1/B1/C3" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" fstest.go:244: Filtering empty directory "A3/B3/C4" 2025/05/21 07:28:57 DEBUG : Waiting for deletions to finish 2025/05/21 07:28:57 INFO : A1/B1/C1/one.bin: Deleted 2025/05/21 07:29:07 INFO : A1/B1/C1/one.json: Deleted fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" fstest.go:244: Filtering empty directory "A3/B3/C4" 2025/05/21 07:29:12 DEBUG : Waiting for deletions to finish 2025/05/21 07:29:18 INFO : A1/two.bin: Deleted 2025/05/21 07:29:18 INFO : A1/two.json: Deleted 2025/05/21 07:29:18 INFO : Swift container rclone-test-sorawuf8tizo: Container "rclone-test-sorawuf8tizo" removed 2025/05/21 07:29:18 DEBUG : Compressed: TestCompressSwift:rclone-test-sorawuf8tizo: Purge remote 2025/05/21 07:29:18 DEBUG : Waiting for deletions to finish 2025/05/21 07:29:18 NOTICE: purge failed: directory not found --- PASS: TestPurge (59.09s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" 2025/05/21 07:29:47 INFO : A2: Making directory 2025/05/21 07:29:47 INFO : A1/B2: Making directory 2025/05/21 07:29:47 INFO : A1/B2/C2: Making directory 2025/05/21 07:29:47 INFO : A1/B1/C3: Making directory 2025/05/21 07:29:47 INFO : A3: Making directory 2025/05/21 07:29:47 INFO : A3/B3: Making directory 2025/05/21 07:29:47 INFO : A3/B3/C4: Making directory fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A1/B1/C3" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" fstest.go:244: Filtering empty directory "A3/B3/C4" 2025/05/21 07:31:28 DEBUG : removing 1 level 3 directories 2025/05/21 07:31:28 INFO : A3/B3/C4: Removing directory fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A1/B1/C3" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" 2025/05/21 07:32:15 DEBUG : removing 1 level 0 directories 2025/05/21 07:32:15 INFO : Compressed: TestCompressSwift:rclone-test-joriyuw2caji: Removing directory 2025/05/21 07:32:16 INFO : Swift container rclone-test-joriyuw2caji: Container "rclone-test-joriyuw2caji" removed --- PASS: TestRmdirsNoLeaveRoot (177.66s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" 2025/05/21 07:32:16 INFO : Swift container rclone-test-joriyuw2caji: Container "rclone-test-joriyuw2caji" created 2025/05/21 07:32:16 INFO : A1: Making directory 2025/05/21 07:32:16 INFO : A1/B1: Making directory 2025/05/21 07:32:16 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-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" 2025/05/21 07:32:16 INFO : A1: Making directory 2025/05/21 07:32:16 INFO : A1/B1: Making directory 2025/05/21 07:32:16 INFO : A1/B1/C1: Making directory fstest.go:244: Filtering empty directory "A1" fstest.go:244: Filtering empty directory "A1/B1" fstest.go:244: Filtering empty directory "A1/B1/C1" fstest.go:244: Filtering empty directory "A1" --- PASS: TestRmdirsWithFilter (0.24s) === RUN TestCopyURL run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" 2025/05/21 07:32:32 DEBUG : filename.txt: File name found in url 2025/05/21 07:32:49 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (96.05s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" 2025/05/21 07:33:58 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/21 07:34:08 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/21 07:34:08 INFO : file1: Copied (new) to: sub/file2 2025/05/21 07:34:08 INFO : file1: Deleted 2025/05/21 07:34:08 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/21 07:34:08 DEBUG : file1: Unchanged skipping 2025/05/21 07:34:08 INFO : file1: Deleted 2025/05/21 07:34:09 DEBUG : Compressed: TestCompressSwift:rclone-test-joriyuw2caji: don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (27.04s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" 2025/05/21 07:34:25 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/21 07:34:35 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/21 07:34:35 INFO : file1: Copied (new) 2025/05/21 07:34:35 INFO : file1: Deleted 2025/05/21 07:34:40 DEBUG : file1: Destination exists, skipping 2025/05/21 07:34:40 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (41.72s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFile (0.28s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.10s) === RUN TestMoveFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" 2025/05/21 07:35:23 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-joriyuw2caji/backup" 2025/05/21 07:35:23 DEBUG : Swift container rclone-test-joriyuw2caji path backup.json: Auto set use_segments_container to true 2025/05/21 07:35:29 DEBUG : Swift container rclone-test-joriyuw2caji path backup: Auto set use_segments_container to true 2025/05/21 07:35:34 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/21 07:36:05 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/05/21 07:36:05 INFO : dst/file1: Copied (server-side copy) 2025/05/21 07:36:10 INFO : dst/file1: Deleted 2025/05/21 07:36:20 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/21 07:36:20 INFO : dst/file1: Copied (new) 2025/05/21 07:36:20 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (99.69s) === 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-joriyuw2caji", Local "Local file system at /tmp/rclone4007736283", Modify Window "1ns" 2025/05/21 07:37:55 INFO : A1/B2: Making directory 2025/05/21 07:37:55 INFO : A1/B1/C3: Making directory fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B1/C3" 2025/05/21 07:38:43 DEBUG : A1/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/05/21 07:38:43 INFO : A1/B1/three: Copied (server-side copy) to: A2/B1/three 2025/05/21 07:38:47 DEBUG : A1/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/21 07:38:47 INFO : A1/one: Copied (server-side copy) to: A2/one 2025/05/21 07:38:47 DEBUG : A1/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/05/21 07:38:47 INFO : A1/B1/C1/four: Copied (server-side copy) to: A2/B1/C1/four 2025/05/21 07:38:52 DEBUG : A1/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/05/21 07:38:52 INFO : A1/two: Copied (server-side copy) to: A2/two 2025/05/21 07:38:53 INFO : A1/B1/three: Deleted 2025/05/21 07:38:54 DEBUG : A1/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/05/21 07:38:54 INFO : A1/B1/C2/five: Copied (server-side copy) to: A2/B1/C2/five 2025/05/21 07:38:57 INFO : A1/two: Deleted 2025/05/21 07:38:58 INFO : A1/one: Deleted 2025/05/21 07:38:58 INFO : A1/B1/C1/four: Deleted 2025/05/21 07:39:04 INFO : A1/B1/C2/five: Deleted fstest.go:244: Filtering empty directory "A2/B2" fstest.go:244: Filtering empty directory "A2/B1/C3" 2025/05/21 07:39:42 DEBUG : A2/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/05/21 07:39:42 INFO : A2/B1/three: Copied (server-side copy) to: A3/B1/three 2025/05/21 07:39:43 INFO : A2/B1/three: Deleted 2025/05/21 07:39:52 DEBUG : A2/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/21 07:39:52 INFO : A2/one: Copied (server-side copy) to: A3/one 2025/05/21 07:39:52 DEBUG : A2/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/05/21 07:39:52 INFO : A2/two: Copied (server-side copy) to: A3/two 2025/05/21 07:39:52 DEBUG : A2/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/05/21 07:39:52 INFO : A2/B1/C2/five: Copied (server-side copy) to: A3/B1/C2/five 2025/05/21 07:39:52 DEBUG : A2/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/05/21 07:39:52 INFO : A2/B1/C1/four: Copied (server-side copy) to: A3/B1/C1/four 2025/05/21 07:39:53 INFO : A2/B1/C2/five: Deleted panic: test timed out after 1h0m0s running tests: TestDirMove (3m12s) goroutine 10037 [running]: testing.(*M).startAlarm.func1() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2373 +0x385 created by time.goFunc /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/time/sleep.go:215 +0x2d goroutine 1 [chan receive, 3 minutes]: testing.(*T).Run(0xc0003364e0, {0x25f660b?, 0x0?}, 0x2739270) /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(0xc0003364e0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2168 +0x37 testing.tRunner(0xc0003364e0, 0xc0007cdc18) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 testing.runTests(0xc0008805a0, {0x3d24960, 0x6d, 0x6d}, {0x3d393c0?, 0x1?, 0x3d393c0?}) /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(0xc0004e7220) /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(0xc0004e7220) /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 8211 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc00056ae00) /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 8210 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:408 +0xb6 goroutine 21 [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 22 [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 9609 [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(0xc00080ef90?) /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(0xc000400580) /home/rclone/go/pkg/mod/golang.org/x/sync@v0.12.0/errgroup/errgroup.go:56 +0x25 github.com/rclone/rclone/fs/operations.DirMove({0x2a17160, 0x3d5c8a0}, {0x2a2b6c0, 0xc00050f280}, {0x29de970, 0x2}, {0x25dfd6f, 0x2}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2473 +0x7f5 github.com/rclone/rclone/fs/operations_test.TestDirMove(0xc0001811e0) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1405 +0xbdd testing.tRunner(0xc0001811e0, 0x2739270) /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 9883 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc000385a40, 0xc0005262a0, 0xc00017a000) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc000385a40, {0x2a17278, 0xc000dce410}, {0xc000805900, 0x4f}, {{0xc000138f00, 0x18}, {0xc000138f19, 0xa}, {0x25e8407, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc000385a40, {0x2a17278, 0xc000dce410}, {{0xc000138f00, 0x18}, {0xc000138f19, 0xa}, {0x25e8407, 0x6}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).ObjectDelete(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:1901 github.com/rclone/rclone/backend/swift.(*Object).Remove.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1620 +0x105 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x50?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc000886000, 0xc000dcf220, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc000886000, 0xc000dcf220) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Object).Remove(0xc000886660, {0x2a17278, 0xc000dce410}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1619 +0x29b github.com/rclone/rclone/backend/compress.(*Object).Remove(0xc000dce370, {0x2a17278, 0xc000dce410}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1144 +0xc3 github.com/rclone/rclone/fs/operations.DeleteFileWithBackupDir({0x2a17278, 0xc000dce410}, {0x2a2b730, 0xc000dce370}, {0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:565 +0x27a github.com/rclone/rclone/fs/operations.DeleteFile(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:581 github.com/rclone/rclone/fs/operations.move({0x2a17278, 0xc000dce410}, {0x2a2b6c0, 0xc00050f280}, {0x0, 0x0}, {0xc001b744f0, 0x6}, {0x2a2b730, 0xc000dce370}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:497 +0xa85 github.com/rclone/rclone/fs/operations.Move(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:414 github.com/rclone/rclone/fs/operations.DirMove.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2450 +0x155 golang.org/x/sync/errgroup.(*Group).Go.func1() /home/rclone/go/pkg/mod/golang.org/x/sync@v0.12.0/errgroup/errgroup.go:78 +0x50 created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 9609 /home/rclone/go/pkg/mod/golang.org/x/sync@v0.12.0/errgroup/errgroup.go:75 +0x96 goroutine 8733 [select]: net/http.(*persistConn).writeLoop(0xc00052cfc0) /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 8700 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 1108 [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 1082 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 786 [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 776 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 167 [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 157 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 227 [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 217 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 9724 [IO wait]: internal/poll.runtime_pollWait(0x7f78e868cbb8, 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(0xc0004a2600?, 0xc000d2e600?, 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(0xc0004a2600, {0xc000d2e600, 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(0xc0004a2600, {0xc000d2e600?, 0xc0007c61d0?, 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(0xc00062e048, {0xc000d2e600?, 0x3d393c0?, 0xc00009c9d0?}) /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(0xc0008801c8, {0xc000d2e600?, 0x18?, 0x7f78e8424528?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000880f48, {0xc000d2e600?, 0x0?, 0xc000880f48?}) /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(0xc0007c62b8, {0x29f13a0, 0xc000880f48}) /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(0xc0007c6008, {0x7f78e82a3180, 0xc0008801c8}, 0xc00009ca40?) /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(0xc0007c6008, 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(0xc0007c6008, {0xc00104e000, 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(0xc00066f200, {0xc00104e000?, 0x81d5e5?, 0x215a720?}) /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(0xc0008a0900) /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(0xc0008a0900, 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(0xc00066f200) /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 9691 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 849 [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 839 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 270 [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 260 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2858 [chan receive, 52 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 2822 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 10011 [select]: net/http.(*persistConn).roundTrip(0xc0004cc6c0, 0xc00089f310) /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(0xc000427380, 0xc000521680) /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(0xc0004ee2a0, 0xc000521680) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc000521680, {0x29f0c20, 0xc0004ee2a0}, {0x1?, 0xc0012ae540?, 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(0xc0007d6150, 0xc000521680, {0xc00189c160?, 0xc00189c16b?, 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(0xc0007d6150, 0xc000521680) /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 9882 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 8578 [chan receive, 12 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 8561 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 344 [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 286 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 740 [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 730 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 566 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 524 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 695 [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 685 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1301 [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 1227 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1276 [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 1266 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 438 [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 428 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 516 [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 474 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 643 [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 618 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 978 [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 968 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 9707 [IO wait]: internal/poll.runtime_pollWait(0x7f78e868cab0, 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(0xc0001e0e00?, 0xc000d2cc80?, 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(0xc0001e0e00, {0xc000d2cc80, 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(0xc0001e0e00, {0xc000d2cc80?, 0xc0006048d0?, 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(0xc0006ba300, {0xc000d2cc80?, 0x3d393c0?, 0xc0009449d0?}) /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(0xc001db4d38, {0xc000d2cc80?, 0x18?, 0x2000?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000880fd8, {0xc000d2cc80?, 0x0?, 0xc000880fd8?}) /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(0xc0006049b8, {0x29f13a0, 0xc000880fd8}) /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(0xc000604708, {0x7f78e82a3180, 0xc001db4d38}, 0xc000944a40?) /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(0xc000604708, 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(0xc000604708, {0xc0006d5000, 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(0xc00052cd80, {0xc0006d5000?, 0x81d5e5?, 0x215a720?}) /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(0xc000e13380) /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(0xc000e13380, 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(0xc00052cd80) /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 9715 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 8732 [IO wait]: internal/poll.runtime_pollWait(0x7f78e868c690, 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(0xc0005aa480?, 0xc00099d980?, 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(0xc0005aa480, {0xc00099d980, 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(0xc0005aa480, {0xc00099d980?, 0xc000163dd0?, 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(0xc0008b60e0, {0xc00099d980?, 0x3d393c0?, 0xc0005dd9d0?}) /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(0xc000792ff0, {0xc00099d980?, 0x18?, 0x7f78e8242408?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000880dc8, {0xc00099d980?, 0x0?, 0xc000880dc8?}) /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(0xc000163eb8, {0x29f13a0, 0xc000880dc8}) /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(0xc000163c08, {0x7f78e82a3180, 0xc000792ff0}, 0xc0005dda40?) /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(0xc000163c08, 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(0xc000163c08, {0xc0008d4000, 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(0xc00052cfc0, {0xc0008d4000?, 0x81d5e5?, 0x215a720?}) /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(0xc000e124e0) /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(0xc000e124e0, 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(0xc00052cfc0) /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 8700 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 1062 [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 1020 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 9723 [select]: net/http.(*persistConn).writeLoop(0xc00066f320) /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 9694 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 9722 [IO wait]: internal/poll.runtime_pollWait(0x7f78e868ced0, 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(0xc0001e0d00?, 0xc000d2b300?, 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(0xc0001e0d00, {0xc000d2b300, 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(0xc0001e0d00, {0xc000d2b300?, 0xc00075e8d0?, 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(0xc00008dd08, {0xc000d2b300?, 0x3d393c0?, 0xc0010349d0?}) /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(0xc00084ad08, {0xc000d2b300?, 0x18?, 0x7f78e82df158?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000793740, {0xc000d2b300?, 0x0?, 0xc000793740?}) /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(0xc00075e9b8, {0x29f13a0, 0xc000793740}) /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(0xc00075e708, {0x7f78e82a3180, 0xc00084ad08}, 0xc001034a40?) /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(0xc00075e708, 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(0xc00075e708, {0xc00104c000, 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(0xc00066f320, {0xc00104c000?, 0x81d5e5?, 0x215a720?}) /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(0xc0008a03c0) /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(0xc0008a03c0, 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(0xc00066f320) /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 9694 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 1215 [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 1205 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1503 [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 1493 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 9708 [select]: net/http.(*persistConn).writeLoop(0xc00052cd80) /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 9715 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 9882 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc000385a40, 0xc0013165a0, 0xc000521680) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc000385a40, {0x2a17278, 0xc000dce410}, {0xc000805900, 0x4f}, {{0xc00081f380, 0x18}, {0xc00081f399, 0xa}, {0x25e8407, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc000385a40, {0x2a17278, 0xc000dce410}, {{0xc00081f380, 0x18}, {0xc00081f399, 0xa}, {0x25e8407, 0x6}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).ObjectDelete(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:1901 github.com/rclone/rclone/backend/swift.(*Object).Remove.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1620 +0x105 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x50?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc000886000, 0xc00089f270, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc000886000, 0xc00089f270) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Object).Remove(0xc000886720, {0x2a17278, 0xc000dce410}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1619 +0x29b github.com/rclone/rclone/backend/compress.(*Object).Remove(0xc000dce3c0, {0x2a17278, 0xc000dce410}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1144 +0xc3 github.com/rclone/rclone/fs/operations.DeleteFileWithBackupDir({0x2a17278, 0xc000dce410}, {0x2a2b730, 0xc000dce3c0}, {0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:565 +0x27a github.com/rclone/rclone/fs/operations.DeleteFile(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:581 github.com/rclone/rclone/fs/operations.move({0x2a17278, 0xc000dce410}, {0x2a2b6c0, 0xc00050f280}, {0x0, 0x0}, {0xc001b74500, 0x6}, {0x2a2b730, 0xc000dce3c0}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:497 +0xa85 github.com/rclone/rclone/fs/operations.Move(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:414 github.com/rclone/rclone/fs/operations.DirMove.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2450 +0x155 golang.org/x/sync/errgroup.(*Group).Go.func1() /home/rclone/go/pkg/mod/golang.org/x/sync@v0.12.0/errgroup/errgroup.go:78 +0x50 created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 9609 /home/rclone/go/pkg/mod/golang.org/x/sync@v0.12.0/errgroup/errgroup.go:75 +0x96 goroutine 2823 [chan receive, 53 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2822 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1359 [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 1349 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1455 [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 1445 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1422 [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 1412 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3074 [chan receive, 51 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 2822 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3497 [chan receive, 49 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 2822 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9531 [IO wait]: internal/poll.runtime_pollWait(0x7f78e868c480, 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(0xc0001e0d80?, 0xc000d29980?, 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(0xc0001e0d80, {0xc000d29980, 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(0xc0001e0d80, {0xc000d29980?, 0xc00041da50?, 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(0xc0008b6188, {0xc000d29980?, 0x10?, 0x10?}) /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(0xc000a22d20, {0xc000d29980?, 0x18?, 0x2000?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc001db4e88, {0xc000d29980?, 0x0?, 0xc001db4e88?}) /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(0xc00041db38, {0x29f13a0, 0xc001db4e88}) /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(0xc00041d888, {0x7f78e82a3180, 0xc000a22d20}, 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(0xc00041d888, 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(0xc00041d888, {0xc000a14000, 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(0xc0004cc6c0, {0xc000a14000?, 0x81d5e5?, 0x215a720?}) /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(0xc000396240) /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(0xc000396240, 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(0xc0004cc6c0) /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 9528 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 2971 [chan receive, 52 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 2822 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9888 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc000385a40, 0xc000526360, 0xc00017a280) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc000385a40, {0x2a17278, 0xc000dce410}, {0xc000805900, 0x4f}, {{0xc000139020, 0x18}, {0xc000139039, 0x12}, {0x25e8407, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc000385a40, {0x2a17278, 0xc000dce410}, {{0xc000139020, 0x18}, {0xc000139039, 0x12}, {0x25e8407, 0x6}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).ObjectDelete(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:1901 github.com/rclone/rclone/backend/swift.(*Object).Remove.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1620 +0x105 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x50?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc000886000, 0xc000dcf400, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc000886000, 0xc000dcf400) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Object).Remove(0xc0008879e0, {0x2a17278, 0xc000dce410}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1619 +0x29b github.com/rclone/rclone/backend/compress.(*Object).Remove(0xc000dce280, {0x2a17278, 0xc000dce410}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1143 +0x9a github.com/rclone/rclone/fs/operations.DeleteFileWithBackupDir({0x2a17278, 0xc000dce410}, {0x2a2b730, 0xc000dce280}, {0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:565 +0x27a github.com/rclone/rclone/fs/operations.DeleteFile(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:581 github.com/rclone/rclone/fs/operations.move({0x2a17278, 0xc000dce410}, {0x2a2b6c0, 0xc00050f280}, {0x0, 0x0}, {0xc001b743c0, 0xd}, {0x2a2b730, 0xc000dce280}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:497 +0xa85 github.com/rclone/rclone/fs/operations.Move(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:414 github.com/rclone/rclone/fs/operations.DirMove.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2450 +0x155 golang.org/x/sync/errgroup.(*Group).Go.func1() /home/rclone/go/pkg/mod/golang.org/x/sync@v0.12.0/errgroup/errgroup.go:78 +0x50 created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 9609 /home/rclone/go/pkg/mod/golang.org/x/sync@v0.12.0/errgroup/errgroup.go:75 +0x96 goroutine 9984 [select]: net/http.(*persistConn).roundTrip(0xc00066f200, 0xc000dcf2c0) /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(0xc000427380, 0xc00017a000) /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(0xc0004ee2a0, 0xc00017a000) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc00017a000, {0x29f0c20, 0xc0004ee2a0}, {0x45ee01?, 0xc00007f190?, 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(0xc0007d6150, 0xc00017a000, {0xc00190aee8?, 0x453612?, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:180 +0x98 net/http.(*Client).do(0xc0007d6150, 0xc00017a000) /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 9883 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 9532 [select]: net/http.(*persistConn).writeLoop(0xc0004cc6c0) /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 9528 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 9725 [select]: net/http.(*persistConn).writeLoop(0xc00066f200) /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 9691 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 3135 [chan receive, 51 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 2822 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3216 [chan receive, 50 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 2822 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3605 [chan receive, 49 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 2822 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3325 [chan receive, 50 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 2822 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3405 [chan receive, 49 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 2822 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 10036 [select]: net/http.(*persistConn).roundTrip(0xc00052cd80, 0xc000dcf4a0) /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(0xc000427380, 0xc00017a280) /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(0xc0004ee2a0, 0xc00017a280) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc00017a280, {0x29f0c20, 0xc0004ee2a0}, {0x1?, 0xc0012ae540?, 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(0xc0007d6150, 0xc00017a280, {0xc00189c160?, 0xc00189c16b?, 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(0xc0007d6150, 0xc00017a280) /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 9888 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m0.781427624s (try 3/5): exit status 2: Failed []