"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 3/5) 2025/05/14 06:43:02 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-patagom5wiko" 2025/05/14 06:43:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/14 06:43:03 DEBUG : Swift container rclone-test-patagom5wiko.json: Auto set use_segments_container to true 2025/05/14 06:43:03 DEBUG : Swift container rclone-test-patagom5wiko: Auto set use_segments_container to true 2025/05/14 06:43:03 DEBUG : Creating backend with remote "/tmp/rclone3429030863" === 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-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.19s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.06s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/05/14 06:43:03 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/14 06:43:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/14 06:43:03 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/05/14 06:43:03 DEBUG : potato: Seek from 10 to 0 2025/05/14 06:43:03 DEBUG : potato: Seek from 10 to 0 2025/05/14 06:43:03 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/05/14 06:43:03 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/14 06:43:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/14 06:43:03 DEBUG : potato: Seek from 5 to 2 2025/05/14 06:43:03 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/05/14 06:43:03 DEBUG : potato: Seek from 7 to 0 2025/05/14 06:43:03 DEBUG : potato: Seek from 7 to 0 2025/05/14 06:43:03 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/05/14 06:43:03 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/14 06:43:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/14 06:43:03 DEBUG : potato: Seek from 5 to 2 2025/05/14 06:43:03 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/05/14 06:43:03 DEBUG : potato: Seek from 8 to 0 2025/05/14 06:43:03 DEBUG : potato: Seek from 8 to 0 2025/05/14 06:43:03 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/05/14 06:43:03 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/14 06:43:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/14 06:43:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/14 06:43:03 DEBUG : potato: Seek from 5 to 2 2025/05/14 06:43:03 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/05/14 06:43:03 DEBUG : potato: Seek from 9 to 0 2025/05/14 06:43:03 DEBUG : potato: Seek from 9 to 0 2025/05/14 06:43:03 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-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" 2025/05/14 06:43:04 INFO : Swift container rclone-test-patagom5wiko: Container "rclone-test-patagom5wiko" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (184.91s) --- PASS: TestCheck/1 (5.16s) --- PASS: TestCheck/2 (0.14s) --- PASS: TestCheck/3 (5.14s) --- PASS: TestCheck/4 (5.19s) --- PASS: TestCheck/5 (5.17s) --- PASS: TestCheck/6 (10.14s) --- PASS: TestCheck/7 (10.15s) === RUN TestCheckFsError 2025/05/14 06:46:08 DEBUG : Creating backend with remote "nonexistent" 2025/05/14 06:46:08 DEBUG : Creating backend with remote "nonexistent" 2025/05/14 06:46:08 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/05/14 06:46:08 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/05/14 06:46:08 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/05/14 06:46:08 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-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", 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 (186.72s) --- PASS: TestCheckDownload/1 (5.22s) --- PASS: TestCheckDownload/2 (10.21s) --- PASS: TestCheckDownload/3 (10.27s) --- PASS: TestCheckDownload/4 (0.31s) --- PASS: TestCheckDownload/5 (5.21s) --- PASS: TestCheckDownload/6 (15.24s) --- PASS: TestCheckDownload/7 (10.24s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", 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 (145.93s) --- PASS: TestCheckSizeOnly/1 (0.05s) --- PASS: TestCheckSizeOnly/2 (0.10s) --- PASS: TestCheckSizeOnly/3 (0.05s) --- PASS: TestCheckSizeOnly/4 (0.05s) --- PASS: TestCheckSizeOnly/5 (0.06s) --- PASS: TestCheckSizeOnly/6 (0.05s) --- PASS: TestCheckSizeOnly/7 (0.10s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" 2025/05/14 06:52:02 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/14 06:52:02 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/14 06:52:02 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/14 06:52:02 NOTICE: test.sum: 2 warning(s) suppressed... 2025/05/14 06:52:23 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/14 06:52:23 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/14 06:52:23 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/14 06:52:23 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (57.76s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" 2025/05/14 06:52:39 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-patagom5wiko/data" 2025/05/14 06:52:39 DEBUG : Config file has changed externally - reloading 2025/05/14 06:52:39 DEBUG : Swift container rclone-test-patagom5wiko path data.json: Auto set use_segments_container to true 2025/05/14 06:52:45 DEBUG : Swift container rclone-test-patagom5wiko 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 (303.96s) --- PASS: TestCheckSum/subtest1 (10.34s) --- PASS: TestCheckSum/subtest2 (5.33s) --- PASS: TestCheckSum/subtest3 (10.43s) --- PASS: TestCheckSum/subtest4 (10.43s) --- PASS: TestCheckSum/subtest5 (0.42s) --- PASS: TestCheckSum/subtest6 (10.47s) --- PASS: TestCheckSum/subtest7 (10.44s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" 2025/05/14 06:57:43 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-patagom5wiko/data" 2025/05/14 06:57:43 DEBUG : Swift container rclone-test-patagom5wiko path data.json: Auto set use_segments_container to true 2025/05/14 06:57:48 DEBUG : Swift container rclone-test-patagom5wiko 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 (348.76s) --- PASS: TestCheckSumDownload/subtest1 (10.40s) --- PASS: TestCheckSumDownload/subtest2 (10.38s) --- PASS: TestCheckSumDownload/subtest3 (10.46s) --- PASS: TestCheckSumDownload/subtest4 (20.41s) --- PASS: TestCheckSumDownload/subtest5 (5.39s) --- PASS: TestCheckSumDownload/subtest6 (15.41s) --- PASS: TestCheckSumDownload/subtest7 (15.50s) === RUN TestApplyTransforms 2025/05/14 07:03:31 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-guqeluw8kode" 2025/05/14 07:03:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/14 07:03:32 DEBUG : Swift container rclone-test-guqeluw8kode.json: Auto set use_segments_container to true 2025/05/14 07:03:32 DEBUG : Swift container rclone-test-guqeluw8kode: Auto set use_segments_container to true 2025/05/14 07:03:32 DEBUG : Creating backend with remote "/tmp/rclone4184858303" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-guqeluw8kode", Local "Local file system at /tmp/rclone4184858303", Modify Window "1ns" 2025/05/14 07:03:33 INFO : Swift container rclone-test-guqeluw8kode: Container "rclone-test-guqeluw8kode" created upper checkfile vs. lower remote (without normalization) 2025/05/14 07:03:49 ERROR : hello, world!: sum not found 2025/05/14 07:03:49 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-guqeluw8kode 2025/05/14 07:03:49 NOTICE: Compressed: TestCompressSwift:rclone-test-guqeluw8kode: 1 files missing 2025/05/14 07:03:49 NOTICE: 1 hashes missing 2025/05/14 07:03:49 NOTICE: Compressed: TestCompressSwift:rclone-test-guqeluw8kode: 2 differences found 2025/05/14 07:03:49 NOTICE: Compressed: TestCompressSwift:rclone-test-guqeluw8kode: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/05/14 07:03:50 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/14 07:03:50 NOTICE: Compressed: TestCompressSwift:rclone-test-guqeluw8kode: 0 differences found 2025/05/14 07:03:50 NOTICE: Compressed: TestCompressSwift:rclone-test-guqeluw8kode: 1 matching files 2025/05/14 07:03:50 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tonagop3puqa" 2025/05/14 07:03:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/14 07:03:50 DEBUG : Swift container rclone-test-tonagop3puqa.json: Auto set use_segments_container to true 2025/05/14 07:03:51 DEBUG : Swift container rclone-test-tonagop3puqa: Auto set use_segments_container to true 2025/05/14 07:03:51 DEBUG : Creating backend with remote "/tmp/rclone2106222815" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tonagop3puqa", Local "Local file system at /tmp/rclone2106222815", Modify Window "1ns" 2025/05/14 07:03:51 INFO : Swift container rclone-test-tonagop3puqa: Container "rclone-test-tonagop3puqa" created lower checkfile vs. upper remote (without normalization) 2025/05/14 07:04:03 ERROR : HELLO, WORLD!: sum not found 2025/05/14 07:04:03 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-tonagop3puqa 2025/05/14 07:04:03 NOTICE: Compressed: TestCompressSwift:rclone-test-tonagop3puqa: 1 files missing 2025/05/14 07:04:03 NOTICE: 1 hashes missing 2025/05/14 07:04:03 NOTICE: Compressed: TestCompressSwift:rclone-test-tonagop3puqa: 2 differences found 2025/05/14 07:04:03 NOTICE: Compressed: TestCompressSwift:rclone-test-tonagop3puqa: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/05/14 07:04:03 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/14 07:04:03 NOTICE: Compressed: TestCompressSwift:rclone-test-tonagop3puqa: 0 differences found 2025/05/14 07:04:03 NOTICE: Compressed: TestCompressSwift:rclone-test-tonagop3puqa: 1 matching files 2025/05/14 07:04:03 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-buvutif8ware" 2025/05/14 07:04:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/14 07:04:03 DEBUG : Swift container rclone-test-buvutif8ware.json: Auto set use_segments_container to true 2025/05/14 07:04:04 DEBUG : Swift container rclone-test-buvutif8ware: Auto set use_segments_container to true 2025/05/14 07:04:04 DEBUG : Creating backend with remote "/tmp/rclone3352708868" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-buvutif8ware", Local "Local file system at /tmp/rclone3352708868", Modify Window "1ns" 2025/05/14 07:04:04 INFO : Swift container rclone-test-buvutif8ware: Container "rclone-test-buvutif8ware" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/05/14 07:04:15 ERROR : HeLlO, wOrLd!: sum not found 2025/05/14 07:04:15 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-buvutif8ware 2025/05/14 07:04:15 NOTICE: Compressed: TestCompressSwift:rclone-test-buvutif8ware: 1 files missing 2025/05/14 07:04:15 NOTICE: 1 hashes missing 2025/05/14 07:04:15 NOTICE: Compressed: TestCompressSwift:rclone-test-buvutif8ware: 2 differences found 2025/05/14 07:04:15 NOTICE: Compressed: TestCompressSwift:rclone-test-buvutif8ware: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/05/14 07:04:20 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/14 07:04:20 NOTICE: Compressed: TestCompressSwift:rclone-test-buvutif8ware: 0 differences found 2025/05/14 07:04:20 NOTICE: Compressed: TestCompressSwift:rclone-test-buvutif8ware: 1 matching files 2025/05/14 07:04:20 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-bezavan6soje" 2025/05/14 07:04:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/14 07:04:21 DEBUG : Swift container rclone-test-bezavan6soje.json: Auto set use_segments_container to true 2025/05/14 07:04:21 DEBUG : Swift container rclone-test-bezavan6soje: Auto set use_segments_container to true 2025/05/14 07:04:21 DEBUG : Creating backend with remote "/tmp/rclone2811378449" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-bezavan6soje", Local "Local file system at /tmp/rclone2811378449", Modify Window "1ns" 2025/05/14 07:04:22 INFO : Swift container rclone-test-bezavan6soje: Container "rclone-test-bezavan6soje" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/05/14 07:04:37 ERROR : HELLO, WORLD!: sum not found 2025/05/14 07:04:37 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-bezavan6soje 2025/05/14 07:04:37 NOTICE: Compressed: TestCompressSwift:rclone-test-bezavan6soje: 1 files missing 2025/05/14 07:04:37 NOTICE: 1 hashes missing 2025/05/14 07:04:37 NOTICE: Compressed: TestCompressSwift:rclone-test-bezavan6soje: 2 differences found 2025/05/14 07:04:37 NOTICE: Compressed: TestCompressSwift:rclone-test-bezavan6soje: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/05/14 07:04:38 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/14 07:04:38 NOTICE: Compressed: TestCompressSwift:rclone-test-bezavan6soje: 0 differences found 2025/05/14 07:04:38 NOTICE: Compressed: TestCompressSwift:rclone-test-bezavan6soje: 1 matching files 2025/05/14 07:04:38 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-bucaqin3seza" 2025/05/14 07:04:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/14 07:04:38 DEBUG : Swift container rclone-test-bucaqin3seza.json: Auto set use_segments_container to true 2025/05/14 07:04:38 DEBUG : Swift container rclone-test-bucaqin3seza: Auto set use_segments_container to true 2025/05/14 07:04:38 DEBUG : Creating backend with remote "/tmp/rclone4152941128" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-bucaqin3seza", Local "Local file system at /tmp/rclone4152941128", Modify Window "1ns" 2025/05/14 07:04:39 INFO : Swift container rclone-test-bucaqin3seza: Container "rclone-test-bucaqin3seza" created NFD checkfile vs. NFC remote (without normalization) 2025/05/14 07:04:55 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/14 07:04:55 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-bucaqin3seza 2025/05/14 07:04:55 NOTICE: Compressed: TestCompressSwift:rclone-test-bucaqin3seza: 1 files missing 2025/05/14 07:04:55 NOTICE: 1 hashes missing 2025/05/14 07:04:55 NOTICE: Compressed: TestCompressSwift:rclone-test-bucaqin3seza: 2 differences found 2025/05/14 07:04:55 NOTICE: Compressed: TestCompressSwift:rclone-test-bucaqin3seza: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/05/14 07:05:00 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/14 07:05:00 NOTICE: Compressed: TestCompressSwift:rclone-test-bucaqin3seza: 0 differences found 2025/05/14 07:05:00 NOTICE: Compressed: TestCompressSwift:rclone-test-bucaqin3seza: 1 matching files 2025/05/14 07:05:00 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-sohaxuv5deta" 2025/05/14 07:05:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/14 07:05:01 DEBUG : Swift container rclone-test-sohaxuv5deta.json: Auto set use_segments_container to true 2025/05/14 07:05:01 DEBUG : Swift container rclone-test-sohaxuv5deta: Auto set use_segments_container to true 2025/05/14 07:05:01 DEBUG : Creating backend with remote "/tmp/rclone400058101" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sohaxuv5deta", Local "Local file system at /tmp/rclone400058101", Modify Window "1ns" 2025/05/14 07:05:02 INFO : Swift container rclone-test-sohaxuv5deta: Container "rclone-test-sohaxuv5deta" created NFC checkfile vs. NFD remote (without normalization) 2025/05/14 07:05:13 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/14 07:05:13 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-sohaxuv5deta 2025/05/14 07:05:13 NOTICE: Compressed: TestCompressSwift:rclone-test-sohaxuv5deta: 1 files missing 2025/05/14 07:05:13 NOTICE: 1 hashes missing 2025/05/14 07:05:13 NOTICE: Compressed: TestCompressSwift:rclone-test-sohaxuv5deta: 2 differences found 2025/05/14 07:05:13 NOTICE: Compressed: TestCompressSwift:rclone-test-sohaxuv5deta: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/05/14 07:05:13 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/14 07:05:13 NOTICE: Compressed: TestCompressSwift:rclone-test-sohaxuv5deta: 0 differences found 2025/05/14 07:05:13 NOTICE: Compressed: TestCompressSwift:rclone-test-sohaxuv5deta: 1 matching files 2025/05/14 07:05:13 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-qabofoh4juxu" 2025/05/14 07:05:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/14 07:05:13 DEBUG : Swift container rclone-test-qabofoh4juxu.json: Auto set use_segments_container to true 2025/05/14 07:05:13 DEBUG : Swift container rclone-test-qabofoh4juxu: Auto set use_segments_container to true 2025/05/14 07:05:13 DEBUG : Creating backend with remote "/tmp/rclone3322274213" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-qabofoh4juxu", Local "Local file system at /tmp/rclone3322274213", Modify Window "1ns" 2025/05/14 07:05:14 INFO : Swift container rclone-test-qabofoh4juxu: Container "rclone-test-qabofoh4juxu" created NFDx2 checkfile vs. both remote (without normalization) 2025/05/14 07:05:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/14 07:05:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-qabofoh4juxu 2025/05/14 07:05:20 NOTICE: Compressed: TestCompressSwift:rclone-test-qabofoh4juxu: 1 files missing 2025/05/14 07:05:20 NOTICE: 1 hashes missing 2025/05/14 07:05:20 NOTICE: Compressed: TestCompressSwift:rclone-test-qabofoh4juxu: 2 differences found 2025/05/14 07:05:20 NOTICE: Compressed: TestCompressSwift:rclone-test-qabofoh4juxu: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/05/14 07:05:20 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/14 07:05:20 NOTICE: Compressed: TestCompressSwift:rclone-test-qabofoh4juxu: 0 differences found 2025/05/14 07:05:20 NOTICE: Compressed: TestCompressSwift:rclone-test-qabofoh4juxu: 1 matching files 2025/05/14 07:05:20 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-lubokuk1mevu" 2025/05/14 07:05:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/14 07:05:21 DEBUG : Swift container rclone-test-lubokuk1mevu.json: Auto set use_segments_container to true 2025/05/14 07:05:21 DEBUG : Swift container rclone-test-lubokuk1mevu: Auto set use_segments_container to true 2025/05/14 07:05:21 DEBUG : Creating backend with remote "/tmp/rclone2930643597" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-lubokuk1mevu", Local "Local file system at /tmp/rclone2930643597", Modify Window "1ns" 2025/05/14 07:05:21 INFO : Swift container rclone-test-lubokuk1mevu: Container "rclone-test-lubokuk1mevu" created NFCx2 checkfile vs. both remote (without normalization) 2025/05/14 07:05:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/14 07:05:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-lubokuk1mevu 2025/05/14 07:05:33 NOTICE: Compressed: TestCompressSwift:rclone-test-lubokuk1mevu: 1 files missing 2025/05/14 07:05:33 NOTICE: 1 hashes missing 2025/05/14 07:05:33 NOTICE: Compressed: TestCompressSwift:rclone-test-lubokuk1mevu: 2 differences found 2025/05/14 07:05:33 NOTICE: Compressed: TestCompressSwift:rclone-test-lubokuk1mevu: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/05/14 07:05:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/14 07:05:33 NOTICE: Compressed: TestCompressSwift:rclone-test-lubokuk1mevu: 0 differences found 2025/05/14 07:05:33 NOTICE: Compressed: TestCompressSwift:rclone-test-lubokuk1mevu: 1 matching files 2025/05/14 07:05:33 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-patoquw7mupi" 2025/05/14 07:05:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/14 07:05:33 DEBUG : Swift container rclone-test-patoquw7mupi.json: Auto set use_segments_container to true 2025/05/14 07:05:34 DEBUG : Swift container rclone-test-patoquw7mupi: Auto set use_segments_container to true 2025/05/14 07:05:34 DEBUG : Creating backend with remote "/tmp/rclone2314447703" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patoquw7mupi", Local "Local file system at /tmp/rclone2314447703", Modify Window "1ns" 2025/05/14 07:05:34 INFO : Swift container rclone-test-patoquw7mupi: Container "rclone-test-patoquw7mupi" created both checkfile vs. NFDx2 remote (without normalization) 2025/05/14 07:05:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/14 07:05:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-patoquw7mupi 2025/05/14 07:05:50 NOTICE: Compressed: TestCompressSwift:rclone-test-patoquw7mupi: 1 files missing 2025/05/14 07:05:50 NOTICE: 1 hashes missing 2025/05/14 07:05:50 NOTICE: Compressed: TestCompressSwift:rclone-test-patoquw7mupi: 2 differences found 2025/05/14 07:05:50 NOTICE: Compressed: TestCompressSwift:rclone-test-patoquw7mupi: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/05/14 07:05:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/14 07:05:51 NOTICE: Compressed: TestCompressSwift:rclone-test-patoquw7mupi: 0 differences found 2025/05/14 07:05:51 NOTICE: Compressed: TestCompressSwift:rclone-test-patoquw7mupi: 1 matching files 2025/05/14 07:05:51 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-lecizig9beve" 2025/05/14 07:05:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/14 07:05:51 DEBUG : Swift container rclone-test-lecizig9beve.json: Auto set use_segments_container to true 2025/05/14 07:05:51 DEBUG : Swift container rclone-test-lecizig9beve: Auto set use_segments_container to true 2025/05/14 07:05:51 DEBUG : Creating backend with remote "/tmp/rclone8540993" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-lecizig9beve", Local "Local file system at /tmp/rclone8540993", Modify Window "1ns" 2025/05/14 07:05:52 INFO : Swift container rclone-test-lecizig9beve: Container "rclone-test-lecizig9beve" created both checkfile vs. NFCx2 remote (without normalization) 2025/05/14 07:06:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/14 07:06:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-lecizig9beve 2025/05/14 07:06:03 NOTICE: Compressed: TestCompressSwift:rclone-test-lecizig9beve: 1 files missing 2025/05/14 07:06:03 NOTICE: 1 hashes missing 2025/05/14 07:06:03 NOTICE: Compressed: TestCompressSwift:rclone-test-lecizig9beve: 2 differences found 2025/05/14 07:06:03 NOTICE: Compressed: TestCompressSwift:rclone-test-lecizig9beve: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/05/14 07:06:03 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/14 07:06:03 NOTICE: Compressed: TestCompressSwift:rclone-test-lecizig9beve: 0 differences found 2025/05/14 07:06:03 NOTICE: Compressed: TestCompressSwift:rclone-test-lecizig9beve: 1 matching files 2025/05/14 07:06:03 DEBUG : Compressed: TestCompressSwift:rclone-test-lecizig9beve: Purge remote 2025/05/14 07:06:03 DEBUG : Waiting for deletions to finish 2025/05/14 07:06:03 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/14 07:06:13 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/14 07:06:13 INFO : Swift container rclone-test-lecizig9beve: Container "rclone-test-lecizig9beve" removed 2025/05/14 07:06:13 DEBUG : Compressed: TestCompressSwift:rclone-test-patoquw7mupi: Purge remote 2025/05/14 07:06:13 DEBUG : Waiting for deletions to finish 2025/05/14 07:06:19 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/14 07:06:19 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/14 07:06:19 INFO : Swift container rclone-test-patoquw7mupi: Container "rclone-test-patoquw7mupi" removed 2025/05/14 07:06:19 DEBUG : Compressed: TestCompressSwift:rclone-test-lubokuk1mevu: Purge remote 2025/05/14 07:06:19 DEBUG : Waiting for deletions to finish 2025/05/14 07:06:19 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/14 07:06:29 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/14 07:06:29 INFO : Swift container rclone-test-lubokuk1mevu: Container "rclone-test-lubokuk1mevu" removed 2025/05/14 07:06:29 DEBUG : Compressed: TestCompressSwift:rclone-test-qabofoh4juxu: Purge remote 2025/05/14 07:06:29 DEBUG : Waiting for deletions to finish 2025/05/14 07:06:30 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/14 07:06:30 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/14 07:06:30 DEBUG : pacer: low level retry 1/10 (error Container Not Empty) 2025/05/14 07:06:30 DEBUG : pacer: Rate limited, increasing sleep to 10ms 2025/05/14 07:06:30 DEBUG : pacer: low level retry 2/10 (error Container Not Empty) 2025/05/14 07:06:30 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/05/14 07:06:30 DEBUG : pacer: low level retry 3/10 (error Container Not Empty) 2025/05/14 07:06:30 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2025/05/14 07:06:30 DEBUG : pacer: low level retry 4/10 (error Container Not Empty) 2025/05/14 07:06:30 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2025/05/14 07:06:31 DEBUG : pacer: low level retry 5/10 (error Container Not Empty) 2025/05/14 07:06:31 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2025/05/14 07:06:31 DEBUG : pacer: low level retry 6/10 (error Container Not Empty) 2025/05/14 07:06:31 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2025/05/14 07:06:31 DEBUG : pacer: low level retry 7/10 (error Container Not Empty) 2025/05/14 07:06:31 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2025/05/14 07:06:31 DEBUG : pacer: low level retry 8/10 (error Container Not Empty) 2025/05/14 07:06:31 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2025/05/14 07:06:32 DEBUG : pacer: low level retry 9/10 (error Container Not Empty) 2025/05/14 07:06:32 DEBUG : pacer: Rate limited, increasing sleep to 2s 2025/05/14 07:06:33 DEBUG : pacer: low level retry 10/10 (error Container Not Empty) 2025/05/14 07:06:33 NOTICE: purge failed: Container Not Empty 2025/05/14 07:06:33 DEBUG : Compressed: TestCompressSwift:rclone-test-sohaxuv5deta: Purge remote 2025/05/14 07:06:33 DEBUG : Waiting for deletions to finish 2025/05/14 07:06:34 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/05/14 07:06:38 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/05/14 07:06:39 INFO : Swift container rclone-test-sohaxuv5deta: Container "rclone-test-sohaxuv5deta" removed 2025/05/14 07:06:39 DEBUG : Compressed: TestCompressSwift:rclone-test-bucaqin3seza: Purge remote 2025/05/14 07:06:39 DEBUG : Waiting for deletions to finish 2025/05/14 07:06:49 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/05/14 07:06:49 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/05/14 07:06:50 INFO : Swift container rclone-test-bucaqin3seza: Container "rclone-test-bucaqin3seza" removed 2025/05/14 07:06:50 DEBUG : Compressed: TestCompressSwift:rclone-test-bezavan6soje: Purge remote 2025/05/14 07:06:50 DEBUG : Waiting for deletions to finish 2025/05/14 07:06:55 INFO : HELLO, WORLD!.bin: Deleted 2025/05/14 07:06:55 INFO : HELLO, WORLD!.json: Deleted 2025/05/14 07:06:55 INFO : Swift container rclone-test-bezavan6soje: Container "rclone-test-bezavan6soje" removed 2025/05/14 07:06:55 DEBUG : Compressed: TestCompressSwift:rclone-test-buvutif8ware: Purge remote 2025/05/14 07:06:55 DEBUG : Waiting for deletions to finish 2025/05/14 07:06:56 INFO : HeLlO, wOrLd!.json: Deleted 2025/05/14 07:07:01 INFO : HeLlO, wOrLd!.bin: Deleted 2025/05/14 07:07:01 INFO : Swift container rclone-test-buvutif8ware: Container "rclone-test-buvutif8ware" removed 2025/05/14 07:07:01 DEBUG : Compressed: TestCompressSwift:rclone-test-tonagop3puqa: Purge remote 2025/05/14 07:07:01 DEBUG : Waiting for deletions to finish 2025/05/14 07:07:01 INFO : HELLO, WORLD!.json: Deleted 2025/05/14 07:07:06 INFO : HELLO, WORLD!.bin: Deleted 2025/05/14 07:07:06 INFO : Swift container rclone-test-tonagop3puqa: Container "rclone-test-tonagop3puqa" removed 2025/05/14 07:07:06 DEBUG : Compressed: TestCompressSwift:rclone-test-guqeluw8kode: Purge remote 2025/05/14 07:07:06 DEBUG : Waiting for deletions to finish 2025/05/14 07:07:17 INFO : hello, world!.json: Deleted 2025/05/14 07:07:17 INFO : hello, world!.bin: Deleted 2025/05/14 07:07:17 INFO : Swift container rclone-test-guqeluw8kode: Container "rclone-test-guqeluw8kode" removed --- PASS: TestApplyTransforms (225.72s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" 2025/05/14 07:07:22 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/14 07:07:28 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/14 07:07:28 INFO : file1: Copied (new) to: sub/file2 2025/05/14 07:07:28 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/14 07:07:28 DEBUG : file1: Unchanged skipping 2025/05/14 07:07:29 DEBUG : Compressed: TestCompressSwift:rclone-test-patagom5wiko: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (12.29s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.16s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" 2025/05/14 07:07:46 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-patagom5wiko/backup" 2025/05/14 07:07:46 DEBUG : Swift container rclone-test-patagom5wiko path backup.json: Auto set use_segments_container to true 2025/05/14 07:07:52 DEBUG : Swift container rclone-test-patagom5wiko path backup: Auto set use_segments_container to true 2025/05/14 07:07:57 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/14 07:08:29 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/05/14 07:08:29 INFO : dst/file1: Copied (server-side copy) 2025/05/14 07:08:34 INFO : dst/file1: Deleted 2025/05/14 07:08:45 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/14 07:08:45 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (91.76s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" 2025/05/14 07:09:01 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-patagom5wiko/dst" 2025/05/14 07:09:02 DEBUG : Swift container rclone-test-patagom5wiko path dst.json: Auto set use_segments_container to true 2025/05/14 07:09:07 DEBUG : Swift container rclone-test-patagom5wiko path dst: Auto set use_segments_container to true 2025/05/14 07:09:18 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-patagom5wiko/CompareDest" 2025/05/14 07:09:18 DEBUG : Swift container rclone-test-patagom5wiko path CompareDest.json: Auto set use_segments_container to true 2025/05/14 07:09:24 DEBUG : Swift container rclone-test-patagom5wiko path CompareDest: Auto set use_segments_container to true 2025/05/14 07:09:29 DEBUG : one: Need to transfer - File not found at Destination 2025/05/14 07:09:46 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/14 07:09:46 INFO : one: Copied (new) 2025/05/14 07:09:47 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/14 07:09:57 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/14 07:09:57 INFO : one: Copied (replaced existing) 2025/05/14 07:10:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/14 07:10:39 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/14 07:10:39 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/14 07:11:01 DEBUG : two: Need to transfer - File not found at Destination 2025/05/14 07:11:01 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/14 07:11:01 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/14 07:11:12 DEBUG : two: Need to transfer - File not found at Destination 2025/05/14 07:11:12 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/14 07:11:12 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/14 07:11:28 DEBUG : two: Need to transfer - File not found at Destination 2025/05/14 07:11:28 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/05/14 07:11:34 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/05/14 07:11:34 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (180.38s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" 2025/05/14 07:12:02 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-patagom5wiko/dst" 2025/05/14 07:12:02 DEBUG : Swift container rclone-test-patagom5wiko path dst.json: Auto set use_segments_container to true 2025/05/14 07:12:07 DEBUG : Swift container rclone-test-patagom5wiko path dst: Auto set use_segments_container to true 2025/05/14 07:12:18 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-patagom5wiko/CopyDest" 2025/05/14 07:12:18 DEBUG : Swift container rclone-test-patagom5wiko path CopyDest.json: Auto set use_segments_container to true 2025/05/14 07:12:24 DEBUG : Swift container rclone-test-patagom5wiko path CopyDest: Auto set use_segments_container to true 2025/05/14 07:12:34 DEBUG : one: Need to transfer - File not found at Destination 2025/05/14 07:12:50 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/14 07:12:50 INFO : one: Copied (new) 2025/05/14 07:12:55 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/14 07:13:06 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/14 07:13:06 INFO : one: Copied (replaced existing) 2025/05/14 07:13:28 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-patagom5wiko/BackupDir" 2025/05/14 07:13:28 DEBUG : Swift container rclone-test-patagom5wiko path BackupDir.json: Auto set use_segments_container to true 2025/05/14 07:13:34 DEBUG : Swift container rclone-test-patagom5wiko path BackupDir: Auto set use_segments_container to true 2025/05/14 07:13:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/14 07:13:40 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/14 07:13:40 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/14 07:14:11 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/14 07:14:11 INFO : one: Copied (server-side copy) 2025/05/14 07:14:16 INFO : one: Deleted 2025/05/14 07:14:37 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/14 07:14:37 INFO : one: Copied (server-side copy) 2025/05/14 07:14:37 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/05/14 07:15:39 DEBUG : two: Need to transfer - File not found at Destination 2025/05/14 07:15:50 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/14 07:16:05 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/05/14 07:16:05 INFO : two: Copied (server-side copy) 2025/05/14 07:16:05 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/05/14 07:16:21 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/14 07:16:21 DEBUG : two: Unchanged skipping 2025/05/14 07:17:24 DEBUG : three: Need to transfer - File not found at Destination 2025/05/14 07:17:34 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/05/14 07:17:34 DEBUG : three: Destination not found in --copy-dest 2025/05/14 07:17:50 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/05/14 07:17:50 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (442.04s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.31s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.10s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" 2025/05/14 07:19:29 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/05/14 07:19:35 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/14 07:19:35 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/05/14 07:19:41 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/05/14 07:19:46 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/05/14 07:19:46 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy1.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-patagom5wiko/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/05/14 07:19:52 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/05/14 07:19:58 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/05/14 07:20:09 DEBUG : TestCopyFileMaxTransfer/file4: md5 = c3e6fe71dbed4c1e6be7cdd8859bf52d OK 2025/05/14 07:20:09 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (51.09s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.18s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.15s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.10s) === RUN TestDeduplicateFirst run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.16s) === RUN TestDeduplicateNewest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.20s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" 2025/05/14 07:21:05 INFO : Compressed: TestCompressSwift:rclone-test-patagom5wiko: Looking for duplicate md5 hashes using newest mode. 2025/05/14 07:21:06 NOTICE: 70871143846a1a30b75bad20e5ae2c59: Found 3 files with duplicate md5 hashes 2025/05/14 07:21:06 INFO : one: Deleted 2025/05/14 07:21:06 INFO : also/one: Deleted 2025/05/14 07:21:06 NOTICE: 70871143846a1a30b75bad20e5ae2c59: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (81.51s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.26s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.10s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", 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-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.19s) === RUN TestMergeDirs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", 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-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" 2025/05/14 07:22:52 DEBUG : a.txt: Excluded (Size Filter) 2025/05/14 07:22:52 DEBUG : a.txt: Excluded 2025/05/14 07:22:52 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/14 07:22:52 DEBUG : sub dir/hello world: Excluded 2025/05/14 07:22:52 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/14 07:22:52 DEBUG : sub dir/hello world2: Excluded 2025/05/14 07:22:52 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/14 07:22:52 DEBUG : sub dir/hello world: Excluded 2025/05/14 07:22:52 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/14 07:22:52 DEBUG : sub dir/hello world2: Excluded 2025/05/14 07:22:52 DEBUG : sub dir/ignore dir: Excluded 2025/05/14 07:22:58 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (102.24s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" 2025/05/14 07:24:30 DEBUG : a.txt: Excluded (Size Filter) 2025/05/14 07:24:30 DEBUG : a.txt: Excluded 2025/05/14 07:24:30 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/14 07:24:30 DEBUG : sub dir/hello world: Excluded 2025/05/14 07:24:30 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/14 07:24:30 DEBUG : sub dir/hello world2: Excluded 2025/05/14 07:24:30 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/14 07:24:30 DEBUG : sub dir/hello world: Excluded 2025/05/14 07:24:30 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/14 07:24:30 DEBUG : sub dir/hello world2: Excluded 2025/05/14 07:24:30 DEBUG : sub dir/ignore dir: Excluded 2025/05/14 07:24:35 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (132.81s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", 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 (84.14s) --- PASS: TestListJSON/Default (0.19s) --- PASS: TestListJSON/FilesOnly (0.18s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (0.34s) --- PASS: TestListJSON/SubDir (0.19s) --- PASS: TestListJSON/NoModTime (0.14s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (0.19s) --- PASS: TestListJSON/HashTypes (5.19s) --- PASS: TestListJSON/Metadata (0.19s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/05/14 07:29:22 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-patagom5wiko/notfound" 2025/05/14 07:29:22 DEBUG : Swift container rclone-test-patagom5wiko path notfound.json: Auto set use_segments_container to true 2025/05/14 07:29:43 DEBUG : Swift container rclone-test-patagom5wiko path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (175.97s) --- PASS: TestStatJSON/Root (0.21s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.13s) --- PASS: TestStatJSON/Dir (5.33s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.10s) --- PASS: TestStatJSON/File (23.16s) --- PASS: TestStatJSON/NotFound (20.55s) --- PASS: TestStatJSON/DirFilesOnly (20.06s) --- PASS: TestStatJSON/FileFilesOnly (20.14s) --- PASS: TestStatJSON/NotFoundFilesOnly (20.05s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.05s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (26.12s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" 2025/05/14 07:29:54 INFO : Compressed: TestCompressSwift:rclone-test-patagom5wiko: Making directory 2025/05/14 07:29:54 INFO : Compressed: TestCompressSwift:rclone-test-patagom5wiko: Making directory --- PASS: TestMkdir (0.30s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" --- PASS: TestLsd (16.12s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" --- PASS: TestLs (93.28s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" 2025/05/14 07:32:40 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/05/14 07:32:40 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (77.18s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" --- PASS: TestLsLong (73.57s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (67.70s) --- PASS: TestHashSums/Md5 (5.19s) --- PASS: TestHashSums/Md5Download (5.22s) === RUN TestHashSumsWithErrors 2025/05/14 07:35:22 DEBUG : Creating backend with remote ":memory:" 2025/05/14 07:35:22 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/05/14 07:35:22 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/14 07:35:22 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/14 07:35:22 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/14 07:35:22 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/14 07:35:22 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/14 07:35:22 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/14 07:35:22 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/05/14 07:35:22 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-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" --- PASS: TestCount (58.89s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" 2025/05/14 07:37:19 DEBUG : Waiting for deletions to finish 2025/05/14 07:37:19 DEBUG : large: Excluded (Size Filter) 2025/05/14 07:37:24 INFO : medium: Deleted 2025/05/14 07:37:29 INFO : small: Deleted --- PASS: TestDelete (79.37s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" 2025/05/14 07:38:27 DEBUG : Waiting for deletions to finish 2025/05/14 07:38:27 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/05/14 07:38:33 INFO : medium: Deleted 2025/05/14 07:38:37 INFO : large: Deleted --- PASS: TestMaxDelete (67.93s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" 2025/05/14 07:39:45 DEBUG : Waiting for deletions to finish 2025/05/14 07:39:45 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/05/14 07:39:50 INFO : medium: Deleted 2025/05/14 07:40:00 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (98.39s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" 2025/05/14 07:41:23 DEBUG : Waiting for deletions to finish 2025/05/14 07:41:23 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/05/14 07:41:29 INFO : medium: Deleted 2025/05/14 07:41:34 INFO : large: Deleted --- PASS: TestMaxDeleteSize (83.14s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-patagom5wiko", Local "Local file system at /tmp/rclone3429030863", Modify Window "1ns" panic: test timed out after 1h0m0s running tests: TestReadFile (1m14s) goroutine 8297 [running]: testing.(*M).startAlarm.func1() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2373 +0x385 created by time.goFunc /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/time/sleep.go:215 +0x2d goroutine 1 [chan receive, 2 minutes]: testing.(*T).Run(0xc0004ee340, {0x25f80a6?, 0x0?}, 0x27381e8) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1751 +0x3ab testing.runTests.func1(0xc0004ee340) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2168 +0x37 testing.tRunner(0xc0004ee340, 0xc000b05c18) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 testing.runTests(0xc000b127c8, {0x3d23960, 0x6d, 0x6d}, {0x3d383c0?, 0x1?, 0x3d383c0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2166 +0x43d testing.(*M).Run(0xc000749ae0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2034 +0x64a github.com/rclone/rclone/fstest.TestMain(0xc000749ae0) /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 24 [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 23 [syscall, 60 minutes]: os/signal.signal_recv() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/sigqueue.go:152 +0x29 os/signal.loop() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/os/signal/signal_unix.go:23 +0x13 created by os/signal.Notify.func1.1 in goroutine 1 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/os/signal/signal.go:151 +0x1f goroutine 8124 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc0005e4000) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:343 +0x13d created by github.com/rclone/rclone/fs/accounting.(*StatsInfo)._startAverageLoop in goroutine 8123 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:408 +0xb6 goroutine 1267 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1257 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 548 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 490 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 976 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 966 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2863 [chan receive, 40 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2862 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 279 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 253 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 168 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 78 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 431 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 421 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3369 [chan receive, 38 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 2862 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 227 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 217 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1511 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1485 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 345 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 303 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 508 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 498 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1320 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1294 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 631 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 606 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1096 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1086 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1470 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1460 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 683 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 673 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 793 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 655 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2954 [chan receive, 40 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2862 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 7901 [select]: net/http.(*persistConn).writeLoop(0xc00076c900) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2519 +0xe7 created by net/http.(*Transport).dialConn in goroutine 7823 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 751 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 741 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 862 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 852 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1222 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1164 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 8289 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0005e4380, 0xc0019240c0, 0xc000378140) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0005e4380, {0x2a15ea0, 0x3d5b8a0}, {0xc000062370, 0x4f}, {{0xc0003b0630, 0x18}, {0xc0003b0649, 0xd}, {0x25df569, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc0005e4380, {0x2a15ea0, 0x3d5b8a0}, {{0xc0003b0630, 0x18}, {0xc0003b0649, 0xd}, {0x25df569, 0x3}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).objectOpenBase(0xc0005e4380, {0x2a15ea0?, 0x3d5b8a0?}, {0xc0003b0630, 0x18}, {0xc0003b0649, 0xd}, 0x1, 0x0, 0x0) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:1790 +0xfd github.com/ncw/swift/v2.(*Connection).ObjectOpen.(*Connection).objectOpen.func1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:1822 +0x5f github.com/ncw/swift/v2.withLORetry(0x0, 0xc0007bd438) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/largeobjects.go:303 +0xa2 github.com/ncw/swift/v2.(*Connection).objectOpen(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:1821 github.com/ncw/swift/v2.(*Connection).ObjectOpen(0x0?, {0x2a15ea0?, 0x3d5b8a0?}, {0xc0003b0630?, 0x10?}, {0xc0003b0649?, 0xc000a9ee00?}, 0x68?, 0x40ba0b?) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:1855 +0xeb github.com/rclone/rclone/backend/swift.(*Object).Open.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1411 +0x68 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x60?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc000b24f00, 0xc001924000, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc000b24f00, 0xc001924000) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Object).Open(0xc001925da0, {0x2a15ea0, 0x3d5b8a0}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1409 +0x20b github.com/rclone/rclone/backend/compress.readMetadata({0x2a15ea0?, 0x3d5b8a0?}, {0x2a2cc40?, 0xc001925da0?}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1124 +0x6e github.com/rclone/rclone/backend/compress.(*Object).loadMetadataIfNotLoaded(0xc000b86f50, {0x2a15ea0?, 0x3d5b8a0?}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1253 +0xad github.com/rclone/rclone/backend/compress.(*Object).Hash(0xc000b86f50, {0x2a15ea0?, 0x3d5b8a0?}, 0xc000b86f50?) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1338 +0x33 github.com/rclone/rclone/fstest.(*Item).CheckHashes(0xc0004e3e00, 0xc000100820, {0x2a2a470, 0xc000b86f50}) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:135 +0x35c github.com/rclone/rclone/fstest.(*Item).Check(0xc0004e3e00, 0xc000100820, {0x2a2a470, 0xc000b86f50}, 0x1) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:143 +0x47 github.com/rclone/rclone/fstest.(*Items).Find(0xc0007bdb80, 0xc000100820, {0x2a2a470, 0xc000b86f50}, 0x1) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189 +0x189 github.com/rclone/rclone/fstest.CheckListingWithRoot(0xc000100820, {0x2a2a400, 0xc000826480}, {0x0, 0x0}, {0xc0004e3e00, 0x1, 0x1}, {0x0, 0x0, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 +0x8ea github.com/rclone/rclone/fstest.CheckListingWithPrecision(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 github.com/rclone/rclone/fstest.CheckItemsWithPrecision(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 github.com/rclone/rclone/fstest.(*Run).CheckRemoteItems(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 github.com/rclone/rclone/fs/operations_test.TestReadFile(0xc000100820) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:502 +0x1fc testing.tRunner(0xc000100820, 0x27381e8) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 created by testing.(*T).Run in goroutine 1 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1743 +0x390 goroutine 3045 [chan receive, 40 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2862 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1055 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1045 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 8385 [select]: net/http.(*persistConn).roundTrip(0xc00076c900, 0xc000b86050) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2755 +0x7b0 net/http.(*Transport).roundTrip(0xc000002000, 0xc000378140) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:644 +0xb91 net/http.(*Transport).RoundTrip(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/roundtrip.go:30 github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0xc00050a310, 0xc000378140) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc000378140, {0x29ef960, 0xc00050a310}, {0xc0008a2d01?, 0xffff?, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:259 +0x5e4 net/http.(*Client).send(0xc0006cb5c0, 0xc000378140, {0x40af3e?, 0x47e292?, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:180 +0x98 net/http.(*Client).do(0xc0006cb5c0, 0xc000378140) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:725 +0x8bc net/http.(*Client).Do(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:590 github.com/ncw/swift/v2.(*Connection).doTimeoutRequest.func1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:420 +0x2b created by github.com/ncw/swift/v2.(*Connection).doTimeoutRequest in goroutine 8289 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 3645 [chan receive, 37 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 2862 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1343 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1333 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3206 [chan receive, 38 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 2862 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3116 [chan receive, 38 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 2862 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1410 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1368 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3306 [chan receive, 38 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 2862 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3474 [chan receive, 37 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 2862 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3545 [chan receive, 37 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 2862 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 7900 [IO wait]: internal/poll.runtime_pollWait(0x7f1267e65ed0, 0x72) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc0007a7200?, 0xc000891300?, 0x0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc0007a7200, {0xc000891300, 0x1980, 0x1980}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc0007a7200, {0xc000891300?, 0xc00082e898?, 0x425825?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc00008c4e8, {0xc000891300?, 0x41261e?, 0x7f12642b7a98?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/net.go:189 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc0006d4168, {0xc000891300?, 0x18?, 0xc00082e998?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000aaa000, {0xc000891300?, 0x0?, 0xc000aaa000?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc0005aa9b8, {0x29f00e0, 0xc000aaa000}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc0005aa708, {0x7f126530e940, 0xc0006d4168}, 0xc00082ea40?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc0005aa708, 0x0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:629 +0x3cf crypto/tls.(*Conn).readRecord(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:591 crypto/tls.(*Conn).Read(0xc0005aa708, {0xc000427000, 0x1000, 0xc000780508?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:1385 +0x150 net/http.(*persistConn).Read(0xc00076c900, {0xc000427000?, 0x81d5e5?, 0x2159720?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2052 +0x4a bufio.(*Reader).fill(0xc000abc7e0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:110 +0x103 bufio.(*Reader).Peek(0xc000abc7e0, 0x1) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:148 +0x53 net/http.(*persistConn).readLoop(0xc00076c900) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2205 +0x185 created by net/http.(*Transport).dialConn in goroutine 7823 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m0.85104444s (try 3/5): exit status 2: Failed []