"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 5/5) 2025/04/18 07:39:24 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-timoquq5peho" 2025/04/18 07:39:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 07:39:25 DEBUG : Swift container rclone-test-timoquq5peho.json: Auto set use_segments_container to true 2025/04/18 07:39:25 DEBUG : Swift container rclone-test-timoquq5peho: Auto set use_segments_container to true 2025/04/18 07:39:25 DEBUG : Creating backend with remote "/tmp/rclone3955552699" === 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-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.19s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.06s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/04/18 07:39:26 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/18 07:39:26 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/18 07:39:26 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/04/18 07:39:26 DEBUG : potato: Seek from 10 to 0 2025/04/18 07:39:26 DEBUG : potato: Seek from 10 to 0 2025/04/18 07:39:26 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/04/18 07:39:26 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/18 07:39:26 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/18 07:39:26 DEBUG : potato: Seek from 5 to 2 2025/04/18 07:39:26 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/04/18 07:39:26 DEBUG : potato: Seek from 7 to 0 2025/04/18 07:39:26 DEBUG : potato: Seek from 7 to 0 2025/04/18 07:39:26 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/04/18 07:39:26 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/18 07:39:26 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/18 07:39:26 DEBUG : potato: Seek from 5 to 2 2025/04/18 07:39:26 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/04/18 07:39:26 DEBUG : potato: Seek from 8 to 0 2025/04/18 07:39:26 DEBUG : potato: Seek from 8 to 0 2025/04/18 07:39:26 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/04/18 07:39:26 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/18 07:39:26 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/18 07:39:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/18 07:39:26 DEBUG : potato: Seek from 5 to 2 2025/04/18 07:39:26 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/04/18 07:39:26 DEBUG : potato: Seek from 9 to 0 2025/04/18 07:39:26 DEBUG : potato: Seek from 9 to 0 2025/04/18 07:39:26 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-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" 2025/04/18 07:39:26 INFO : Swift container rclone-test-timoquq5peho: Container "rclone-test-timoquq5peho" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (183.30s) --- PASS: TestCheck/1 (5.14s) --- PASS: TestCheck/2 (10.15s) --- PASS: TestCheck/3 (5.14s) --- PASS: TestCheck/4 (10.28s) --- PASS: TestCheck/5 (5.17s) --- PASS: TestCheck/6 (5.23s) --- PASS: TestCheck/7 (5.14s) === RUN TestCheckFsError 2025/04/18 07:42:29 DEBUG : Creating backend with remote "nonexistent" 2025/04/18 07:42:29 DEBUG : Creating backend with remote "nonexistent" 2025/04/18 07:42:29 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/04/18 07:42:29 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/04/18 07:42:29 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/04/18 07:42:29 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-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", 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 (196.68s) --- PASS: TestCheckDownload/1 (10.21s) --- PASS: TestCheckDownload/2 (5.19s) --- PASS: TestCheckDownload/3 (5.20s) --- PASS: TestCheckDownload/4 (10.34s) --- PASS: TestCheckDownload/5 (10.21s) --- PASS: TestCheckDownload/6 (15.20s) --- PASS: TestCheckDownload/7 (10.21s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", 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 (185.72s) --- PASS: TestCheckSizeOnly/1 (0.05s) --- PASS: TestCheckSizeOnly/2 (0.09s) --- PASS: TestCheckSizeOnly/3 (0.05s) --- PASS: TestCheckSizeOnly/4 (0.05s) --- 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-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" 2025/04/18 07:49:12 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/18 07:49:12 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/18 07:49:12 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/18 07:49:12 NOTICE: test.sum: 2 warning(s) suppressed... 2025/04/18 07:49:28 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/18 07:49:28 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/18 07:49:28 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/18 07:49:28 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (47.24s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" 2025/04/18 07:49:39 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-timoquq5peho/data" 2025/04/18 07:49:39 DEBUG : Config file has changed externally - reloading 2025/04/18 07:49:39 DEBUG : Swift container rclone-test-timoquq5peho path data.json: Auto set use_segments_container to true 2025/04/18 07:49:45 DEBUG : Swift container rclone-test-timoquq5peho 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 (260.80s) --- PASS: TestCheckSum/subtest1 (5.35s) --- PASS: TestCheckSum/subtest2 (5.42s) --- PASS: TestCheckSum/subtest3 (5.44s) --- PASS: TestCheckSum/subtest4 (10.47s) --- PASS: TestCheckSum/subtest5 (5.44s) --- PASS: TestCheckSum/subtest6 (0.51s) --- PASS: TestCheckSum/subtest7 (10.47s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" 2025/04/18 07:53:59 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-timoquq5peho/data" 2025/04/18 07:54:00 DEBUG : Swift container rclone-test-timoquq5peho path data.json: Auto set use_segments_container to true 2025/04/18 07:54:06 DEBUG : Swift container rclone-test-timoquq5peho 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 (255.47s) --- PASS: TestCheckSumDownload/subtest1 (10.61s) --- PASS: TestCheckSumDownload/subtest2 (5.42s) --- PASS: TestCheckSumDownload/subtest3 (5.47s) --- PASS: TestCheckSumDownload/subtest4 (5.45s) --- PASS: TestCheckSumDownload/subtest5 (5.44s) --- PASS: TestCheckSumDownload/subtest6 (10.41s) --- PASS: TestCheckSumDownload/subtest7 (5.38s) === RUN TestApplyTransforms 2025/04/18 07:58:15 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-beyepot3mowu" 2025/04/18 07:58:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 07:58:15 DEBUG : Swift container rclone-test-beyepot3mowu.json: Auto set use_segments_container to true 2025/04/18 07:58:16 DEBUG : Swift container rclone-test-beyepot3mowu: Auto set use_segments_container to true 2025/04/18 07:58:16 DEBUG : Creating backend with remote "/tmp/rclone2471306881" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-beyepot3mowu", Local "Local file system at /tmp/rclone2471306881", Modify Window "1ns" 2025/04/18 07:58:16 INFO : Swift container rclone-test-beyepot3mowu: Container "rclone-test-beyepot3mowu" created upper checkfile vs. lower remote (without normalization) 2025/04/18 07:58:34 ERROR : hello, world!: sum not found 2025/04/18 07:58:34 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-beyepot3mowu 2025/04/18 07:58:34 NOTICE: Compressed: TestCompressSwift:rclone-test-beyepot3mowu: 1 files missing 2025/04/18 07:58:34 NOTICE: 1 hashes missing 2025/04/18 07:58:34 NOTICE: Compressed: TestCompressSwift:rclone-test-beyepot3mowu: 2 differences found 2025/04/18 07:58:34 NOTICE: Compressed: TestCompressSwift:rclone-test-beyepot3mowu: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/04/18 07:58:44 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 07:58:44 NOTICE: Compressed: TestCompressSwift:rclone-test-beyepot3mowu: 0 differences found 2025/04/18 07:58:44 NOTICE: Compressed: TestCompressSwift:rclone-test-beyepot3mowu: 1 matching files 2025/04/18 07:58:44 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tigequb0waze" 2025/04/18 07:58:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 07:58:44 DEBUG : Swift container rclone-test-tigequb0waze.json: Auto set use_segments_container to true 2025/04/18 07:58:45 DEBUG : Swift container rclone-test-tigequb0waze: Auto set use_segments_container to true 2025/04/18 07:58:45 DEBUG : Creating backend with remote "/tmp/rclone339269381" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tigequb0waze", Local "Local file system at /tmp/rclone339269381", Modify Window "1ns" 2025/04/18 07:58:45 INFO : Swift container rclone-test-tigequb0waze: Container "rclone-test-tigequb0waze" created lower checkfile vs. upper remote (without normalization) 2025/04/18 07:59:01 ERROR : HELLO, WORLD!: sum not found 2025/04/18 07:59:01 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-tigequb0waze 2025/04/18 07:59:01 NOTICE: Compressed: TestCompressSwift:rclone-test-tigequb0waze: 1 files missing 2025/04/18 07:59:01 NOTICE: 1 hashes missing 2025/04/18 07:59:01 NOTICE: Compressed: TestCompressSwift:rclone-test-tigequb0waze: 2 differences found 2025/04/18 07:59:01 NOTICE: Compressed: TestCompressSwift:rclone-test-tigequb0waze: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/04/18 07:59:01 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 07:59:01 NOTICE: Compressed: TestCompressSwift:rclone-test-tigequb0waze: 0 differences found 2025/04/18 07:59:01 NOTICE: Compressed: TestCompressSwift:rclone-test-tigequb0waze: 1 matching files 2025/04/18 07:59:01 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-payitod0dagi" 2025/04/18 07:59:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 07:59:02 DEBUG : Swift container rclone-test-payitod0dagi.json: Auto set use_segments_container to true 2025/04/18 07:59:03 DEBUG : Swift container rclone-test-payitod0dagi: Auto set use_segments_container to true 2025/04/18 07:59:03 DEBUG : Creating backend with remote "/tmp/rclone1552882882" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-payitod0dagi", Local "Local file system at /tmp/rclone1552882882", Modify Window "1ns" 2025/04/18 07:59:03 INFO : Swift container rclone-test-payitod0dagi: Container "rclone-test-payitod0dagi" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/04/18 07:59:14 ERROR : HeLlO, wOrLd!: sum not found 2025/04/18 07:59:14 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-payitod0dagi 2025/04/18 07:59:14 NOTICE: Compressed: TestCompressSwift:rclone-test-payitod0dagi: 1 files missing 2025/04/18 07:59:14 NOTICE: 1 hashes missing 2025/04/18 07:59:14 NOTICE: Compressed: TestCompressSwift:rclone-test-payitod0dagi: 2 differences found 2025/04/18 07:59:14 NOTICE: Compressed: TestCompressSwift:rclone-test-payitod0dagi: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/04/18 07:59:14 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 07:59:14 NOTICE: Compressed: TestCompressSwift:rclone-test-payitod0dagi: 0 differences found 2025/04/18 07:59:14 NOTICE: Compressed: TestCompressSwift:rclone-test-payitod0dagi: 1 matching files 2025/04/18 07:59:14 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-zawuxab0pake" 2025/04/18 07:59:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 07:59:15 DEBUG : Swift container rclone-test-zawuxab0pake.json: Auto set use_segments_container to true 2025/04/18 07:59:15 DEBUG : Swift container rclone-test-zawuxab0pake: Auto set use_segments_container to true 2025/04/18 07:59:15 DEBUG : Creating backend with remote "/tmp/rclone1918017686" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-zawuxab0pake", Local "Local file system at /tmp/rclone1918017686", Modify Window "1ns" 2025/04/18 07:59:16 INFO : Swift container rclone-test-zawuxab0pake: Container "rclone-test-zawuxab0pake" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/04/18 07:59:22 ERROR : HELLO, WORLD!: sum not found 2025/04/18 07:59:22 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-zawuxab0pake 2025/04/18 07:59:22 NOTICE: Compressed: TestCompressSwift:rclone-test-zawuxab0pake: 1 files missing 2025/04/18 07:59:22 NOTICE: 1 hashes missing 2025/04/18 07:59:22 NOTICE: Compressed: TestCompressSwift:rclone-test-zawuxab0pake: 2 differences found 2025/04/18 07:59:22 NOTICE: Compressed: TestCompressSwift:rclone-test-zawuxab0pake: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/04/18 07:59:22 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 07:59:22 NOTICE: Compressed: TestCompressSwift:rclone-test-zawuxab0pake: 0 differences found 2025/04/18 07:59:22 NOTICE: Compressed: TestCompressSwift:rclone-test-zawuxab0pake: 1 matching files 2025/04/18 07:59:22 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-dudulev3hubu" 2025/04/18 07:59:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 07:59:23 DEBUG : Swift container rclone-test-dudulev3hubu.json: Auto set use_segments_container to true 2025/04/18 07:59:23 DEBUG : Swift container rclone-test-dudulev3hubu: Auto set use_segments_container to true 2025/04/18 07:59:23 DEBUG : Creating backend with remote "/tmp/rclone3184228646" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-dudulev3hubu", Local "Local file system at /tmp/rclone3184228646", Modify Window "1ns" 2025/04/18 07:59:24 INFO : Swift container rclone-test-dudulev3hubu: Container "rclone-test-dudulev3hubu" created NFD checkfile vs. NFC remote (without normalization) 2025/04/18 07:59:30 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/18 07:59:30 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-dudulev3hubu 2025/04/18 07:59:30 NOTICE: Compressed: TestCompressSwift:rclone-test-dudulev3hubu: 1 files missing 2025/04/18 07:59:30 NOTICE: 1 hashes missing 2025/04/18 07:59:30 NOTICE: Compressed: TestCompressSwift:rclone-test-dudulev3hubu: 2 differences found 2025/04/18 07:59:30 NOTICE: Compressed: TestCompressSwift:rclone-test-dudulev3hubu: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/04/18 07:59:31 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 07:59:31 NOTICE: Compressed: TestCompressSwift:rclone-test-dudulev3hubu: 0 differences found 2025/04/18 07:59:31 NOTICE: Compressed: TestCompressSwift:rclone-test-dudulev3hubu: 1 matching files 2025/04/18 07:59:31 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yifisel1zobi" 2025/04/18 07:59:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 07:59:31 DEBUG : Swift container rclone-test-yifisel1zobi.json: Auto set use_segments_container to true 2025/04/18 07:59:32 DEBUG : Swift container rclone-test-yifisel1zobi: Auto set use_segments_container to true 2025/04/18 07:59:32 DEBUG : Creating backend with remote "/tmp/rclone2196459137" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yifisel1zobi", Local "Local file system at /tmp/rclone2196459137", Modify Window "1ns" 2025/04/18 07:59:32 INFO : Swift container rclone-test-yifisel1zobi: Container "rclone-test-yifisel1zobi" created NFC checkfile vs. NFD remote (without normalization) 2025/04/18 07:59:43 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/18 07:59:43 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-yifisel1zobi 2025/04/18 07:59:43 NOTICE: Compressed: TestCompressSwift:rclone-test-yifisel1zobi: 1 files missing 2025/04/18 07:59:43 NOTICE: 1 hashes missing 2025/04/18 07:59:43 NOTICE: Compressed: TestCompressSwift:rclone-test-yifisel1zobi: 2 differences found 2025/04/18 07:59:43 NOTICE: Compressed: TestCompressSwift:rclone-test-yifisel1zobi: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/04/18 07:59:49 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 07:59:49 NOTICE: Compressed: TestCompressSwift:rclone-test-yifisel1zobi: 0 differences found 2025/04/18 07:59:49 NOTICE: Compressed: TestCompressSwift:rclone-test-yifisel1zobi: 1 matching files 2025/04/18 07:59:49 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-buteced8foya" 2025/04/18 07:59:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 07:59:49 DEBUG : Swift container rclone-test-buteced8foya.json: Auto set use_segments_container to true 2025/04/18 07:59:50 DEBUG : Swift container rclone-test-buteced8foya: Auto set use_segments_container to true 2025/04/18 07:59:50 DEBUG : Creating backend with remote "/tmp/rclone2978896839" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-buteced8foya", Local "Local file system at /tmp/rclone2978896839", Modify Window "1ns" 2025/04/18 07:59:50 INFO : Swift container rclone-test-buteced8foya: Container "rclone-test-buteced8foya" created NFDx2 checkfile vs. both remote (without normalization) 2025/04/18 08:00:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/18 08:00:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-buteced8foya 2025/04/18 08:00:06 NOTICE: Compressed: TestCompressSwift:rclone-test-buteced8foya: 1 files missing 2025/04/18 08:00:06 NOTICE: 1 hashes missing 2025/04/18 08:00:06 NOTICE: Compressed: TestCompressSwift:rclone-test-buteced8foya: 2 differences found 2025/04/18 08:00:06 NOTICE: Compressed: TestCompressSwift:rclone-test-buteced8foya: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/04/18 08:00:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 08:00:12 NOTICE: Compressed: TestCompressSwift:rclone-test-buteced8foya: 0 differences found 2025/04/18 08:00:12 NOTICE: Compressed: TestCompressSwift:rclone-test-buteced8foya: 1 matching files 2025/04/18 08:00:12 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vukahud5ceko" 2025/04/18 08:00:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 08:00:12 DEBUG : Swift container rclone-test-vukahud5ceko.json: Auto set use_segments_container to true 2025/04/18 08:00:13 DEBUG : Swift container rclone-test-vukahud5ceko: Auto set use_segments_container to true 2025/04/18 08:00:13 DEBUG : Creating backend with remote "/tmp/rclone905929960" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukahud5ceko", Local "Local file system at /tmp/rclone905929960", Modify Window "1ns" 2025/04/18 08:00:13 INFO : Swift container rclone-test-vukahud5ceko: Container "rclone-test-vukahud5ceko" created NFCx2 checkfile vs. both remote (without normalization) 2025/04/18 08:00:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/18 08:00:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-vukahud5ceko 2025/04/18 08:00:20 NOTICE: Compressed: TestCompressSwift:rclone-test-vukahud5ceko: 1 files missing 2025/04/18 08:00:20 NOTICE: 1 hashes missing 2025/04/18 08:00:20 NOTICE: Compressed: TestCompressSwift:rclone-test-vukahud5ceko: 2 differences found 2025/04/18 08:00:20 NOTICE: Compressed: TestCompressSwift:rclone-test-vukahud5ceko: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/04/18 08:00:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 08:00:21 NOTICE: Compressed: TestCompressSwift:rclone-test-vukahud5ceko: 0 differences found 2025/04/18 08:00:21 NOTICE: Compressed: TestCompressSwift:rclone-test-vukahud5ceko: 1 matching files 2025/04/18 08:00:21 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-mikahek1qofa" 2025/04/18 08:00:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 08:00:21 DEBUG : Swift container rclone-test-mikahek1qofa.json: Auto set use_segments_container to true 2025/04/18 08:00:22 DEBUG : Swift container rclone-test-mikahek1qofa: Auto set use_segments_container to true 2025/04/18 08:00:22 DEBUG : Creating backend with remote "/tmp/rclone3087470401" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mikahek1qofa", Local "Local file system at /tmp/rclone3087470401", Modify Window "1ns" 2025/04/18 08:00:22 INFO : Swift container rclone-test-mikahek1qofa: Container "rclone-test-mikahek1qofa" created both checkfile vs. NFDx2 remote (without normalization) 2025/04/18 08:00:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/18 08:00:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-mikahek1qofa 2025/04/18 08:00:38 NOTICE: Compressed: TestCompressSwift:rclone-test-mikahek1qofa: 1 files missing 2025/04/18 08:00:38 NOTICE: 1 hashes missing 2025/04/18 08:00:38 NOTICE: Compressed: TestCompressSwift:rclone-test-mikahek1qofa: 2 differences found 2025/04/18 08:00:38 NOTICE: Compressed: TestCompressSwift:rclone-test-mikahek1qofa: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/04/18 08:00:44 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 08:00:44 NOTICE: Compressed: TestCompressSwift:rclone-test-mikahek1qofa: 0 differences found 2025/04/18 08:00:44 NOTICE: Compressed: TestCompressSwift:rclone-test-mikahek1qofa: 1 matching files 2025/04/18 08:00:44 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hilumaq3nopo" 2025/04/18 08:00:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 08:00:44 DEBUG : Swift container rclone-test-hilumaq3nopo.json: Auto set use_segments_container to true 2025/04/18 08:00:45 DEBUG : Swift container rclone-test-hilumaq3nopo: Auto set use_segments_container to true 2025/04/18 08:00:45 DEBUG : Creating backend with remote "/tmp/rclone2748221637" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hilumaq3nopo", Local "Local file system at /tmp/rclone2748221637", Modify Window "1ns" 2025/04/18 08:00:45 INFO : Swift container rclone-test-hilumaq3nopo: Container "rclone-test-hilumaq3nopo" created both checkfile vs. NFCx2 remote (without normalization) 2025/04/18 08:00:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/18 08:00:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-hilumaq3nopo 2025/04/18 08:00:57 NOTICE: Compressed: TestCompressSwift:rclone-test-hilumaq3nopo: 1 files missing 2025/04/18 08:00:57 NOTICE: 1 hashes missing 2025/04/18 08:00:57 NOTICE: Compressed: TestCompressSwift:rclone-test-hilumaq3nopo: 2 differences found 2025/04/18 08:00:57 NOTICE: Compressed: TestCompressSwift:rclone-test-hilumaq3nopo: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/04/18 08:00:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 08:00:57 NOTICE: Compressed: TestCompressSwift:rclone-test-hilumaq3nopo: 0 differences found 2025/04/18 08:00:57 NOTICE: Compressed: TestCompressSwift:rclone-test-hilumaq3nopo: 1 matching files 2025/04/18 08:00:57 DEBUG : Compressed: TestCompressSwift:rclone-test-hilumaq3nopo: Purge remote 2025/04/18 08:00:57 DEBUG : Waiting for deletions to finish 2025/04/18 08:00:58 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/18 08:01:02 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/18 08:01:03 INFO : Swift container rclone-test-hilumaq3nopo: Container "rclone-test-hilumaq3nopo" removed 2025/04/18 08:01:03 DEBUG : Compressed: TestCompressSwift:rclone-test-mikahek1qofa: Purge remote 2025/04/18 08:01:03 DEBUG : Waiting for deletions to finish 2025/04/18 08:01:08 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/18 08:01:08 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/18 08:01:09 INFO : Swift container rclone-test-mikahek1qofa: Container "rclone-test-mikahek1qofa" removed 2025/04/18 08:01:09 DEBUG : Compressed: TestCompressSwift:rclone-test-vukahud5ceko: Purge remote 2025/04/18 08:01:09 DEBUG : Waiting for deletions to finish 2025/04/18 08:01:09 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/18 08:01:09 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/18 08:01:09 INFO : Swift container rclone-test-vukahud5ceko: Container "rclone-test-vukahud5ceko" removed 2025/04/18 08:01:09 DEBUG : Compressed: TestCompressSwift:rclone-test-buteced8foya: Purge remote 2025/04/18 08:01:09 DEBUG : Waiting for deletions to finish 2025/04/18 08:01:15 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/18 08:01:15 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/18 08:01:15 INFO : Swift container rclone-test-buteced8foya: Container "rclone-test-buteced8foya" removed 2025/04/18 08:01:15 DEBUG : Compressed: TestCompressSwift:rclone-test-yifisel1zobi: Purge remote 2025/04/18 08:01:15 DEBUG : Waiting for deletions to finish 2025/04/18 08:01:15 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/04/18 08:01:25 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/04/18 08:01:26 INFO : Swift container rclone-test-yifisel1zobi: Container "rclone-test-yifisel1zobi" removed 2025/04/18 08:01:26 DEBUG : Compressed: TestCompressSwift:rclone-test-dudulev3hubu: Purge remote 2025/04/18 08:01:26 DEBUG : Waiting for deletions to finish 2025/04/18 08:01:26 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/04/18 08:01:26 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/04/18 08:01:27 INFO : Swift container rclone-test-dudulev3hubu: Container "rclone-test-dudulev3hubu" removed 2025/04/18 08:01:27 DEBUG : Compressed: TestCompressSwift:rclone-test-zawuxab0pake: Purge remote 2025/04/18 08:01:27 DEBUG : Waiting for deletions to finish 2025/04/18 08:01:27 INFO : HELLO, WORLD!.bin: Deleted 2025/04/18 08:01:27 INFO : HELLO, WORLD!.json: Deleted 2025/04/18 08:01:27 INFO : Swift container rclone-test-zawuxab0pake: Container "rclone-test-zawuxab0pake" removed 2025/04/18 08:01:27 DEBUG : Compressed: TestCompressSwift:rclone-test-payitod0dagi: Purge remote 2025/04/18 08:01:27 DEBUG : Waiting for deletions to finish 2025/04/18 08:01:28 INFO : HeLlO, wOrLd!.bin: Deleted 2025/04/18 08:01:33 INFO : HeLlO, wOrLd!.json: Deleted 2025/04/18 08:01:33 INFO : Swift container rclone-test-payitod0dagi: Container "rclone-test-payitod0dagi" removed 2025/04/18 08:01:33 DEBUG : Compressed: TestCompressSwift:rclone-test-tigequb0waze: Purge remote 2025/04/18 08:01:33 DEBUG : Waiting for deletions to finish 2025/04/18 08:01:38 INFO : HELLO, WORLD!.json: Deleted 2025/04/18 08:01:43 INFO : HELLO, WORLD!.bin: Deleted 2025/04/18 08:01:43 INFO : Swift container rclone-test-tigequb0waze: Container "rclone-test-tigequb0waze" removed 2025/04/18 08:01:43 DEBUG : Compressed: TestCompressSwift:rclone-test-beyepot3mowu: Purge remote 2025/04/18 08:01:43 DEBUG : Waiting for deletions to finish 2025/04/18 08:01:48 INFO : hello, world!.bin: Deleted 2025/04/18 08:01:49 INFO : hello, world!.json: Deleted 2025/04/18 08:01:49 INFO : Swift container rclone-test-beyepot3mowu: Container "rclone-test-beyepot3mowu" removed --- PASS: TestApplyTransforms (214.09s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" 2025/04/18 08:01:54 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/18 08:02:00 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/18 08:02:00 INFO : file1: Copied (new) to: sub/file2 2025/04/18 08:02:00 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/18 08:02:00 DEBUG : file1: Unchanged skipping 2025/04/18 08:02:01 DEBUG : Compressed: TestCompressSwift:rclone-test-timoquq5peho: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (12.69s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.10s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" 2025/04/18 08:02:33 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-timoquq5peho/backup" 2025/04/18 08:02:34 DEBUG : Swift container rclone-test-timoquq5peho path backup.json: Auto set use_segments_container to true 2025/04/18 08:02:39 DEBUG : Swift container rclone-test-timoquq5peho path backup: Auto set use_segments_container to true 2025/04/18 08:02:45 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/18 08:03:06 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/04/18 08:03:06 INFO : dst/file1: Copied (server-side copy) 2025/04/18 08:03:11 INFO : dst/file1: Deleted 2025/04/18 08:03:22 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/18 08:03:22 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (96.32s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" 2025/04/18 08:03:38 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-timoquq5peho/dst" 2025/04/18 08:03:39 DEBUG : Swift container rclone-test-timoquq5peho path dst.json: Auto set use_segments_container to true 2025/04/18 08:03:44 DEBUG : Swift container rclone-test-timoquq5peho path dst: Auto set use_segments_container to true 2025/04/18 08:03:55 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-timoquq5peho/CompareDest" 2025/04/18 08:03:56 DEBUG : Swift container rclone-test-timoquq5peho path CompareDest.json: Auto set use_segments_container to true 2025/04/18 08:04:02 DEBUG : Swift container rclone-test-timoquq5peho path CompareDest: Auto set use_segments_container to true 2025/04/18 08:04:07 DEBUG : one: Need to transfer - File not found at Destination 2025/04/18 08:04:23 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/18 08:04:23 INFO : one: Copied (new) 2025/04/18 08:04:29 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/18 08:04:40 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/04/18 08:04:40 INFO : one: Copied (replaced existing) 2025/04/18 08:05:17 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/18 08:05:22 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/18 08:05:22 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/18 08:06:10 DEBUG : two: Need to transfer - File not found at Destination 2025/04/18 08:06:20 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/18 08:06:20 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/18 08:06:36 DEBUG : two: Need to transfer - File not found at Destination 2025/04/18 08:06:36 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/18 08:06:36 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/18 08:06:57 DEBUG : two: Need to transfer - File not found at Destination 2025/04/18 08:06:57 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/04/18 08:07:08 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/04/18 08:07:08 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (272.46s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" 2025/04/18 08:08:11 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-timoquq5peho/dst" 2025/04/18 08:08:11 DEBUG : Swift container rclone-test-timoquq5peho path dst.json: Auto set use_segments_container to true 2025/04/18 08:08:17 DEBUG : Swift container rclone-test-timoquq5peho path dst: Auto set use_segments_container to true 2025/04/18 08:08:27 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-timoquq5peho/CopyDest" 2025/04/18 08:08:28 DEBUG : Swift container rclone-test-timoquq5peho path CopyDest.json: Auto set use_segments_container to true 2025/04/18 08:08:33 DEBUG : Swift container rclone-test-timoquq5peho path CopyDest: Auto set use_segments_container to true 2025/04/18 08:08:39 DEBUG : one: Need to transfer - File not found at Destination 2025/04/18 08:08:55 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/18 08:08:55 INFO : one: Copied (new) 2025/04/18 08:09:05 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/18 08:09:16 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/04/18 08:09:16 INFO : one: Copied (replaced existing) 2025/04/18 08:09:53 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-timoquq5peho/BackupDir" 2025/04/18 08:09:54 DEBUG : Swift container rclone-test-timoquq5peho path BackupDir.json: Auto set use_segments_container to true 2025/04/18 08:10:00 DEBUG : Swift container rclone-test-timoquq5peho path BackupDir: Auto set use_segments_container to true 2025/04/18 08:10:05 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/18 08:10:15 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/18 08:10:15 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/18 08:10:36 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/18 08:10:36 INFO : one: Copied (server-side copy) 2025/04/18 08:10:42 INFO : one: Deleted 2025/04/18 08:11:07 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/04/18 08:11:07 INFO : one: Copied (server-side copy) 2025/04/18 08:11:07 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/04/18 08:11:35 DEBUG : two: Need to transfer - File not found at Destination 2025/04/18 08:11:35 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/18 08:12:01 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/04/18 08:12:01 INFO : two: Copied (server-side copy) 2025/04/18 08:12:01 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/04/18 08:12:12 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/18 08:12:12 DEBUG : two: Unchanged skipping 2025/04/18 08:13:00 DEBUG : three: Need to transfer - File not found at Destination 2025/04/18 08:13:00 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/04/18 08:13:00 DEBUG : three: Destination not found in --copy-dest 2025/04/18 08:13:07 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/04/18 08:13:07 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (335.37s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.20s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.20s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" 2025/04/18 08:13:51 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/04/18 08:14:02 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/18 08:14:02 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/04/18 08:14:08 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/04/18 08:14:19 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/04/18 08:14:19 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy5.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-timoquq5peho/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/04/18 08:14:25 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/04/18 08:14:30 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/04/18 08:14:46 DEBUG : TestCopyFileMaxTransfer/file4: md5 = a92112d1744d1aeda0f4ba10d6c89ad5 OK 2025/04/18 08:14:46 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (100.46s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.26s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.13s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", 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-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", 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-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.20s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" 2025/04/18 08:16:12 INFO : Compressed: TestCompressSwift:rclone-test-timoquq5peho: Looking for duplicate md5 hashes using newest mode. 2025/04/18 08:16:13 NOTICE: befc4c43fb0f2c0294410613120eca1d: Found 3 files with duplicate md5 hashes 2025/04/18 08:16:13 INFO : one: Deleted 2025/04/18 08:16:18 INFO : also/one: Deleted 2025/04/18 08:16:18 NOTICE: befc4c43fb0f2c0294410613120eca1d: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (71.52s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.10s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.27s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.12s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", 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-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", 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-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" 2025/04/18 08:18:39 DEBUG : a.txt: Excluded (Size Filter) 2025/04/18 08:18:39 DEBUG : a.txt: Excluded 2025/04/18 08:18:39 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/18 08:18:39 DEBUG : sub dir/hello world: Excluded 2025/04/18 08:18:39 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/18 08:18:39 DEBUG : sub dir/hello world2: Excluded 2025/04/18 08:18:39 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/18 08:18:39 DEBUG : sub dir/hello world: Excluded 2025/04/18 08:18:39 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/18 08:18:39 DEBUG : sub dir/hello world2: Excluded 2025/04/18 08:18:39 DEBUG : sub dir/ignore dir: Excluded 2025/04/18 08:18:45 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (192.47s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" 2025/04/18 08:21:48 DEBUG : a.txt: Excluded (Size Filter) 2025/04/18 08:21:48 DEBUG : a.txt: Excluded 2025/04/18 08:21:48 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/18 08:21:48 DEBUG : sub dir/hello world: Excluded 2025/04/18 08:21:48 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/18 08:21:48 DEBUG : sub dir/hello world2: Excluded 2025/04/18 08:21:48 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/18 08:21:48 DEBUG : sub dir/hello world: Excluded 2025/04/18 08:21:48 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/18 08:21:48 DEBUG : sub dir/hello world2: Excluded 2025/04/18 08:21:48 DEBUG : sub dir/ignore dir: Excluded 2025/04/18 08:21:53 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (203.54s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", 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 (24.41s) --- PASS: TestListJSON/Default (0.29s) --- PASS: TestListJSON/FilesOnly (0.19s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (0.33s) --- PASS: TestListJSON/SubDir (0.19s) --- PASS: TestListJSON/NoModTime (0.14s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (0.19s) --- PASS: TestListJSON/HashTypes (0.19s) --- PASS: TestListJSON/Metadata (0.19s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/04/18 08:24:33 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-timoquq5peho/notfound" 2025/04/18 08:24:34 DEBUG : Swift container rclone-test-timoquq5peho path notfound.json: Auto set use_segments_container to true 2025/04/18 08:24:40 DEBUG : Swift container rclone-test-timoquq5peho path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (70.48s) --- PASS: TestStatJSON/Root (0.15s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.05s) --- PASS: TestStatJSON/Dir (5.22s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.10s) --- PASS: TestStatJSON/File (5.15s) --- PASS: TestStatJSON/NotFound (5.32s) --- PASS: TestStatJSON/DirFilesOnly (5.05s) --- PASS: TestStatJSON/FileFilesOnly (5.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.71s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" 2025/04/18 08:24:51 INFO : Compressed: TestCompressSwift:rclone-test-timoquq5peho: Making directory 2025/04/18 08:24:51 INFO : Compressed: TestCompressSwift:rclone-test-timoquq5peho: Making directory --- PASS: TestMkdir (0.26s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" --- PASS: TestLsd (21.83s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" --- PASS: TestLs (57.58s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" 2025/04/18 08:26:42 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/04/18 08:26:42 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (67.48s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" --- PASS: TestLsLong (72.06s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (67.46s) --- PASS: TestHashSums/Md5 (5.20s) --- PASS: TestHashSums/Md5Download (5.21s) === RUN TestHashSumsWithErrors 2025/04/18 08:29:38 DEBUG : Creating backend with remote ":memory:" 2025/04/18 08:29:38 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/04/18 08:29:38 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/18 08:29:38 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/18 08:29:38 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/18 08:29:38 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/18 08:29:38 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/18 08:29:38 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/18 08:29:38 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/04/18 08:29:38 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-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" --- PASS: TestCount (93.88s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" 2025/04/18 08:32:00 DEBUG : Waiting for deletions to finish 2025/04/18 08:32:00 DEBUG : large: Excluded (Size Filter) 2025/04/18 08:32:06 INFO : medium: Deleted 2025/04/18 08:32:06 INFO : small: Deleted --- PASS: TestDelete (65.10s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" 2025/04/18 08:33:09 DEBUG : Waiting for deletions to finish 2025/04/18 08:33:09 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/04/18 08:33:14 INFO : medium: Deleted 2025/04/18 08:33:24 INFO : large: Deleted --- PASS: TestMaxDelete (73.22s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" 2025/04/18 08:34:17 DEBUG : Waiting for deletions to finish 2025/04/18 08:34:17 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/04/18 08:34:23 INFO : medium: Deleted 2025/04/18 08:34:23 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (68.62s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" 2025/04/18 08:35:31 DEBUG : Waiting for deletions to finish 2025/04/18 08:35:31 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/04/18 08:35:36 INFO : medium: Deleted 2025/04/18 08:35:51 INFO : large: Deleted --- PASS: TestMaxDeleteSize (78.35s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" --- PASS: TestReadFile (37.20s) === RUN TestRetry 2025/04/18 08:36:34 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/04/18 08:36:34 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/04/18 08:36:34 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/18 08:36:34 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/18 08:36:34 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/18 08:36:34 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/18 08:36:34 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-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" --- PASS: TestCat (114.48s) === RUN TestPurge 2025/04/18 08:38:29 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-zufuqaf2xazo" 2025/04/18 08:38:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 08:38:29 DEBUG : Swift container rclone-test-zufuqaf2xazo.json: Auto set use_segments_container to true 2025/04/18 08:38:30 DEBUG : Swift container rclone-test-zufuqaf2xazo: Auto set use_segments_container to true 2025/04/18 08:38:30 DEBUG : Creating backend with remote "/tmp/rclone3273878977" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-zufuqaf2xazo", Local "Local file system at /tmp/rclone3273878977", Modify Window "1ns" 2025/04/18 08:38:30 INFO : Swift container rclone-test-zufuqaf2xazo: Container "rclone-test-zufuqaf2xazo" created 2025/04/18 08:38:37 INFO : A2: Making directory 2025/04/18 08:38:37 INFO : A1/B2: Making directory 2025/04/18 08:38:37 INFO : A1/B2/C2: Making directory 2025/04/18 08:38:37 INFO : A1/B1/C3: Making directory 2025/04/18 08:38:37 INFO : A3: Making directory 2025/04/18 08:38:37 INFO : A3/B3: Making directory 2025/04/18 08:38:37 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/18 08:38:53 DEBUG : Waiting for deletions to finish 2025/04/18 08:38:53 INFO : A1/B1/C1/one.bin: Deleted 2025/04/18 08:38:53 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/18 08:38:54 DEBUG : Waiting for deletions to finish 2025/04/18 08:38:54 INFO : A1/two.bin: Deleted 2025/04/18 08:38:59 INFO : A1/two.json: Deleted 2025/04/18 08:38:59 INFO : Swift container rclone-test-zufuqaf2xazo: Container "rclone-test-zufuqaf2xazo" removed 2025/04/18 08:38:59 DEBUG : Compressed: TestCompressSwift:rclone-test-zufuqaf2xazo: Purge remote 2025/04/18 08:38:59 DEBUG : Waiting for deletions to finish 2025/04/18 08:38:59 NOTICE: purge failed: directory not found --- PASS: TestPurge (30.68s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-timoquq5peho", Local "Local file system at /tmp/rclone3955552699", Modify Window "1ns" 2025/04/18 08:39:15 INFO : A2: Making directory 2025/04/18 08:39:15 INFO : A1/B2: Making directory 2025/04/18 08:39:15 INFO : A1/B2/C2: Making directory 2025/04/18 08:39:15 INFO : A1/B1/C3: Making directory 2025/04/18 08:39:15 INFO : A3: Making directory 2025/04/18 08:39:15 INFO : A3/B3: Making directory 2025/04/18 08:39:15 INFO : A3/B3/C4: Making directory panic: test timed out after 1h0m0s running tests: TestRmdirsNoLeaveRoot (26s) goroutine 8675 [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(0xc000714000, {0x261285e?, 0x0?}, 0x2735d88) /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(0xc000714000) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2168 +0x37 testing.tRunner(0xc000714000, 0xc000907c18) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 testing.runTests(0xc000a8c3d8, {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(0xc0004b0460) /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(0xc0004b0460) /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 2781 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2780 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 24 [chan receive, 60 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 23 [syscall, 60 minutes]: os/signal.signal_recv() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/sigqueue.go:152 +0x29 os/signal.loop() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/os/signal/signal_unix.go:23 +0x13 created by os/signal.Notify.func1.1 in goroutine 1 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/os/signal/signal.go:151 +0x1f goroutine 8647 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc000a04380, 0xc000a0e240, 0xc0004c4640) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc000a04380, {0x2a13640, 0x3d587a0}, {0xc000b08000, 0x4f}, {{0xc0009860c0, 0x18}, {0xc0009860d9, 0xa}, {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(0xc000a04380, {0x2a13640, 0x3d587a0}, {{0xc0009860c0, 0x18}, {0xc0009860d9, 0xa}, {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(0xc000a04380, {0x2a13640, 0x3d587a0}, {0xc0009860c0, 0x18}, {0xc0009860d9, 0xa}, {0x29ebfa0, 0xc000b16120}, 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, 0xc000938180?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc0009db7a0, 0xc000938180, 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(0xc000a0e1e0, {0x2a13640, 0x3d587a0}, {0x29ebfa0, 0xc000b16120}, {0x2a1e250, 0xc000b00570}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1558 +0x7cb github.com/rclone/rclone/backend/swift.(*Fs).Put(0xc000395a40, {0x2a13640, 0x3d587a0}, {0x29ebfa0, 0xc000b16120}, {0x2a1e250, 0xc000b00570}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:937 +0x139 github.com/rclone/rclone/backend/compress.(*Fs).putUncompress(0xc0005de200, {0x2a13640, 0x3d587a0}, {0x29ebfc0?, 0xc000a8c240?}, {0x2a1dd50, 0xc00032a310}, 0xc0006b59f0, {0x0, 0x0, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:660 +0x32d github.com/rclone/rclone/backend/compress.(*Fs).putWithCustomFunctions(0xc0005de200, {0x2a13640, 0x3d587a0}, {0x29ebfc0?, 0xc000a8c240?}, {0x2a1dd50, 0xc00032a310}, {0x0, 0x0, 0x0}, ...) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:723 +0xec github.com/rclone/rclone/backend/compress.(*Fs).Put(0xc0005de200, {0x2a13640, 0x3d587a0}, {0x29ec040, 0xc002e2c390}, {0x2a1dd50, 0xc00032a310}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:758 +0x266 github.com/rclone/rclone/fstest.(*Run).WriteObjectTo(0xc000598cb0, {0x2a13640, 0x3d587a0}, {0x2a27ba0, 0xc0005de200}, {0x25e5ee0, 0x6}, {0x25de3e6, 0x3}, {0x75bcd15, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:275 +0x3f8 github.com/rclone/rclone/fstest.(*Run).WriteObject(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 github.com/rclone/rclone/fs/operations_test.TestRmdirsNoLeaveRoot(0xc00016a9c0) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:660 +0x419 testing.tRunner(0xc00016a9c0, 0x2735d88) /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 8134 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc000a98380) /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 8133 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:408 +0xb6 goroutine 2907 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2780 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1448 [chan receive (nil chan), 52 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 1406 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 226 [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 216 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 184 [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 158 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 553 [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 479 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 270 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 260 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1270 [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 1260 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3387 [chan receive, 39 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2780 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8495 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0x7f27e266ae38, 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(0xc0001d4d80?, 0xc0008d8000?, 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(0xc0001d4d80, {0xc0008d8000, 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(0xc0001d4d80, {0xc0008d8000?, 0xc000724c50?, 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(0xc00008c1e0, {0xc0008d8000?, 0x3d352c0?, 0xc00009f9d0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/net.go:189 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc00096f038, {0xc0008d8000?, 0x18?, 0x7f27e02ba9d8?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000b0bb48, {0xc0008d8000?, 0x0?, 0xc000b0bb48?}) /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(0xc000724d38, {0x29ed880, 0xc000b0bb48}) /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(0xc000724a88, {0x7f27e02a74d8, 0xc00096f038}, 0xc00009fa40?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc000724a88, 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(0xc000724a88, {0xc0009d4000, 0x1000, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:1385 +0x150 net/http.(*persistConn).Read(0xc0006a70e0, {0xc0009d4000?, 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(0xc000385140) /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(0xc000385140, 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(0xc0006a70e0) /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 8489 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 677 [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 667 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 335 [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 325 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 725 [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 715 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 597 [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 588 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 511 [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 501 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 429 [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 419 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1391 [chan receive (nil chan), 52 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 1381 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 855 [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 797 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 784 [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 774 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2988 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2780 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 2867 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2780 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8496 [select, 2 minutes]: net/http.(*persistConn).writeLoop(0xc0006a70e0) /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 8489 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 8660 [select]: net/http.(*persistConn).writeLoop(0xc001356000) /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 8650 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 940 [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 930 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1065 [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 1023 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1014 [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 1004 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 8545 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0x7f27e266b360, 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(0xc000938b00?, 0xc0009ab300?, 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(0xc000938b00, {0xc0009ab300, 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(0xc000938b00, {0xc0009ab300?, 0x0?, 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(0xc000627cc0, {0xc0009ab300?, 0x0?, 0x0?}) /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(0xc000012240, {0xc0009ab300?, 0x18?, 0x0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000382d20, {0xc0009ab300?, 0x0?, 0xc000382d20?}) /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(0xc0005310b8, {0x29ed880, 0xc000382d20}) /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(0xc000530e08, {0x7f27e02a74d8, 0xc000012240}, 0xc00009ba40?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc000530e08, 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(0xc000530e08, {0xc000b9e000, 0x1000, 0x30?}) /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(0xc000a82240, {0xc000b9e000?, 0x40a8a5?, 0x68?}) /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(0xc00093b4a0) /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(0xc00093b4a0, 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(0xc000a82240) /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 8333 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 1196 [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 1186 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1225 [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 1215 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 8626 [select, 2 minutes]: net/http.(*persistConn).writeLoop(0xc000a82240) /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 8333 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 1463 [chan receive (nil chan), 52 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 1293 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 8500 [chan receive, 2 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 8499 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1319 [chan receive (nil chan), 52 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 1309 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3207 [chan receive, 40 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2780 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8579 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0x7f27e266b468, 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(0xc002e2f300?, 0xc0008d9980?, 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(0xc002e2f300, {0xc0008d9980, 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(0xc002e2f300, {0xc0008d9980?, 0xc0005308d0?, 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(0xc000627c90, {0xc0008d9980?, 0x3d352c0?, 0xc000a5a9d0?}) /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(0xc000012120, {0xc0008d9980?, 0x18?, 0x0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000137968, {0xc0008d9980?, 0x0?, 0xc000137968?}) /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(0xc0005309b8, {0x29ed880, 0xc000137968}) /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(0xc000530708, {0x7f27e02a74d8, 0xc000012120}, 0xc000a5aa40?) /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(0xc000530708, 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(0xc000530708, {0xc000a0c000, 0x1000, 0xc0001dd608?}) /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(0xc0009730e0, {0xc000a0c000?, 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(0xc000979bc0) /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(0xc000979bc0, 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(0xc0009730e0) /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 8574 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 3528 [chan receive, 39 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2780 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3478 [chan receive, 39 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2780 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8580 [select, 2 minutes]: net/http.(*persistConn).writeLoop(0xc0009730e0) /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 8574 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 8664 [select]: net/http.(*persistConn).roundTrip(0xc001356000, 0xc0009701e0) /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(0xc0003cd380, 0xc0004c4640) /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(0xc0004f82a0, 0xc0004c4640) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc0004c4640, {0x29ed100, 0xc0004f82a0}, {0x471601?, 0x9ce1e0?, 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(0xc00057a120, 0xc0004c4640, {0x8?, 0xc?, 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(0xc00057a120, 0xc0004c4640) /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 8647 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 3080 [chan receive, 40 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2780 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3231 [chan receive, 39 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2780 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8581 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0x7f27e266b150, 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(0xc0005de900?, 0xc0001b8600?, 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(0xc0005de900, {0xc0001b8600, 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(0xc0005de900, {0xc0001b8600?, 0xc0005eafd0?, 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(0xc0007bc338, {0xc0001b8600?, 0x3d352c0?, 0xc000b8a9d0?}) /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(0xc000382bd0, {0xc0001b8600?, 0x18?, 0x0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc00096fea8, {0xc0001b8600?, 0x0?, 0xc00096fea8?}) /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(0xc0005eb0b8, {0x29ed880, 0xc00096fea8}) /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(0xc0005eae08, {0x7f27e02a74d8, 0xc000382bd0}, 0xc000b8aa40?) /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(0xc0005eae08, 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(0xc0005eae08, {0xc00134c000, 0x1000, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:1385 +0x150 net/http.(*persistConn).Read(0xc0006a7e60, {0xc00134c000?, 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(0xc000a0ea20) /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(0xc000a0ea20, 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(0xc0006a7e60) /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 8611 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 8659 [IO wait]: internal/poll.runtime_pollWait(0x7f27e266ad30, 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(0xc002e2f680?, 0xc0009acc80?, 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(0xc002e2f680, {0xc0009acc80, 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(0xc002e2f680, {0xc0009acc80?, 0xc0005eb350?, 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(0xc0007bc388, {0xc0009acc80?, 0x4125cf?, 0x7f27e2ea7438?}) /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(0xc0003836b0, {0xc0009acc80?, 0x18?, 0xc000a56998?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc0005407e0, {0xc0009acc80?, 0x0?, 0xc0005407e0?}) /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(0xc0005eb438, {0x29ed880, 0xc0005407e0}) /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(0xc0005eb188, {0x7f27e02a74d8, 0xc0003836b0}, 0xc000a56a40?) /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(0xc0005eb188, 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(0xc0005eb188, {0xc001508000, 0x1000, 0xc0005c2c08?}) /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(0xc001356000, {0xc001508000?, 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(0xc000bab200) /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(0xc000bab200, 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(0xc001356000) /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 8650 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 8582 [select, 2 minutes]: net/http.(*persistConn).writeLoop(0xc0006a7e60) /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 8611 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m1.148909078s (try 5/5): exit status 2: Failed []