"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 4/5) 2025/04/15 06:58:11 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tekimaj2weja" 2025/04/15 06:58:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/15 06:58:12 DEBUG : Swift container rclone-test-tekimaj2weja.json: Auto set use_segments_container to true 2025/04/15 06:58:12 DEBUG : Swift container rclone-test-tekimaj2weja: Auto set use_segments_container to true 2025/04/15 06:58:12 DEBUG : Creating backend with remote "/tmp/rclone2678059589" === 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-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.18s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.05s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/04/15 06:58:12 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/15 06:58:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/15 06:58:12 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/04/15 06:58:12 DEBUG : potato: Seek from 10 to 0 2025/04/15 06:58:12 DEBUG : potato: Seek from 10 to 0 2025/04/15 06:58:12 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/04/15 06:58:12 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/15 06:58:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/15 06:58:12 DEBUG : potato: Seek from 5 to 2 2025/04/15 06:58:12 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/04/15 06:58:12 DEBUG : potato: Seek from 7 to 0 2025/04/15 06:58:12 DEBUG : potato: Seek from 7 to 0 2025/04/15 06:58:12 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/04/15 06:58:12 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/15 06:58:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/15 06:58:12 DEBUG : potato: Seek from 5 to 2 2025/04/15 06:58:12 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/04/15 06:58:12 DEBUG : potato: Seek from 8 to 0 2025/04/15 06:58:12 DEBUG : potato: Seek from 8 to 0 2025/04/15 06:58:12 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/04/15 06:58:12 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/15 06:58:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/15 06:58:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/15 06:58:12 DEBUG : potato: Seek from 5 to 2 2025/04/15 06:58:12 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/04/15 06:58:12 DEBUG : potato: Seek from 9 to 0 2025/04/15 06:58:12 DEBUG : potato: Seek from 9 to 0 2025/04/15 06:58:12 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-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" 2025/04/15 06:58:13 INFO : Swift container rclone-test-tekimaj2weja: Container "rclone-test-tekimaj2weja" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (173.55s) --- PASS: TestCheck/1 (0.14s) --- PASS: TestCheck/2 (0.15s) --- PASS: TestCheck/3 (5.14s) --- PASS: TestCheck/4 (5.24s) --- PASS: TestCheck/5 (5.14s) --- PASS: TestCheck/6 (5.14s) --- PASS: TestCheck/7 (10.16s) === RUN TestCheckFsError 2025/04/15 07:01:06 DEBUG : Creating backend with remote "nonexistent" 2025/04/15 07:01:06 DEBUG : Creating backend with remote "nonexistent" 2025/04/15 07:01:06 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/04/15 07:01:06 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/15 07:01:06 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/04/15 07:01:06 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-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", 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 (171.82s) --- PASS: TestCheckDownload/1 (0.26s) --- PASS: TestCheckDownload/2 (10.22s) --- PASS: TestCheckDownload/3 (5.20s) --- PASS: TestCheckDownload/4 (5.38s) --- PASS: TestCheckDownload/5 (5.19s) --- PASS: TestCheckDownload/6 (5.19s) --- PASS: TestCheckDownload/7 (5.21s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", 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 (160.38s) --- PASS: TestCheckSizeOnly/1 (0.14s) --- PASS: TestCheckSizeOnly/2 (0.05s) --- PASS: TestCheckSizeOnly/3 (0.05s) --- PASS: TestCheckSizeOnly/4 (0.06s) --- PASS: TestCheckSizeOnly/5 (0.09s) --- 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-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" 2025/04/15 07:06:49 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/15 07:06:49 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/15 07:06:49 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/15 07:06:49 NOTICE: test.sum: 2 warning(s) suppressed... 2025/04/15 07:07:05 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/15 07:07:05 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/15 07:07:05 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/15 07:07:05 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (31.88s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" 2025/04/15 07:07:10 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tekimaj2weja/data" 2025/04/15 07:07:11 DEBUG : Swift container rclone-test-tekimaj2weja path data.json: Auto set use_segments_container to true 2025/04/15 07:07:16 DEBUG : Swift container rclone-test-tekimaj2weja 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 (155.96s) --- PASS: TestCheckSum/subtest1 (0.34s) --- PASS: TestCheckSum/subtest2 (0.38s) --- PASS: TestCheckSum/subtest3 (5.48s) --- PASS: TestCheckSum/subtest4 (5.47s) --- PASS: TestCheckSum/subtest5 (0.49s) --- PASS: TestCheckSum/subtest6 (0.46s) --- PASS: TestCheckSum/subtest7 (10.53s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" 2025/04/15 07:09:46 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tekimaj2weja/data" 2025/04/15 07:09:46 DEBUG : Swift container rclone-test-tekimaj2weja path data.json: Auto set use_segments_container to true 2025/04/15 07:09:52 DEBUG : Swift container rclone-test-tekimaj2weja 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 (165.06s) --- PASS: TestCheckSumDownload/subtest1 (0.46s) --- PASS: TestCheckSumDownload/subtest2 (0.43s) --- PASS: TestCheckSumDownload/subtest3 (0.54s) --- PASS: TestCheckSumDownload/subtest4 (5.40s) --- PASS: TestCheckSumDownload/subtest5 (5.40s) --- PASS: TestCheckSumDownload/subtest6 (5.48s) --- PASS: TestCheckSumDownload/subtest7 (5.39s) === RUN TestApplyTransforms 2025/04/15 07:12:31 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-dozeyog4gige" 2025/04/15 07:12:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/15 07:12:32 DEBUG : Swift container rclone-test-dozeyog4gige.json: Auto set use_segments_container to true 2025/04/15 07:12:32 DEBUG : Swift container rclone-test-dozeyog4gige: Auto set use_segments_container to true 2025/04/15 07:12:32 DEBUG : Creating backend with remote "/tmp/rclone932042045" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-dozeyog4gige", Local "Local file system at /tmp/rclone932042045", Modify Window "1ns" 2025/04/15 07:12:33 INFO : Swift container rclone-test-dozeyog4gige: Container "rclone-test-dozeyog4gige" created upper checkfile vs. lower remote (without normalization) 2025/04/15 07:12:44 ERROR : hello, world!: sum not found 2025/04/15 07:12:44 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-dozeyog4gige 2025/04/15 07:12:44 NOTICE: Compressed: TestCompressSwift:rclone-test-dozeyog4gige: 1 files missing 2025/04/15 07:12:44 NOTICE: 1 hashes missing 2025/04/15 07:12:44 NOTICE: Compressed: TestCompressSwift:rclone-test-dozeyog4gige: 2 differences found 2025/04/15 07:12:44 NOTICE: Compressed: TestCompressSwift:rclone-test-dozeyog4gige: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/04/15 07:12:45 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/15 07:12:45 NOTICE: Compressed: TestCompressSwift:rclone-test-dozeyog4gige: 0 differences found 2025/04/15 07:12:45 NOTICE: Compressed: TestCompressSwift:rclone-test-dozeyog4gige: 1 matching files 2025/04/15 07:12:45 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-qexisic1selo" 2025/04/15 07:12:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/15 07:12:45 DEBUG : Swift container rclone-test-qexisic1selo.json: Auto set use_segments_container to true 2025/04/15 07:12:46 DEBUG : Swift container rclone-test-qexisic1selo: Auto set use_segments_container to true 2025/04/15 07:12:46 DEBUG : Creating backend with remote "/tmp/rclone1229313833" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-qexisic1selo", Local "Local file system at /tmp/rclone1229313833", Modify Window "1ns" 2025/04/15 07:12:46 INFO : Swift container rclone-test-qexisic1selo: Container "rclone-test-qexisic1selo" created lower checkfile vs. upper remote (without normalization) 2025/04/15 07:12:57 ERROR : HELLO, WORLD!: sum not found 2025/04/15 07:12:57 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-qexisic1selo 2025/04/15 07:12:57 NOTICE: Compressed: TestCompressSwift:rclone-test-qexisic1selo: 1 files missing 2025/04/15 07:12:57 NOTICE: 1 hashes missing 2025/04/15 07:12:57 NOTICE: Compressed: TestCompressSwift:rclone-test-qexisic1selo: 2 differences found 2025/04/15 07:12:57 NOTICE: Compressed: TestCompressSwift:rclone-test-qexisic1selo: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/04/15 07:12:57 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/15 07:12:57 NOTICE: Compressed: TestCompressSwift:rclone-test-qexisic1selo: 0 differences found 2025/04/15 07:12:57 NOTICE: Compressed: TestCompressSwift:rclone-test-qexisic1selo: 1 matching files 2025/04/15 07:12:57 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jafaxud9vova" 2025/04/15 07:12:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/15 07:12:58 DEBUG : Swift container rclone-test-jafaxud9vova.json: Auto set use_segments_container to true 2025/04/15 07:12:59 DEBUG : Swift container rclone-test-jafaxud9vova: Auto set use_segments_container to true 2025/04/15 07:12:59 DEBUG : Creating backend with remote "/tmp/rclone3101965237" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jafaxud9vova", Local "Local file system at /tmp/rclone3101965237", Modify Window "1ns" 2025/04/15 07:12:59 INFO : Swift container rclone-test-jafaxud9vova: Container "rclone-test-jafaxud9vova" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/04/15 07:13:15 ERROR : HeLlO, wOrLd!: sum not found 2025/04/15 07:13:15 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-jafaxud9vova 2025/04/15 07:13:15 NOTICE: Compressed: TestCompressSwift:rclone-test-jafaxud9vova: 1 files missing 2025/04/15 07:13:15 NOTICE: 1 hashes missing 2025/04/15 07:13:15 NOTICE: Compressed: TestCompressSwift:rclone-test-jafaxud9vova: 2 differences found 2025/04/15 07:13:15 NOTICE: Compressed: TestCompressSwift:rclone-test-jafaxud9vova: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/04/15 07:13:15 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/15 07:13:15 NOTICE: Compressed: TestCompressSwift:rclone-test-jafaxud9vova: 0 differences found 2025/04/15 07:13:15 NOTICE: Compressed: TestCompressSwift:rclone-test-jafaxud9vova: 1 matching files 2025/04/15 07:13:15 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-sigatey0feha" 2025/04/15 07:13:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/15 07:13:16 DEBUG : Swift container rclone-test-sigatey0feha.json: Auto set use_segments_container to true 2025/04/15 07:13:16 DEBUG : Swift container rclone-test-sigatey0feha: Auto set use_segments_container to true 2025/04/15 07:13:16 DEBUG : Creating backend with remote "/tmp/rclone696078138" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sigatey0feha", Local "Local file system at /tmp/rclone696078138", Modify Window "1ns" 2025/04/15 07:13:16 INFO : Swift container rclone-test-sigatey0feha: Container "rclone-test-sigatey0feha" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/04/15 07:13:27 ERROR : HELLO, WORLD!: sum not found 2025/04/15 07:13:27 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-sigatey0feha 2025/04/15 07:13:27 NOTICE: Compressed: TestCompressSwift:rclone-test-sigatey0feha: 1 files missing 2025/04/15 07:13:27 NOTICE: 1 hashes missing 2025/04/15 07:13:27 NOTICE: Compressed: TestCompressSwift:rclone-test-sigatey0feha: 2 differences found 2025/04/15 07:13:27 NOTICE: Compressed: TestCompressSwift:rclone-test-sigatey0feha: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/04/15 07:13:33 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/15 07:13:33 NOTICE: Compressed: TestCompressSwift:rclone-test-sigatey0feha: 0 differences found 2025/04/15 07:13:33 NOTICE: Compressed: TestCompressSwift:rclone-test-sigatey0feha: 1 matching files 2025/04/15 07:13:33 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xehiceh2kika" 2025/04/15 07:13:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/15 07:13:33 DEBUG : Swift container rclone-test-xehiceh2kika.json: Auto set use_segments_container to true 2025/04/15 07:13:34 DEBUG : Swift container rclone-test-xehiceh2kika: Auto set use_segments_container to true 2025/04/15 07:13:34 DEBUG : Creating backend with remote "/tmp/rclone3289854066" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xehiceh2kika", Local "Local file system at /tmp/rclone3289854066", Modify Window "1ns" 2025/04/15 07:13:34 INFO : Swift container rclone-test-xehiceh2kika: Container "rclone-test-xehiceh2kika" created NFD checkfile vs. NFC remote (without normalization) 2025/04/15 07:13:45 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/15 07:13:45 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-xehiceh2kika 2025/04/15 07:13:45 NOTICE: Compressed: TestCompressSwift:rclone-test-xehiceh2kika: 1 files missing 2025/04/15 07:13:45 NOTICE: 1 hashes missing 2025/04/15 07:13:45 NOTICE: Compressed: TestCompressSwift:rclone-test-xehiceh2kika: 2 differences found 2025/04/15 07:13:45 NOTICE: Compressed: TestCompressSwift:rclone-test-xehiceh2kika: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/04/15 07:13:46 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/15 07:13:46 NOTICE: Compressed: TestCompressSwift:rclone-test-xehiceh2kika: 0 differences found 2025/04/15 07:13:46 NOTICE: Compressed: TestCompressSwift:rclone-test-xehiceh2kika: 1 matching files 2025/04/15 07:13:46 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gowejof6fahu" 2025/04/15 07:13:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/15 07:13:46 DEBUG : Swift container rclone-test-gowejof6fahu.json: Auto set use_segments_container to true 2025/04/15 07:13:47 DEBUG : Swift container rclone-test-gowejof6fahu: Auto set use_segments_container to true 2025/04/15 07:13:47 DEBUG : Creating backend with remote "/tmp/rclone2424910329" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gowejof6fahu", Local "Local file system at /tmp/rclone2424910329", Modify Window "1ns" 2025/04/15 07:13:47 INFO : Swift container rclone-test-gowejof6fahu: Container "rclone-test-gowejof6fahu" created NFC checkfile vs. NFD remote (without normalization) 2025/04/15 07:14:03 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/15 07:14:03 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-gowejof6fahu 2025/04/15 07:14:03 NOTICE: Compressed: TestCompressSwift:rclone-test-gowejof6fahu: 1 files missing 2025/04/15 07:14:03 NOTICE: 1 hashes missing 2025/04/15 07:14:03 NOTICE: Compressed: TestCompressSwift:rclone-test-gowejof6fahu: 2 differences found 2025/04/15 07:14:03 NOTICE: Compressed: TestCompressSwift:rclone-test-gowejof6fahu: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/04/15 07:14:08 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/15 07:14:08 NOTICE: Compressed: TestCompressSwift:rclone-test-gowejof6fahu: 0 differences found 2025/04/15 07:14:08 NOTICE: Compressed: TestCompressSwift:rclone-test-gowejof6fahu: 1 matching files 2025/04/15 07:14:08 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-nolepay5hize" 2025/04/15 07:14:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/15 07:14:09 DEBUG : Swift container rclone-test-nolepay5hize.json: Auto set use_segments_container to true 2025/04/15 07:14:09 DEBUG : Swift container rclone-test-nolepay5hize: Auto set use_segments_container to true 2025/04/15 07:14:09 DEBUG : Creating backend with remote "/tmp/rclone3960841616" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-nolepay5hize", Local "Local file system at /tmp/rclone3960841616", Modify Window "1ns" 2025/04/15 07:14:09 INFO : Swift container rclone-test-nolepay5hize: Container "rclone-test-nolepay5hize" created NFDx2 checkfile vs. both remote (without normalization) 2025/04/15 07:14:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/15 07:14:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-nolepay5hize 2025/04/15 07:14:26 NOTICE: Compressed: TestCompressSwift:rclone-test-nolepay5hize: 1 files missing 2025/04/15 07:14:26 NOTICE: 1 hashes missing 2025/04/15 07:14:26 NOTICE: Compressed: TestCompressSwift:rclone-test-nolepay5hize: 2 differences found 2025/04/15 07:14:26 NOTICE: Compressed: TestCompressSwift:rclone-test-nolepay5hize: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/04/15 07:14:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/15 07:14:36 NOTICE: Compressed: TestCompressSwift:rclone-test-nolepay5hize: 0 differences found 2025/04/15 07:14:36 NOTICE: Compressed: TestCompressSwift:rclone-test-nolepay5hize: 1 matching files 2025/04/15 07:14:36 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-veyuhuf9yade" 2025/04/15 07:14:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/15 07:14:37 DEBUG : Swift container rclone-test-veyuhuf9yade.json: Auto set use_segments_container to true 2025/04/15 07:14:37 DEBUG : Swift container rclone-test-veyuhuf9yade: Auto set use_segments_container to true 2025/04/15 07:14:37 DEBUG : Creating backend with remote "/tmp/rclone2331433291" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-veyuhuf9yade", Local "Local file system at /tmp/rclone2331433291", Modify Window "1ns" 2025/04/15 07:14:38 INFO : Swift container rclone-test-veyuhuf9yade: Container "rclone-test-veyuhuf9yade" created NFCx2 checkfile vs. both remote (without normalization) 2025/04/15 07:14:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/15 07:14:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-veyuhuf9yade 2025/04/15 07:14:49 NOTICE: Compressed: TestCompressSwift:rclone-test-veyuhuf9yade: 1 files missing 2025/04/15 07:14:49 NOTICE: 1 hashes missing 2025/04/15 07:14:49 NOTICE: Compressed: TestCompressSwift:rclone-test-veyuhuf9yade: 2 differences found 2025/04/15 07:14:49 NOTICE: Compressed: TestCompressSwift:rclone-test-veyuhuf9yade: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/04/15 07:14:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/15 07:14:49 NOTICE: Compressed: TestCompressSwift:rclone-test-veyuhuf9yade: 0 differences found 2025/04/15 07:14:49 NOTICE: Compressed: TestCompressSwift:rclone-test-veyuhuf9yade: 1 matching files 2025/04/15 07:14:49 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xafilok2xaji" 2025/04/15 07:14:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/15 07:14:49 DEBUG : Swift container rclone-test-xafilok2xaji.json: Auto set use_segments_container to true 2025/04/15 07:14:50 DEBUG : Swift container rclone-test-xafilok2xaji: Auto set use_segments_container to true 2025/04/15 07:14:50 DEBUG : Creating backend with remote "/tmp/rclone3193455050" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xafilok2xaji", Local "Local file system at /tmp/rclone3193455050", Modify Window "1ns" 2025/04/15 07:14:50 INFO : Swift container rclone-test-xafilok2xaji: Container "rclone-test-xafilok2xaji" created both checkfile vs. NFDx2 remote (without normalization) 2025/04/15 07:15:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/15 07:15:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-xafilok2xaji 2025/04/15 07:15:01 NOTICE: Compressed: TestCompressSwift:rclone-test-xafilok2xaji: 1 files missing 2025/04/15 07:15:01 NOTICE: 1 hashes missing 2025/04/15 07:15:01 NOTICE: Compressed: TestCompressSwift:rclone-test-xafilok2xaji: 2 differences found 2025/04/15 07:15:01 NOTICE: Compressed: TestCompressSwift:rclone-test-xafilok2xaji: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/04/15 07:15:06 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/15 07:15:06 NOTICE: Compressed: TestCompressSwift:rclone-test-xafilok2xaji: 0 differences found 2025/04/15 07:15:06 NOTICE: Compressed: TestCompressSwift:rclone-test-xafilok2xaji: 1 matching files 2025/04/15 07:15:06 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kibedot4coti" 2025/04/15 07:15:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/15 07:15:07 DEBUG : Swift container rclone-test-kibedot4coti.json: Auto set use_segments_container to true 2025/04/15 07:15:07 DEBUG : Swift container rclone-test-kibedot4coti: Auto set use_segments_container to true 2025/04/15 07:15:07 DEBUG : Creating backend with remote "/tmp/rclone3596357873" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kibedot4coti", Local "Local file system at /tmp/rclone3596357873", Modify Window "1ns" 2025/04/15 07:15:08 INFO : Swift container rclone-test-kibedot4coti: Container "rclone-test-kibedot4coti" created both checkfile vs. NFCx2 remote (without normalization) 2025/04/15 07:15:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/15 07:15:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-kibedot4coti 2025/04/15 07:15:14 NOTICE: Compressed: TestCompressSwift:rclone-test-kibedot4coti: 1 files missing 2025/04/15 07:15:14 NOTICE: 1 hashes missing 2025/04/15 07:15:14 NOTICE: Compressed: TestCompressSwift:rclone-test-kibedot4coti: 2 differences found 2025/04/15 07:15:14 NOTICE: Compressed: TestCompressSwift:rclone-test-kibedot4coti: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/04/15 07:15:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/15 07:15:15 NOTICE: Compressed: TestCompressSwift:rclone-test-kibedot4coti: 0 differences found 2025/04/15 07:15:15 NOTICE: Compressed: TestCompressSwift:rclone-test-kibedot4coti: 1 matching files 2025/04/15 07:15:15 DEBUG : Compressed: TestCompressSwift:rclone-test-kibedot4coti: Purge remote 2025/04/15 07:15:15 DEBUG : Waiting for deletions to finish 2025/04/15 07:15:15 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/15 07:15:15 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/15 07:15:15 INFO : Swift container rclone-test-kibedot4coti: Container "rclone-test-kibedot4coti" removed 2025/04/15 07:15:15 DEBUG : Compressed: TestCompressSwift:rclone-test-xafilok2xaji: Purge remote 2025/04/15 07:15:15 DEBUG : Waiting for deletions to finish 2025/04/15 07:15:15 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/15 07:15:20 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/15 07:15:21 INFO : Swift container rclone-test-xafilok2xaji: Container "rclone-test-xafilok2xaji" removed 2025/04/15 07:15:21 DEBUG : Compressed: TestCompressSwift:rclone-test-veyuhuf9yade: Purge remote 2025/04/15 07:15:21 DEBUG : Waiting for deletions to finish 2025/04/15 07:15:21 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/15 07:15:31 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/15 07:15:31 DEBUG : pacer: low level retry 1/10 (error Container Not Empty) 2025/04/15 07:15:31 DEBUG : pacer: Rate limited, increasing sleep to 10ms 2025/04/15 07:15:32 DEBUG : pacer: low level retry 2/10 (error Container Not Empty) 2025/04/15 07:15:32 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/04/15 07:15:32 DEBUG : pacer: low level retry 3/10 (error Container Not Empty) 2025/04/15 07:15:32 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2025/04/15 07:15:32 DEBUG : pacer: low level retry 4/10 (error Container Not Empty) 2025/04/15 07:15:32 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2025/04/15 07:15:32 DEBUG : pacer: low level retry 5/10 (error Container Not Empty) 2025/04/15 07:15:32 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2025/04/15 07:15:32 DEBUG : pacer: low level retry 6/10 (error Container Not Empty) 2025/04/15 07:15:32 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2025/04/15 07:15:32 DEBUG : pacer: low level retry 7/10 (error Container Not Empty) 2025/04/15 07:15:32 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2025/04/15 07:15:33 DEBUG : pacer: low level retry 8/10 (error Container Not Empty) 2025/04/15 07:15:33 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2025/04/15 07:15:33 DEBUG : pacer: low level retry 9/10 (error Container Not Empty) 2025/04/15 07:15:33 DEBUG : pacer: Rate limited, increasing sleep to 2s 2025/04/15 07:15:35 DEBUG : pacer: low level retry 10/10 (error Container Not Empty) 2025/04/15 07:15:35 NOTICE: purge failed: Container Not Empty 2025/04/15 07:15:35 DEBUG : Compressed: TestCompressSwift:rclone-test-nolepay5hize: Purge remote 2025/04/15 07:15:35 DEBUG : Waiting for deletions to finish 2025/04/15 07:15:40 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/15 07:15:40 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/15 07:15:40 INFO : Swift container rclone-test-nolepay5hize: Container "rclone-test-nolepay5hize" removed 2025/04/15 07:15:40 DEBUG : Compressed: TestCompressSwift:rclone-test-gowejof6fahu: Purge remote 2025/04/15 07:15:40 DEBUG : Waiting for deletions to finish 2025/04/15 07:15:45 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/04/15 07:15:50 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/04/15 07:15:51 INFO : Swift container rclone-test-gowejof6fahu: Container "rclone-test-gowejof6fahu" removed 2025/04/15 07:15:51 DEBUG : Compressed: TestCompressSwift:rclone-test-xehiceh2kika: Purge remote 2025/04/15 07:15:51 DEBUG : Waiting for deletions to finish 2025/04/15 07:15:51 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/04/15 07:15:56 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/04/15 07:15:56 INFO : Swift container rclone-test-xehiceh2kika: Container "rclone-test-xehiceh2kika" removed 2025/04/15 07:15:56 DEBUG : Compressed: TestCompressSwift:rclone-test-sigatey0feha: Purge remote 2025/04/15 07:15:56 DEBUG : Waiting for deletions to finish 2025/04/15 07:15:57 INFO : HELLO, WORLD!.bin: Deleted 2025/04/15 07:16:07 INFO : HELLO, WORLD!.json: Deleted 2025/04/15 07:16:07 INFO : Swift container rclone-test-sigatey0feha: Container "rclone-test-sigatey0feha" removed 2025/04/15 07:16:07 DEBUG : Compressed: TestCompressSwift:rclone-test-jafaxud9vova: Purge remote 2025/04/15 07:16:07 DEBUG : Waiting for deletions to finish 2025/04/15 07:16:12 INFO : HeLlO, wOrLd!.json: Deleted 2025/04/15 07:16:12 INFO : HeLlO, wOrLd!.bin: Deleted 2025/04/15 07:16:12 INFO : Swift container rclone-test-jafaxud9vova: Container "rclone-test-jafaxud9vova" removed 2025/04/15 07:16:12 DEBUG : Compressed: TestCompressSwift:rclone-test-qexisic1selo: Purge remote 2025/04/15 07:16:12 DEBUG : Waiting for deletions to finish 2025/04/15 07:16:12 INFO : HELLO, WORLD!.bin: Deleted 2025/04/15 07:16:17 INFO : HELLO, WORLD!.json: Deleted 2025/04/15 07:16:18 INFO : Swift container rclone-test-qexisic1selo: Container "rclone-test-qexisic1selo" removed 2025/04/15 07:16:18 DEBUG : Compressed: TestCompressSwift:rclone-test-dozeyog4gige: Purge remote 2025/04/15 07:16:18 DEBUG : Waiting for deletions to finish 2025/04/15 07:16:18 INFO : hello, world!.json: Deleted 2025/04/15 07:16:28 INFO : hello, world!.bin: Deleted 2025/04/15 07:16:28 INFO : Swift container rclone-test-dozeyog4gige: Container "rclone-test-dozeyog4gige" removed --- PASS: TestApplyTransforms (236.98s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" 2025/04/15 07:16:38 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/15 07:16:59 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/15 07:16:59 INFO : file1: Copied (new) to: sub/file2 2025/04/15 07:17:14 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/15 07:17:14 DEBUG : file1: Unchanged skipping 2025/04/15 07:17:20 DEBUG : Compressed: TestCompressSwift:rclone-test-tekimaj2weja: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (72.25s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.20s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" 2025/04/15 07:17:52 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tekimaj2weja/backup" 2025/04/15 07:17:52 DEBUG : Swift container rclone-test-tekimaj2weja path backup.json: Auto set use_segments_container to true 2025/04/15 07:17:58 DEBUG : Swift container rclone-test-tekimaj2weja path backup: Auto set use_segments_container to true 2025/04/15 07:18:04 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/15 07:18:30 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/04/15 07:18:30 INFO : dst/file1: Copied (server-side copy) 2025/04/15 07:18:35 INFO : dst/file1: Deleted 2025/04/15 07:18:46 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/15 07:18:46 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (81.89s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" 2025/04/15 07:19:02 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tekimaj2weja/dst" 2025/04/15 07:19:03 DEBUG : Swift container rclone-test-tekimaj2weja path dst.json: Auto set use_segments_container to true 2025/04/15 07:19:09 DEBUG : Swift container rclone-test-tekimaj2weja path dst: Auto set use_segments_container to true 2025/04/15 07:19:19 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tekimaj2weja/CompareDest" 2025/04/15 07:19:20 DEBUG : Swift container rclone-test-tekimaj2weja path CompareDest.json: Auto set use_segments_container to true 2025/04/15 07:19:26 DEBUG : Swift container rclone-test-tekimaj2weja path CompareDest: Auto set use_segments_container to true 2025/04/15 07:19:36 DEBUG : one: Need to transfer - File not found at Destination 2025/04/15 07:19:47 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/15 07:19:47 INFO : one: Copied (new) 2025/04/15 07:19:48 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/15 07:19:53 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/04/15 07:19:53 INFO : one: Copied (replaced existing) 2025/04/15 07:20:15 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/15 07:20:15 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/15 07:20:15 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/15 07:20:37 DEBUG : two: Need to transfer - File not found at Destination 2025/04/15 07:20:37 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/15 07:20:37 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/15 07:20:53 DEBUG : two: Need to transfer - File not found at Destination 2025/04/15 07:20:53 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/15 07:20:53 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/15 07:21:24 DEBUG : two: Need to transfer - File not found at Destination 2025/04/15 07:21:29 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/04/15 07:21:40 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/04/15 07:21:40 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (199.83s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" 2025/04/15 07:22:22 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tekimaj2weja/dst" 2025/04/15 07:22:22 DEBUG : Config file has changed externally - reloading 2025/04/15 07:22:23 DEBUG : Swift container rclone-test-tekimaj2weja path dst.json: Auto set use_segments_container to true 2025/04/15 07:22:28 DEBUG : Swift container rclone-test-tekimaj2weja path dst: Auto set use_segments_container to true 2025/04/15 07:22:39 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tekimaj2weja/CopyDest" 2025/04/15 07:22:39 DEBUG : Swift container rclone-test-tekimaj2weja path CopyDest.json: Auto set use_segments_container to true 2025/04/15 07:22:45 DEBUG : Swift container rclone-test-tekimaj2weja path CopyDest: Auto set use_segments_container to true 2025/04/15 07:22:50 DEBUG : one: Need to transfer - File not found at Destination 2025/04/15 07:23:01 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/15 07:23:01 INFO : one: Copied (new) 2025/04/15 07:23:02 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/15 07:23:07 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/04/15 07:23:07 INFO : one: Copied (replaced existing) 2025/04/15 07:23:34 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tekimaj2weja/BackupDir" 2025/04/15 07:23:35 DEBUG : Swift container rclone-test-tekimaj2weja path BackupDir.json: Auto set use_segments_container to true 2025/04/15 07:23:41 DEBUG : Swift container rclone-test-tekimaj2weja path BackupDir: Auto set use_segments_container to true 2025/04/15 07:23:46 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/15 07:23:51 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/15 07:23:51 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/15 07:24:23 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/15 07:24:23 INFO : one: Copied (server-side copy) 2025/04/15 07:24:23 INFO : one: Deleted 2025/04/15 07:24:44 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/04/15 07:24:44 INFO : one: Copied (server-side copy) 2025/04/15 07:24:44 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/04/15 07:25:21 DEBUG : two: Need to transfer - File not found at Destination 2025/04/15 07:25:26 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/15 07:25:47 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/04/15 07:25:47 INFO : two: Copied (server-side copy) 2025/04/15 07:25:47 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/04/15 07:26:23 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/15 07:26:23 DEBUG : two: Unchanged skipping 2025/04/15 07:27:31 DEBUG : three: Need to transfer - File not found at Destination 2025/04/15 07:27:31 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/04/15 07:27:31 DEBUG : three: Destination not found in --copy-dest 2025/04/15 07:27:47 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/04/15 07:27:47 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (403.90s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.16s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.18s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" 2025/04/15 07:29:12 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/04/15 07:29:22 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/15 07:29:22 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/04/15 07:29:28 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/04/15 07:29:39 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/04/15 07:29:39 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy1.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-tekimaj2weja/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/04/15 07:29:44 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/04/15 07:29:50 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/04/15 07:29:55 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 413c0e352e8e9bcb542cfe6e22e854df OK 2025/04/15 07:29:55 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (55.16s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.22s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.14s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", 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-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", 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-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.19s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" 2025/04/15 07:31:11 INFO : Compressed: TestCompressSwift:rclone-test-tekimaj2weja: Looking for duplicate md5 hashes using newest mode. 2025/04/15 07:31:32 NOTICE: 90c06c41e5a8ac41e0b53d348dae3963: Found 3 files with duplicate md5 hashes 2025/04/15 07:31:37 INFO : one: Deleted 2025/04/15 07:31:42 INFO : also/one: Deleted 2025/04/15 07:31:42 NOTICE: 90c06c41e5a8ac41e0b53d348dae3963: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (131.06s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.13s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.26s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.14s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", 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-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", 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-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" 2025/04/15 07:33:37 DEBUG : a.txt: Excluded (Size Filter) 2025/04/15 07:33:37 DEBUG : a.txt: Excluded 2025/04/15 07:33:37 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/15 07:33:37 DEBUG : sub dir/hello world: Excluded 2025/04/15 07:33:37 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/15 07:33:37 DEBUG : sub dir/hello world2: Excluded 2025/04/15 07:33:37 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/15 07:33:37 DEBUG : sub dir/hello world: Excluded 2025/04/15 07:33:37 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/15 07:33:37 DEBUG : sub dir/hello world2: Excluded 2025/04/15 07:33:37 DEBUG : sub dir/ignore dir: Excluded 2025/04/15 07:33:42 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (135.61s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" 2025/04/15 07:36:04 DEBUG : a.txt: Excluded (Size Filter) 2025/04/15 07:36:04 DEBUG : a.txt: Excluded 2025/04/15 07:36:05 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/15 07:36:05 DEBUG : sub dir/hello world: Excluded 2025/04/15 07:36:05 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/15 07:36:05 DEBUG : sub dir/hello world2: Excluded 2025/04/15 07:36:05 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/15 07:36:05 DEBUG : sub dir/hello world: Excluded 2025/04/15 07:36:05 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/15 07:36:05 DEBUG : sub dir/hello world2: Excluded 2025/04/15 07:36:05 DEBUG : sub dir/ignore dir: Excluded 2025/04/15 07:36:10 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (142.34s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", 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 (89.08s) --- PASS: TestListJSON/Default (0.19s) --- PASS: TestListJSON/FilesOnly (0.20s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (10.33s) --- PASS: TestListJSON/SubDir (5.19s) --- PASS: TestListJSON/NoModTime (0.14s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (5.21s) --- PASS: TestListJSON/HashTypes (5.19s) --- PASS: TestListJSON/Metadata (0.19s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", 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/15 07:39:29 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tekimaj2weja/notfound" 2025/04/15 07:39:30 DEBUG : Swift container rclone-test-tekimaj2weja path notfound.json: Auto set use_segments_container to true 2025/04/15 07:39:35 DEBUG : Swift container rclone-test-tekimaj2weja path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (99.84s) --- 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 (0.14s) --- PASS: TestStatJSON/NotFound (5.24s) --- PASS: TestStatJSON/DirFilesOnly (5.05s) --- PASS: TestStatJSON/FileFilesOnly (0.14s) --- PASS: TestStatJSON/NotFoundFilesOnly (5.06s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.10s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (11.54s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" 2025/04/15 07:40:01 INFO : Compressed: TestCompressSwift:rclone-test-tekimaj2weja: Making directory 2025/04/15 07:40:01 INFO : Compressed: TestCompressSwift:rclone-test-tekimaj2weja: Making directory --- PASS: TestMkdir (0.34s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" --- PASS: TestLsd (21.13s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" --- PASS: TestLs (52.34s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" 2025/04/15 07:41:52 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/04/15 07:41:52 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (62.59s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" --- PASS: TestLsLong (62.68s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (62.69s) --- PASS: TestHashSums/Md5 (5.22s) --- PASS: TestHashSums/Md5Download (10.27s) === RUN TestHashSumsWithErrors 2025/04/15 07:44:23 DEBUG : Creating backend with remote ":memory:" 2025/04/15 07:44:23 DEBUG : Config file has changed externally - reloading 2025/04/15 07:44:23 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/04/15 07:44:23 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/15 07:44:23 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/15 07:44:23 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/15 07:44:23 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/15 07:44:23 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/15 07:44:23 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/15 07:44:23 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/04/15 07:44:23 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-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" --- PASS: TestCount (73.19s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" 2025/04/15 07:46:27 DEBUG : Waiting for deletions to finish 2025/04/15 07:46:27 DEBUG : large: Excluded (Size Filter) 2025/04/15 07:46:32 INFO : small: Deleted 2025/04/15 07:46:42 INFO : medium: Deleted --- PASS: TestDelete (79.25s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" 2025/04/15 07:47:37 DEBUG : Waiting for deletions to finish 2025/04/15 07:47:37 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/04/15 07:47:43 INFO : large: Deleted 2025/04/15 07:47:53 INFO : medium: Deleted --- PASS: TestMaxDelete (63.36s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" 2025/04/15 07:48:51 DEBUG : Waiting for deletions to finish 2025/04/15 07:48:51 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/04/15 07:49:01 INFO : small: Deleted 2025/04/15 07:49:01 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (73.27s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" 2025/04/15 07:49:54 DEBUG : Waiting for deletions to finish 2025/04/15 07:49:54 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/04/15 07:50:05 INFO : large: Deleted 2025/04/15 07:50:05 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (58.20s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" --- PASS: TestReadFile (22.01s) === RUN TestRetry 2025/04/15 07:50:32 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/04/15 07:50:32 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/04/15 07:50:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/15 07:50:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/15 07:50:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/15 07:50:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/15 07:50:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" --- PASS: TestCat (89.05s) === RUN TestPurge 2025/04/15 07:52:01 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-dopidol7xitu" 2025/04/15 07:52:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/15 07:52:02 DEBUG : Swift container rclone-test-dopidol7xitu.json: Auto set use_segments_container to true 2025/04/15 07:52:02 DEBUG : Swift container rclone-test-dopidol7xitu: Auto set use_segments_container to true 2025/04/15 07:52:02 DEBUG : Creating backend with remote "/tmp/rclone2027890971" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-dopidol7xitu", Local "Local file system at /tmp/rclone2027890971", Modify Window "1ns" 2025/04/15 07:52:03 INFO : Swift container rclone-test-dopidol7xitu: Container "rclone-test-dopidol7xitu" created 2025/04/15 07:52:14 INFO : A2: Making directory 2025/04/15 07:52:14 INFO : A1/B2: Making directory 2025/04/15 07:52:14 INFO : A1/B2/C2: Making directory 2025/04/15 07:52:14 INFO : A1/B1/C3: Making directory 2025/04/15 07:52:14 INFO : A3: Making directory 2025/04/15 07:52:14 INFO : A3/B3: Making directory 2025/04/15 07:52:14 INFO : A3/B3/C4: Making directory fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A1/B1/C3" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" fstest.go:244: Filtering empty directory "A3/B3/C4" 2025/04/15 07:52:30 DEBUG : Waiting for deletions to finish 2025/04/15 07:52:31 INFO : A1/B1/C1/one.bin: Deleted 2025/04/15 07:52:36 INFO : A1/B1/C1/one.json: Deleted fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" fstest.go:244: Filtering empty directory "A3/B3/C4" 2025/04/15 07:52:36 DEBUG : Waiting for deletions to finish 2025/04/15 07:52:36 INFO : A1/two.bin: Deleted 2025/04/15 07:52:46 INFO : A1/two.json: Deleted 2025/04/15 07:52:46 INFO : Swift container rclone-test-dopidol7xitu: Container "rclone-test-dopidol7xitu" removed 2025/04/15 07:52:46 DEBUG : Compressed: TestCompressSwift:rclone-test-dopidol7xitu: Purge remote 2025/04/15 07:52:46 DEBUG : Waiting for deletions to finish 2025/04/15 07:52:46 NOTICE: purge failed: directory not found --- PASS: TestPurge (44.84s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" 2025/04/15 07:52:54 INFO : A2: Making directory 2025/04/15 07:52:54 INFO : A1/B2: Making directory 2025/04/15 07:52:54 INFO : A1/B2/C2: Making directory 2025/04/15 07:52:54 INFO : A1/B1/C3: Making directory 2025/04/15 07:52:54 INFO : A3: Making directory 2025/04/15 07:52:54 INFO : A3/B3: Making directory 2025/04/15 07:52:54 INFO : A3/B3/C4: Making directory fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A1/B1/C3" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" fstest.go:244: Filtering empty directory "A3/B3/C4" 2025/04/15 07:53:06 DEBUG : removing 1 level 3 directories 2025/04/15 07:53:06 INFO : A3/B3/C4: Removing directory fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A1/B1/C3" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" 2025/04/15 07:53:18 DEBUG : removing 1 level 0 directories 2025/04/15 07:53:18 INFO : Compressed: TestCompressSwift:rclone-test-tekimaj2weja: Removing directory 2025/04/15 07:53:19 INFO : Swift container rclone-test-tekimaj2weja: Container "rclone-test-tekimaj2weja" removed --- PASS: TestRmdirsNoLeaveRoot (32.45s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" 2025/04/15 07:53:19 INFO : Swift container rclone-test-tekimaj2weja: Container "rclone-test-tekimaj2weja" created 2025/04/15 07:53:19 INFO : A1: Making directory 2025/04/15 07:53:19 INFO : A1/B1: Making directory 2025/04/15 07:53:19 INFO : A1/B1/C1: Making directory fstest.go:244: Filtering empty directory "A1" fstest.go:244: Filtering empty directory "A1/B1" fstest.go:244: Filtering empty directory "A1/B1/C1" fstest.go:244: Filtering empty directory "A1" --- PASS: TestRmdirsLeaveRoot (0.47s) === RUN TestRmdirsWithFilter run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" 2025/04/15 07:53:19 INFO : A1: Making directory 2025/04/15 07:53:19 INFO : A1/B1: Making directory 2025/04/15 07:53:19 INFO : A1/B1/C1: Making directory fstest.go:244: Filtering empty directory "A1" fstest.go:244: Filtering empty directory "A1/B1" fstest.go:244: Filtering empty directory "A1/B1/C1" fstest.go:244: Filtering empty directory "A1" --- PASS: TestRmdirsWithFilter (0.24s) === RUN TestCopyURL run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" 2025/04/15 07:53:35 DEBUG : filename.txt: File name found in url 2025/04/15 07:53:52 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (125.86s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" 2025/04/15 07:55:35 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/15 07:55:56 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/15 07:55:56 INFO : file1: Copied (new) to: sub/file2 2025/04/15 07:55:56 INFO : file1: Deleted 2025/04/15 07:56:11 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/15 07:56:11 DEBUG : file1: Unchanged skipping 2025/04/15 07:56:11 INFO : file1: Deleted 2025/04/15 07:56:16 DEBUG : Compressed: TestCompressSwift:rclone-test-tekimaj2weja: don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (76.75s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" 2025/04/15 07:56:47 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/15 07:56:58 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/15 07:56:58 INFO : file1: Copied (new) 2025/04/15 07:56:58 INFO : file1: Deleted 2025/04/15 07:57:03 DEBUG : file1: Destination exists, skipping 2025/04/15 07:57:03 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (26.52s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFile (0.20s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.20s) === RUN TestMoveFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tekimaj2weja", Local "Local file system at /tmp/rclone2678059589", Modify Window "1ns" 2025/04/15 07:57:20 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tekimaj2weja/backup" 2025/04/15 07:57:21 DEBUG : Swift container rclone-test-tekimaj2weja path backup.json: Auto set use_segments_container to true 2025/04/15 07:57:27 DEBUG : Swift container rclone-test-tekimaj2weja path backup: Auto set use_segments_container to true 2025/04/15 07:57:32 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/15 07:57:58 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/04/15 07:57:58 INFO : dst/file1: Copied (server-side copy) 2025/04/15 07:58:03 INFO : dst/file1: Deleted panic: test timed out after 1h0m0s running tests: TestMoveFileBackupDir (1m3s) goroutine 9481 [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(0xc0001e4340, {0x2612873?, 0x0?}, 0x2735c60) /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(0xc0001e4340) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2168 +0x37 testing.tRunner(0xc0001e4340, 0xc000887c18) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 testing.runTests(0xc00084abb8, {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(0xc0004f2dc0) /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(0xc0004f2dc0) /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 300 [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 290 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 52 [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 53 [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 9353 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc000505500, 0xc00097ac00, 0xc0002e6b40) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc000505500, {0x2a13720, 0xc00044dda0}, {0xc000848140, 0x4f}, {{0xc000846c90, 0x18}, {0xc000846ca9, 0xd}, {0x25de5cf, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc000505500, {0x2a13720, 0xc00044dda0}, {{0xc000846c90, 0x18}, {0xc000846ca9, 0xd}, {0x25de5cf, 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).objectPut(0xc000505500, {0x2a13720, 0xc00044dda0}, {0xc000846c90, 0x18}, {0xc000846ca9, 0xd}, {0x29ec5e0, 0xc000a74ba0}, 0x1, ...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:1568 +0x1f5 github.com/ncw/swift/v2.(*Connection).ObjectPut(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:1614 github.com/rclone/rclone/backend/swift.(*Object).Update.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1559 +0xb0 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0x1, 0xc0000fca00?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc00084d9e0, 0xc0000fca00, 0x1) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).CallNoRetry(...) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:225 github.com/rclone/rclone/backend/swift.(*Object).Update(0xc00097aba0, {0x2a13720, 0xc00044dda0}, {0x29ec5e0, 0xc000a74ba0}, {0x2a1e250, 0xc000519a40}, {0xc0003a7a10, 0x1, 0x1}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1558 +0x7cb github.com/rclone/rclone/backend/swift.(*Fs).Put(0xc000505c00, {0x2a13720, 0xc00044dda0}, {0x29ec5e0, 0xc000a74ba0}, {0x2a1e250, 0xc000519a40}, {0xc0003a7a10, 0x1, 0x1}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:937 +0x139 github.com/rclone/rclone/backend/compress.(*Fs).putUncompress(0xc0000fc400, {0x2a13720, 0xc00044dda0}, {0x29ec5e0?, 0xc000a74b58?}, {0x7fb194439d38, 0xc00084c420}, 0xc0005db5c0, {0xc0003a7a10, 0x1, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:660 +0x32d github.com/rclone/rclone/backend/compress.(*Fs).putWithCustomFunctions(0xc0000fc400, {0x2a13720, 0xc00044dda0}, {0x29ec5e0?, 0xc000a74b58?}, {0x7fb194439d38, 0xc00084c420}, {0xc0003a7a10, 0x1, 0x1}, ...) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:723 +0xec github.com/rclone/rclone/backend/compress.(*Fs).Put(0xc0000fc400, {0x2a13720, 0xc00044dda0}, {0x29ebd60, 0xc000924100}, {0x7fb194439d38, 0xc00084c420}, {0xc0003a7a10, 0x1, 0x1}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:758 +0x266 github.com/rclone/rclone/fs/operations.(*copy).updateOrPut(0xc000a99200, {0x2a13720, 0xc00044dda0}, {0x29fef68?, 0xc000b801c0?}, {0xc0003a7a10, 0x1, 0x1}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:217 +0x226 github.com/rclone/rclone/fs/operations.(*copy).manualCopy(0xc000a99200, {0x2a13720, 0xc00044dda0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:270 +0x6d8 github.com/rclone/rclone/fs/operations.(*copy).copy(0xc000a99200, {0x2a13720, 0xc00044dda0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:310 +0x176 github.com/rclone/rclone/fs/operations.Copy({0x2a13720, 0xc00044dda0}, {0x2a27ba0, 0xc0000fc400}, {0x0, 0x0}, {0x25ef255, 0x9}, {0x2a28e70, 0xc00084c420}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:412 +0x493 github.com/rclone/rclone/fs/operations.move({0x2a13720, 0xc00044dda0}, {0x2a27ba0, 0xc0000fc400}, {0x0, 0x0}, {0x25ef255, 0x9}, {0x2a28e70, 0xc00084c420}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:491 +0x989 github.com/rclone/rclone/fs/operations.MoveTransfer({0x2a13720?, 0xc00044dda0?}, {0x2a27ba0?, 0xc0000fc400?}, {0x0?, 0x0?}, {0x25ef255?, 0x2a27c10?}, {0x2a28e70, 0xc00084c420}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:422 +0x65 github.com/rclone/rclone/fs/operations.moveOrCopyFile({0x2a13720, 0xc00044dda0}, {0x2a27ba0, 0xc0000fc400}, {0x2a28e00, 0xc0008601e0}, {0x25ef255, 0x9}, {0x25ef255, 0x9}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2092 +0xcf1 github.com/rclone/rclone/fs/operations.MoveFile(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2109 github.com/rclone/rclone/fs/operations_test.TestMoveFileBackupDir(0xc0003c9a00) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1051 +0x42c testing.tRunner(0xc0003c9a00, 0x2735c60) /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 8111 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc000104a80) /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 8110 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:408 +0xb6 goroutine 636 [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 627 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3337 [chan receive, 44 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3494 [chan receive, 44 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1466 [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 1360 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 807 [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 701 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 166 [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 156 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2905 [chan receive, 46 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1445 [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 1435 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 223 [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 213 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 679 [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 669 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1401 [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 1391 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 502 [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 492 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 344 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 270 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3077 [chan receive, 45 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8673 [select]: net/http.(*persistConn).writeLoop(0xc0008afb00) /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 8677 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 1034 [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 992 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 427 [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 417 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1278 [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 1268 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 735 [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 725 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 560 [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 550 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3404 [chan receive, 44 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 861 [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 851 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1332 [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 1322 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 932 [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 922 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 9454 [chan receive]: github.com/rclone/rclone/backend/local.(*fadvise).worker(0xc000b7ef80) /home/rclone/go/src/github.com/rclone/rclone/backend/local/fadvise_unix.go:114 +0x3f created by github.com/rclone/rclone/backend/local.newFadvise in goroutine 9353 /home/rclone/go/src/github.com/rclone/rclone/backend/local/fadvise_unix.go:74 +0x11f goroutine 8672 [IO wait]: internal/poll.runtime_pollWait(0x7fb194724b20, 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(0xc0020c4500?, 0xc00078b980?, 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(0xc0020c4500, {0xc00078b980, 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(0xc0020c4500, {0xc00078b980?, 0xc000360c50?, 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(0xc00099e1a0, {0xc00078b980?, 0x3d352c0?, 0xc0009159d0?}) /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(0xc000943218, {0xc00078b980?, 0x18?, 0x7fb1dd23cb28?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000a74ac8, {0xc00078b980?, 0x0?, 0xc000a74ac8?}) /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(0xc000360d38, {0x29ed880, 0xc000a74ac8}) /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(0xc000360a88, {0x7fb194f7aba8, 0xc000943218}, 0xc000915a40?) /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(0xc000360a88, 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(0xc000360a88, {0xc000da2000, 0x1000, 0xc000090108?}) /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(0xc0008afb00, {0xc000da2000?, 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(0xc0006f8b40) /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(0xc0006f8b40, 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(0xc0008afb00) /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 8677 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 1061 [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 1051 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 9461 [IO wait]: internal/poll.runtime_pollWait(0x7fb194724e38, 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(0xc000422480?, 0xc00078ec80?, 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(0xc000422480, {0xc00078ec80, 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(0xc000422480, {0xc00078ec80?, 0xc000659350?, 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(0xc000513d38, {0xc00078ec80?, 0x3d352c0?, 0xc0009169d0?}) /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(0xc0009c0a20, {0xc00078ec80?, 0x18?, 0x0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc0001154b8, {0xc00078ec80?, 0x0?, 0xc0001154b8?}) /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(0xc000659438, {0x29ed880, 0xc0001154b8}) /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(0xc000659188, {0x7fb194f7aba8, 0xc0009c0a20}, 0xc000916a40?) /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(0xc000659188, 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(0xc000659188, {0xc000878000, 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(0xc0005f8fc0, {0xc000878000?, 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(0xc0009368a0) /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(0xc0009368a0, 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(0xc0005f8fc0) /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 9439 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 9462 [select]: net/http.(*persistConn).writeLoop(0xc0005f8fc0) /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 9439 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 1199 [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 1189 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2959 [chan receive, 46 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8495 [chan receive, 6 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 8494 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1242 [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 1232 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 9455 [select]: github.com/rclone/rclone/fs/accounting.(*Account).averageLoop(0xc000924100) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:221 +0xed created by github.com/rclone/rclone/fs/accounting.newAccountSizeName in goroutine 9353 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:119 +0x438 goroutine 2820 [chan receive, 46 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3557 [chan receive, 43 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3158 [chan receive, 45 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3253 [chan receive, 45 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9493 [select]: net/http.(*persistConn).roundTrip(0xc0008afb00, 0xc00085eb90) /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(0xc0005cdb00, 0xc0002e6b40) /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(0xc0004027e0, 0xc0002e6b40) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc0002e6b40, {0x29ed100, 0xc0004027e0}, {0xc00070bd01?, 0x425825?, 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(0xc000842120, 0xc0002e6b40, {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(0xc000842120, 0xc0002e6b40) /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 9353 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m1.202766485s (try 4/5): exit status 2: Failed []