"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 2/5) 2025/06/25 04:16:23 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-rawavad4nobu" 2025/06/25 04:16:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/25 04:16:23 DEBUG : Swift container rclone-test-rawavad4nobu.json: Auto set use_segments_container to true 2025/06/25 04:16:23 DEBUG : Swift container rclone-test-rawavad4nobu: Auto set use_segments_container to true 2025/06/25 04:16:23 DEBUG : Creating backend with remote "/tmp/rclone4084073136" === 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-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.17s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.05s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/06/25 04:16:24 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/25 04:16:24 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/25 04:16:24 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/06/25 04:16:24 DEBUG : potato: Seek from 10 to 0 2025/06/25 04:16:24 DEBUG : potato: Seek from 10 to 0 2025/06/25 04:16:24 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/06/25 04:16:24 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/25 04:16:24 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/25 04:16:24 DEBUG : potato: Seek from 5 to 2 2025/06/25 04:16:24 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/06/25 04:16:24 DEBUG : potato: Seek from 7 to 0 2025/06/25 04:16:24 DEBUG : potato: Seek from 7 to 0 2025/06/25 04:16:24 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/06/25 04:16:24 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/25 04:16:24 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/25 04:16:24 DEBUG : potato: Seek from 5 to 2 2025/06/25 04:16:24 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/06/25 04:16:24 DEBUG : potato: Seek from 8 to 0 2025/06/25 04:16:24 DEBUG : potato: Seek from 8 to 0 2025/06/25 04:16:24 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/06/25 04:16:24 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/25 04:16:24 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/25 04:16:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/25 04:16:24 DEBUG : potato: Seek from 5 to 2 2025/06/25 04:16:24 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/06/25 04:16:24 DEBUG : potato: Seek from 9 to 0 2025/06/25 04:16:24 DEBUG : potato: Seek from 9 to 0 2025/06/25 04:16:24 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-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" 2025/06/25 04:16:24 INFO : Swift container rclone-test-rawavad4nobu: Container "rclone-test-rawavad4nobu" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (38.55s) --- PASS: TestCheck/1 (0.13s) --- PASS: TestCheck/2 (0.13s) --- PASS: TestCheck/3 (0.16s) --- PASS: TestCheck/4 (0.23s) --- PASS: TestCheck/5 (0.21s) --- PASS: TestCheck/6 (0.13s) --- PASS: TestCheck/7 (0.22s) === RUN TestCheckFsError 2025/06/25 04:17:02 DEBUG : Creating backend with remote "nonexistent" 2025/06/25 04:17:02 DEBUG : Creating backend with remote "nonexistent" 2025/06/25 04:17:02 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/06/25 04:17:02 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/06/25 04:17:02 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/06/25 04:17:02 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-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", 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 (41.34s) --- PASS: TestCheckDownload/1 (0.26s) --- PASS: TestCheckDownload/2 (0.17s) --- PASS: TestCheckDownload/3 (0.17s) --- PASS: TestCheckDownload/4 (0.21s) --- PASS: TestCheckDownload/5 (0.24s) --- PASS: TestCheckDownload/6 (0.19s) --- PASS: TestCheckDownload/7 (0.18s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", 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 (35.15s) --- PASS: TestCheckSizeOnly/1 (0.04s) --- PASS: TestCheckSizeOnly/2 (0.10s) --- PASS: TestCheckSizeOnly/3 (0.04s) --- PASS: TestCheckSizeOnly/4 (0.05s) --- PASS: TestCheckSizeOnly/5 (0.07s) --- PASS: TestCheckSizeOnly/6 (0.04s) --- PASS: TestCheckSizeOnly/7 (0.05s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" 2025/06/25 04:18:55 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/25 04:18:55 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/25 04:18:55 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/25 04:18:55 NOTICE: test.sum: 2 warning(s) suppressed... 2025/06/25 04:19:25 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/25 04:19:25 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/25 04:19:25 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/25 04:19:25 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (76.86s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" 2025/06/25 04:19:35 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-rawavad4nobu/data" 2025/06/25 04:19:35 DEBUG : Config file has changed externally - reloading 2025/06/25 04:19:36 DEBUG : Swift container rclone-test-rawavad4nobu path data.json: Auto set use_segments_container to true 2025/06/25 04:19:41 DEBUG : Swift container rclone-test-rawavad4nobu 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 (339.41s) --- PASS: TestCheckSum/subtest1 (15.31s) --- PASS: TestCheckSum/subtest2 (15.30s) --- PASS: TestCheckSum/subtest3 (20.41s) --- PASS: TestCheckSum/subtest4 (10.40s) --- PASS: TestCheckSum/subtest5 (15.41s) --- PASS: TestCheckSum/subtest6 (5.40s) --- PASS: TestCheckSum/subtest7 (15.53s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" 2025/06/25 04:25:15 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-rawavad4nobu/data" 2025/06/25 04:25:15 DEBUG : Config file has changed externally - reloading 2025/06/25 04:25:15 DEBUG : Swift container rclone-test-rawavad4nobu path data.json: Auto set use_segments_container to true 2025/06/25 04:25:21 DEBUG : Swift container rclone-test-rawavad4nobu 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 (363.31s) --- PASS: TestCheckSumDownload/subtest1 (15.59s) --- PASS: TestCheckSumDownload/subtest2 (20.49s) --- PASS: TestCheckSumDownload/subtest3 (25.44s) --- PASS: TestCheckSumDownload/subtest4 (15.36s) --- PASS: TestCheckSumDownload/subtest5 (5.48s) --- PASS: TestCheckSumDownload/subtest6 (10.42s) --- PASS: TestCheckSumDownload/subtest7 (5.37s) === RUN TestApplyTransforms 2025/06/25 04:31:18 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-duhopix5yica" 2025/06/25 04:31:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/25 04:31:18 DEBUG : Swift container rclone-test-duhopix5yica.json: Auto set use_segments_container to true 2025/06/25 04:31:19 DEBUG : Swift container rclone-test-duhopix5yica: Auto set use_segments_container to true 2025/06/25 04:31:19 DEBUG : Creating backend with remote "/tmp/rclone2826287971" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-duhopix5yica", Local "Local file system at /tmp/rclone2826287971", Modify Window "1ns" 2025/06/25 04:31:19 INFO : Swift container rclone-test-duhopix5yica: Container "rclone-test-duhopix5yica" created upper checkfile vs. lower remote (without normalization) 2025/06/25 04:31:30 ERROR : hello, world!: sum not found 2025/06/25 04:31:30 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-duhopix5yica 2025/06/25 04:31:30 NOTICE: Compressed: TestCompressSwift:rclone-test-duhopix5yica: 1 files missing 2025/06/25 04:31:30 NOTICE: 1 hashes missing 2025/06/25 04:31:30 NOTICE: Compressed: TestCompressSwift:rclone-test-duhopix5yica: 2 differences found 2025/06/25 04:31:30 NOTICE: Compressed: TestCompressSwift:rclone-test-duhopix5yica: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/06/25 04:31:31 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/25 04:31:31 NOTICE: Compressed: TestCompressSwift:rclone-test-duhopix5yica: 0 differences found 2025/06/25 04:31:31 NOTICE: Compressed: TestCompressSwift:rclone-test-duhopix5yica: 1 matching files 2025/06/25 04:31:31 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-remubop8mevo" 2025/06/25 04:31:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/25 04:31:31 DEBUG : Swift container rclone-test-remubop8mevo.json: Auto set use_segments_container to true 2025/06/25 04:31:31 DEBUG : Swift container rclone-test-remubop8mevo: Auto set use_segments_container to true 2025/06/25 04:31:31 DEBUG : Creating backend with remote "/tmp/rclone4142104294" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-remubop8mevo", Local "Local file system at /tmp/rclone4142104294", Modify Window "1ns" 2025/06/25 04:31:32 INFO : Swift container rclone-test-remubop8mevo: Container "rclone-test-remubop8mevo" created lower checkfile vs. upper remote (without normalization) 2025/06/25 04:31:48 ERROR : HELLO, WORLD!: sum not found 2025/06/25 04:31:48 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-remubop8mevo 2025/06/25 04:31:48 NOTICE: Compressed: TestCompressSwift:rclone-test-remubop8mevo: 1 files missing 2025/06/25 04:31:48 NOTICE: 1 hashes missing 2025/06/25 04:31:48 NOTICE: Compressed: TestCompressSwift:rclone-test-remubop8mevo: 2 differences found 2025/06/25 04:31:48 NOTICE: Compressed: TestCompressSwift:rclone-test-remubop8mevo: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/06/25 04:31:58 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/25 04:31:58 NOTICE: Compressed: TestCompressSwift:rclone-test-remubop8mevo: 0 differences found 2025/06/25 04:31:58 NOTICE: Compressed: TestCompressSwift:rclone-test-remubop8mevo: 1 matching files 2025/06/25 04:31:58 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vejedov2leli" 2025/06/25 04:31:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/25 04:31:58 DEBUG : Swift container rclone-test-vejedov2leli.json: Auto set use_segments_container to true 2025/06/25 04:31:58 DEBUG : Swift container rclone-test-vejedov2leli: Auto set use_segments_container to true 2025/06/25 04:31:58 DEBUG : Creating backend with remote "/tmp/rclone5721995" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vejedov2leli", Local "Local file system at /tmp/rclone5721995", Modify Window "1ns" 2025/06/25 04:31:59 INFO : Swift container rclone-test-vejedov2leli: Container "rclone-test-vejedov2leli" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/06/25 04:32:05 ERROR : HeLlO, wOrLd!: sum not found 2025/06/25 04:32:05 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-vejedov2leli 2025/06/25 04:32:05 NOTICE: Compressed: TestCompressSwift:rclone-test-vejedov2leli: 1 files missing 2025/06/25 04:32:05 NOTICE: 1 hashes missing 2025/06/25 04:32:05 NOTICE: Compressed: TestCompressSwift:rclone-test-vejedov2leli: 2 differences found 2025/06/25 04:32:05 NOTICE: Compressed: TestCompressSwift:rclone-test-vejedov2leli: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/06/25 04:32:05 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/25 04:32:05 NOTICE: Compressed: TestCompressSwift:rclone-test-vejedov2leli: 0 differences found 2025/06/25 04:32:05 NOTICE: Compressed: TestCompressSwift:rclone-test-vejedov2leli: 1 matching files 2025/06/25 04:32:05 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-negukoq8yepe" 2025/06/25 04:32:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/25 04:32:05 DEBUG : Swift container rclone-test-negukoq8yepe.json: Auto set use_segments_container to true 2025/06/25 04:32:06 DEBUG : Swift container rclone-test-negukoq8yepe: Auto set use_segments_container to true 2025/06/25 04:32:06 DEBUG : Creating backend with remote "/tmp/rclone3867396427" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-negukoq8yepe", Local "Local file system at /tmp/rclone3867396427", Modify Window "1ns" 2025/06/25 04:32:06 INFO : Swift container rclone-test-negukoq8yepe: Container "rclone-test-negukoq8yepe" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/06/25 04:32:13 ERROR : HELLO, WORLD!: sum not found 2025/06/25 04:32:13 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-negukoq8yepe 2025/06/25 04:32:13 NOTICE: Compressed: TestCompressSwift:rclone-test-negukoq8yepe: 1 files missing 2025/06/25 04:32:13 NOTICE: 1 hashes missing 2025/06/25 04:32:13 NOTICE: Compressed: TestCompressSwift:rclone-test-negukoq8yepe: 2 differences found 2025/06/25 04:32:13 NOTICE: Compressed: TestCompressSwift:rclone-test-negukoq8yepe: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/06/25 04:32:13 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/25 04:32:13 NOTICE: Compressed: TestCompressSwift:rclone-test-negukoq8yepe: 0 differences found 2025/06/25 04:32:13 NOTICE: Compressed: TestCompressSwift:rclone-test-negukoq8yepe: 1 matching files 2025/06/25 04:32:13 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-webuluf4qure" 2025/06/25 04:32:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/25 04:32:14 DEBUG : Swift container rclone-test-webuluf4qure.json: Auto set use_segments_container to true 2025/06/25 04:32:14 DEBUG : Swift container rclone-test-webuluf4qure: Auto set use_segments_container to true 2025/06/25 04:32:14 DEBUG : Creating backend with remote "/tmp/rclone2397379673" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-webuluf4qure", Local "Local file system at /tmp/rclone2397379673", Modify Window "1ns" 2025/06/25 04:32:14 INFO : Swift container rclone-test-webuluf4qure: Container "rclone-test-webuluf4qure" created NFD checkfile vs. NFC remote (without normalization) 2025/06/25 04:32:20 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/25 04:32:20 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-webuluf4qure 2025/06/25 04:32:20 NOTICE: Compressed: TestCompressSwift:rclone-test-webuluf4qure: 1 files missing 2025/06/25 04:32:20 NOTICE: 1 hashes missing 2025/06/25 04:32:20 NOTICE: Compressed: TestCompressSwift:rclone-test-webuluf4qure: 2 differences found 2025/06/25 04:32:20 NOTICE: Compressed: TestCompressSwift:rclone-test-webuluf4qure: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/06/25 04:32:20 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/25 04:32:20 NOTICE: Compressed: TestCompressSwift:rclone-test-webuluf4qure: 0 differences found 2025/06/25 04:32:20 NOTICE: Compressed: TestCompressSwift:rclone-test-webuluf4qure: 1 matching files 2025/06/25 04:32:20 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-konocoq1leto" 2025/06/25 04:32:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/25 04:32:21 DEBUG : Swift container rclone-test-konocoq1leto.json: Auto set use_segments_container to true 2025/06/25 04:32:21 DEBUG : Swift container rclone-test-konocoq1leto: Auto set use_segments_container to true 2025/06/25 04:32:21 DEBUG : Creating backend with remote "/tmp/rclone3534381505" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-konocoq1leto", Local "Local file system at /tmp/rclone3534381505", Modify Window "1ns" 2025/06/25 04:32:21 INFO : Swift container rclone-test-konocoq1leto: Container "rclone-test-konocoq1leto" created NFC checkfile vs. NFD remote (without normalization) 2025/06/25 04:32:28 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/25 04:32:28 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-konocoq1leto 2025/06/25 04:32:28 NOTICE: Compressed: TestCompressSwift:rclone-test-konocoq1leto: 1 files missing 2025/06/25 04:32:28 NOTICE: 1 hashes missing 2025/06/25 04:32:28 NOTICE: Compressed: TestCompressSwift:rclone-test-konocoq1leto: 2 differences found 2025/06/25 04:32:28 NOTICE: Compressed: TestCompressSwift:rclone-test-konocoq1leto: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/06/25 04:32:28 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/25 04:32:28 NOTICE: Compressed: TestCompressSwift:rclone-test-konocoq1leto: 0 differences found 2025/06/25 04:32:28 NOTICE: Compressed: TestCompressSwift:rclone-test-konocoq1leto: 1 matching files 2025/06/25 04:32:28 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jakowej9soqa" 2025/06/25 04:32:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/25 04:32:28 DEBUG : Swift container rclone-test-jakowej9soqa.json: Auto set use_segments_container to true 2025/06/25 04:32:29 DEBUG : Swift container rclone-test-jakowej9soqa: Auto set use_segments_container to true 2025/06/25 04:32:29 DEBUG : Creating backend with remote "/tmp/rclone868769522" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jakowej9soqa", Local "Local file system at /tmp/rclone868769522", Modify Window "1ns" 2025/06/25 04:32:29 INFO : Swift container rclone-test-jakowej9soqa: Container "rclone-test-jakowej9soqa" created NFDx2 checkfile vs. both remote (without normalization) 2025/06/25 04:32:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/25 04:32:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-jakowej9soqa 2025/06/25 04:32:40 NOTICE: Compressed: TestCompressSwift:rclone-test-jakowej9soqa: 1 files missing 2025/06/25 04:32:40 NOTICE: 1 hashes missing 2025/06/25 04:32:40 NOTICE: Compressed: TestCompressSwift:rclone-test-jakowej9soqa: 2 differences found 2025/06/25 04:32:40 NOTICE: Compressed: TestCompressSwift:rclone-test-jakowej9soqa: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/06/25 04:32:40 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/25 04:32:40 NOTICE: Compressed: TestCompressSwift:rclone-test-jakowej9soqa: 0 differences found 2025/06/25 04:32:40 NOTICE: Compressed: TestCompressSwift:rclone-test-jakowej9soqa: 1 matching files 2025/06/25 04:32:40 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-reholuf3fawu" 2025/06/25 04:32:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/25 04:32:41 DEBUG : Swift container rclone-test-reholuf3fawu.json: Auto set use_segments_container to true 2025/06/25 04:32:41 DEBUG : Swift container rclone-test-reholuf3fawu: Auto set use_segments_container to true 2025/06/25 04:32:41 DEBUG : Creating backend with remote "/tmp/rclone374741083" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-reholuf3fawu", Local "Local file system at /tmp/rclone374741083", Modify Window "1ns" 2025/06/25 04:32:42 INFO : Swift container rclone-test-reholuf3fawu: Container "rclone-test-reholuf3fawu" created NFCx2 checkfile vs. both remote (without normalization) 2025/06/25 04:32:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/25 04:32:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-reholuf3fawu 2025/06/25 04:32:53 NOTICE: Compressed: TestCompressSwift:rclone-test-reholuf3fawu: 1 files missing 2025/06/25 04:32:53 NOTICE: 1 hashes missing 2025/06/25 04:32:53 NOTICE: Compressed: TestCompressSwift:rclone-test-reholuf3fawu: 2 differences found 2025/06/25 04:32:53 NOTICE: Compressed: TestCompressSwift:rclone-test-reholuf3fawu: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/06/25 04:32:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/25 04:32:58 NOTICE: Compressed: TestCompressSwift:rclone-test-reholuf3fawu: 0 differences found 2025/06/25 04:32:58 NOTICE: Compressed: TestCompressSwift:rclone-test-reholuf3fawu: 1 matching files 2025/06/25 04:32:58 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-terayet4kaxi" 2025/06/25 04:32:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/25 04:32:58 DEBUG : Swift container rclone-test-terayet4kaxi.json: Auto set use_segments_container to true 2025/06/25 04:32:58 DEBUG : Swift container rclone-test-terayet4kaxi: Auto set use_segments_container to true 2025/06/25 04:32:58 DEBUG : Creating backend with remote "/tmp/rclone3272665985" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-terayet4kaxi", Local "Local file system at /tmp/rclone3272665985", Modify Window "1ns" 2025/06/25 04:32:59 INFO : Swift container rclone-test-terayet4kaxi: Container "rclone-test-terayet4kaxi" created both checkfile vs. NFDx2 remote (without normalization) 2025/06/25 04:33:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/25 04:33:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-terayet4kaxi 2025/06/25 04:33:05 NOTICE: Compressed: TestCompressSwift:rclone-test-terayet4kaxi: 1 files missing 2025/06/25 04:33:05 NOTICE: 1 hashes missing 2025/06/25 04:33:05 NOTICE: Compressed: TestCompressSwift:rclone-test-terayet4kaxi: 2 differences found 2025/06/25 04:33:05 NOTICE: Compressed: TestCompressSwift:rclone-test-terayet4kaxi: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/06/25 04:33:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/25 04:33:05 NOTICE: Compressed: TestCompressSwift:rclone-test-terayet4kaxi: 0 differences found 2025/06/25 04:33:05 NOTICE: Compressed: TestCompressSwift:rclone-test-terayet4kaxi: 1 matching files 2025/06/25 04:33:05 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-teyefok7qeju" 2025/06/25 04:33:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/25 04:33:06 DEBUG : Swift container rclone-test-teyefok7qeju.json: Auto set use_segments_container to true 2025/06/25 04:33:06 DEBUG : Swift container rclone-test-teyefok7qeju: Auto set use_segments_container to true 2025/06/25 04:33:06 DEBUG : Creating backend with remote "/tmp/rclone831529841" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teyefok7qeju", Local "Local file system at /tmp/rclone831529841", Modify Window "1ns" 2025/06/25 04:33:06 INFO : Swift container rclone-test-teyefok7qeju: Container "rclone-test-teyefok7qeju" created both checkfile vs. NFCx2 remote (without normalization) 2025/06/25 04:33:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/25 04:33:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-teyefok7qeju 2025/06/25 04:33:23 NOTICE: Compressed: TestCompressSwift:rclone-test-teyefok7qeju: 1 files missing 2025/06/25 04:33:23 NOTICE: 1 hashes missing 2025/06/25 04:33:23 NOTICE: Compressed: TestCompressSwift:rclone-test-teyefok7qeju: 2 differences found 2025/06/25 04:33:23 NOTICE: Compressed: TestCompressSwift:rclone-test-teyefok7qeju: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/06/25 04:33:29 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/25 04:33:29 NOTICE: Compressed: TestCompressSwift:rclone-test-teyefok7qeju: 0 differences found 2025/06/25 04:33:29 NOTICE: Compressed: TestCompressSwift:rclone-test-teyefok7qeju: 1 matching files 2025/06/25 04:33:29 DEBUG : Compressed: TestCompressSwift:rclone-test-teyefok7qeju: Purge remote 2025/06/25 04:33:29 DEBUG : Waiting for deletions to finish 2025/06/25 04:33:34 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/25 04:33:39 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/25 04:33:39 INFO : Swift container rclone-test-teyefok7qeju: Container "rclone-test-teyefok7qeju" removed 2025/06/25 04:33:39 DEBUG : Compressed: TestCompressSwift:rclone-test-terayet4kaxi: Purge remote 2025/06/25 04:33:39 DEBUG : Waiting for deletions to finish 2025/06/25 04:33:39 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/25 04:33:40 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/25 04:33:40 INFO : Swift container rclone-test-terayet4kaxi: Container "rclone-test-terayet4kaxi" removed 2025/06/25 04:33:40 DEBUG : Compressed: TestCompressSwift:rclone-test-reholuf3fawu: Purge remote 2025/06/25 04:33:40 DEBUG : Waiting for deletions to finish 2025/06/25 04:33:40 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/25 04:33:50 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/25 04:33:51 INFO : Swift container rclone-test-reholuf3fawu: Container "rclone-test-reholuf3fawu" removed 2025/06/25 04:33:51 DEBUG : Compressed: TestCompressSwift:rclone-test-jakowej9soqa: Purge remote 2025/06/25 04:33:51 DEBUG : Waiting for deletions to finish 2025/06/25 04:33:51 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/25 04:33:56 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/25 04:33:57 INFO : Swift container rclone-test-jakowej9soqa: Container "rclone-test-jakowej9soqa" removed 2025/06/25 04:33:57 DEBUG : Compressed: TestCompressSwift:rclone-test-konocoq1leto: Purge remote 2025/06/25 04:33:57 DEBUG : Waiting for deletions to finish 2025/06/25 04:33:57 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/06/25 04:33:57 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/06/25 04:33:58 INFO : Swift container rclone-test-konocoq1leto: Container "rclone-test-konocoq1leto" removed 2025/06/25 04:33:58 DEBUG : Compressed: TestCompressSwift:rclone-test-webuluf4qure: Purge remote 2025/06/25 04:33:58 DEBUG : Waiting for deletions to finish 2025/06/25 04:33:58 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/06/25 04:33:58 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/06/25 04:33:58 INFO : Swift container rclone-test-webuluf4qure: Container "rclone-test-webuluf4qure" removed 2025/06/25 04:33:58 DEBUG : Compressed: TestCompressSwift:rclone-test-negukoq8yepe: Purge remote 2025/06/25 04:33:58 DEBUG : Waiting for deletions to finish 2025/06/25 04:33:58 INFO : HELLO, WORLD!.bin: Deleted 2025/06/25 04:33:59 INFO : HELLO, WORLD!.json: Deleted 2025/06/25 04:33:59 INFO : Swift container rclone-test-negukoq8yepe: Container "rclone-test-negukoq8yepe" removed 2025/06/25 04:33:59 DEBUG : Compressed: TestCompressSwift:rclone-test-vejedov2leli: Purge remote 2025/06/25 04:33:59 DEBUG : Waiting for deletions to finish 2025/06/25 04:33:59 INFO : HeLlO, wOrLd!.bin: Deleted 2025/06/25 04:33:59 INFO : HeLlO, wOrLd!.json: Deleted 2025/06/25 04:34:00 INFO : Swift container rclone-test-vejedov2leli: Container "rclone-test-vejedov2leli" removed 2025/06/25 04:34:00 DEBUG : Compressed: TestCompressSwift:rclone-test-remubop8mevo: Purge remote 2025/06/25 04:34:00 DEBUG : Waiting for deletions to finish 2025/06/25 04:34:05 INFO : HELLO, WORLD!.bin: Deleted 2025/06/25 04:34:06 INFO : HELLO, WORLD!.json: Deleted 2025/06/25 04:34:06 INFO : Swift container rclone-test-remubop8mevo: Container "rclone-test-remubop8mevo" removed 2025/06/25 04:34:06 DEBUG : Compressed: TestCompressSwift:rclone-test-duhopix5yica: Purge remote 2025/06/25 04:34:06 DEBUG : Waiting for deletions to finish 2025/06/25 04:34:07 INFO : hello, world!.bin: Deleted 2025/06/25 04:34:16 INFO : hello, world!.json: Deleted 2025/06/25 04:34:17 INFO : Swift container rclone-test-duhopix5yica: Container "rclone-test-duhopix5yica" removed --- PASS: TestApplyTransforms (178.49s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" 2025/06/25 04:34:22 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/25 04:34:38 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/25 04:34:38 INFO : file1: Copied (new) to: sub/file2 2025/06/25 04:34:38 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/25 04:34:38 DEBUG : file1: Unchanged skipping 2025/06/25 04:34:54 DEBUG : Compressed: TestCompressSwift:rclone-test-rawavad4nobu: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (47.50s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.20s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" 2025/06/25 04:35:25 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-rawavad4nobu/backup" 2025/06/25 04:35:25 DEBUG : Config file has changed externally - reloading 2025/06/25 04:35:26 DEBUG : Swift container rclone-test-rawavad4nobu path backup.json: Auto set use_segments_container to true 2025/06/25 04:35:31 DEBUG : Swift container rclone-test-rawavad4nobu path backup: Auto set use_segments_container to true 2025/06/25 04:35:36 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/06/25 04:36:03 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/06/25 04:36:03 INFO : dst/file1: Copied (server-side copy) 2025/06/25 04:36:14 INFO : dst/file1: Deleted 2025/06/25 04:36:29 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/25 04:36:29 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (124.75s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" 2025/06/25 04:37:09 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-rawavad4nobu/dst" 2025/06/25 04:37:09 DEBUG : Swift container rclone-test-rawavad4nobu path dst.json: Auto set use_segments_container to true 2025/06/25 04:37:30 DEBUG : Swift container rclone-test-rawavad4nobu path dst: Auto set use_segments_container to true 2025/06/25 04:37:40 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-rawavad4nobu/CompareDest" 2025/06/25 04:37:41 DEBUG : Swift container rclone-test-rawavad4nobu path CompareDest.json: Auto set use_segments_container to true 2025/06/25 04:38:01 DEBUG : Config file has changed externally - reloading 2025/06/25 04:38:01 DEBUG : Swift container rclone-test-rawavad4nobu path CompareDest: Auto set use_segments_container to true 2025/06/25 04:38:43 DEBUG : one: Need to transfer - File not found at Destination 2025/06/25 04:38:58 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/25 04:38:58 INFO : one: Copied (new) 2025/06/25 04:38:59 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/25 04:39:09 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/25 04:39:09 INFO : one: Copied (replaced existing) 2025/06/25 04:39:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/25 04:39:44 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/25 04:39:44 DEBUG : one: Destination found in --compare-dest, skipping 2025/06/25 04:40:14 DEBUG : two: Need to transfer - File not found at Destination 2025/06/25 04:40:34 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/25 04:40:34 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/25 04:40:49 DEBUG : two: Need to transfer - File not found at Destination 2025/06/25 04:40:55 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/25 04:40:55 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/25 04:41:06 DEBUG : two: Need to transfer - File not found at Destination 2025/06/25 04:41:06 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/06/25 04:41:25 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/06/25 04:41:25 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (302.30s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" 2025/06/25 04:42:11 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-rawavad4nobu/dst" 2025/06/25 04:42:11 DEBUG : Config file has changed externally - reloading 2025/06/25 04:42:12 DEBUG : Swift container rclone-test-rawavad4nobu path dst.json: Auto set use_segments_container to true 2025/06/25 04:42:17 DEBUG : Swift container rclone-test-rawavad4nobu path dst: Auto set use_segments_container to true 2025/06/25 04:42:28 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-rawavad4nobu/CopyDest" 2025/06/25 04:42:28 DEBUG : Swift container rclone-test-rawavad4nobu path CopyDest.json: Auto set use_segments_container to true 2025/06/25 04:42:34 DEBUG : Swift container rclone-test-rawavad4nobu path CopyDest: Auto set use_segments_container to true 2025/06/25 04:42:39 DEBUG : one: Need to transfer - File not found at Destination 2025/06/25 04:42:55 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/25 04:42:55 INFO : one: Copied (new) 2025/06/25 04:42:55 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/25 04:43:06 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/25 04:43:06 INFO : one: Copied (replaced existing) 2025/06/25 04:43:18 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-rawavad4nobu/BackupDir" 2025/06/25 04:43:18 DEBUG : Swift container rclone-test-rawavad4nobu path BackupDir.json: Auto set use_segments_container to true 2025/06/25 04:43:24 DEBUG : Swift container rclone-test-rawavad4nobu path BackupDir: Auto set use_segments_container to true 2025/06/25 04:43:29 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/25 04:43:29 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/25 04:43:29 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/25 04:44:06 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/25 04:44:06 INFO : one: Copied (server-side copy) 2025/06/25 04:44:11 INFO : one: Deleted 2025/06/25 04:44:32 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/25 04:44:32 INFO : one: Copied (server-side copy) 2025/06/25 04:44:32 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/06/25 04:45:24 DEBUG : two: Need to transfer - File not found at Destination 2025/06/25 04:45:34 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/25 04:46:05 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/06/25 04:46:05 INFO : two: Copied (server-side copy) 2025/06/25 04:46:05 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/06/25 04:46:51 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/25 04:46:51 DEBUG : two: Unchanged skipping 2025/06/25 04:47:54 DEBUG : three: Need to transfer - File not found at Destination 2025/06/25 04:47:54 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/06/25 04:47:54 DEBUG : three: Destination not found in --copy-dest 2025/06/25 04:48:02 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/06/25 04:48:02 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (424.13s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.13s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", 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-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" 2025/06/25 04:49:21 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/06/25 04:49:32 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/25 04:49:32 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/06/25 04:49:37 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/06/25 04:49:43 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/06/25 04:49:43 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy5.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-rawavad4nobu/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/06/25 04:49:54 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/06/25 04:49:59 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/06/25 04:50:11 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 1339b0cdab207b26817bcd1e5c5004b1 OK 2025/06/25 04:50:11 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (76.54s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.14s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.17s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.20s) === RUN TestDeduplicateFirst run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.22s) === RUN TestDeduplicateNewest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.18s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" 2025/06/25 04:51:30 INFO : Compressed: TestCompressSwift:rclone-test-rawavad4nobu: Looking for duplicate md5 hashes using newest mode. 2025/06/25 04:51:36 NOTICE: 63796e70ed05eb6ec8245da0ded6bfd9: Found 3 files with duplicate md5 hashes 2025/06/25 04:51:41 INFO : one: Deleted 2025/06/25 04:51:46 INFO : also/one: Deleted 2025/06/25 04:51:46 NOTICE: 63796e70ed05eb6ec8245da0ded6bfd9: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (94.11s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.14s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.23s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.17s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.20s) === RUN TestMergeDirs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", 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-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" 2025/06/25 04:53:33 DEBUG : a.txt: Excluded (Size Filter) 2025/06/25 04:53:33 DEBUG : a.txt: Excluded 2025/06/25 04:53:33 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/25 04:53:33 DEBUG : sub dir/hello world: Excluded 2025/06/25 04:53:33 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/25 04:53:33 DEBUG : sub dir/hello world2: Excluded 2025/06/25 04:53:33 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/25 04:53:33 DEBUG : sub dir/hello world: Excluded 2025/06/25 04:53:33 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/25 04:53:33 DEBUG : sub dir/hello world2: Excluded 2025/06/25 04:53:33 DEBUG : sub dir/ignore dir: Excluded 2025/06/25 04:53:39 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (129.32s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" 2025/06/25 04:55:50 DEBUG : a.txt: Excluded (Size Filter) 2025/06/25 04:55:50 DEBUG : a.txt: Excluded 2025/06/25 04:55:50 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/25 04:55:50 DEBUG : sub dir/hello world: Excluded 2025/06/25 04:55:50 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/25 04:55:50 DEBUG : sub dir/hello world2: Excluded 2025/06/25 04:55:50 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/25 04:55:50 DEBUG : sub dir/hello world: Excluded 2025/06/25 04:55:50 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/25 04:55:50 DEBUG : sub dir/hello world2: Excluded 2025/06/25 04:55:51 DEBUG : sub dir/ignore dir: Excluded 2025/06/25 04:55:56 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (146.28s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", 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 (114.30s) --- PASS: TestListJSON/Default (0.18s) --- PASS: TestListJSON/FilesOnly (5.17s) --- PASS: TestListJSON/DirsOnly (0.04s) --- PASS: TestListJSON/Recurse (10.35s) --- PASS: TestListJSON/SubDir (10.17s) --- PASS: TestListJSON/NoModTime (10.13s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (5.18s) --- PASS: TestListJSON/HashTypes (5.17s) --- PASS: TestListJSON/Metadata (5.17s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", 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/06/25 04:59:56 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-rawavad4nobu/notfound" 2025/06/25 04:59:56 DEBUG : Config file has changed externally - reloading 2025/06/25 04:59:56 DEBUG : Swift container rclone-test-rawavad4nobu path notfound.json: Auto set use_segments_container to true 2025/06/25 05:00:02 DEBUG : Swift container rclone-test-rawavad4nobu path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (109.41s) --- PASS: TestStatJSON/Root (0.04s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.10s) --- PASS: TestStatJSON/Dir (5.40s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.10s) --- PASS: TestStatJSON/File (5.15s) --- PASS: TestStatJSON/NotFound (5.23s) --- PASS: TestStatJSON/DirFilesOnly (5.05s) --- PASS: TestStatJSON/FileFilesOnly (5.13s) --- PASS: TestStatJSON/NotFoundFilesOnly (5.05s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.10s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (11.03s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" 2025/06/25 05:00:28 INFO : Compressed: TestCompressSwift:rclone-test-rawavad4nobu: Making directory 2025/06/25 05:00:28 INFO : Compressed: TestCompressSwift:rclone-test-rawavad4nobu: Making directory --- PASS: TestMkdir (0.33s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" --- PASS: TestLsd (16.07s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" --- PASS: TestLs (11.79s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" 2025/06/25 05:01:07 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/06/25 05:01:07 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (16.85s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" --- PASS: TestLsLong (11.98s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (12.42s) --- PASS: TestHashSums/Md5 (0.17s) --- PASS: TestHashSums/Md5Download (0.18s) === RUN TestHashSumsWithErrors 2025/06/25 05:01:37 DEBUG : Creating backend with remote ":memory:" 2025/06/25 05:01:37 DEBUG : Config file has changed externally - reloading 2025/06/25 05:01:37 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/06/25 05:01:37 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/25 05:01:37 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/25 05:01:37 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/25 05:01:37 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/25 05:01:37 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/25 05:01:37 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/25 05:01:37 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/06/25 05:01:37 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-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" --- PASS: TestCount (33.22s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" 2025/06/25 05:02:39 DEBUG : Waiting for deletions to finish 2025/06/25 05:02:39 DEBUG : large: Excluded (Size Filter) 2025/06/25 05:02:39 INFO : medium: Deleted 2025/06/25 05:02:44 INFO : small: Deleted --- PASS: TestDelete (34.91s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" 2025/06/25 05:03:07 DEBUG : Waiting for deletions to finish 2025/06/25 05:03:07 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/06/25 05:03:08 INFO : medium: Deleted 2025/06/25 05:03:18 INFO : small: Deleted --- PASS: TestMaxDelete (33.28s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" 2025/06/25 05:03:41 DEBUG : Waiting for deletions to finish 2025/06/25 05:03:41 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/06/25 05:03:41 INFO : medium: Deleted 2025/06/25 05:03:46 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (28.01s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" 2025/06/25 05:04:08 DEBUG : Waiting for deletions to finish 2025/06/25 05:04:08 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/06/25 05:04:09 INFO : large: Deleted 2025/06/25 05:04:09 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (27.83s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" --- PASS: TestReadFile (31.69s) === RUN TestRetry 2025/06/25 05:04:46 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/06/25 05:04:46 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/06/25 05:04:46 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/25 05:04:46 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/25 05:04:46 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/25 05:04:46 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/25 05:04:46 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-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" --- PASS: TestCat (113.44s) === RUN TestPurge 2025/06/25 05:06:40 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-viruwan6ladi" 2025/06/25 05:06:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/25 05:06:40 DEBUG : Swift container rclone-test-viruwan6ladi.json: Auto set use_segments_container to true 2025/06/25 05:06:40 DEBUG : Swift container rclone-test-viruwan6ladi: Auto set use_segments_container to true 2025/06/25 05:06:40 DEBUG : Creating backend with remote "/tmp/rclone355810436" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-viruwan6ladi", Local "Local file system at /tmp/rclone355810436", Modify Window "1ns" 2025/06/25 05:06:41 INFO : Swift container rclone-test-viruwan6ladi: Container "rclone-test-viruwan6ladi" created 2025/06/25 05:06:52 INFO : A2: Making directory 2025/06/25 05:06:52 INFO : A1/B2: Making directory 2025/06/25 05:06:52 INFO : A1/B2/C2: Making directory 2025/06/25 05:06:52 INFO : A1/B1/C3: Making directory 2025/06/25 05:06:52 INFO : A3: Making directory 2025/06/25 05:06:52 INFO : A3/B3: Making directory 2025/06/25 05:06:52 INFO : A3/B3/C4: Making directory fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A1/B1/C3" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" fstest.go:247: Filtering empty directory "A3/B3/C4" 2025/06/25 05:07:08 DEBUG : Waiting for deletions to finish 2025/06/25 05:07:08 INFO : A1/B1/C1/one.bin: Deleted 2025/06/25 05:07:13 INFO : A1/B1/C1/one.json: Deleted fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" fstest.go:247: Filtering empty directory "A3/B3/C4" 2025/06/25 05:07:13 DEBUG : Waiting for deletions to finish 2025/06/25 05:07:14 INFO : A1/two.bin: Deleted 2025/06/25 05:07:19 INFO : A1/two.json: Deleted 2025/06/25 05:07:19 INFO : Swift container rclone-test-viruwan6ladi: Container "rclone-test-viruwan6ladi" removed 2025/06/25 05:07:19 DEBUG : Compressed: TestCompressSwift:rclone-test-viruwan6ladi: Purge remote 2025/06/25 05:07:19 DEBUG : Waiting for deletions to finish 2025/06/25 05:07:19 NOTICE: purge failed: Container Not Found --- PASS: TestPurge (39.56s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" 2025/06/25 05:07:35 INFO : A2: Making directory 2025/06/25 05:07:35 INFO : A1/B2: Making directory 2025/06/25 05:07:35 INFO : A1/B2/C2: Making directory 2025/06/25 05:07:35 INFO : A1/B1/C3: Making directory 2025/06/25 05:07:35 INFO : A3: Making directory 2025/06/25 05:07:35 INFO : A3/B3: Making directory 2025/06/25 05:07:35 INFO : A3/B3/C4: Making directory fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A1/B1/C3" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" fstest.go:247: Filtering empty directory "A3/B3/C4" 2025/06/25 05:08:01 DEBUG : removing 1 level 3 directories 2025/06/25 05:08:01 INFO : A3/B3/C4: Removing directory fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A1/B1/C3" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" 2025/06/25 05:08:58 DEBUG : removing 1 level 0 directories 2025/06/25 05:08:58 INFO : Compressed: TestCompressSwift:rclone-test-rawavad4nobu: Removing directory 2025/06/25 05:08:58 INFO : Swift container rclone-test-rawavad4nobu: Container "rclone-test-rawavad4nobu" removed --- PASS: TestRmdirsNoLeaveRoot (99.15s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" 2025/06/25 05:08:59 INFO : Swift container rclone-test-rawavad4nobu: Container "rclone-test-rawavad4nobu" created 2025/06/25 05:08:59 INFO : A1: Making directory 2025/06/25 05:08:59 INFO : A1/B1: Making directory 2025/06/25 05:08:59 INFO : A1/B1/C1: Making directory fstest.go:247: Filtering empty directory "A1" fstest.go:247: Filtering empty directory "A1/B1" fstest.go:247: Filtering empty directory "A1/B1/C1" fstest.go:247: Filtering empty directory "A1" --- PASS: TestRmdirsLeaveRoot (0.47s) === RUN TestRmdirsWithFilter run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" 2025/06/25 05:08:59 INFO : A1: Making directory 2025/06/25 05:08:59 INFO : A1/B1: Making directory 2025/06/25 05:08:59 INFO : A1/B1/C1: Making directory fstest.go:247: Filtering empty directory "A1" fstest.go:247: Filtering empty directory "A1/B1" fstest.go:247: Filtering empty directory "A1/B1/C1" fstest.go:247: Filtering empty directory "A1" --- PASS: TestRmdirsWithFilter (0.22s) === RUN TestCopyURL run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" 2025/06/25 05:09:30 DEBUG : filename.txt: File name found in url 2025/06/25 05:09:36 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (105.39s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" 2025/06/25 05:10:49 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/25 05:11:05 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/25 05:11:05 INFO : file1: Copied (new) to: sub/file2 2025/06/25 05:11:05 INFO : file1: Deleted 2025/06/25 05:11:20 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/25 05:11:20 DEBUG : file1: Unchanged skipping 2025/06/25 05:11:20 INFO : file1: Deleted 2025/06/25 05:11:30 DEBUG : Compressed: TestCompressSwift:rclone-test-rawavad4nobu: don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (66.57s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" 2025/06/25 05:12:01 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/25 05:12:16 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/25 05:12:16 INFO : file1: Copied (new) 2025/06/25 05:12:16 INFO : file1: Deleted 2025/06/25 05:12:32 DEBUG : file1: Destination exists, skipping 2025/06/25 05:12:32 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (56.34s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFile (0.12s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.27s) === RUN TestMoveFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" 2025/06/25 05:13:13 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-rawavad4nobu/backup" 2025/06/25 05:13:13 DEBUG : Config file has changed externally - reloading 2025/06/25 05:13:14 DEBUG : Swift container rclone-test-rawavad4nobu path backup.json: Auto set use_segments_container to true 2025/06/25 05:13:19 DEBUG : Swift container rclone-test-rawavad4nobu path backup: Auto set use_segments_container to true 2025/06/25 05:13:24 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/06/25 05:13:50 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/06/25 05:13:50 INFO : dst/file1: Copied (server-side copy) 2025/06/25 05:14:00 INFO : dst/file1: Deleted 2025/06/25 05:14:15 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/25 05:14:15 INFO : dst/file1: Copied (new) 2025/06/25 05:14:15 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (123.55s) === 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-rawavad4nobu", Local "Local file system at /tmp/rclone4084073136", Modify Window "1ns" 2025/06/25 05:15:41 INFO : A1/B2: Making directory 2025/06/25 05:15:41 INFO : A1/B1/C3: Making directory fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B1/C3" 2025/06/25 05:16:16 DEBUG : A1/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/06/25 05:16:16 INFO : A1/B1/three: Copied (server-side copy) to: A2/B1/three 2025/06/25 05:16:17 DEBUG : A1/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/25 05:16:17 INFO : A1/one: Copied (server-side copy) to: A2/one 2025/06/25 05:16:17 INFO : A1/B1/three: Deleted 2025/06/25 05:16:17 INFO : A1/one: Deleted panic: test timed out after 1h0m0s running tests: TestDirMove (1m32s) goroutine 9723 [running]: testing.(*M).startAlarm.func1() /usr/local/go/src/testing/testing.go:2484 +0x394 created by time.goFunc /usr/local/go/src/time/sleep.go:215 +0x2d goroutine 1 [chan receive, 3 minutes]: testing.(*T).Run(0xc000584c40, {0x26a1e5f?, 0xc0007c1ad8?}, 0x27d4468) /usr/local/go/src/testing/testing.go:1859 +0x431 testing.runTests.func1(0xc000584c40) /usr/local/go/src/testing/testing.go:2279 +0x37 testing.tRunner(0xc000584c40, 0xc0007c1c18) /usr/local/go/src/testing/testing.go:1792 +0xf4 testing.runTests(0xc0009fad98, {0x3e9a120, 0x6d, 0x6d}, {0xedfed6f17?, 0x3eb0120?, 0x3eb0120?}) /usr/local/go/src/testing/testing.go:2277 +0x4b4 testing.(*M).Run(0xc0006b5400) /usr/local/go/src/testing/testing.go:2142 +0x64a github.com/rclone/rclone/fstest.TestMain(0xc0006b5400) /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 1192 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1182 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 19 [syscall, 60 minutes]: os/signal.signal_recv() /usr/local/go/src/runtime/sigqueue.go:152 +0x29 os/signal.loop() /usr/local/go/src/os/signal/signal_unix.go:23 +0x13 created by os/signal.Notify.func1.1 in goroutine 1 /usr/local/go/src/os/signal/signal.go:152 +0x1f goroutine 20 [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 9506 [sync.WaitGroup.Wait]: sync.runtime_SemacquireWaitGroup(0x0?) /usr/local/go/src/runtime/sema.go:110 +0x25 sync.(*WaitGroup).Wait(0x41c1f3?) /usr/local/go/src/sync/waitgroup.go:118 +0x48 golang.org/x/sync/errgroup.(*Group).Wait(0xc00011b8c0) /home/rclone/go/pkg/mod/golang.org/x/sync@v0.15.0/errgroup/errgroup.go:65 +0x1e github.com/rclone/rclone/fs/operations.DirMove({0x2b08a08, 0x3ed36e0}, {0x2b1dd40, 0xc000344b80}, {0x268b2f3, 0x2}, {0x2acf3d0, 0x2}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2431 +0x81f github.com/rclone/rclone/fs/operations_test.TestDirMove(0xc00085c380) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1380 +0x934 testing.tRunner(0xc00085c380, 0x27d4468) /usr/local/go/src/testing/testing.go:1792 +0xf4 created by testing.(*T).Run in goroutine 1 /usr/local/go/src/testing/testing.go:1851 +0x413 goroutine 1444 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1418 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 9516 [IO wait]: internal/poll.runtime_pollWait(0x794d0e9c8390, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc0003b7380?, 0xc00089a000?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc0003b7380, {0xc00089a000, 0x1980, 0x1980}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc0003b7380, {0xc00089a000?, 0x1973?, 0xc0002e23c0?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc00008a530, {0xc00089a000?, 0xc0002016d0?, 0xd?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc0005c4b88, {0xc00089a000?, 0x794d0c63ca48?, 0x794d55e675c0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc000a00f00, {0xc00089a000?, 0x1973?, 0xc00015e9d0?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc0002017b8, {0x2ae2100, 0xc000a00f00}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc000201508, {0x794d0c7901f0, 0xc0005c4b88}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc000201508, 0x0) /usr/local/go/src/crypto/tls/conn.go:629 +0x3cf crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:591 crypto/tls.(*Conn).Read(0xc000201508, {0xc00085a000, 0x1000, 0xc00070bbc0?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc000710d80, {0xc00085a000?, 0x7f3f65?, 0x2ae02a0?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc000912600) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc000912600, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc000710d80) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 9601 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 3501 [chan receive, 43 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9722 [select]: net/http.(*persistConn).roundTrip(0xc000710b40, 0xc0001c4eb0) /usr/local/go/src/net/http/transport.go:2826 +0x785 net/http.(*Transport).roundTrip(0xc00071c1a0, 0xc0004dea00) /usr/local/go/src/net/http/transport.go:696 +0xb9a net/http.(*Transport).RoundTrip(...) /usr/local/go/src/net/http/roundtrip.go:30 github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0xc00046e1c0, 0xc0004dea00) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc0004dea00, {0x2ae18a0, 0xc00046e1c0}, {0x1?, 0xd6f0b0?, 0x0?}) /usr/local/go/src/net/http/client.go:259 +0x5e2 net/http.(*Client).send(0xc0006d5e00, 0xc0004dea00, {0x412c3e?, 0x482592?, 0x0?}) /usr/local/go/src/net/http/client.go:180 +0x91 net/http.(*Client).do(0xc0006d5e00, 0xc0004dea00) /usr/local/go/src/net/http/client.go:728 +0x989 net/http.(*Client).Do(...) /usr/local/go/src/net/http/client.go:587 github.com/ncw/swift/v2.(*Connection).doTimeoutRequest.func1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:421 +0x2b created by github.com/ncw/swift/v2.(*Connection).doTimeoutRequest in goroutine 9586 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:420 +0xb8 goroutine 2983 [chan receive, 44 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 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 939 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 929 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 163 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 153 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 8467 [chan receive, 9 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 8466 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9627 [select]: github.com/rclone/rclone/fs/accounting.(*Account).averageLoop(0xc000668b00) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:221 +0xed created by github.com/rclone/rclone/fs/accounting.newAccountSizeName in goroutine 9593 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:119 +0x436 goroutine 630 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 605 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 224 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 214 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 9517 [select]: net/http.(*persistConn).writeLoop(0xc000710d80) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 9601 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 3259 [chan receive, 44 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 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 805 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 763 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 2876 [chan receive, 44 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 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9625 [IO wait]: internal/poll.runtime_pollWait(0x794d0e9c85c0, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc0001fc200?, 0xc0001e0c80?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc0001fc200, {0xc0001e0c80, 0x1980, 0x1980}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc0001fc200, {0xc0001e0c80?, 0x1973?, 0xc0002e3b60?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc0007061a0, {0xc0001e0c80?, 0xc00035bdd0?, 0xd?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000af8978, {0xc0001e0c80?, 0x794d0c78d8e0?, 0x794d55e67a78?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc000805a58, {0xc0001e0c80?, 0x1973?, 0xc0000949d0?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc00035beb8, {0x2ae2100, 0xc000805a58}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc00035bc08, {0x794d0c7901f0, 0xc000af8978}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc00035bc08, 0x0) /usr/local/go/src/crypto/tls/conn.go:629 +0x3cf crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:591 crypto/tls.(*Conn).Read(0xc00035bc08, {0xc00094a000, 0x1000, 0xc00070bbc0?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc000710b40, {0xc00094a000?, 0x7f3f65?, 0x2ae02a0?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc0000b0720) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc0000b0720, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc000710b40) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 9598 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 272 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 262 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 9586 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0007783c0, 0xc00034b3b0, 0xc0004dea00) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:425 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0007783c0, {0x2b08b20, 0xc0003b0be0}, {0xc0005b04b0, 0x4f}, {{0xc000460510, 0x18}, {0xc000460529, 0x11}, {0x268ccca, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:777 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc0007783c0, {0x2b08b20, 0xc0003b0be0}, {{0xc000460510, 0x18}, {0xc000460529, 0x11}, {0x268ccca, 0x4}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:847 +0x151 github.com/ncw/swift/v2.(*Connection).ObjectCopy(0xc0007783c0, {0x2b08b20, 0xc0003b0be0}, {0xc000460510, 0x18}, {0xc000460529, 0x11}, {0xc0015dd590, 0x18}, {0xc0015dd5a9, ...}, ...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:2253 +0x2f0 github.com/rclone/rclone/backend/swift.(*Fs).Copy.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1068 +0x70 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0xc000685008?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc0000b01e0, 0xc00034b260, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc0000b01e0, 0xc00034b260) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x93 github.com/rclone/rclone/backend/swift.(*Fs).Copy(0xc000382c40, {0x2b08b20, 0xc0003b0be0}, {0x2b20740, 0xc00011b4a0}, {0xc000978cc0, 0x11}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1066 +0x385 github.com/rclone/rclone/backend/compress.(*Fs).Copy(0xc000344b80, {0x2b08b20, 0xc0003b0be0}, {0x2b1ddb0, 0xc0003b0a50}, {0xc000b147f0, 0xd}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:896 +0x258 github.com/rclone/rclone/fs/operations.(*copy).serverSideCopy(0xc0007a5200, {0x2b08b20, 0xc0003b0be0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:151 +0x152 github.com/rclone/rclone/fs/operations.(*copy).copy(0xc0007a5200, {0x2b08b20, 0xc0003b0be0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:307 +0xea github.com/rclone/rclone/fs/operations.Copy({0x2b08b20, 0xc0003b0be0}, {0x2b1dd40, 0xc000344b80}, {0x0, 0x0}, {0xc000b147f0, 0xd}, {0x2b1ddb0, 0xc0003b0a50}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:413 +0x4db github.com/rclone/rclone/fs/operations.move({0x2b08b20, 0xc0003b0be0}, {0x2b1dd40, 0xc000344b80}, {0x0, 0x0}, {0xc000b147f0, 0xd}, {0x2b1ddb0, 0xc0003b0a50}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:499 +0xa68 github.com/rclone/rclone/fs/operations.Move(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:415 github.com/rclone/rclone/fs/operations.DirMove.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2408 +0x154 golang.org/x/sync/errgroup.(*Group).add.func1() /home/rclone/go/pkg/mod/golang.org/x/sync@v0.15.0/errgroup/errgroup.go:128 +0x7e created by golang.org/x/sync/errgroup.(*Group).add in goroutine 9506 /home/rclone/go/pkg/mod/golang.org/x/sync@v0.15.0/errgroup/errgroup.go:96 +0x76 goroutine 347 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 289 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1264 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1254 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 9623 [IO wait]: internal/poll.runtime_pollWait(0x794d0e9c8048, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc000762000?, 0xc0008a0600?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc000762000, {0xc0008a0600, 0x1980, 0x1980}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc000762000, {0xc0008a0600?, 0x1973?, 0xc0002e31e0?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc0003be010, {0xc0008a0600?, 0xc00064c8d0?, 0xd?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000804018, {0xc0008a0600?, 0x794d0c7af9b8?, 0x794d55e67f30?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc0005c5818, {0xc0008a0600?, 0x1973?, 0xc00009b9d0?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc00064c9b8, {0x2ae2100, 0xc0005c5818}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc00064c708, {0x794d0c7901f0, 0xc000804018}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc00064c708, 0x0) /usr/local/go/src/crypto/tls/conn.go:629 +0x3cf crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:591 crypto/tls.(*Conn).Read(0xc00064c708, {0xc000948000, 0x1000, 0xc00070bbc0?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc000a190e0, {0xc000948000?, 0x7f3f65?, 0x2ae02a0?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc000c17f20) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc000c17f20, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc000a190e0) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 9583 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 849 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 839 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 430 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 420 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1382 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1372 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 530 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 504 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1031 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 989 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 9650 [select]: github.com/rclone/rclone/fs/accounting.(*Account).averageLoop(0xc000700400) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:221 +0xed created by github.com/rclone/rclone/fs/accounting.newAccountSizeName in goroutine 9586 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:119 +0x436 goroutine 550 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 540 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1224 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1214 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +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:256 +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:254 +0x378 goroutine 9587 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0007783c0, 0xc000346770, 0xc000410280) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:425 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0007783c0, {0x2b08b20, 0xc0003b0be0}, {0xc0005b04b0, 0x4f}, {{0xc0006df4a0, 0x18}, {0xc0006df4b9, 0xa}, {0x268cb6a, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:777 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc0007783c0, {0x2b08b20, 0xc0003b0be0}, {{0xc0006df4a0, 0x18}, {0xc0006df4b9, 0xa}, {0x268cb6a, 0x4}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:847 +0x151 github.com/ncw/swift/v2.(*Connection).objectBase(0x0?, {0x2b08b20?, 0xc0003b0be0?}, {0xc0006df4a0?, 0xc0003b0be0?}, {0xc0006df4b9, 0xa}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:2143 +0xf8 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1.(*Connection).Object.1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:2132 +0x85 github.com/ncw/swift/v2.withLORetry(0x0, 0xc000965560) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/largeobjects.go:303 +0x9f github.com/ncw/swift/v2.(*Connection).Object(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:2131 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1334 +0x156 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0xc000053808?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc0000b01e0, 0xc000953a40, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc0000b01e0, 0xc000953a40) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x93 github.com/rclone/rclone/backend/swift.(*Object).readMetaData(0xc00011b800, {0x2b08b20, 0xc0003b0be0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1333 +0x165 github.com/rclone/rclone/backend/swift.(*Object).hasHeader(0xc00011b800, {0x2b08b20?, 0xc0003b0be0?}, {0x26c1d09, 0x15}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1246 +0x30 github.com/rclone/rclone/backend/swift.(*Object).isLargeObject(0xc00011b800, {0x2b08b20, 0xc0003b0be0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1277 +0x48 github.com/rclone/rclone/backend/swift.(*Fs).Copy(0xc000382c40, {0x2b08b20, 0xc0003b0be0}, {0x2b20740, 0xc00011b800}, {0xc000aa0db0, 0xa}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1057 +0x1bb github.com/rclone/rclone/backend/compress.(*Fs).Copy(0xc000344b80, {0x2b08b20, 0xc0003b0be0}, {0x2b1ddb0, 0xc0003b0b90}, {0xc000b147d0, 0x6}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:896 +0x258 github.com/rclone/rclone/fs/operations.(*copy).serverSideCopy(0xc0005e73b0, {0x2b08b20, 0xc0003b0be0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:151 +0x152 github.com/rclone/rclone/fs/operations.(*copy).copy(0xc0005e73b0, {0x2b08b20, 0xc0003b0be0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:307 +0xea github.com/rclone/rclone/fs/operations.Copy({0x2b08b20, 0xc0003b0be0}, {0x2b1dd40, 0xc000344b80}, {0x0, 0x0}, {0xc000b147d0, 0x6}, {0x2b1ddb0, 0xc0003b0b90}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:413 +0x4db github.com/rclone/rclone/fs/operations.move({0x2b08b20, 0xc0003b0be0}, {0x2b1dd40, 0xc000344b80}, {0x0, 0x0}, {0xc000b147d0, 0x6}, {0x2b1ddb0, 0xc0003b0b90}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:499 +0xa68 github.com/rclone/rclone/fs/operations.Move(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:415 github.com/rclone/rclone/fs/operations.DirMove.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2408 +0x154 golang.org/x/sync/errgroup.(*Group).add.func1() /home/rclone/go/pkg/mod/golang.org/x/sync@v0.15.0/errgroup/errgroup.go:128 +0x7e created by golang.org/x/sync/errgroup.(*Group).add in goroutine 9506 /home/rclone/go/pkg/mod/golang.org/x/sync@v0.15.0/errgroup/errgroup.go:96 +0x76 goroutine 672 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 662 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 9518 [select]: github.com/rclone/rclone/fs/accounting.(*Account).averageLoop(0xc00073c700) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:221 +0xed created by github.com/rclone/rclone/fs/accounting.newAccountSizeName in goroutine 9587 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:119 +0x436 goroutine 9696 [select]: net/http.(*persistConn).roundTrip(0xc0001350e0, 0xc000888320) /usr/local/go/src/net/http/transport.go:2826 +0x785 net/http.(*Transport).roundTrip(0xc00071c1a0, 0xc00016fe00) /usr/local/go/src/net/http/transport.go:696 +0xb9a net/http.(*Transport).RoundTrip(...) /usr/local/go/src/net/http/roundtrip.go:30 github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0xc00046e1c0, 0xc00016fe00) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc00016fe00, {0x2ae18a0, 0xc00046e1c0}, {0x1?, 0xd6f0b0?, 0x0?}) /usr/local/go/src/net/http/client.go:259 +0x5e2 net/http.(*Client).send(0xc0006d5e00, 0xc00016fe00, {0x412c3e?, 0x482592?, 0x0?}) /usr/local/go/src/net/http/client.go:180 +0x91 net/http.(*Client).do(0xc0006d5e00, 0xc00016fe00) /usr/local/go/src/net/http/client.go:728 +0x989 net/http.(*Client).Do(...) /usr/local/go/src/net/http/client.go:587 github.com/ncw/swift/v2.(*Connection).doTimeoutRequest.func1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:421 +0x2b created by github.com/ncw/swift/v2.(*Connection).doTimeoutRequest in goroutine 9593 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:420 +0xb8 goroutine 1067 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1009 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 9593 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0007783c0, 0xc000346230, 0xc00016fe00) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:425 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0007783c0, {0x2b08b20, 0xc0003b0be0}, {0xc0005b04b0, 0x4f}, {{0xc0006df350, 0x18}, {0xc0006df369, 0x11}, {0x268ccca, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:777 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc0007783c0, {0x2b08b20, 0xc0003b0be0}, {{0xc0006df350, 0x18}, {0xc0006df369, 0x11}, {0x268ccca, 0x4}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:847 +0x151 github.com/ncw/swift/v2.(*Connection).ObjectCopy(0xc0007783c0, {0x2b08b20, 0xc0003b0be0}, {0xc0006df350, 0x18}, {0xc0006df369, 0x11}, {0xc000460360, 0x18}, {0xc000460379, ...}, ...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:2253 +0x2f0 github.com/rclone/rclone/backend/swift.(*Fs).Copy.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1068 +0x70 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0xc000053808?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc0000b01e0, 0xc0003460e0, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc0000b01e0, 0xc0003460e0) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x93 github.com/rclone/rclone/backend/swift.(*Fs).Copy(0xc000382c40, {0x2b08b20, 0xc0003b0be0}, {0x2b20740, 0xc00011b560}, {0xc000492618, 0x11}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1066 +0x385 github.com/rclone/rclone/backend/compress.(*Fs).Copy(0xc000344b80, {0x2b08b20, 0xc0003b0be0}, {0x2b1ddb0, 0xc0003b0aa0}, {0xc000b14790, 0xd}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:896 +0x258 github.com/rclone/rclone/fs/operations.(*copy).serverSideCopy(0xc0006db5f0, {0x2b08b20, 0xc0003b0be0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:151 +0x152 github.com/rclone/rclone/fs/operations.(*copy).copy(0xc0006db5f0, {0x2b08b20, 0xc0003b0be0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:307 +0xea github.com/rclone/rclone/fs/operations.Copy({0x2b08b20, 0xc0003b0be0}, {0x2b1dd40, 0xc000344b80}, {0x0, 0x0}, {0xc000b14790, 0xd}, {0x2b1ddb0, 0xc0003b0aa0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:413 +0x4db github.com/rclone/rclone/fs/operations.move({0x2b08b20, 0xc0003b0be0}, {0x2b1dd40, 0xc000344b80}, {0x0, 0x0}, {0xc000b14790, 0xd}, {0x2b1ddb0, 0xc0003b0aa0}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:499 +0xa68 github.com/rclone/rclone/fs/operations.Move(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:415 github.com/rclone/rclone/fs/operations.DirMove.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2408 +0x154 golang.org/x/sync/errgroup.(*Group).add.func1() /home/rclone/go/pkg/mod/golang.org/x/sync@v0.15.0/errgroup/errgroup.go:128 +0x7e created by golang.org/x/sync/errgroup.(*Group).add in goroutine 9506 /home/rclone/go/pkg/mod/golang.org/x/sync@v0.15.0/errgroup/errgroup.go:96 +0x76 goroutine 3604 [chan receive, 43 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9626 [select]: net/http.(*persistConn).writeLoop(0xc000710b40) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 9598 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 1321 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1295 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 9730 [select]: net/http.(*persistConn).roundTrip(0xc000710d80, 0xc000888410) /usr/local/go/src/net/http/transport.go:2826 +0x785 net/http.(*Transport).roundTrip(0xc00071c1a0, 0xc000410280) /usr/local/go/src/net/http/transport.go:696 +0xb9a net/http.(*Transport).RoundTrip(...) /usr/local/go/src/net/http/roundtrip.go:30 github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0xc00046e1c0, 0xc000410280) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc000410280, {0x2ae18a0, 0xc00046e1c0}, {0x1?, 0x540b53?, 0x0?}) /usr/local/go/src/net/http/client.go:259 +0x5e2 net/http.(*Client).send(0xc0006d5e00, 0xc000410280, {0xc000799dd8?, 0x422eb6?, 0x0?}) /usr/local/go/src/net/http/client.go:180 +0x91 net/http.(*Client).do(0xc0006d5e00, 0xc000410280) /usr/local/go/src/net/http/client.go:728 +0x989 net/http.(*Client).Do(...) /usr/local/go/src/net/http/client.go:587 github.com/ncw/swift/v2.(*Connection).doTimeoutRequest.func1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:421 +0x2b created by github.com/ncw/swift/v2.(*Connection).doTimeoutRequest in goroutine 9587 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:420 +0xb8 goroutine 3077 [chan receive, 44 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 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1479 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1437 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 8476 [select]: net/http.(*persistConn).writeLoop(0xc0001350e0) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 8485 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 3341 [chan receive, 44 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 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3144 [chan receive, 44 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 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9553 [select]: net/http.(*persistConn).writeLoop(0xc000996900) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 9551 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 9624 [select]: net/http.(*persistConn).writeLoop(0xc000a190e0) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 9583 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 2820 [chan receive, 46 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3229 [chan receive, 43 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8475 [IO wait]: internal/poll.runtime_pollWait(0x794d0e9c84a8, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc0001fc300?, 0xc00089d300?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc0001fc300, {0xc00089d300, 0x1980, 0x1980}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc0001fc300, {0xc00089d300?, 0x2000?, 0x0?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc0003be0e0, {0xc00089d300?, 0x0?, 0x3ecf9e0?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000af8570, {0xc00089d300?, 0x794d0c63ca48?, 0x794d55e675c0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc000a00e88, {0xc00089d300?, 0x3ed5f60?, 0xc0008919c8?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc00017a638, {0x2ae2100, 0xc000a00e88}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc00017a388, {0x794d0c7901f0, 0xc000af8570}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc00017a388, 0x0) /usr/local/go/src/crypto/tls/conn.go:629 +0x3cf crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:591 crypto/tls.(*Conn).Read(0xc00017a388, {0xc000826000, 0x1000, 0xc00070bbc0?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc0001350e0, {0xc000826000?, 0x7f3f65?, 0x2ae02a0?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc00095fe00) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc00095fe00, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc0001350e0) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 8485 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 9552 [IO wait]: internal/poll.runtime_pollWait(0x794d0e9c86d8, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc0001fc180?, 0xc00089ec80?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc0001fc180, {0xc00089ec80, 0x1980, 0x1980}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc0001fc180, {0xc00089ec80?, 0x1973?, 0xc0002e29a0?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc00008a538, {0xc00089ec80?, 0xc000201a50?, 0xd?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc0005c4bd0, {0xc00089ec80?, 0x794d0c78d8e0?, 0x794d55e67a78?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc000805908, {0xc00089ec80?, 0x1973?, 0xc0001639d0?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc000201b38, {0x2ae2100, 0xc000805908}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc000201888, {0x794d0c7901f0, 0xc0005c4bd0}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc000201888, 0x0) /usr/local/go/src/crypto/tls/conn.go:629 +0x3cf crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:591 crypto/tls.(*Conn).Read(0xc000201888, {0xc00016a000, 0x1000, 0xc00070bbc0?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc000996900, {0xc00016a000?, 0x7f3f65?, 0x2ae02a0?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc000953200) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc000953200, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc000996900) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 9551 /usr/local/go/src/net/http/transport.go:1944 +0x174f "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m0.723866151s (try 2/5): exit status 2: Failed []