"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 3/5) 2025/04/18 05:39:22 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hokowaf9saxo" 2025/04/18 05:39:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 05:39:23 DEBUG : Swift container rclone-test-hokowaf9saxo.json: Auto set use_segments_container to true 2025/04/18 05:39:23 DEBUG : Swift container rclone-test-hokowaf9saxo: Auto set use_segments_container to true 2025/04/18 05:39:23 DEBUG : Creating backend with remote "/tmp/rclone1616726146" === 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-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", 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-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.06s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/04/18 05:39:23 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/18 05:39:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/18 05:39:23 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/04/18 05:39:23 DEBUG : potato: Seek from 10 to 0 2025/04/18 05:39:23 DEBUG : potato: Seek from 10 to 0 2025/04/18 05:39:23 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/04/18 05:39:23 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/18 05:39:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/18 05:39:23 DEBUG : potato: Seek from 5 to 2 2025/04/18 05:39:23 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/04/18 05:39:23 DEBUG : potato: Seek from 7 to 0 2025/04/18 05:39:23 DEBUG : potato: Seek from 7 to 0 2025/04/18 05:39:23 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/04/18 05:39:23 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/18 05:39:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/18 05:39:23 DEBUG : potato: Seek from 5 to 2 2025/04/18 05:39:23 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/04/18 05:39:23 DEBUG : potato: Seek from 8 to 0 2025/04/18 05:39:23 DEBUG : potato: Seek from 8 to 0 2025/04/18 05:39:23 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/04/18 05:39:23 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/18 05:39:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/18 05:39:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/18 05:39:23 DEBUG : potato: Seek from 5 to 2 2025/04/18 05:39:23 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/04/18 05:39:23 DEBUG : potato: Seek from 9 to 0 2025/04/18 05:39:23 DEBUG : potato: Seek from 9 to 0 2025/04/18 05:39:23 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-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" 2025/04/18 05:39:24 INFO : Swift container rclone-test-hokowaf9saxo: Container "rclone-test-hokowaf9saxo" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (138.33s) --- PASS: TestCheck/1 (0.15s) --- PASS: TestCheck/2 (0.22s) --- PASS: TestCheck/3 (5.14s) --- PASS: TestCheck/4 (5.21s) --- PASS: TestCheck/5 (5.18s) --- PASS: TestCheck/6 (5.14s) --- PASS: TestCheck/7 (5.17s) === RUN TestCheckFsError 2025/04/18 05:41:42 DEBUG : Creating backend with remote "nonexistent" 2025/04/18 05:41:42 DEBUG : Creating backend with remote "nonexistent" 2025/04/18 05:41:42 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/04/18 05:41:42 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/04/18 05:41:42 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/04/18 05:41:42 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", 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 (177.49s) --- PASS: TestCheckDownload/1 (5.64s) --- PASS: TestCheckDownload/2 (5.19s) --- PASS: TestCheckDownload/3 (5.40s) --- PASS: TestCheckDownload/4 (5.56s) --- PASS: TestCheckDownload/5 (5.23s) --- PASS: TestCheckDownload/6 (5.22s) --- PASS: TestCheckDownload/7 (10.19s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", 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 (130.47s) --- PASS: TestCheckSizeOnly/1 (0.07s) --- PASS: TestCheckSizeOnly/2 (0.06s) --- PASS: TestCheckSizeOnly/3 (0.05s) --- PASS: TestCheckSizeOnly/4 (0.05s) --- PASS: TestCheckSizeOnly/5 (0.08s) --- 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-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" 2025/04/18 05:47:10 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/18 05:47:10 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/18 05:47:10 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/18 05:47:10 NOTICE: test.sum: 2 warning(s) suppressed... 2025/04/18 05:47:26 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/18 05:47:26 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/18 05:47:26 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/18 05:47:26 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (51.78s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" 2025/04/18 05:47:41 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hokowaf9saxo/data" 2025/04/18 05:47:41 DEBUG : Config file has changed externally - reloading 2025/04/18 05:47:42 DEBUG : Swift container rclone-test-hokowaf9saxo path data.json: Auto set use_segments_container to true 2025/04/18 05:47:48 DEBUG : Swift container rclone-test-hokowaf9saxo 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 (386.86s) --- PASS: TestCheckSum/subtest1 (10.37s) --- PASS: TestCheckSum/subtest2 (5.33s) --- PASS: TestCheckSum/subtest3 (0.44s) --- PASS: TestCheckSum/subtest4 (15.47s) --- PASS: TestCheckSum/subtest5 (10.44s) --- PASS: TestCheckSum/subtest6 (10.46s) --- PASS: TestCheckSum/subtest7 (15.48s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" 2025/04/18 05:54:08 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hokowaf9saxo/data" 2025/04/18 05:54:08 DEBUG : Config file has changed externally - reloading 2025/04/18 05:54:09 DEBUG : Swift container rclone-test-hokowaf9saxo path data.json: Auto set use_segments_container to true 2025/04/18 05:54:15 DEBUG : Swift container rclone-test-hokowaf9saxo 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 (359.94s) --- PASS: TestCheckSumDownload/subtest1 (5.40s) --- PASS: TestCheckSumDownload/subtest2 (10.40s) --- PASS: TestCheckSumDownload/subtest3 (10.39s) --- PASS: TestCheckSumDownload/subtest4 (15.40s) --- PASS: TestCheckSumDownload/subtest5 (5.40s) --- PASS: TestCheckSumDownload/subtest6 (15.39s) --- PASS: TestCheckSumDownload/subtest7 (15.65s) === RUN TestApplyTransforms 2025/04/18 06:00:08 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-reledof2jamo" 2025/04/18 06:00:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 06:00:09 DEBUG : Swift container rclone-test-reledof2jamo.json: Auto set use_segments_container to true 2025/04/18 06:00:09 DEBUG : Swift container rclone-test-reledof2jamo: Auto set use_segments_container to true 2025/04/18 06:00:09 DEBUG : Creating backend with remote "/tmp/rclone698044564" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-reledof2jamo", Local "Local file system at /tmp/rclone698044564", Modify Window "1ns" 2025/04/18 06:00:10 INFO : Swift container rclone-test-reledof2jamo: Container "rclone-test-reledof2jamo" created upper checkfile vs. lower remote (without normalization) 2025/04/18 06:00:26 ERROR : hello, world!: sum not found 2025/04/18 06:00:26 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-reledof2jamo 2025/04/18 06:00:26 NOTICE: Compressed: TestCompressSwift:rclone-test-reledof2jamo: 1 files missing 2025/04/18 06:00:26 NOTICE: 1 hashes missing 2025/04/18 06:00:26 NOTICE: Compressed: TestCompressSwift:rclone-test-reledof2jamo: 2 differences found 2025/04/18 06:00:26 NOTICE: Compressed: TestCompressSwift:rclone-test-reledof2jamo: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/04/18 06:00:31 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 06:00:31 NOTICE: Compressed: TestCompressSwift:rclone-test-reledof2jamo: 0 differences found 2025/04/18 06:00:31 NOTICE: Compressed: TestCompressSwift:rclone-test-reledof2jamo: 1 matching files 2025/04/18 06:00:31 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-depator4dete" 2025/04/18 06:00:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 06:00:32 DEBUG : Swift container rclone-test-depator4dete.json: Auto set use_segments_container to true 2025/04/18 06:00:32 DEBUG : Swift container rclone-test-depator4dete: Auto set use_segments_container to true 2025/04/18 06:00:32 DEBUG : Creating backend with remote "/tmp/rclone2752013820" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-depator4dete", Local "Local file system at /tmp/rclone2752013820", Modify Window "1ns" 2025/04/18 06:00:33 INFO : Swift container rclone-test-depator4dete: Container "rclone-test-depator4dete" created lower checkfile vs. upper remote (without normalization) 2025/04/18 06:00:44 ERROR : HELLO, WORLD!: sum not found 2025/04/18 06:00:44 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-depator4dete 2025/04/18 06:00:44 NOTICE: Compressed: TestCompressSwift:rclone-test-depator4dete: 1 files missing 2025/04/18 06:00:44 NOTICE: 1 hashes missing 2025/04/18 06:00:44 NOTICE: Compressed: TestCompressSwift:rclone-test-depator4dete: 2 differences found 2025/04/18 06:00:44 NOTICE: Compressed: TestCompressSwift:rclone-test-depator4dete: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/04/18 06:00:44 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 06:00:44 NOTICE: Compressed: TestCompressSwift:rclone-test-depator4dete: 0 differences found 2025/04/18 06:00:44 NOTICE: Compressed: TestCompressSwift:rclone-test-depator4dete: 1 matching files 2025/04/18 06:00:44 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-dapuwoj9zugi" 2025/04/18 06:00:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 06:00:45 DEBUG : Swift container rclone-test-dapuwoj9zugi.json: Auto set use_segments_container to true 2025/04/18 06:00:45 DEBUG : Swift container rclone-test-dapuwoj9zugi: Auto set use_segments_container to true 2025/04/18 06:00:45 DEBUG : Creating backend with remote "/tmp/rclone1992651196" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-dapuwoj9zugi", Local "Local file system at /tmp/rclone1992651196", Modify Window "1ns" 2025/04/18 06:00:46 INFO : Swift container rclone-test-dapuwoj9zugi: Container "rclone-test-dapuwoj9zugi" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/04/18 06:01:02 ERROR : HeLlO, wOrLd!: sum not found 2025/04/18 06:01:02 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-dapuwoj9zugi 2025/04/18 06:01:02 NOTICE: Compressed: TestCompressSwift:rclone-test-dapuwoj9zugi: 1 files missing 2025/04/18 06:01:02 NOTICE: 1 hashes missing 2025/04/18 06:01:02 NOTICE: Compressed: TestCompressSwift:rclone-test-dapuwoj9zugi: 2 differences found 2025/04/18 06:01:02 NOTICE: Compressed: TestCompressSwift:rclone-test-dapuwoj9zugi: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/04/18 06:01:12 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 06:01:12 NOTICE: Compressed: TestCompressSwift:rclone-test-dapuwoj9zugi: 0 differences found 2025/04/18 06:01:12 NOTICE: Compressed: TestCompressSwift:rclone-test-dapuwoj9zugi: 1 matching files 2025/04/18 06:01:12 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-ricokok7juse" 2025/04/18 06:01:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 06:01:12 DEBUG : Swift container rclone-test-ricokok7juse.json: Auto set use_segments_container to true 2025/04/18 06:01:13 DEBUG : Swift container rclone-test-ricokok7juse: Auto set use_segments_container to true 2025/04/18 06:01:13 DEBUG : Creating backend with remote "/tmp/rclone3765903741" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ricokok7juse", Local "Local file system at /tmp/rclone3765903741", Modify Window "1ns" 2025/04/18 06:01:13 INFO : Swift container rclone-test-ricokok7juse: Container "rclone-test-ricokok7juse" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/04/18 06:01:19 ERROR : HELLO, WORLD!: sum not found 2025/04/18 06:01:19 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-ricokok7juse 2025/04/18 06:01:19 NOTICE: Compressed: TestCompressSwift:rclone-test-ricokok7juse: 1 files missing 2025/04/18 06:01:19 NOTICE: 1 hashes missing 2025/04/18 06:01:19 NOTICE: Compressed: TestCompressSwift:rclone-test-ricokok7juse: 2 differences found 2025/04/18 06:01:19 NOTICE: Compressed: TestCompressSwift:rclone-test-ricokok7juse: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/04/18 06:01:19 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 06:01:19 NOTICE: Compressed: TestCompressSwift:rclone-test-ricokok7juse: 0 differences found 2025/04/18 06:01:19 NOTICE: Compressed: TestCompressSwift:rclone-test-ricokok7juse: 1 matching files 2025/04/18 06:01:19 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vabezup9xowo" 2025/04/18 06:01:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 06:01:20 DEBUG : Swift container rclone-test-vabezup9xowo.json: Auto set use_segments_container to true 2025/04/18 06:01:20 DEBUG : Swift container rclone-test-vabezup9xowo: Auto set use_segments_container to true 2025/04/18 06:01:20 DEBUG : Creating backend with remote "/tmp/rclone2862473278" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vabezup9xowo", Local "Local file system at /tmp/rclone2862473278", Modify Window "1ns" 2025/04/18 06:01:21 INFO : Swift container rclone-test-vabezup9xowo: Container "rclone-test-vabezup9xowo" created NFD checkfile vs. NFC remote (without normalization) 2025/04/18 06:01:26 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/18 06:01:26 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-vabezup9xowo 2025/04/18 06:01:26 NOTICE: Compressed: TestCompressSwift:rclone-test-vabezup9xowo: 1 files missing 2025/04/18 06:01:26 NOTICE: 1 hashes missing 2025/04/18 06:01:26 NOTICE: Compressed: TestCompressSwift:rclone-test-vabezup9xowo: 2 differences found 2025/04/18 06:01:26 NOTICE: Compressed: TestCompressSwift:rclone-test-vabezup9xowo: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/04/18 06:01:27 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 06:01:27 NOTICE: Compressed: TestCompressSwift:rclone-test-vabezup9xowo: 0 differences found 2025/04/18 06:01:27 NOTICE: Compressed: TestCompressSwift:rclone-test-vabezup9xowo: 1 matching files 2025/04/18 06:01:27 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vidiqap6huvi" 2025/04/18 06:01:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 06:01:27 DEBUG : Swift container rclone-test-vidiqap6huvi.json: Auto set use_segments_container to true 2025/04/18 06:01:28 DEBUG : Swift container rclone-test-vidiqap6huvi: Auto set use_segments_container to true 2025/04/18 06:01:28 DEBUG : Creating backend with remote "/tmp/rclone3513189280" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vidiqap6huvi", Local "Local file system at /tmp/rclone3513189280", Modify Window "1ns" 2025/04/18 06:01:29 INFO : Swift container rclone-test-vidiqap6huvi: Container "rclone-test-vidiqap6huvi" created NFC checkfile vs. NFD remote (without normalization) 2025/04/18 06:01:35 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/18 06:01:35 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-vidiqap6huvi 2025/04/18 06:01:35 NOTICE: Compressed: TestCompressSwift:rclone-test-vidiqap6huvi: 1 files missing 2025/04/18 06:01:35 NOTICE: 1 hashes missing 2025/04/18 06:01:35 NOTICE: Compressed: TestCompressSwift:rclone-test-vidiqap6huvi: 2 differences found 2025/04/18 06:01:35 NOTICE: Compressed: TestCompressSwift:rclone-test-vidiqap6huvi: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/04/18 06:01:35 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 06:01:35 NOTICE: Compressed: TestCompressSwift:rclone-test-vidiqap6huvi: 0 differences found 2025/04/18 06:01:35 NOTICE: Compressed: TestCompressSwift:rclone-test-vidiqap6huvi: 1 matching files 2025/04/18 06:01:35 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yutamod8yeji" 2025/04/18 06:01:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 06:01:36 DEBUG : Swift container rclone-test-yutamod8yeji.json: Auto set use_segments_container to true 2025/04/18 06:01:37 DEBUG : Swift container rclone-test-yutamod8yeji: Auto set use_segments_container to true 2025/04/18 06:01:37 DEBUG : Creating backend with remote "/tmp/rclone2409810581" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yutamod8yeji", Local "Local file system at /tmp/rclone2409810581", Modify Window "1ns" 2025/04/18 06:01:37 INFO : Swift container rclone-test-yutamod8yeji: Container "rclone-test-yutamod8yeji" created NFDx2 checkfile vs. both remote (without normalization) 2025/04/18 06:01:48 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/18 06:01:48 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-yutamod8yeji 2025/04/18 06:01:48 NOTICE: Compressed: TestCompressSwift:rclone-test-yutamod8yeji: 1 files missing 2025/04/18 06:01:48 NOTICE: 1 hashes missing 2025/04/18 06:01:48 NOTICE: Compressed: TestCompressSwift:rclone-test-yutamod8yeji: 2 differences found 2025/04/18 06:01:48 NOTICE: Compressed: TestCompressSwift:rclone-test-yutamod8yeji: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/04/18 06:01:48 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 06:01:48 NOTICE: Compressed: TestCompressSwift:rclone-test-yutamod8yeji: 0 differences found 2025/04/18 06:01:48 NOTICE: Compressed: TestCompressSwift:rclone-test-yutamod8yeji: 1 matching files 2025/04/18 06:01:48 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vasirih0fiwu" 2025/04/18 06:01:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 06:01:49 DEBUG : Swift container rclone-test-vasirih0fiwu.json: Auto set use_segments_container to true 2025/04/18 06:01:49 DEBUG : Swift container rclone-test-vasirih0fiwu: Auto set use_segments_container to true 2025/04/18 06:01:49 DEBUG : Creating backend with remote "/tmp/rclone1319559791" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vasirih0fiwu", Local "Local file system at /tmp/rclone1319559791", Modify Window "1ns" 2025/04/18 06:01:50 INFO : Swift container rclone-test-vasirih0fiwu: Container "rclone-test-vasirih0fiwu" created NFCx2 checkfile vs. both remote (without normalization) 2025/04/18 06:01:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/18 06:01:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-vasirih0fiwu 2025/04/18 06:01:57 NOTICE: Compressed: TestCompressSwift:rclone-test-vasirih0fiwu: 1 files missing 2025/04/18 06:01:57 NOTICE: 1 hashes missing 2025/04/18 06:01:57 NOTICE: Compressed: TestCompressSwift:rclone-test-vasirih0fiwu: 2 differences found 2025/04/18 06:01:57 NOTICE: Compressed: TestCompressSwift:rclone-test-vasirih0fiwu: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/04/18 06:01:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 06:01:57 NOTICE: Compressed: TestCompressSwift:rclone-test-vasirih0fiwu: 0 differences found 2025/04/18 06:01:57 NOTICE: Compressed: TestCompressSwift:rclone-test-vasirih0fiwu: 1 matching files 2025/04/18 06:01:57 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-napihap2sepi" 2025/04/18 06:01:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 06:01:58 DEBUG : Swift container rclone-test-napihap2sepi.json: Auto set use_segments_container to true 2025/04/18 06:01:58 DEBUG : Swift container rclone-test-napihap2sepi: Auto set use_segments_container to true 2025/04/18 06:01:58 DEBUG : Creating backend with remote "/tmp/rclone74695593" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-napihap2sepi", Local "Local file system at /tmp/rclone74695593", Modify Window "1ns" 2025/04/18 06:01:59 INFO : Swift container rclone-test-napihap2sepi: Container "rclone-test-napihap2sepi" created both checkfile vs. NFDx2 remote (without normalization) 2025/04/18 06:02:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/18 06:02:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-napihap2sepi 2025/04/18 06:02:05 NOTICE: Compressed: TestCompressSwift:rclone-test-napihap2sepi: 1 files missing 2025/04/18 06:02:05 NOTICE: 1 hashes missing 2025/04/18 06:02:05 NOTICE: Compressed: TestCompressSwift:rclone-test-napihap2sepi: 2 differences found 2025/04/18 06:02:05 NOTICE: Compressed: TestCompressSwift:rclone-test-napihap2sepi: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/04/18 06:02:06 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 06:02:06 NOTICE: Compressed: TestCompressSwift:rclone-test-napihap2sepi: 0 differences found 2025/04/18 06:02:06 NOTICE: Compressed: TestCompressSwift:rclone-test-napihap2sepi: 1 matching files 2025/04/18 06:02:06 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tulomon9kuwe" 2025/04/18 06:02:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 06:02:06 DEBUG : Swift container rclone-test-tulomon9kuwe.json: Auto set use_segments_container to true 2025/04/18 06:02:07 DEBUG : Swift container rclone-test-tulomon9kuwe: Auto set use_segments_container to true 2025/04/18 06:02:07 DEBUG : Creating backend with remote "/tmp/rclone4168922217" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tulomon9kuwe", Local "Local file system at /tmp/rclone4168922217", Modify Window "1ns" 2025/04/18 06:02:07 INFO : Swift container rclone-test-tulomon9kuwe: Container "rclone-test-tulomon9kuwe" created both checkfile vs. NFCx2 remote (without normalization) 2025/04/18 06:02:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/18 06:02:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-tulomon9kuwe 2025/04/18 06:02:23 NOTICE: Compressed: TestCompressSwift:rclone-test-tulomon9kuwe: 1 files missing 2025/04/18 06:02:23 NOTICE: 1 hashes missing 2025/04/18 06:02:23 NOTICE: Compressed: TestCompressSwift:rclone-test-tulomon9kuwe: 2 differences found 2025/04/18 06:02:23 NOTICE: Compressed: TestCompressSwift:rclone-test-tulomon9kuwe: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/04/18 06:02:29 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 06:02:29 NOTICE: Compressed: TestCompressSwift:rclone-test-tulomon9kuwe: 0 differences found 2025/04/18 06:02:29 NOTICE: Compressed: TestCompressSwift:rclone-test-tulomon9kuwe: 1 matching files 2025/04/18 06:02:29 DEBUG : Compressed: TestCompressSwift:rclone-test-tulomon9kuwe: Purge remote 2025/04/18 06:02:29 DEBUG : Waiting for deletions to finish 2025/04/18 06:02:34 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/18 06:02:39 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/18 06:02:39 INFO : Swift container rclone-test-tulomon9kuwe: Container "rclone-test-tulomon9kuwe" removed 2025/04/18 06:02:39 DEBUG : Compressed: TestCompressSwift:rclone-test-napihap2sepi: Purge remote 2025/04/18 06:02:39 DEBUG : Waiting for deletions to finish 2025/04/18 06:02:40 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/18 06:02:40 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/18 06:02:41 INFO : Swift container rclone-test-napihap2sepi: Container "rclone-test-napihap2sepi" removed 2025/04/18 06:02:41 DEBUG : Compressed: TestCompressSwift:rclone-test-vasirih0fiwu: Purge remote 2025/04/18 06:02:41 DEBUG : Waiting for deletions to finish 2025/04/18 06:02:41 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/18 06:02:41 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/18 06:02:42 INFO : Swift container rclone-test-vasirih0fiwu: Container "rclone-test-vasirih0fiwu" removed 2025/04/18 06:02:42 DEBUG : Compressed: TestCompressSwift:rclone-test-yutamod8yeji: Purge remote 2025/04/18 06:02:42 DEBUG : Waiting for deletions to finish 2025/04/18 06:02:42 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/18 06:02:47 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/18 06:02:47 INFO : Swift container rclone-test-yutamod8yeji: Container "rclone-test-yutamod8yeji" removed 2025/04/18 06:02:47 DEBUG : Compressed: TestCompressSwift:rclone-test-vidiqap6huvi: Purge remote 2025/04/18 06:02:47 DEBUG : Waiting for deletions to finish 2025/04/18 06:02:47 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/04/18 06:02:47 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/04/18 06:02:48 INFO : Swift container rclone-test-vidiqap6huvi: Container "rclone-test-vidiqap6huvi" removed 2025/04/18 06:02:48 DEBUG : Compressed: TestCompressSwift:rclone-test-vabezup9xowo: Purge remote 2025/04/18 06:02:48 DEBUG : Waiting for deletions to finish 2025/04/18 06:02:48 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/04/18 06:02:48 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/04/18 06:02:49 INFO : Swift container rclone-test-vabezup9xowo: Container "rclone-test-vabezup9xowo" removed 2025/04/18 06:02:49 DEBUG : Compressed: TestCompressSwift:rclone-test-ricokok7juse: Purge remote 2025/04/18 06:02:49 DEBUG : Waiting for deletions to finish 2025/04/18 06:02:49 INFO : HELLO, WORLD!.bin: Deleted 2025/04/18 06:02:49 INFO : HELLO, WORLD!.json: Deleted 2025/04/18 06:02:49 INFO : Swift container rclone-test-ricokok7juse: Container "rclone-test-ricokok7juse" removed 2025/04/18 06:02:49 DEBUG : Compressed: TestCompressSwift:rclone-test-dapuwoj9zugi: Purge remote 2025/04/18 06:02:49 DEBUG : Waiting for deletions to finish 2025/04/18 06:02:55 INFO : HeLlO, wOrLd!.bin: Deleted 2025/04/18 06:02:55 INFO : HeLlO, wOrLd!.json: Deleted 2025/04/18 06:02:55 INFO : Swift container rclone-test-dapuwoj9zugi: Container "rclone-test-dapuwoj9zugi" removed 2025/04/18 06:02:55 DEBUG : Compressed: TestCompressSwift:rclone-test-depator4dete: Purge remote 2025/04/18 06:02:55 DEBUG : Waiting for deletions to finish 2025/04/18 06:02:55 INFO : HELLO, WORLD!.json: Deleted 2025/04/18 06:03:00 INFO : HELLO, WORLD!.bin: Deleted 2025/04/18 06:03:00 INFO : Swift container rclone-test-depator4dete: Container "rclone-test-depator4dete" removed 2025/04/18 06:03:00 DEBUG : Compressed: TestCompressSwift:rclone-test-reledof2jamo: Purge remote 2025/04/18 06:03:00 DEBUG : Waiting for deletions to finish 2025/04/18 06:03:10 INFO : hello, world!.json: Deleted 2025/04/18 06:03:10 INFO : hello, world!.bin: Deleted 2025/04/18 06:03:11 DEBUG : pacer: low level retry 1/10 (error Container Not Empty) 2025/04/18 06:03:11 DEBUG : pacer: Rate limited, increasing sleep to 10ms 2025/04/18 06:03:11 DEBUG : pacer: low level retry 2/10 (error Container Not Empty) 2025/04/18 06:03:11 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/04/18 06:03:11 DEBUG : pacer: low level retry 3/10 (error Container Not Empty) 2025/04/18 06:03:11 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2025/04/18 06:03:11 DEBUG : pacer: low level retry 4/10 (error Container Not Empty) 2025/04/18 06:03:11 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2025/04/18 06:03:11 DEBUG : pacer: low level retry 5/10 (error Container Not Empty) 2025/04/18 06:03:11 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2025/04/18 06:03:11 DEBUG : pacer: low level retry 6/10 (error Container Not Empty) 2025/04/18 06:03:11 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2025/04/18 06:03:11 DEBUG : pacer: low level retry 7/10 (error Container Not Empty) 2025/04/18 06:03:11 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2025/04/18 06:03:12 DEBUG : pacer: low level retry 8/10 (error Container Not Empty) 2025/04/18 06:03:12 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2025/04/18 06:03:12 DEBUG : pacer: low level retry 9/10 (error Container Not Empty) 2025/04/18 06:03:12 DEBUG : pacer: Rate limited, increasing sleep to 2s 2025/04/18 06:03:14 DEBUG : pacer: Reducing sleep to 1.5s 2025/04/18 06:03:14 NOTICE: purge failed: Container Not Found --- PASS: TestApplyTransforms (185.48s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" 2025/04/18 06:03:19 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/18 06:03:30 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/18 06:03:30 INFO : file1: Copied (new) to: sub/file2 2025/04/18 06:03:40 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/18 06:03:40 DEBUG : file1: Unchanged skipping 2025/04/18 06:03:41 DEBUG : Compressed: TestCompressSwift:rclone-test-hokowaf9saxo: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (37.65s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.12s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" 2025/04/18 06:03:58 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hokowaf9saxo/backup" 2025/04/18 06:03:59 DEBUG : Swift container rclone-test-hokowaf9saxo path backup.json: Auto set use_segments_container to true 2025/04/18 06:04:05 DEBUG : Swift container rclone-test-hokowaf9saxo path backup: Auto set use_segments_container to true 2025/04/18 06:04:10 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/18 06:04:41 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/04/18 06:04:41 INFO : dst/file1: Copied (server-side copy) 2025/04/18 06:04:42 INFO : dst/file1: Deleted 2025/04/18 06:04:47 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/18 06:04:47 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (67.52s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" 2025/04/18 06:04:59 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hokowaf9saxo/dst" 2025/04/18 06:05:00 DEBUG : Swift container rclone-test-hokowaf9saxo path dst.json: Auto set use_segments_container to true 2025/04/18 06:05:06 DEBUG : Swift container rclone-test-hokowaf9saxo path dst: Auto set use_segments_container to true 2025/04/18 06:05:16 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hokowaf9saxo/CompareDest" 2025/04/18 06:05:17 DEBUG : Swift container rclone-test-hokowaf9saxo path CompareDest.json: Auto set use_segments_container to true 2025/04/18 06:05:28 DEBUG : Swift container rclone-test-hokowaf9saxo path CompareDest: Auto set use_segments_container to true 2025/04/18 06:05:33 DEBUG : one: Need to transfer - File not found at Destination 2025/04/18 06:05:54 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/18 06:05:54 INFO : one: Copied (new) 2025/04/18 06:06:10 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/18 06:06:25 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/04/18 06:06:25 INFO : one: Copied (replaced existing) 2025/04/18 06:07:22 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/18 06:07:22 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/18 06:07:22 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/18 06:07:54 DEBUG : two: Need to transfer - File not found at Destination 2025/04/18 06:08:04 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/18 06:08:04 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/18 06:08:20 DEBUG : two: Need to transfer - File not found at Destination 2025/04/18 06:08:30 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/18 06:08:30 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/18 06:09:01 DEBUG : two: Need to transfer - File not found at Destination 2025/04/18 06:09:11 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/04/18 06:09:22 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/04/18 06:09:22 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (324.82s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" 2025/04/18 06:10:24 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hokowaf9saxo/dst" 2025/04/18 06:10:24 DEBUG : Swift container rclone-test-hokowaf9saxo path dst.json: Auto set use_segments_container to true 2025/04/18 06:10:30 DEBUG : Swift container rclone-test-hokowaf9saxo path dst: Auto set use_segments_container to true 2025/04/18 06:10:40 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hokowaf9saxo/CopyDest" 2025/04/18 06:10:41 DEBUG : Swift container rclone-test-hokowaf9saxo path CopyDest.json: Auto set use_segments_container to true 2025/04/18 06:10:47 DEBUG : Swift container rclone-test-hokowaf9saxo path CopyDest: Auto set use_segments_container to true 2025/04/18 06:10:52 DEBUG : one: Need to transfer - File not found at Destination 2025/04/18 06:11:12 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/18 06:11:12 INFO : one: Copied (new) 2025/04/18 06:11:28 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/18 06:11:43 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/04/18 06:11:43 INFO : one: Copied (replaced existing) 2025/04/18 06:12:41 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hokowaf9saxo/BackupDir" 2025/04/18 06:12:41 DEBUG : Swift container rclone-test-hokowaf9saxo path BackupDir.json: Auto set use_segments_container to true 2025/04/18 06:12:47 DEBUG : Swift container rclone-test-hokowaf9saxo path BackupDir: Auto set use_segments_container to true 2025/04/18 06:12:53 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/18 06:12:53 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/18 06:12:53 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/18 06:13:25 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/18 06:13:25 INFO : one: Copied (server-side copy) 2025/04/18 06:13:35 INFO : one: Deleted 2025/04/18 06:14:01 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/04/18 06:14:01 INFO : one: Copied (server-side copy) 2025/04/18 06:14:01 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/04/18 06:14:38 DEBUG : two: Need to transfer - File not found at Destination 2025/04/18 06:14:38 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/18 06:14:59 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/04/18 06:14:59 INFO : two: Copied (server-side copy) 2025/04/18 06:14:59 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/04/18 06:15:20 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/18 06:15:20 DEBUG : two: Unchanged skipping 2025/04/18 06:16:17 DEBUG : three: Need to transfer - File not found at Destination 2025/04/18 06:16:18 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/04/18 06:16:18 DEBUG : three: Destination not found in --copy-dest 2025/04/18 06:16:28 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/04/18 06:16:28 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (432.58s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.20s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", 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-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" 2025/04/18 06:17:47 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/04/18 06:18:08 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/18 06:18:08 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/04/18 06:18:18 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/04/18 06:18:29 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/04/18 06:18:29 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy5.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-hokowaf9saxo/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/04/18 06:18:35 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/04/18 06:18:45 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/04/18 06:19:01 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 13a09fbd2a6ebf014dea2b41f74148df OK 2025/04/18 06:19:01 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (130.03s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.21s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.19s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", 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-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.20s) === RUN TestDeduplicateNewest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", 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-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" 2025/04/18 06:20:41 INFO : Compressed: TestCompressSwift:rclone-test-hokowaf9saxo: Looking for duplicate md5 hashes using newest mode. 2025/04/18 06:20:42 NOTICE: 9684630afd5f415851e76270ccb1865a: Found 3 files with duplicate md5 hashes 2025/04/18 06:20:52 INFO : one: Deleted 2025/04/18 06:21:02 INFO : also/one: Deleted 2025/04/18 06:21:02 NOTICE: 9684630afd5f415851e76270ccb1865a: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (85.58s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.27s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.12s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.15s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", 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-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", 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-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" 2025/04/18 06:23:23 DEBUG : a.txt: Excluded (Size Filter) 2025/04/18 06:23:23 DEBUG : a.txt: Excluded 2025/04/18 06:23:23 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/18 06:23:23 DEBUG : sub dir/hello world: Excluded 2025/04/18 06:23:23 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/18 06:23:23 DEBUG : sub dir/hello world2: Excluded 2025/04/18 06:23:23 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/18 06:23:23 DEBUG : sub dir/hello world: Excluded 2025/04/18 06:23:23 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/18 06:23:23 DEBUG : sub dir/hello world2: Excluded 2025/04/18 06:23:24 DEBUG : sub dir/ignore dir: Excluded 2025/04/18 06:23:34 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (216.94s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" 2025/04/18 06:27:06 DEBUG : a.txt: Excluded (Size Filter) 2025/04/18 06:27:06 DEBUG : a.txt: Excluded 2025/04/18 06:27:06 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/18 06:27:06 DEBUG : sub dir/hello world: Excluded 2025/04/18 06:27:06 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/18 06:27:06 DEBUG : sub dir/hello world2: Excluded 2025/04/18 06:27:06 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/18 06:27:06 DEBUG : sub dir/hello world: Excluded 2025/04/18 06:27:06 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/18 06:27:06 DEBUG : sub dir/hello world2: Excluded 2025/04/18 06:27:06 DEBUG : sub dir/ignore dir: Excluded 2025/04/18 06:27:16 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (227.46s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes === RUN TestListJSON/Metadata --- PASS: TestListJSON (74.63s) --- PASS: TestListJSON/Default (10.31s) --- PASS: TestListJSON/FilesOnly (5.19s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (0.35s) --- PASS: TestListJSON/SubDir (5.18s) --- PASS: TestListJSON/NoModTime (5.15s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (0.19s) --- PASS: TestListJSON/HashTypes (5.21s) --- PASS: TestListJSON/Metadata (5.19s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/04/18 06:30:56 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hokowaf9saxo/notfound" 2025/04/18 06:30:56 DEBUG : Config file has changed externally - reloading 2025/04/18 06:30:57 DEBUG : Swift container rclone-test-hokowaf9saxo path notfound.json: Auto set use_segments_container to true 2025/04/18 06:31:02 DEBUG : Swift container rclone-test-hokowaf9saxo path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (90.19s) --- PASS: TestStatJSON/Root (0.05s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.10s) --- PASS: TestStatJSON/Dir (5.26s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.10s) --- PASS: TestStatJSON/File (5.15s) --- PASS: TestStatJSON/NotFound (5.28s) --- PASS: TestStatJSON/DirFilesOnly (5.05s) --- PASS: TestStatJSON/FileFilesOnly (5.14s) --- PASS: TestStatJSON/NotFoundFilesOnly (5.05s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.10s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (11.65s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" 2025/04/18 06:31:24 INFO : Compressed: TestCompressSwift:rclone-test-hokowaf9saxo: Making directory 2025/04/18 06:31:24 INFO : Compressed: TestCompressSwift:rclone-test-hokowaf9saxo: Making directory --- PASS: TestMkdir (0.26s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" --- PASS: TestLsd (46.17s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" --- PASS: TestLs (47.31s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" 2025/04/18 06:33:34 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/04/18 06:33:34 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (67.01s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" --- PASS: TestLsLong (51.98s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (77.55s) --- PASS: TestHashSums/Md5 (5.19s) --- PASS: TestHashSums/Md5Download (10.20s) === RUN TestHashSumsWithErrors 2025/04/18 06:36:14 DEBUG : Creating backend with remote ":memory:" 2025/04/18 06:36:14 DEBUG : Config file has changed externally - reloading 2025/04/18 06:36:14 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/04/18 06:36:14 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/18 06:36:14 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/18 06:36:14 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/18 06:36:14 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/18 06:36:14 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/18 06:36:14 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/18 06:36:14 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/04/18 06:36:14 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-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" --- PASS: TestCount (88.76s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" 2025/04/18 06:38:11 DEBUG : Waiting for deletions to finish 2025/04/18 06:38:11 DEBUG : large: Excluded (Size Filter) 2025/04/18 06:38:17 INFO : medium: Deleted 2025/04/18 06:38:17 INFO : small: Deleted --- PASS: TestDelete (34.86s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" 2025/04/18 06:38:49 DEBUG : Waiting for deletions to finish 2025/04/18 06:38:49 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/04/18 06:38:50 INFO : large: Deleted 2025/04/18 06:39:00 INFO : medium: Deleted --- PASS: TestMaxDelete (53.33s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hokowaf9saxo", Local "Local file system at /tmp/rclone1616726146", Modify Window "1ns" panic: test timed out after 1h0m0s running tests: TestMaxDeleteSizeLargeFile (12s) goroutine 8028 [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]: testing.(*T).Run(0xc000496340, {0x2623d3d?, 0x0?}, 0x2735c30) /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(0xc000496340) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2168 +0x37 testing.tRunner(0xc000496340, 0xc00065dc18) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 testing.runTests(0xc00091c5e8, {0x3d20860, 0x6d, 0x6d}, {0x3d352c0?, 0x1?, 0x3d352c0?}) /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(0xc000687720) /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(0xc000687720) /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 6 [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 7 [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 8007 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc000985880, 0xc001803440, 0xc000694000) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc000985880, {0x2a13720, 0xc000ad9680}, {0xc00091a050, 0x4f}, {{0xc000918bd0, 0x18}, {0xc000918be9, 0xb}, {0x25df52c, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc000985880, {0x2a13720, 0xc000ad9680}, {{0xc000918bd0, 0x18}, {0xc000918be9, 0xb}, {0x25df52c, 0x4}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).objectBase(0xc0005f9460?, {0x2a13720?, 0xc000ad9680?}, {0xc000918bd0?, 0xc0005f94c8?}, {0xc000918be9, 0xb}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2142 +0xf8 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1.(*Connection).Object.1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2131 +0x85 github.com/ncw/swift/v2.withLORetry(0x0, 0xc0005f9800) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/largeobjects.go:303 +0xa2 github.com/ncw/swift/v2.(*Connection).Object(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2130 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1334 +0x156 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x60?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc000928ae0, 0xc001803380, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc000928ae0, 0xc001803380) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Object).readMetaData(0xc001803320, {0x2a13720, 0xc000ad9680}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1333 +0x172 github.com/rclone/rclone/backend/swift.(*Fs).newObjectWithInfo(0xc000600380, {0x2a13720, 0xc000ad9680}, {0xc000014b60, 0xb}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:666 +0x251 github.com/rclone/rclone/backend/swift.(*Fs).NewObject(0x7f7924491f28?, {0x2a13720?, 0xc000ad9680?}, {0xc000014b60?, 0x3d5b000?}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:677 +0x25 github.com/rclone/rclone/backend/compress.(*Fs).NewObject(0xc000688300, {0x2a13720, 0xc000ad9680}, {0x25e5eda, 0x6}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:422 +0x70 github.com/rclone/rclone/backend/compress.(*Fs).Put(0xc000688300, {0x2a13720, 0xc000ad9680}, {0x29ec040, 0xc000ad9b60}, {0x2a1dd50, 0xc00042e070}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:751 +0x7e github.com/rclone/rclone/fstest.(*Run).WriteObjectTo(0xc000629c00, {0x2a13720, 0xc000ad9680}, {0x2a27ba0, 0xc000688300}, {0x25e5eda, 0x6}, {0x268cd13, 0x3c}, {0x1dcd64ff, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:275 +0x3f8 github.com/rclone/rclone/fstest.(*Run).WriteObject(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 github.com/rclone/rclone/fs/operations_test.TestMaxDeleteSizeLargeFile(0xc000a704e0) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:466 +0x238 testing.tRunner(0xc000a704e0, 0x2735c30) /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 1404 [chan receive (nil chan), 54 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 1394 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1047 [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 1021 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3439 [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 2837 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8008 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc000984380) /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 8007 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:408 +0xb6 goroutine 431 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 421 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 160 [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 150 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 7861 [IO wait]: internal/poll.runtime_pollWait(0x7f7924677d30, 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(0xc00058c480?, 0xc0001b4c80?, 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(0xc00058c480, {0xc0001b4c80, 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(0xc00058c480, {0xc0001b4c80?, 0xc00030c1d0?, 0x2?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc00092c100, {0xc0001b4c80?, 0x3d352c0?, 0xc00009f9d0?}) /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(0xc0006b86d8, {0xc0001b4c80?, 0x18?, 0x7f796c94d9a8?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000ae6630, {0xc0001b4c80?, 0x0?, 0xc000ae6630?}) /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(0xc00030c2b8, {0x29ed880, 0xc000ae6630}) /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(0xc00030c008, {0x7f792430cd00, 0xc0006b86d8}, 0xc00009fa40?) /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(0xc00030c008, 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(0xc00030c008, {0xc0009f2000, 0x1000, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:1385 +0x150 net/http.(*persistConn).Read(0xc0009465a0, {0xc0009f2000?, 0x81d5e5?, 0x2158700?}) /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(0xc000aff140) /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(0xc000aff140, 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(0xc0009465a0) /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 7843 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 481 [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 471 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 667 [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 609 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3443 [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 2837 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 519 [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 493 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 241 [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 231 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 736 [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 726 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2838 [chan receive, 41 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 2837 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 285 [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 275 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 355 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 329 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 965 [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 955 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 854 [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 812 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 631 [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 590 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 789 [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 763 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1091 [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 1081 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 7862 [select]: net/http.(*persistConn).writeLoop(0xc0009465a0) /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 7843 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 1217 [chan receive (nil chan), 54 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 1207 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3619 [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 2837 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1168 [chan receive (nil chan), 54 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 1250 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1465 [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 1439 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1294 [chan receive (nil chan), 54 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 1284 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3088 [chan receive, 39 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 2837 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1351 [chan receive (nil chan), 54 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 1229 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1482 [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 1456 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 8012 [select]: net/http.(*persistConn).roundTrip(0xc0009479e0, 0xc0001a1bd0) /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(0xc00041c300, 0xc000694000) /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(0xc00060ca10, 0xc000694000) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc000694000, {0x29ed100, 0xc00060ca10}, {0x7f79242d2f01?, 0x7f79242d2e90?, 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(0xc000a89230, 0xc000694000, {0x470ef9?, 0xc0002f65f0?, 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(0xc000a89230, 0xc000694000) /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 8007 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 2958 [chan receive, 39 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 2837 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3282 [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 2837 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 2922 [chan receive, 39 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 2837 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3192 [chan receive, 39 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 2837 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3350 [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 2837 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 7220 [select]: net/http.(*persistConn).writeLoop(0xc0009479e0) /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 7181 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 7219 [IO wait]: internal/poll.runtime_pollWait(0x7f7924677f40, 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(0xc0001d3c00?, 0xc002851300?, 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(0xc0001d3c00, {0xc002851300, 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(0xc0001d3c00, {0xc002851300?, 0xc0004bf350?, 0x2?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc000810410, {0xc002851300?, 0x3d352c0?, 0xc0000a19d0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/net.go:189 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc0017d7608, {0xc002851300?, 0x18?, 0x4194e8?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000ae6978, {0xc002851300?, 0x0?, 0xc000ae6978?}) /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(0xc0004bf438, {0x29ed880, 0xc000ae6978}) /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(0xc0004bf188, {0x7f792430cd00, 0xc0017d7608}, 0xc0000a1a40?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc0004bf188, 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(0xc0004bf188, {0xc000abc000, 0x1000, 0xc000100508?}) /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(0xc0009479e0, {0xc000abc000?, 0x81d5e5?, 0x2158700?}) /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(0xc001587da0) /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(0xc001587da0, 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(0xc0009479e0) /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 7181 /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 1h0m1.192726331s (try 3/5): exit status 2: Failed []