"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 2/5) 2025/05/05 02:05:34 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-notiyux7himo" 2025/05/05 02:05:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/05 02:05:34 DEBUG : Swift container rclone-test-notiyux7himo.json: Auto set use_segments_container to true 2025/05/05 02:05:35 DEBUG : Swift container rclone-test-notiyux7himo: Auto set use_segments_container to true 2025/05/05 02:05:35 DEBUG : Creating backend with remote "/tmp/rclone2798513908" === 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-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", 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-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.06s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/05/05 02:05:35 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/05 02:05:35 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/05 02:05:35 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/05/05 02:05:35 DEBUG : potato: Seek from 10 to 0 2025/05/05 02:05:35 DEBUG : potato: Seek from 10 to 0 2025/05/05 02:05:35 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/05/05 02:05:35 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/05 02:05:35 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/05 02:05:35 DEBUG : potato: Seek from 5 to 2 2025/05/05 02:05:35 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/05/05 02:05:35 DEBUG : potato: Seek from 7 to 0 2025/05/05 02:05:35 DEBUG : potato: Seek from 7 to 0 2025/05/05 02:05:35 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/05/05 02:05:35 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/05 02:05:35 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/05 02:05:35 DEBUG : potato: Seek from 5 to 2 2025/05/05 02:05:35 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/05/05 02:05:35 DEBUG : potato: Seek from 8 to 0 2025/05/05 02:05:35 DEBUG : potato: Seek from 8 to 0 2025/05/05 02:05:35 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/05/05 02:05:35 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/05 02:05:35 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/05 02:05:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/05 02:05:35 DEBUG : potato: Seek from 5 to 2 2025/05/05 02:05:35 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/05/05 02:05:35 DEBUG : potato: Seek from 9 to 0 2025/05/05 02:05:35 DEBUG : potato: Seek from 9 to 0 2025/05/05 02:05:35 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-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" 2025/05/05 02:05:35 INFO : Swift container rclone-test-notiyux7himo: Container "rclone-test-notiyux7himo" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (89.96s) --- PASS: TestCheck/1 (0.23s) --- PASS: TestCheck/2 (0.20s) --- PASS: TestCheck/3 (0.28s) --- PASS: TestCheck/4 (0.26s) --- PASS: TestCheck/5 (0.14s) --- PASS: TestCheck/6 (0.14s) --- PASS: TestCheck/7 (0.16s) === RUN TestCheckFsError 2025/05/05 02:07:05 DEBUG : Creating backend with remote "nonexistent" 2025/05/05 02:07:05 DEBUG : Creating backend with remote "nonexistent" 2025/05/05 02:07:05 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/05/05 02:07:05 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/05/05 02:07:05 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/05/05 02:07:05 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-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", 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 (122.82s) --- PASS: TestCheckDownload/1 (0.27s) --- PASS: TestCheckDownload/2 (0.19s) --- PASS: TestCheckDownload/3 (0.50s) --- PASS: TestCheckDownload/4 (5.25s) --- PASS: TestCheckDownload/5 (0.24s) --- PASS: TestCheckDownload/6 (0.22s) --- PASS: TestCheckDownload/7 (5.31s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", 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 (83.02s) --- PASS: TestCheckSizeOnly/1 (0.05s) --- PASS: TestCheckSizeOnly/2 (0.05s) --- PASS: TestCheckSizeOnly/3 (0.12s) --- PASS: TestCheckSizeOnly/4 (0.05s) --- PASS: TestCheckSizeOnly/5 (0.08s) --- PASS: TestCheckSizeOnly/6 (0.05s) --- PASS: TestCheckSizeOnly/7 (0.05s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" 2025/05/05 02:10:57 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/05 02:10:57 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/05 02:10:57 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/05 02:10:57 NOTICE: test.sum: 2 warning(s) suppressed... 2025/05/05 02:11:27 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/05 02:11:27 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/05 02:11:27 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/05 02:11:27 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (71.91s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" 2025/05/05 02:11:43 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-notiyux7himo/data" 2025/05/05 02:11:43 DEBUG : Swift container rclone-test-notiyux7himo path data.json: Auto set use_segments_container to true 2025/05/05 02:11:50 DEBUG : Swift container rclone-test-notiyux7himo 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 (391.70s) --- PASS: TestCheckSum/subtest1 (20.87s) --- PASS: TestCheckSum/subtest2 (10.51s) --- PASS: TestCheckSum/subtest3 (5.44s) --- PASS: TestCheckSum/subtest4 (5.42s) --- PASS: TestCheckSum/subtest5 (15.52s) --- PASS: TestCheckSum/subtest6 (10.45s) --- PASS: TestCheckSum/subtest7 (5.60s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" 2025/05/05 02:18:15 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-notiyux7himo/data" 2025/05/05 02:18:15 DEBUG : Config file has changed externally - reloading 2025/05/05 02:18:15 DEBUG : Swift container rclone-test-notiyux7himo path data.json: Auto set use_segments_container to true 2025/05/05 02:18:20 DEBUG : Config file has changed externally - reloading 2025/05/05 02:18:21 DEBUG : Swift container rclone-test-notiyux7himo 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 (461.24s) --- PASS: TestCheckSumDownload/subtest1 (25.38s) --- PASS: TestCheckSumDownload/subtest2 (25.41s) --- PASS: TestCheckSumDownload/subtest3 (10.54s) --- PASS: TestCheckSumDownload/subtest4 (20.42s) --- PASS: TestCheckSumDownload/subtest5 (15.39s) --- PASS: TestCheckSumDownload/subtest6 (15.47s) --- PASS: TestCheckSumDownload/subtest7 (10.54s) === RUN TestApplyTransforms 2025/05/05 02:25:56 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hijunom0vasi" 2025/05/05 02:25:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/05 02:25:56 DEBUG : Swift container rclone-test-hijunom0vasi.json: Auto set use_segments_container to true 2025/05/05 02:25:57 DEBUG : Swift container rclone-test-hijunom0vasi: Auto set use_segments_container to true 2025/05/05 02:25:57 DEBUG : Creating backend with remote "/tmp/rclone361144189" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hijunom0vasi", Local "Local file system at /tmp/rclone361144189", Modify Window "1ns" 2025/05/05 02:25:57 INFO : Swift container rclone-test-hijunom0vasi: Container "rclone-test-hijunom0vasi" created upper checkfile vs. lower remote (without normalization) 2025/05/05 02:26:08 ERROR : hello, world!: sum not found 2025/05/05 02:26:08 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-hijunom0vasi 2025/05/05 02:26:08 NOTICE: Compressed: TestCompressSwift:rclone-test-hijunom0vasi: 1 files missing 2025/05/05 02:26:08 NOTICE: 1 hashes missing 2025/05/05 02:26:08 NOTICE: Compressed: TestCompressSwift:rclone-test-hijunom0vasi: 2 differences found 2025/05/05 02:26:08 NOTICE: Compressed: TestCompressSwift:rclone-test-hijunom0vasi: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/05/05 02:26:13 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/05 02:26:13 NOTICE: Compressed: TestCompressSwift:rclone-test-hijunom0vasi: 0 differences found 2025/05/05 02:26:13 NOTICE: Compressed: TestCompressSwift:rclone-test-hijunom0vasi: 1 matching files 2025/05/05 02:26:13 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-pixesat1rego" 2025/05/05 02:26:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/05 02:26:14 DEBUG : Swift container rclone-test-pixesat1rego.json: Auto set use_segments_container to true 2025/05/05 02:26:15 DEBUG : Swift container rclone-test-pixesat1rego: Auto set use_segments_container to true 2025/05/05 02:26:15 DEBUG : Creating backend with remote "/tmp/rclone1401046253" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pixesat1rego", Local "Local file system at /tmp/rclone1401046253", Modify Window "1ns" 2025/05/05 02:26:15 INFO : Swift container rclone-test-pixesat1rego: Container "rclone-test-pixesat1rego" created lower checkfile vs. upper remote (without normalization) 2025/05/05 02:26:28 ERROR : HELLO, WORLD!: sum not found 2025/05/05 02:26:28 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-pixesat1rego 2025/05/05 02:26:28 NOTICE: Compressed: TestCompressSwift:rclone-test-pixesat1rego: 1 files missing 2025/05/05 02:26:28 NOTICE: 1 hashes missing 2025/05/05 02:26:28 NOTICE: Compressed: TestCompressSwift:rclone-test-pixesat1rego: 2 differences found 2025/05/05 02:26:28 NOTICE: Compressed: TestCompressSwift:rclone-test-pixesat1rego: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/05/05 02:26:28 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/05 02:26:28 NOTICE: Compressed: TestCompressSwift:rclone-test-pixesat1rego: 0 differences found 2025/05/05 02:26:28 NOTICE: Compressed: TestCompressSwift:rclone-test-pixesat1rego: 1 matching files 2025/05/05 02:26:28 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yawemuv5sedi" 2025/05/05 02:26:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/05 02:26:28 DEBUG : Swift container rclone-test-yawemuv5sedi.json: Auto set use_segments_container to true 2025/05/05 02:26:29 DEBUG : Swift container rclone-test-yawemuv5sedi: Auto set use_segments_container to true 2025/05/05 02:26:29 DEBUG : Creating backend with remote "/tmp/rclone2956608867" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yawemuv5sedi", Local "Local file system at /tmp/rclone2956608867", Modify Window "1ns" 2025/05/05 02:26:29 INFO : Swift container rclone-test-yawemuv5sedi: Container "rclone-test-yawemuv5sedi" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/05/05 02:26:35 ERROR : HeLlO, wOrLd!: sum not found 2025/05/05 02:26:35 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-yawemuv5sedi 2025/05/05 02:26:35 NOTICE: Compressed: TestCompressSwift:rclone-test-yawemuv5sedi: 1 files missing 2025/05/05 02:26:35 NOTICE: 1 hashes missing 2025/05/05 02:26:35 NOTICE: Compressed: TestCompressSwift:rclone-test-yawemuv5sedi: 2 differences found 2025/05/05 02:26:35 NOTICE: Compressed: TestCompressSwift:rclone-test-yawemuv5sedi: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/05/05 02:26:36 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/05 02:26:36 NOTICE: Compressed: TestCompressSwift:rclone-test-yawemuv5sedi: 0 differences found 2025/05/05 02:26:36 NOTICE: Compressed: TestCompressSwift:rclone-test-yawemuv5sedi: 1 matching files 2025/05/05 02:26:36 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-fosebip4rewi" 2025/05/05 02:26:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/05 02:26:36 DEBUG : Swift container rclone-test-fosebip4rewi.json: Auto set use_segments_container to true 2025/05/05 02:26:37 DEBUG : Swift container rclone-test-fosebip4rewi: Auto set use_segments_container to true 2025/05/05 02:26:37 DEBUG : Creating backend with remote "/tmp/rclone2431393366" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fosebip4rewi", Local "Local file system at /tmp/rclone2431393366", Modify Window "1ns" 2025/05/05 02:26:37 INFO : Swift container rclone-test-fosebip4rewi: Container "rclone-test-fosebip4rewi" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/05/05 02:26:48 ERROR : HELLO, WORLD!: sum not found 2025/05/05 02:26:48 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-fosebip4rewi 2025/05/05 02:26:48 NOTICE: Compressed: TestCompressSwift:rclone-test-fosebip4rewi: 1 files missing 2025/05/05 02:26:48 NOTICE: 1 hashes missing 2025/05/05 02:26:48 NOTICE: Compressed: TestCompressSwift:rclone-test-fosebip4rewi: 2 differences found 2025/05/05 02:26:48 NOTICE: Compressed: TestCompressSwift:rclone-test-fosebip4rewi: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/05/05 02:26:53 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/05 02:26:53 NOTICE: Compressed: TestCompressSwift:rclone-test-fosebip4rewi: 0 differences found 2025/05/05 02:26:53 NOTICE: Compressed: TestCompressSwift:rclone-test-fosebip4rewi: 1 matching files 2025/05/05 02:26:53 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-latimuy1zeti" 2025/05/05 02:26:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/05 02:26:54 DEBUG : Swift container rclone-test-latimuy1zeti.json: Auto set use_segments_container to true 2025/05/05 02:26:54 DEBUG : Swift container rclone-test-latimuy1zeti: Auto set use_segments_container to true 2025/05/05 02:26:54 DEBUG : Creating backend with remote "/tmp/rclone3413788572" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-latimuy1zeti", Local "Local file system at /tmp/rclone3413788572", Modify Window "1ns" 2025/05/05 02:26:55 INFO : Swift container rclone-test-latimuy1zeti: Container "rclone-test-latimuy1zeti" created NFD checkfile vs. NFC remote (without normalization) 2025/05/05 02:27:01 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/05 02:27:01 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-latimuy1zeti 2025/05/05 02:27:01 NOTICE: Compressed: TestCompressSwift:rclone-test-latimuy1zeti: 1 files missing 2025/05/05 02:27:01 NOTICE: 1 hashes missing 2025/05/05 02:27:01 NOTICE: Compressed: TestCompressSwift:rclone-test-latimuy1zeti: 2 differences found 2025/05/05 02:27:01 NOTICE: Compressed: TestCompressSwift:rclone-test-latimuy1zeti: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/05/05 02:27:01 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/05 02:27:01 NOTICE: Compressed: TestCompressSwift:rclone-test-latimuy1zeti: 0 differences found 2025/05/05 02:27:01 NOTICE: Compressed: TestCompressSwift:rclone-test-latimuy1zeti: 1 matching files 2025/05/05 02:27:01 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-sevezov7quno" 2025/05/05 02:27:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/05 02:27:02 DEBUG : Swift container rclone-test-sevezov7quno.json: Auto set use_segments_container to true 2025/05/05 02:27:02 DEBUG : Swift container rclone-test-sevezov7quno: Auto set use_segments_container to true 2025/05/05 02:27:02 DEBUG : Creating backend with remote "/tmp/rclone528143793" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sevezov7quno", Local "Local file system at /tmp/rclone528143793", Modify Window "1ns" 2025/05/05 02:27:03 INFO : Swift container rclone-test-sevezov7quno: Container "rclone-test-sevezov7quno" created NFC checkfile vs. NFD remote (without normalization) 2025/05/05 02:27:19 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/05 02:27:19 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-sevezov7quno 2025/05/05 02:27:19 NOTICE: Compressed: TestCompressSwift:rclone-test-sevezov7quno: 1 files missing 2025/05/05 02:27:19 NOTICE: 1 hashes missing 2025/05/05 02:27:19 NOTICE: Compressed: TestCompressSwift:rclone-test-sevezov7quno: 2 differences found 2025/05/05 02:27:19 NOTICE: Compressed: TestCompressSwift:rclone-test-sevezov7quno: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/05/05 02:27:19 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/05 02:27:19 NOTICE: Compressed: TestCompressSwift:rclone-test-sevezov7quno: 0 differences found 2025/05/05 02:27:19 NOTICE: Compressed: TestCompressSwift:rclone-test-sevezov7quno: 1 matching files 2025/05/05 02:27:19 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-weboyuf3tubu" 2025/05/05 02:27:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/05 02:27:20 DEBUG : Swift container rclone-test-weboyuf3tubu.json: Auto set use_segments_container to true 2025/05/05 02:27:20 DEBUG : Swift container rclone-test-weboyuf3tubu: Auto set use_segments_container to true 2025/05/05 02:27:20 DEBUG : Creating backend with remote "/tmp/rclone402012565" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-weboyuf3tubu", Local "Local file system at /tmp/rclone402012565", Modify Window "1ns" 2025/05/05 02:27:21 INFO : Swift container rclone-test-weboyuf3tubu: Container "rclone-test-weboyuf3tubu" created NFDx2 checkfile vs. both remote (without normalization) 2025/05/05 02:27:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/05 02:27:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-weboyuf3tubu 2025/05/05 02:27:37 NOTICE: Compressed: TestCompressSwift:rclone-test-weboyuf3tubu: 1 files missing 2025/05/05 02:27:37 NOTICE: 1 hashes missing 2025/05/05 02:27:37 NOTICE: Compressed: TestCompressSwift:rclone-test-weboyuf3tubu: 2 differences found 2025/05/05 02:27:37 NOTICE: Compressed: TestCompressSwift:rclone-test-weboyuf3tubu: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/05/05 02:27:42 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/05 02:27:42 NOTICE: Compressed: TestCompressSwift:rclone-test-weboyuf3tubu: 0 differences found 2025/05/05 02:27:42 NOTICE: Compressed: TestCompressSwift:rclone-test-weboyuf3tubu: 1 matching files 2025/05/05 02:27:42 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-mipogus8yafo" 2025/05/05 02:27:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/05 02:27:42 DEBUG : Swift container rclone-test-mipogus8yafo.json: Auto set use_segments_container to true 2025/05/05 02:27:43 DEBUG : Swift container rclone-test-mipogus8yafo: Auto set use_segments_container to true 2025/05/05 02:27:43 DEBUG : Creating backend with remote "/tmp/rclone369000670" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mipogus8yafo", Local "Local file system at /tmp/rclone369000670", Modify Window "1ns" 2025/05/05 02:27:43 INFO : Swift container rclone-test-mipogus8yafo: Container "rclone-test-mipogus8yafo" created NFCx2 checkfile vs. both remote (without normalization) 2025/05/05 02:27:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/05 02:27:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-mipogus8yafo 2025/05/05 02:27:54 NOTICE: Compressed: TestCompressSwift:rclone-test-mipogus8yafo: 1 files missing 2025/05/05 02:27:54 NOTICE: 1 hashes missing 2025/05/05 02:27:54 NOTICE: Compressed: TestCompressSwift:rclone-test-mipogus8yafo: 2 differences found 2025/05/05 02:27:54 NOTICE: Compressed: TestCompressSwift:rclone-test-mipogus8yafo: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/05/05 02:27:55 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/05 02:27:55 NOTICE: Compressed: TestCompressSwift:rclone-test-mipogus8yafo: 0 differences found 2025/05/05 02:27:55 NOTICE: Compressed: TestCompressSwift:rclone-test-mipogus8yafo: 1 matching files 2025/05/05 02:27:55 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-muxibut3yipu" 2025/05/05 02:27:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/05 02:27:55 DEBUG : Swift container rclone-test-muxibut3yipu.json: Auto set use_segments_container to true 2025/05/05 02:27:56 DEBUG : Swift container rclone-test-muxibut3yipu: Auto set use_segments_container to true 2025/05/05 02:27:56 DEBUG : Creating backend with remote "/tmp/rclone3102279060" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-muxibut3yipu", Local "Local file system at /tmp/rclone3102279060", Modify Window "1ns" 2025/05/05 02:27:56 INFO : Swift container rclone-test-muxibut3yipu: Container "rclone-test-muxibut3yipu" created both checkfile vs. NFDx2 remote (without normalization) 2025/05/05 02:28:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/05 02:28:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-muxibut3yipu 2025/05/05 02:28:07 NOTICE: Compressed: TestCompressSwift:rclone-test-muxibut3yipu: 1 files missing 2025/05/05 02:28:07 NOTICE: 1 hashes missing 2025/05/05 02:28:07 NOTICE: Compressed: TestCompressSwift:rclone-test-muxibut3yipu: 2 differences found 2025/05/05 02:28:07 NOTICE: Compressed: TestCompressSwift:rclone-test-muxibut3yipu: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/05/05 02:28:08 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/05 02:28:08 NOTICE: Compressed: TestCompressSwift:rclone-test-muxibut3yipu: 0 differences found 2025/05/05 02:28:08 NOTICE: Compressed: TestCompressSwift:rclone-test-muxibut3yipu: 1 matching files 2025/05/05 02:28:08 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-leyesew1dahi" 2025/05/05 02:28:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/05 02:28:08 DEBUG : Swift container rclone-test-leyesew1dahi.json: Auto set use_segments_container to true 2025/05/05 02:28:09 DEBUG : Swift container rclone-test-leyesew1dahi: Auto set use_segments_container to true 2025/05/05 02:28:09 DEBUG : Creating backend with remote "/tmp/rclone2719973314" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-leyesew1dahi", Local "Local file system at /tmp/rclone2719973314", Modify Window "1ns" 2025/05/05 02:28:09 INFO : Swift container rclone-test-leyesew1dahi: Container "rclone-test-leyesew1dahi" created both checkfile vs. NFCx2 remote (without normalization) 2025/05/05 02:28:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/05 02:28:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-leyesew1dahi 2025/05/05 02:28:25 NOTICE: Compressed: TestCompressSwift:rclone-test-leyesew1dahi: 1 files missing 2025/05/05 02:28:25 NOTICE: 1 hashes missing 2025/05/05 02:28:25 NOTICE: Compressed: TestCompressSwift:rclone-test-leyesew1dahi: 2 differences found 2025/05/05 02:28:25 NOTICE: Compressed: TestCompressSwift:rclone-test-leyesew1dahi: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/05/05 02:28:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/05 02:28:26 NOTICE: Compressed: TestCompressSwift:rclone-test-leyesew1dahi: 0 differences found 2025/05/05 02:28:26 NOTICE: Compressed: TestCompressSwift:rclone-test-leyesew1dahi: 1 matching files 2025/05/05 02:28:26 DEBUG : Compressed: TestCompressSwift:rclone-test-leyesew1dahi: Purge remote 2025/05/05 02:28:26 DEBUG : Waiting for deletions to finish 2025/05/05 02:28:31 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/05 02:28:31 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/05 02:28:32 INFO : Swift container rclone-test-leyesew1dahi: Container "rclone-test-leyesew1dahi" removed 2025/05/05 02:28:32 DEBUG : Compressed: TestCompressSwift:rclone-test-muxibut3yipu: Purge remote 2025/05/05 02:28:32 DEBUG : Waiting for deletions to finish 2025/05/05 02:28:32 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/05 02:28:42 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/05 02:28:42 INFO : Swift container rclone-test-muxibut3yipu: Container "rclone-test-muxibut3yipu" removed 2025/05/05 02:28:42 DEBUG : Compressed: TestCompressSwift:rclone-test-mipogus8yafo: Purge remote 2025/05/05 02:28:42 DEBUG : Waiting for deletions to finish 2025/05/05 02:28:42 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/05 02:28:52 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/05 02:28:53 INFO : Swift container rclone-test-mipogus8yafo: Container "rclone-test-mipogus8yafo" removed 2025/05/05 02:28:53 DEBUG : Compressed: TestCompressSwift:rclone-test-weboyuf3tubu: Purge remote 2025/05/05 02:28:53 DEBUG : Waiting for deletions to finish 2025/05/05 02:28:58 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/05 02:28:58 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/05 02:28:58 INFO : Swift container rclone-test-weboyuf3tubu: Container "rclone-test-weboyuf3tubu" removed 2025/05/05 02:28:58 DEBUG : Compressed: TestCompressSwift:rclone-test-sevezov7quno: Purge remote 2025/05/05 02:28:58 DEBUG : Waiting for deletions to finish 2025/05/05 02:29:03 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/05/05 02:29:08 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/05/05 02:29:09 INFO : Swift container rclone-test-sevezov7quno: Container "rclone-test-sevezov7quno" removed 2025/05/05 02:29:09 DEBUG : Compressed: TestCompressSwift:rclone-test-latimuy1zeti: Purge remote 2025/05/05 02:29:09 DEBUG : Waiting for deletions to finish 2025/05/05 02:29:09 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/05/05 02:29:09 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/05/05 02:29:09 INFO : Swift container rclone-test-latimuy1zeti: Container "rclone-test-latimuy1zeti" removed 2025/05/05 02:29:09 DEBUG : Compressed: TestCompressSwift:rclone-test-fosebip4rewi: Purge remote 2025/05/05 02:29:09 DEBUG : Waiting for deletions to finish 2025/05/05 02:29:10 INFO : HELLO, WORLD!.json: Deleted 2025/05/05 02:29:15 INFO : HELLO, WORLD!.bin: Deleted 2025/05/05 02:29:15 INFO : Swift container rclone-test-fosebip4rewi: Container "rclone-test-fosebip4rewi" removed 2025/05/05 02:29:15 DEBUG : Compressed: TestCompressSwift:rclone-test-yawemuv5sedi: Purge remote 2025/05/05 02:29:15 DEBUG : Waiting for deletions to finish 2025/05/05 02:29:15 INFO : HeLlO, wOrLd!.bin: Deleted 2025/05/05 02:29:15 INFO : HeLlO, wOrLd!.json: Deleted 2025/05/05 02:29:15 INFO : Swift container rclone-test-yawemuv5sedi: Container "rclone-test-yawemuv5sedi" removed 2025/05/05 02:29:15 DEBUG : Compressed: TestCompressSwift:rclone-test-pixesat1rego: Purge remote 2025/05/05 02:29:15 DEBUG : Waiting for deletions to finish 2025/05/05 02:29:16 INFO : HELLO, WORLD!.bin: Deleted 2025/05/05 02:29:21 INFO : HELLO, WORLD!.json: Deleted 2025/05/05 02:29:21 INFO : Swift container rclone-test-pixesat1rego: Container "rclone-test-pixesat1rego" removed 2025/05/05 02:29:21 DEBUG : Compressed: TestCompressSwift:rclone-test-hijunom0vasi: Purge remote 2025/05/05 02:29:21 DEBUG : Waiting for deletions to finish 2025/05/05 02:29:21 INFO : hello, world!.json: Deleted 2025/05/05 02:29:27 INFO : hello, world!.bin: Deleted 2025/05/05 02:29:27 INFO : Swift container rclone-test-hijunom0vasi: Container "rclone-test-hijunom0vasi" removed --- PASS: TestApplyTransforms (210.98s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" 2025/05/05 02:29:32 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/05 02:29:48 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/05 02:29:48 INFO : file1: Copied (new) to: sub/file2 2025/05/05 02:30:03 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/05 02:30:03 DEBUG : file1: Unchanged skipping 2025/05/05 02:30:08 DEBUG : Compressed: TestCompressSwift:rclone-test-notiyux7himo: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (62.07s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.17s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" 2025/05/05 02:30:40 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-notiyux7himo/backup" 2025/05/05 02:30:40 DEBUG : Config file has changed externally - reloading 2025/05/05 02:30:41 DEBUG : Swift container rclone-test-notiyux7himo path backup.json: Auto set use_segments_container to true 2025/05/05 02:30:47 DEBUG : Swift container rclone-test-notiyux7himo path backup: Auto set use_segments_container to true 2025/05/05 02:30:52 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/05 02:31:23 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/05/05 02:31:23 INFO : dst/file1: Copied (server-side copy) 2025/05/05 02:31:28 INFO : dst/file1: Deleted 2025/05/05 02:31:39 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/05 02:31:39 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (90.96s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" 2025/05/05 02:32:00 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-notiyux7himo/dst" 2025/05/05 02:32:00 DEBUG : Swift container rclone-test-notiyux7himo path dst.json: Auto set use_segments_container to true 2025/05/05 02:32:06 DEBUG : Swift container rclone-test-notiyux7himo path dst: Auto set use_segments_container to true 2025/05/05 02:32:17 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-notiyux7himo/CompareDest" 2025/05/05 02:32:17 DEBUG : Swift container rclone-test-notiyux7himo path CompareDest.json: Auto set use_segments_container to true 2025/05/05 02:32:28 DEBUG : Swift container rclone-test-notiyux7himo path CompareDest: Auto set use_segments_container to true 2025/05/05 02:32:33 DEBUG : one: Need to transfer - File not found at Destination 2025/05/05 02:32:54 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/05 02:32:54 INFO : one: Copied (new) 2025/05/05 02:33:10 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/05 02:33:25 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/05 02:33:25 INFO : one: Copied (replaced existing) 2025/05/05 02:34:13 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/05 02:34:13 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/05 02:34:13 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/05 02:34:46 DEBUG : two: Need to transfer - File not found at Destination 2025/05/05 02:34:46 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/05 02:34:46 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/05 02:35:01 DEBUG : two: Need to transfer - File not found at Destination 2025/05/05 02:35:02 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/05 02:35:02 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/05 02:35:23 DEBUG : two: Need to transfer - File not found at Destination 2025/05/05 02:35:28 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/05/05 02:35:38 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/05/05 02:35:38 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (276.25s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" 2025/05/05 02:36:36 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-notiyux7himo/dst" 2025/05/05 02:36:37 DEBUG : Swift container rclone-test-notiyux7himo path dst.json: Auto set use_segments_container to true 2025/05/05 02:36:43 DEBUG : Swift container rclone-test-notiyux7himo path dst: Auto set use_segments_container to true 2025/05/05 02:36:53 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-notiyux7himo/CopyDest" 2025/05/05 02:36:53 DEBUG : Config file has changed externally - reloading 2025/05/05 02:36:53 DEBUG : Swift container rclone-test-notiyux7himo path CopyDest.json: Auto set use_segments_container to true 2025/05/05 02:36:59 DEBUG : Swift container rclone-test-notiyux7himo path CopyDest: Auto set use_segments_container to true 2025/05/05 02:37:05 DEBUG : one: Need to transfer - File not found at Destination 2025/05/05 02:37:25 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/05 02:37:25 INFO : one: Copied (new) 2025/05/05 02:37:46 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/05 02:38:02 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/05 02:38:02 INFO : one: Copied (replaced existing) 2025/05/05 02:38:44 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-notiyux7himo/BackupDir" 2025/05/05 02:38:45 DEBUG : Swift container rclone-test-notiyux7himo path BackupDir.json: Auto set use_segments_container to true 2025/05/05 02:38:51 DEBUG : Swift container rclone-test-notiyux7himo path BackupDir: Auto set use_segments_container to true 2025/05/05 02:38:56 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/05 02:38:56 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/05 02:38:56 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/05 02:39:37 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/05 02:39:37 INFO : one: Copied (server-side copy) 2025/05/05 02:39:50 INFO : one: Deleted 2025/05/05 02:40:21 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/05 02:40:21 INFO : one: Copied (server-side copy) 2025/05/05 02:40:21 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/05/05 02:40:53 DEBUG : two: Need to transfer - File not found at Destination 2025/05/05 02:40:53 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/05 02:41:14 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/05/05 02:41:14 INFO : two: Copied (server-side copy) 2025/05/05 02:41:14 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/05/05 02:41:30 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/05 02:41:30 DEBUG : two: Unchanged skipping 2025/05/05 02:42:23 DEBUG : three: Need to transfer - File not found at Destination 2025/05/05 02:42:23 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/05/05 02:42:23 DEBUG : three: Destination not found in --copy-dest 2025/05/05 02:42:33 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/05/05 02:42:33 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (420.54s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.17s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.15s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" 2025/05/05 02:43:42 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/05/05 02:43:53 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/05 02:43:53 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/05/05 02:44:04 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/05/05 02:44:10 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/05/05 02:44:10 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy2.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-notiyux7himo/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/05/05 02:44:21 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/05/05 02:44:36 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/05/05 02:44:49 DEBUG : TestCopyFileMaxTransfer/file4: md5 = d8c405b751dfc5723dcc89425f132df2 OK 2025/05/05 02:44:49 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (87.63s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.32s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.15s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.10s) === RUN TestDeduplicateFirst run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.15s) === RUN TestDeduplicateNewest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", 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-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" 2025/05/05 02:45:50 INFO : Compressed: TestCompressSwift:rclone-test-notiyux7himo: Looking for duplicate md5 hashes using newest mode. 2025/05/05 02:45:55 NOTICE: 80b2304528b00db0929b5da5b4597616: Found 3 files with duplicate md5 hashes 2025/05/05 02:46:11 INFO : one: Deleted 2025/05/05 02:46:16 INFO : also/one: Deleted 2025/05/05 02:46:16 NOTICE: 80b2304528b00db0929b5da5b4597616: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (71.77s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.24s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.24s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.09s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.09s) === RUN TestMergeDirs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.09s) === RUN TestListDirSorted run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" 2025/05/05 02:47:33 DEBUG : a.txt: Excluded (Size Filter) 2025/05/05 02:47:33 DEBUG : a.txt: Excluded 2025/05/05 02:47:33 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/05 02:47:33 DEBUG : sub dir/hello world: Excluded 2025/05/05 02:47:33 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/05 02:47:33 DEBUG : sub dir/hello world2: Excluded 2025/05/05 02:47:33 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/05 02:47:33 DEBUG : sub dir/hello world: Excluded 2025/05/05 02:47:33 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/05 02:47:33 DEBUG : sub dir/hello world2: Excluded 2025/05/05 02:47:33 DEBUG : sub dir/ignore dir: Excluded 2025/05/05 02:47:38 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (103.83s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" 2025/05/05 02:49:12 DEBUG : a.txt: Excluded (Size Filter) 2025/05/05 02:49:12 DEBUG : a.txt: Excluded 2025/05/05 02:49:12 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/05 02:49:12 DEBUG : sub dir/hello world: Excluded 2025/05/05 02:49:12 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/05 02:49:12 DEBUG : sub dir/hello world2: Excluded 2025/05/05 02:49:12 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/05 02:49:12 DEBUG : sub dir/hello world: Excluded 2025/05/05 02:49:12 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/05 02:49:12 DEBUG : sub dir/hello world2: Excluded 2025/05/05 02:49:13 DEBUG : sub dir/ignore dir: Excluded 2025/05/05 02:49:18 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (108.67s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes === RUN TestListJSON/Metadata --- PASS: TestListJSON (74.57s) --- PASS: TestListJSON/Default (5.19s) --- PASS: TestListJSON/FilesOnly (0.19s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (10.38s) --- PASS: TestListJSON/SubDir (5.19s) --- PASS: TestListJSON/NoModTime (0.14s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (5.19s) --- PASS: TestListJSON/HashTypes (0.18s) --- PASS: TestListJSON/Metadata (0.18s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/05/05 02:51:58 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-notiyux7himo/notfound" 2025/05/05 02:51:58 DEBUG : Config file has changed externally - reloading 2025/05/05 02:51:59 DEBUG : Swift container rclone-test-notiyux7himo path notfound.json: Auto set use_segments_container to true 2025/05/05 02:52:04 DEBUG : Swift container rclone-test-notiyux7himo path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (85.43s) --- PASS: TestStatJSON/Root (0.14s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.27s) --- PASS: TestStatJSON/Dir (5.25s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.05s) --- PASS: TestStatJSON/File (0.14s) --- PASS: TestStatJSON/NotFound (5.21s) --- PASS: TestStatJSON/DirFilesOnly (5.06s) --- PASS: TestStatJSON/FileFilesOnly (0.16s) --- PASS: TestStatJSON/NotFoundFilesOnly (5.05s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.10s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (11.83s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" 2025/05/05 02:52:31 INFO : Compressed: TestCompressSwift:rclone-test-notiyux7himo: Making directory 2025/05/05 02:52:31 INFO : Compressed: TestCompressSwift:rclone-test-notiyux7himo: Making directory --- PASS: TestMkdir (0.56s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" --- PASS: TestLsd (26.39s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" --- PASS: TestLs (62.88s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" 2025/05/05 02:54:32 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/05/05 02:54:32 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (57.66s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" --- PASS: TestLsLong (57.51s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (62.78s) --- PASS: TestHashSums/Md5 (0.31s) --- PASS: TestHashSums/Md5Download (5.21s) === RUN TestHashSumsWithErrors 2025/05/05 02:56:58 DEBUG : Creating backend with remote ":memory:" 2025/05/05 02:56:58 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/05/05 02:56:58 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/05 02:56:58 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/05 02:56:58 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/05 02:56:58 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/05 02:56:58 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/05 02:56:58 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/05 02:56:58 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/05/05 02:56:58 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-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" --- PASS: TestCount (68.86s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" 2025/05/05 02:59:01 DEBUG : Waiting for deletions to finish 2025/05/05 02:59:01 DEBUG : large: Excluded (Size Filter) 2025/05/05 02:59:07 INFO : medium: Deleted 2025/05/05 02:59:12 INFO : small: Deleted --- PASS: TestDelete (75.07s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" 2025/05/05 03:00:14 DEBUG : Waiting for deletions to finish 2025/05/05 03:00:14 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/05/05 03:00:20 INFO : medium: Deleted 2025/05/05 03:00:30 INFO : large: Deleted --- PASS: TestMaxDelete (83.35s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" 2025/05/05 03:01:33 DEBUG : Waiting for deletions to finish 2025/05/05 03:01:33 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/05/05 03:01:38 INFO : medium: Deleted 2025/05/05 03:01:43 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (68.44s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" 2025/05/05 03:02:46 DEBUG : Waiting for deletions to finish 2025/05/05 03:02:47 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/05/05 03:02:53 INFO : medium: Deleted 2025/05/05 03:03:02 INFO : large: Deleted --- PASS: TestMaxDeleteSize (78.84s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" --- PASS: TestReadFile (47.13s) === RUN TestRetry 2025/05/05 03:04:00 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/05/05 03:04:00 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/05/05 03:04:00 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/05 03:04:00 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/05 03:04:00 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/05 03:04:00 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/05 03:04:00 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-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" --- PASS: TestCat (29.12s) === RUN TestPurge 2025/05/05 03:04:29 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xewages3tano" 2025/05/05 03:04:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/05 03:04:30 DEBUG : Swift container rclone-test-xewages3tano.json: Auto set use_segments_container to true 2025/05/05 03:04:30 DEBUG : Swift container rclone-test-xewages3tano: Auto set use_segments_container to true 2025/05/05 03:04:30 DEBUG : Creating backend with remote "/tmp/rclone3291941856" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xewages3tano", Local "Local file system at /tmp/rclone3291941856", Modify Window "1ns" 2025/05/05 03:04:31 INFO : Swift container rclone-test-xewages3tano: Container "rclone-test-xewages3tano" created 2025/05/05 03:04:42 INFO : A2: Making directory 2025/05/05 03:04:42 INFO : A1/B2: Making directory 2025/05/05 03:04:42 INFO : A1/B2/C2: Making directory 2025/05/05 03:04:42 INFO : A1/B1/C3: Making directory 2025/05/05 03:04:42 INFO : A3: Making directory 2025/05/05 03:04:42 INFO : A3/B3: Making directory 2025/05/05 03:04:42 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/05/05 03:05:08 DEBUG : Waiting for deletions to finish 2025/05/05 03:05:08 INFO : A1/B1/C1/one.json: Deleted 2025/05/05 03:05:13 INFO : A1/B1/C1/one.bin: 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/05/05 03:05:13 DEBUG : Waiting for deletions to finish 2025/05/05 03:05:19 INFO : A1/two.bin: Deleted 2025/05/05 03:05:24 INFO : A1/two.json: Deleted 2025/05/05 03:05:24 INFO : Swift container rclone-test-xewages3tano: Container "rclone-test-xewages3tano" removed 2025/05/05 03:05:24 DEBUG : Compressed: TestCompressSwift:rclone-test-xewages3tano: Purge remote 2025/05/05 03:05:24 DEBUG : Waiting for deletions to finish 2025/05/05 03:05:24 NOTICE: purge failed: directory not found --- PASS: TestPurge (54.79s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-notiyux7himo", Local "Local file system at /tmp/rclone2798513908", Modify Window "1ns" panic: test timed out after 1h0m0s running tests: TestRmdirsNoLeaveRoot (11s) goroutine 8779 [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, 1 minutes]: testing.(*T).Run(0xc0007a61a0, {0x26138c1?, 0x0?}, 0x27384c8) /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(0xc0007a61a0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2168 +0x37 testing.tRunner(0xc0007a61a0, 0xc000571c18) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 testing.runTests(0xc0009f4d68, {0x3d238a0, 0x6d, 0x6d}, {0x3d38300?, 0x1?, 0x3d38300?}) /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(0xc000627220) /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(0xc000627220) /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 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 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 8805 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0003d0a80, 0xc00035b260, 0xc000624280) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0003d0a80, {0x2a16160, 0x3d5b7e0}, {0xc0009c3860, 0x4f}, {{0xc0010be060, 0x18}, {0xc0010be079, 0x11}, {0x25df62f, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc0003d0a80, {0x2a16160, 0x3d5b7e0}, {{0xc0010be060, 0x18}, {0xc0010be079, 0x11}, {0x25df62f, 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(0xc0003d0a80, {0x2a16160, 0x3d5b7e0}, {0xc0010be060, 0x18}, {0xc0010be079, 0x11}, {0x29ee8e0, 0xc0006046f0}, 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, 0xc000246000?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc0009dd920, 0xc000246000, 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(0xc00035b200, {0x2a16160, 0x3d5b7e0}, {0x29ee8e0, 0xc0006046f0}, {0x2a20d70, 0xc0006048a0}, {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(0xc0003d0fc0, {0x2a16160, 0x3d5b7e0}, {0x29ee8e0, 0xc0006046f0}, {0x2a20d70, 0xc0006048a0}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:937 +0x139 github.com/rclone/rclone/backend/compress.(*Fs).putMetadata(0xc000246480, {0x2a16160, 0x3d5b7e0}, 0x19?, {0x2a20870, 0xc00061b0a0}, {0x0, 0x0, 0x0}, 0xc0008d19d8) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:696 +0x1e6 github.com/rclone/rclone/backend/compress.(*Fs).putWithCustomFunctions(0xc000246480, {0x2a16160, 0x3d5b7e0}, {0x29eeae0?, 0xc0009f5350?}, {0x2a20870, 0xc00061b0a0}, {0x0, 0x0, 0x0}, ...) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:729 +0x15b github.com/rclone/rclone/backend/compress.(*Fs).Put(0xc000246480, {0x2a16160, 0x3d5b7e0}, {0x29eeb60, 0xc001da4bd0}, {0x2a20870, 0xc00061b0a0}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:758 +0x266 github.com/rclone/rclone/fstest.(*Run).WriteObjectTo(0xc00061b030, {0x2a16160, 0x3d5b7e0}, {0x2a2a6c0, 0xc000246480}, {0x25f82c2, 0xc}, {0x25df443, 0x3}, {0x1dcd64ff, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:275 +0x3f8 github.com/rclone/rclone/fstest.(*Run).WriteObject(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 github.com/rclone/rclone/fs/operations_test.TestRmdirsNoLeaveRoot(0xc0003f49c0) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:650 +0xe5 testing.tRunner(0xc0003f49c0, 0x27384c8) /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 8252 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc000189180) /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 8251 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:408 +0xb6 goroutine 1098 [chan receive (nil chan), 57 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 1072 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 8618 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0xc001da2240) /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 8753 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 1040 [chan receive (nil chan), 57 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 1030 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 8713 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0xc000235b00) /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 8731 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 630 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 621 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1254 [chan receive (nil chan), 57 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 1244 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 529 [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 519 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 866 [chan receive (nil chan), 57 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 840 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 172 [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 162 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 255 [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 245 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 449 [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 439 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 230 [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 220 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1470 [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 1460 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1217 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1207 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 8757 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x7f84e13bb678, 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(0xc000247480?, 0xc000995980?, 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(0xc000247480, {0xc000995980, 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(0xc000247480, {0xc000995980?, 0x2a16278?, 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(0xc0009bc230, {0xc000995980?, 0x2?, 0xc0008acea0?}) /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(0xc000905cc8, {0xc000995980?, 0x18?, 0x0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc0008a3578, {0xc000995980?, 0x0?, 0xc0008a3578?}) /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(0xc0007c5438, {0x29f03a0, 0xc0008a3578}) /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(0xc0007c5188, {0x7f84e09f8f98, 0xc000905cc8}, 0xc00009ea40?) /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(0xc0007c5188, 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(0xc0007c5188, {0xc000b1e000, 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(0xc001da2000, {0xc000b1e000?, 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(0xc000d7e720) /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(0xc000d7e720, 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(0xc001da2000) /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 8745 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 342 [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 332 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 687 [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 677 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 509 [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 499 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 979 [chan receive (nil chan), 57 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 969 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 8736 [IO wait]: internal/poll.runtime_pollWait(0x7f84e13bae38, 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(0xc000247780?, 0xc00022a600?, 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(0xc000247780, {0xc00022a600, 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(0xc000247780, {0xc00022a600?, 0xc0007345d0?, 0x425825?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc0009bc328, {0xc00022a600?, 0x41261e?, 0x7f84e01706d8?}) /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(0xc000a886f0, {0xc00022a600?, 0x18?, 0xc000a58a80?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc0005e0258, {0xc00022a600?, 0x0?, 0xc0005e0258?}) /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(0xc0007c57b8, {0x29f03a0, 0xc0005e0258}) /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(0xc0007c5508, {0x7f84e09f8f98, 0xc000a886f0}, 0xc000734778?) /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(0xc0007c5508, 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(0xc0007c5508, {0xc000915000, 0x1000, 0xa?}) /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(0xc001da27e0, {0xc000915000?, 0x7a1c86?, 0xc000734ca0?}) /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(0xc0018b9740) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:110 +0x103 bufio.(*Reader).ReadSlice(0xc0018b9740, 0xa) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:376 +0x29 bufio.(*Reader).ReadLine(0xc0018b9740) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:405 +0x25 net/textproto.(*Reader).readLineSlice(0xc000734ca0, 0xffffffffffffffff) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/textproto/reader.go:64 +0xa5 net/textproto.(*Reader).ReadLine(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/textproto/reader.go:44 net/http.ReadResponse(0xc0018b9740, 0xc0006243c0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/response.go:161 +0x9e net/http.(*persistConn).readResponse(0xc001da27e0, {{}, 0xc0009300a0, 0xc000bbe150, 0x1, 0xc000bbe070, 0xc000bbe0e0}, 0x0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2395 +0xc9 net/http.(*persistConn).readLoop(0xc001da27e0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2220 +0x30c created by net/http.(*Transport).dialConn in goroutine 8808 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 8636 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x7f84e13bb150, 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(0xc0003c3800?, 0xc000228c80?, 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(0xc0003c3800, {0xc000228c80, 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(0xc0003c3800, {0xc000228c80?, 0xc00035cc50?, 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(0xc0001ca488, {0xc000228c80?, 0x3d38300?, 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(0xc0009f4108, {0xc000228c80?, 0x18?, 0x7f852a691a08?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000a88480, {0xc000228c80?, 0x0?, 0xc000a88480?}) /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(0xc00035cd38, {0x29f03a0, 0xc000a88480}) /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(0xc00035ca88, {0x7f84e09f8f98, 0xc0009f4108}, 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(0xc00035ca88, 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(0xc00035ca88, {0xc000900000, 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(0xc0008acea0, {0xc000900000?, 0x81d5e5?, 0x2159720?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2052 +0x4a bufio.(*Reader).fill(0xc000afc120) /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(0xc000afc120, 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(0xc0008acea0) /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 8672 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 749 [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 739 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3376 [chan receive, 38 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2897 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8637 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0xc0008acea0) /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 8672 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 3689 [chan receive, 38 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2897 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8758 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0xc001da2000) /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 8745 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 787 [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 777 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1310 [chan receive (nil chan), 57 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 1300 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3439 [chan receive, 38 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2897 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1367 [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 1325 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3563 [chan receive, 38 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2897 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1423 [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 1413 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3173 [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 2897 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1495 [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 1453 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2930 [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 2897 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3335 [chan receive, 38 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2897 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3094 [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 2897 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8617 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x7f84e13bb360, 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(0xc000247580?, 0xc000997300?, 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(0xc000247580, {0xc000997300, 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(0xc000247580, {0xc000997300?, 0x2a16278?, 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(0xc0002f4150, {0xc000997300?, 0xc000bb2a00?, 0xc0002fa000?}) /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(0xc0008a3530, {0xc000997300?, 0x18?, 0x0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc0005e0468, {0xc000997300?, 0x0?, 0xc0005e0468?}) /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(0xc000894d38, {0x29f03a0, 0xc0005e0468}) /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(0xc000894a88, {0x7f84e09f8f98, 0xc0008a3530}, 0xc000737a40?) /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(0xc000894a88, 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(0xc000894a88, {0xc000b86000, 0x1000, 0xc000411bb0?}) /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(0xc001da2240, {0xc000b86000?, 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(0xc0018c82a0) /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(0xc0018c82a0, 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(0xc001da2240) /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 8753 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 3232 [chan receive, 38 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2897 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 2972 [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 2897 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8737 [select]: net/http.(*persistConn).writeLoop(0xc001da27e0) /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 8808 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 8658 [chan receive, 1 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 8609 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8799 [select]: net/http.(*persistConn).roundTrip(0xc001da27e0, 0xc0009300a0) /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(0xc000453380, 0xc000624280) /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(0xc0001769a0, 0xc000624280) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc000624280, {0x29efc20, 0xc0001769a0}, {0x1376a01?, 0x9d9b0d?, 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(0xc0009db1a0, 0xc000624280, {0x40af3e?, 0x47e292?, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:180 +0x98 net/http.(*Client).do(0xc0009db1a0, 0xc000624280) /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 8805 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 8712 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x7f84e13bab20, 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(0xc0004a6600?, 0xc000994000?, 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(0xc0004a6600, {0xc000994000, 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(0xc0004a6600, {0xc000994000?, 0xc0007c4fd0?, 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(0xc0009bc1d0, {0xc000994000?, 0x3d38300?, 0xc00009b9d0?}) /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(0xc000905890, {0xc000994000?, 0x18?, 0x2000?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc0008a3aa0, {0xc000994000?, 0x0?, 0xc0008a3aa0?}) /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(0xc0007c50b8, {0x29f03a0, 0xc0008a3aa0}) /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(0xc0007c4e08, {0x7f84e09f8f98, 0xc000905890}, 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(0xc0007c4e08, 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(0xc0007c4e08, {0xc000725000, 0x1000, 0xc000412508?}) /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(0xc000235b00, {0xc000725000?, 0x81d5e5?, 0x2159720?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2052 +0x4a bufio.(*Reader).fill(0xc000a3a8a0) /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(0xc000a3a8a0, 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(0xc000235b00) /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 8731 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m1.313936042s (try 2/5): exit status 2: Failed []