"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 1/5) 2025/04/18 03:39:19 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gaqabad9qoke" 2025/04/18 03:39:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 03:39:20 DEBUG : Swift container rclone-test-gaqabad9qoke.json: Auto set use_segments_container to true 2025/04/18 03:39:21 DEBUG : Swift container rclone-test-gaqabad9qoke: Auto set use_segments_container to true 2025/04/18 03:39:21 DEBUG : Creating backend with remote "/tmp/rclone2467161832" === 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-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", 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-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.06s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/04/18 03:39:21 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/18 03:39:21 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/18 03:39:21 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/04/18 03:39:21 DEBUG : potato: Seek from 10 to 0 2025/04/18 03:39:21 DEBUG : potato: Seek from 10 to 0 2025/04/18 03:39:21 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/04/18 03:39:21 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/18 03:39:21 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/18 03:39:21 DEBUG : potato: Seek from 5 to 2 2025/04/18 03:39:21 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/04/18 03:39:21 DEBUG : potato: Seek from 7 to 0 2025/04/18 03:39:21 DEBUG : potato: Seek from 7 to 0 2025/04/18 03:39:21 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/04/18 03:39:21 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/18 03:39:21 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/18 03:39:21 DEBUG : potato: Seek from 5 to 2 2025/04/18 03:39:21 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/04/18 03:39:21 DEBUG : potato: Seek from 8 to 0 2025/04/18 03:39:21 DEBUG : potato: Seek from 8 to 0 2025/04/18 03:39:21 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/04/18 03:39:21 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/18 03:39:21 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/18 03:39:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/18 03:39:21 DEBUG : potato: Seek from 5 to 2 2025/04/18 03:39:21 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/04/18 03:39:21 DEBUG : potato: Seek from 9 to 0 2025/04/18 03:39:21 DEBUG : potato: Seek from 9 to 0 2025/04/18 03:39:21 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-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" 2025/04/18 03:39:21 INFO : Swift container rclone-test-gaqabad9qoke: Container "rclone-test-gaqabad9qoke" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (184.15s) --- PASS: TestCheck/1 (0.17s) --- PASS: TestCheck/2 (5.30s) --- PASS: TestCheck/3 (5.15s) --- PASS: TestCheck/4 (0.23s) --- PASS: TestCheck/5 (10.15s) --- PASS: TestCheck/6 (10.15s) --- PASS: TestCheck/7 (5.14s) === RUN TestCheckFsError 2025/04/18 03:42:25 DEBUG : Creating backend with remote "nonexistent" 2025/04/18 03:42:25 DEBUG : Creating backend with remote "nonexistent" 2025/04/18 03:42:25 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/04/18 03:42:25 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/04/18 03:42:25 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/04/18 03:42:25 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-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", 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 (191.46s) --- PASS: TestCheckDownload/1 (10.19s) --- PASS: TestCheckDownload/2 (5.19s) --- PASS: TestCheckDownload/3 (0.20s) --- PASS: TestCheckDownload/4 (10.36s) --- PASS: TestCheckDownload/5 (10.21s) --- PASS: TestCheckDownload/6 (5.21s) --- PASS: TestCheckDownload/7 (10.19s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", 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 (170.81s) --- PASS: TestCheckSizeOnly/1 (0.10s) --- PASS: TestCheckSizeOnly/2 (0.05s) --- PASS: TestCheckSizeOnly/3 (0.05s) --- PASS: TestCheckSizeOnly/4 (0.05s) --- PASS: TestCheckSizeOnly/5 (0.09s) --- PASS: TestCheckSizeOnly/6 (0.05s) --- PASS: TestCheckSizeOnly/7 (0.10s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" 2025/04/18 03:48:58 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/18 03:48:58 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/18 03:48:58 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/18 03:48:58 NOTICE: test.sum: 2 warning(s) suppressed... 2025/04/18 03:49:24 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/18 03:49:24 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/18 03:49:24 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/18 03:49:24 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (67.23s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" 2025/04/18 03:49:34 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gaqabad9qoke/data" 2025/04/18 03:49:34 DEBUG : Config file has changed externally - reloading 2025/04/18 03:49:35 DEBUG : Swift container rclone-test-gaqabad9qoke path data.json: Auto set use_segments_container to true 2025/04/18 03:49:41 DEBUG : Swift container rclone-test-gaqabad9qoke 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 (316.95s) --- PASS: TestCheckSum/subtest1 (5.42s) --- PASS: TestCheckSum/subtest2 (5.36s) --- PASS: TestCheckSum/subtest3 (0.45s) --- PASS: TestCheckSum/subtest4 (10.48s) --- PASS: TestCheckSum/subtest5 (5.46s) --- PASS: TestCheckSum/subtest6 (10.42s) --- PASS: TestCheckSum/subtest7 (15.47s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" 2025/04/18 03:54:51 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gaqabad9qoke/data" 2025/04/18 03:54:51 DEBUG : Config file has changed externally - reloading 2025/04/18 03:54:52 DEBUG : Swift container rclone-test-gaqabad9qoke path data.json: Auto set use_segments_container to true 2025/04/18 03:54:58 DEBUG : Swift container rclone-test-gaqabad9qoke 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 (350.16s) --- PASS: TestCheckSumDownload/subtest1 (10.41s) --- PASS: TestCheckSumDownload/subtest2 (0.43s) --- PASS: TestCheckSumDownload/subtest3 (10.51s) --- PASS: TestCheckSumDownload/subtest4 (10.46s) --- PASS: TestCheckSumDownload/subtest5 (5.50s) --- PASS: TestCheckSumDownload/subtest6 (5.39s) --- PASS: TestCheckSumDownload/subtest7 (10.52s) === RUN TestApplyTransforms 2025/04/18 04:00:42 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-safoyey3hala" 2025/04/18 04:00:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 04:00:42 DEBUG : Swift container rclone-test-safoyey3hala.json: Auto set use_segments_container to true 2025/04/18 04:00:43 DEBUG : Swift container rclone-test-safoyey3hala: Auto set use_segments_container to true 2025/04/18 04:00:43 DEBUG : Creating backend with remote "/tmp/rclone1751323079" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-safoyey3hala", Local "Local file system at /tmp/rclone1751323079", Modify Window "1ns" 2025/04/18 04:00:43 INFO : Swift container rclone-test-safoyey3hala: Container "rclone-test-safoyey3hala" created upper checkfile vs. lower remote (without normalization) 2025/04/18 04:00:54 ERROR : hello, world!: sum not found 2025/04/18 04:00:54 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-safoyey3hala 2025/04/18 04:00:54 NOTICE: Compressed: TestCompressSwift:rclone-test-safoyey3hala: 1 files missing 2025/04/18 04:00:54 NOTICE: 1 hashes missing 2025/04/18 04:00:54 NOTICE: Compressed: TestCompressSwift:rclone-test-safoyey3hala: 2 differences found 2025/04/18 04:00:54 NOTICE: Compressed: TestCompressSwift:rclone-test-safoyey3hala: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/04/18 04:00:54 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 04:00:54 NOTICE: Compressed: TestCompressSwift:rclone-test-safoyey3hala: 0 differences found 2025/04/18 04:00:54 NOTICE: Compressed: TestCompressSwift:rclone-test-safoyey3hala: 1 matching files 2025/04/18 04:00:54 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-biyenat4padi" 2025/04/18 04:00:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 04:00:55 DEBUG : Swift container rclone-test-biyenat4padi.json: Auto set use_segments_container to true 2025/04/18 04:00:55 DEBUG : Swift container rclone-test-biyenat4padi: Auto set use_segments_container to true 2025/04/18 04:00:55 DEBUG : Creating backend with remote "/tmp/rclone315682784" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-biyenat4padi", Local "Local file system at /tmp/rclone315682784", Modify Window "1ns" 2025/04/18 04:00:56 INFO : Swift container rclone-test-biyenat4padi: Container "rclone-test-biyenat4padi" created lower checkfile vs. upper remote (without normalization) 2025/04/18 04:01:02 ERROR : HELLO, WORLD!: sum not found 2025/04/18 04:01:02 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-biyenat4padi 2025/04/18 04:01:02 NOTICE: Compressed: TestCompressSwift:rclone-test-biyenat4padi: 1 files missing 2025/04/18 04:01:02 NOTICE: 1 hashes missing 2025/04/18 04:01:02 NOTICE: Compressed: TestCompressSwift:rclone-test-biyenat4padi: 2 differences found 2025/04/18 04:01:02 NOTICE: Compressed: TestCompressSwift:rclone-test-biyenat4padi: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/04/18 04:01:02 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 04:01:02 NOTICE: Compressed: TestCompressSwift:rclone-test-biyenat4padi: 0 differences found 2025/04/18 04:01:02 NOTICE: Compressed: TestCompressSwift:rclone-test-biyenat4padi: 1 matching files 2025/04/18 04:01:02 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hixiqoq1waxo" 2025/04/18 04:01:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 04:01:03 DEBUG : Swift container rclone-test-hixiqoq1waxo.json: Auto set use_segments_container to true 2025/04/18 04:01:04 DEBUG : Swift container rclone-test-hixiqoq1waxo: Auto set use_segments_container to true 2025/04/18 04:01:04 DEBUG : Creating backend with remote "/tmp/rclone3104133893" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hixiqoq1waxo", Local "Local file system at /tmp/rclone3104133893", Modify Window "1ns" 2025/04/18 04:01:04 INFO : Swift container rclone-test-hixiqoq1waxo: Container "rclone-test-hixiqoq1waxo" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/04/18 04:01:20 ERROR : HeLlO, wOrLd!: sum not found 2025/04/18 04:01:20 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-hixiqoq1waxo 2025/04/18 04:01:20 NOTICE: Compressed: TestCompressSwift:rclone-test-hixiqoq1waxo: 1 files missing 2025/04/18 04:01:20 NOTICE: 1 hashes missing 2025/04/18 04:01:20 NOTICE: Compressed: TestCompressSwift:rclone-test-hixiqoq1waxo: 2 differences found 2025/04/18 04:01:20 NOTICE: Compressed: TestCompressSwift:rclone-test-hixiqoq1waxo: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/04/18 04:01:25 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 04:01:25 NOTICE: Compressed: TestCompressSwift:rclone-test-hixiqoq1waxo: 0 differences found 2025/04/18 04:01:25 NOTICE: Compressed: TestCompressSwift:rclone-test-hixiqoq1waxo: 1 matching files 2025/04/18 04:01:25 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-romobis4woli" 2025/04/18 04:01:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 04:01:26 DEBUG : Swift container rclone-test-romobis4woli.json: Auto set use_segments_container to true 2025/04/18 04:01:26 DEBUG : Swift container rclone-test-romobis4woli: Auto set use_segments_container to true 2025/04/18 04:01:26 DEBUG : Creating backend with remote "/tmp/rclone3923570376" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-romobis4woli", Local "Local file system at /tmp/rclone3923570376", Modify Window "1ns" 2025/04/18 04:01:27 INFO : Swift container rclone-test-romobis4woli: Container "rclone-test-romobis4woli" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/04/18 04:01:38 ERROR : HELLO, WORLD!: sum not found 2025/04/18 04:01:38 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-romobis4woli 2025/04/18 04:01:38 NOTICE: Compressed: TestCompressSwift:rclone-test-romobis4woli: 1 files missing 2025/04/18 04:01:38 NOTICE: 1 hashes missing 2025/04/18 04:01:38 NOTICE: Compressed: TestCompressSwift:rclone-test-romobis4woli: 2 differences found 2025/04/18 04:01:38 NOTICE: Compressed: TestCompressSwift:rclone-test-romobis4woli: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/04/18 04:01:44 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 04:01:44 NOTICE: Compressed: TestCompressSwift:rclone-test-romobis4woli: 0 differences found 2025/04/18 04:01:44 NOTICE: Compressed: TestCompressSwift:rclone-test-romobis4woli: 1 matching files 2025/04/18 04:01:44 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yojisux5qale" 2025/04/18 04:01:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 04:01:44 DEBUG : Swift container rclone-test-yojisux5qale.json: Auto set use_segments_container to true 2025/04/18 04:01:45 DEBUG : Swift container rclone-test-yojisux5qale: Auto set use_segments_container to true 2025/04/18 04:01:45 DEBUG : Creating backend with remote "/tmp/rclone3074132556" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yojisux5qale", Local "Local file system at /tmp/rclone3074132556", Modify Window "1ns" 2025/04/18 04:01:45 INFO : Swift container rclone-test-yojisux5qale: Container "rclone-test-yojisux5qale" created NFD checkfile vs. NFC remote (without normalization) 2025/04/18 04:01:56 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/18 04:01:56 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-yojisux5qale 2025/04/18 04:01:56 NOTICE: Compressed: TestCompressSwift:rclone-test-yojisux5qale: 1 files missing 2025/04/18 04:01:56 NOTICE: 1 hashes missing 2025/04/18 04:01:56 NOTICE: Compressed: TestCompressSwift:rclone-test-yojisux5qale: 2 differences found 2025/04/18 04:01:56 NOTICE: Compressed: TestCompressSwift:rclone-test-yojisux5qale: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/04/18 04:01:56 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 04:01:56 NOTICE: Compressed: TestCompressSwift:rclone-test-yojisux5qale: 0 differences found 2025/04/18 04:01:56 NOTICE: Compressed: TestCompressSwift:rclone-test-yojisux5qale: 1 matching files 2025/04/18 04:01:56 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-sejafop1leha" 2025/04/18 04:01:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 04:01:57 DEBUG : Swift container rclone-test-sejafop1leha.json: Auto set use_segments_container to true 2025/04/18 04:01:57 DEBUG : Swift container rclone-test-sejafop1leha: Auto set use_segments_container to true 2025/04/18 04:01:57 DEBUG : Creating backend with remote "/tmp/rclone1346801427" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sejafop1leha", Local "Local file system at /tmp/rclone1346801427", Modify Window "1ns" 2025/04/18 04:01:58 INFO : Swift container rclone-test-sejafop1leha: Container "rclone-test-sejafop1leha" created NFC checkfile vs. NFD remote (without normalization) 2025/04/18 04:02:04 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/18 04:02:04 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-sejafop1leha 2025/04/18 04:02:04 NOTICE: Compressed: TestCompressSwift:rclone-test-sejafop1leha: 1 files missing 2025/04/18 04:02:04 NOTICE: 1 hashes missing 2025/04/18 04:02:04 NOTICE: Compressed: TestCompressSwift:rclone-test-sejafop1leha: 2 differences found 2025/04/18 04:02:04 NOTICE: Compressed: TestCompressSwift:rclone-test-sejafop1leha: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/04/18 04:02:04 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 04:02:04 NOTICE: Compressed: TestCompressSwift:rclone-test-sejafop1leha: 0 differences found 2025/04/18 04:02:04 NOTICE: Compressed: TestCompressSwift:rclone-test-sejafop1leha: 1 matching files 2025/04/18 04:02:04 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-voruvop7taso" 2025/04/18 04:02:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 04:02:04 DEBUG : Swift container rclone-test-voruvop7taso.json: Auto set use_segments_container to true 2025/04/18 04:02:05 DEBUG : Swift container rclone-test-voruvop7taso: Auto set use_segments_container to true 2025/04/18 04:02:05 DEBUG : Creating backend with remote "/tmp/rclone1557872951" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-voruvop7taso", Local "Local file system at /tmp/rclone1557872951", Modify Window "1ns" 2025/04/18 04:02:05 INFO : Swift container rclone-test-voruvop7taso: Container "rclone-test-voruvop7taso" created NFDx2 checkfile vs. both remote (without normalization) 2025/04/18 04:02:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/18 04:02:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-voruvop7taso 2025/04/18 04:02:11 NOTICE: Compressed: TestCompressSwift:rclone-test-voruvop7taso: 1 files missing 2025/04/18 04:02:11 NOTICE: 1 hashes missing 2025/04/18 04:02:11 NOTICE: Compressed: TestCompressSwift:rclone-test-voruvop7taso: 2 differences found 2025/04/18 04:02:11 NOTICE: Compressed: TestCompressSwift:rclone-test-voruvop7taso: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/04/18 04:02:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 04:02:12 NOTICE: Compressed: TestCompressSwift:rclone-test-voruvop7taso: 0 differences found 2025/04/18 04:02:12 NOTICE: Compressed: TestCompressSwift:rclone-test-voruvop7taso: 1 matching files 2025/04/18 04:02:12 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-bayowuc9wuzu" 2025/04/18 04:02:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 04:02:12 DEBUG : Swift container rclone-test-bayowuc9wuzu.json: Auto set use_segments_container to true 2025/04/18 04:02:13 DEBUG : Swift container rclone-test-bayowuc9wuzu: Auto set use_segments_container to true 2025/04/18 04:02:13 DEBUG : Creating backend with remote "/tmp/rclone3343977233" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-bayowuc9wuzu", Local "Local file system at /tmp/rclone3343977233", Modify Window "1ns" 2025/04/18 04:02:14 INFO : Swift container rclone-test-bayowuc9wuzu: Container "rclone-test-bayowuc9wuzu" created NFCx2 checkfile vs. both remote (without normalization) 2025/04/18 04:02:30 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/18 04:02:30 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-bayowuc9wuzu 2025/04/18 04:02:30 NOTICE: Compressed: TestCompressSwift:rclone-test-bayowuc9wuzu: 1 files missing 2025/04/18 04:02:30 NOTICE: 1 hashes missing 2025/04/18 04:02:30 NOTICE: Compressed: TestCompressSwift:rclone-test-bayowuc9wuzu: 2 differences found 2025/04/18 04:02:30 NOTICE: Compressed: TestCompressSwift:rclone-test-bayowuc9wuzu: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/04/18 04:02:40 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 04:02:40 NOTICE: Compressed: TestCompressSwift:rclone-test-bayowuc9wuzu: 0 differences found 2025/04/18 04:02:40 NOTICE: Compressed: TestCompressSwift:rclone-test-bayowuc9wuzu: 1 matching files 2025/04/18 04:02:40 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-pazorac3howo" 2025/04/18 04:02:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 04:02:40 DEBUG : Swift container rclone-test-pazorac3howo.json: Auto set use_segments_container to true 2025/04/18 04:02:41 DEBUG : Swift container rclone-test-pazorac3howo: Auto set use_segments_container to true 2025/04/18 04:02:41 DEBUG : Creating backend with remote "/tmp/rclone1857916768" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pazorac3howo", Local "Local file system at /tmp/rclone1857916768", Modify Window "1ns" 2025/04/18 04:02:41 INFO : Swift container rclone-test-pazorac3howo: Container "rclone-test-pazorac3howo" created both checkfile vs. NFDx2 remote (without normalization) 2025/04/18 04:02:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/18 04:02:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-pazorac3howo 2025/04/18 04:02:53 NOTICE: Compressed: TestCompressSwift:rclone-test-pazorac3howo: 1 files missing 2025/04/18 04:02:53 NOTICE: 1 hashes missing 2025/04/18 04:02:53 NOTICE: Compressed: TestCompressSwift:rclone-test-pazorac3howo: 2 differences found 2025/04/18 04:02:53 NOTICE: Compressed: TestCompressSwift:rclone-test-pazorac3howo: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/04/18 04:02:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 04:02:53 NOTICE: Compressed: TestCompressSwift:rclone-test-pazorac3howo: 0 differences found 2025/04/18 04:02:53 NOTICE: Compressed: TestCompressSwift:rclone-test-pazorac3howo: 1 matching files 2025/04/18 04:02:53 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-cifovis2yiju" 2025/04/18 04:02:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/18 04:02:53 DEBUG : Swift container rclone-test-cifovis2yiju.json: Auto set use_segments_container to true 2025/04/18 04:02:54 DEBUG : Swift container rclone-test-cifovis2yiju: Auto set use_segments_container to true 2025/04/18 04:02:54 DEBUG : Creating backend with remote "/tmp/rclone846254580" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cifovis2yiju", Local "Local file system at /tmp/rclone846254580", Modify Window "1ns" 2025/04/18 04:02:54 INFO : Swift container rclone-test-cifovis2yiju: Container "rclone-test-cifovis2yiju" created both checkfile vs. NFCx2 remote (without normalization) 2025/04/18 04:03:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/18 04:03:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-cifovis2yiju 2025/04/18 04:03:05 NOTICE: Compressed: TestCompressSwift:rclone-test-cifovis2yiju: 1 files missing 2025/04/18 04:03:05 NOTICE: 1 hashes missing 2025/04/18 04:03:05 NOTICE: Compressed: TestCompressSwift:rclone-test-cifovis2yiju: 2 differences found 2025/04/18 04:03:05 NOTICE: Compressed: TestCompressSwift:rclone-test-cifovis2yiju: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/04/18 04:03:06 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/18 04:03:06 NOTICE: Compressed: TestCompressSwift:rclone-test-cifovis2yiju: 0 differences found 2025/04/18 04:03:06 NOTICE: Compressed: TestCompressSwift:rclone-test-cifovis2yiju: 1 matching files 2025/04/18 04:03:06 DEBUG : Compressed: TestCompressSwift:rclone-test-cifovis2yiju: Purge remote 2025/04/18 04:03:06 DEBUG : Waiting for deletions to finish 2025/04/18 04:03:06 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/18 04:03:11 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/18 04:03:11 INFO : Swift container rclone-test-cifovis2yiju: Container "rclone-test-cifovis2yiju" removed 2025/04/18 04:03:11 DEBUG : Compressed: TestCompressSwift:rclone-test-pazorac3howo: Purge remote 2025/04/18 04:03:11 DEBUG : Waiting for deletions to finish 2025/04/18 04:03:12 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/18 04:03:17 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/18 04:03:17 INFO : Swift container rclone-test-pazorac3howo: Container "rclone-test-pazorac3howo" removed 2025/04/18 04:03:17 DEBUG : Compressed: TestCompressSwift:rclone-test-bayowuc9wuzu: Purge remote 2025/04/18 04:03:17 DEBUG : Waiting for deletions to finish 2025/04/18 04:03:22 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/18 04:03:27 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/18 04:03:28 INFO : Swift container rclone-test-bayowuc9wuzu: Container "rclone-test-bayowuc9wuzu" removed 2025/04/18 04:03:28 DEBUG : Compressed: TestCompressSwift:rclone-test-voruvop7taso: Purge remote 2025/04/18 04:03:28 DEBUG : Waiting for deletions to finish 2025/04/18 04:03:28 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/18 04:03:28 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/18 04:03:28 INFO : Swift container rclone-test-voruvop7taso: Container "rclone-test-voruvop7taso" removed 2025/04/18 04:03:28 DEBUG : Compressed: TestCompressSwift:rclone-test-sejafop1leha: Purge remote 2025/04/18 04:03:28 DEBUG : Waiting for deletions to finish 2025/04/18 04:03:28 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/04/18 04:03:28 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/04/18 04:03:29 INFO : Swift container rclone-test-sejafop1leha: Container "rclone-test-sejafop1leha" removed 2025/04/18 04:03:29 DEBUG : Compressed: TestCompressSwift:rclone-test-yojisux5qale: Purge remote 2025/04/18 04:03:29 DEBUG : Waiting for deletions to finish 2025/04/18 04:03:29 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/04/18 04:03:34 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/04/18 04:03:34 INFO : Swift container rclone-test-yojisux5qale: Container "rclone-test-yojisux5qale" removed 2025/04/18 04:03:34 DEBUG : Compressed: TestCompressSwift:rclone-test-romobis4woli: Purge remote 2025/04/18 04:03:34 DEBUG : Waiting for deletions to finish 2025/04/18 04:03:35 INFO : HELLO, WORLD!.json: Deleted 2025/04/18 04:03:39 INFO : HELLO, WORLD!.bin: Deleted 2025/04/18 04:03:40 INFO : Swift container rclone-test-romobis4woli: Container "rclone-test-romobis4woli" removed 2025/04/18 04:03:40 DEBUG : Compressed: TestCompressSwift:rclone-test-hixiqoq1waxo: Purge remote 2025/04/18 04:03:40 DEBUG : Waiting for deletions to finish 2025/04/18 04:03:45 INFO : HeLlO, wOrLd!.bin: Deleted 2025/04/18 04:03:45 INFO : HeLlO, wOrLd!.json: Deleted 2025/04/18 04:03:45 INFO : Swift container rclone-test-hixiqoq1waxo: Container "rclone-test-hixiqoq1waxo" removed 2025/04/18 04:03:45 DEBUG : Compressed: TestCompressSwift:rclone-test-biyenat4padi: Purge remote 2025/04/18 04:03:45 DEBUG : Waiting for deletions to finish 2025/04/18 04:03:45 INFO : HELLO, WORLD!.json: Deleted 2025/04/18 04:03:45 INFO : HELLO, WORLD!.bin: Deleted 2025/04/18 04:03:46 INFO : Swift container rclone-test-biyenat4padi: Container "rclone-test-biyenat4padi" removed 2025/04/18 04:03:46 DEBUG : Compressed: TestCompressSwift:rclone-test-safoyey3hala: Purge remote 2025/04/18 04:03:46 DEBUG : Waiting for deletions to finish 2025/04/18 04:03:46 INFO : hello, world!.bin: Deleted 2025/04/18 04:03:51 INFO : hello, world!.json: Deleted 2025/04/18 04:03:51 INFO : Swift container rclone-test-safoyey3hala: Container "rclone-test-safoyey3hala" removed --- PASS: TestApplyTransforms (189.51s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" 2025/04/18 04:03:56 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/18 04:04:07 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/18 04:04:07 INFO : file1: Copied (new) to: sub/file2 2025/04/18 04:04:08 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/18 04:04:08 DEBUG : file1: Unchanged skipping 2025/04/18 04:04:13 DEBUG : Compressed: TestCompressSwift:rclone-test-gaqabad9qoke: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (32.51s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.26s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" 2025/04/18 04:04:36 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gaqabad9qoke/backup" 2025/04/18 04:04:37 DEBUG : Swift container rclone-test-gaqabad9qoke path backup.json: Auto set use_segments_container to true 2025/04/18 04:04:43 DEBUG : Swift container rclone-test-gaqabad9qoke path backup: Auto set use_segments_container to true 2025/04/18 04:04:48 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/18 04:05:14 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/04/18 04:05:14 INFO : dst/file1: Copied (server-side copy) 2025/04/18 04:05:20 INFO : dst/file1: Deleted 2025/04/18 04:05:30 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/18 04:05:30 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (77.84s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" 2025/04/18 04:05:42 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gaqabad9qoke/dst" 2025/04/18 04:05:42 DEBUG : Swift container rclone-test-gaqabad9qoke path dst.json: Auto set use_segments_container to true 2025/04/18 04:05:48 DEBUG : Swift container rclone-test-gaqabad9qoke path dst: Auto set use_segments_container to true 2025/04/18 04:05:59 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gaqabad9qoke/CompareDest" 2025/04/18 04:05:59 DEBUG : Swift container rclone-test-gaqabad9qoke path CompareDest.json: Auto set use_segments_container to true 2025/04/18 04:06:05 DEBUG : Swift container rclone-test-gaqabad9qoke path CompareDest: Auto set use_segments_container to true 2025/04/18 04:06:10 DEBUG : one: Need to transfer - File not found at Destination 2025/04/18 04:06:32 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/18 04:06:32 INFO : one: Copied (new) 2025/04/18 04:07:02 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/18 04:07:18 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/04/18 04:07:18 INFO : one: Copied (replaced existing) 2025/04/18 04:08:20 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/18 04:08:26 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/18 04:08:26 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/18 04:08:52 DEBUG : two: Need to transfer - File not found at Destination 2025/04/18 04:08:57 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/18 04:08:57 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/18 04:09:13 DEBUG : two: Need to transfer - File not found at Destination 2025/04/18 04:09:18 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/18 04:09:18 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/18 04:10:04 DEBUG : two: Need to transfer - File not found at Destination 2025/04/18 04:10:09 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/04/18 04:10:20 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/04/18 04:10:20 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (320.75s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" 2025/04/18 04:11:02 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gaqabad9qoke/dst" 2025/04/18 04:11:02 DEBUG : Config file has changed externally - reloading 2025/04/18 04:11:03 DEBUG : Swift container rclone-test-gaqabad9qoke path dst.json: Auto set use_segments_container to true 2025/04/18 04:11:09 DEBUG : Swift container rclone-test-gaqabad9qoke path dst: Auto set use_segments_container to true 2025/04/18 04:11:19 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gaqabad9qoke/CopyDest" 2025/04/18 04:11:20 DEBUG : Swift container rclone-test-gaqabad9qoke path CopyDest.json: Auto set use_segments_container to true 2025/04/18 04:11:25 DEBUG : Swift container rclone-test-gaqabad9qoke path CopyDest: Auto set use_segments_container to true 2025/04/18 04:11:31 DEBUG : one: Need to transfer - File not found at Destination 2025/04/18 04:11:52 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/18 04:11:52 INFO : one: Copied (new) 2025/04/18 04:12:13 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/18 04:12:28 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/04/18 04:12:28 INFO : one: Copied (replaced existing) 2025/04/18 04:13:26 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gaqabad9qoke/BackupDir" 2025/04/18 04:13:26 DEBUG : Swift container rclone-test-gaqabad9qoke path BackupDir.json: Auto set use_segments_container to true 2025/04/18 04:13:32 DEBUG : Swift container rclone-test-gaqabad9qoke path BackupDir: Auto set use_segments_container to true 2025/04/18 04:13:38 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/18 04:13:43 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/18 04:13:43 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/18 04:14:14 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/18 04:14:14 INFO : one: Copied (server-side copy) 2025/04/18 04:14:24 INFO : one: Deleted 2025/04/18 04:15:00 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/04/18 04:15:00 INFO : one: Copied (server-side copy) 2025/04/18 04:15:00 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/04/18 04:16:13 DEBUG : two: Need to transfer - File not found at Destination 2025/04/18 04:16:23 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/18 04:16:43 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/04/18 04:16:43 INFO : two: Copied (server-side copy) 2025/04/18 04:16:43 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/04/18 04:17:14 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/18 04:17:14 DEBUG : two: Unchanged skipping 2025/04/18 04:18:33 DEBUG : three: Need to transfer - File not found at Destination 2025/04/18 04:18:33 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/04/18 04:18:33 DEBUG : three: Destination not found in --copy-dest 2025/04/18 04:18:53 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/04/18 04:18:53 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (565.33s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.14s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", 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-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" 2025/04/18 04:20:33 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/04/18 04:20:39 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/18 04:20:39 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/04/18 04:20:44 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/04/18 04:20:56 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/04/18 04:20:56 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy1.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-gaqabad9qoke/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/04/18 04:21:01 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/04/18 04:21:06 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/04/18 04:21:22 DEBUG : TestCopyFileMaxTransfer/file4: md5 = c7b7adcf82b27fbaed51af1b2d72e404 OK 2025/04/18 04:21:22 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (80.27s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.34s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.10s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", 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-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.18s) === RUN TestDeduplicateNewest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", 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-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" 2025/04/18 04:22:39 INFO : Compressed: TestCompressSwift:rclone-test-gaqabad9qoke: Looking for duplicate md5 hashes using newest mode. 2025/04/18 04:22:44 NOTICE: 5ccfc3bfd2148a4fe09e1ca01fba8dab: Found 3 files with duplicate md5 hashes 2025/04/18 04:22:45 INFO : one: Deleted 2025/04/18 04:22:50 INFO : also/one: Deleted 2025/04/18 04:22:50 NOTICE: 5ccfc3bfd2148a4fe09e1ca01fba8dab: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (87.62s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.14s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.29s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.11s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.20s) === RUN TestMergeDirs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.20s) === RUN TestListDirSorted run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" 2025/04/18 04:24:56 DEBUG : a.txt: Excluded (Size Filter) 2025/04/18 04:24:56 DEBUG : a.txt: Excluded 2025/04/18 04:24:56 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/18 04:24:56 DEBUG : sub dir/hello world: Excluded 2025/04/18 04:24:56 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/18 04:24:56 DEBUG : sub dir/hello world2: Excluded 2025/04/18 04:24:56 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/18 04:24:56 DEBUG : sub dir/hello world: Excluded 2025/04/18 04:24:56 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/18 04:24:56 DEBUG : sub dir/hello world2: Excluded 2025/04/18 04:24:56 DEBUG : sub dir/ignore dir: Excluded 2025/04/18 04:25:02 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (166.78s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" 2025/04/18 04:27:39 DEBUG : a.txt: Excluded (Size Filter) 2025/04/18 04:27:39 DEBUG : a.txt: Excluded 2025/04/18 04:27:39 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/18 04:27:39 DEBUG : sub dir/hello world: Excluded 2025/04/18 04:27:39 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/18 04:27:39 DEBUG : sub dir/hello world2: Excluded 2025/04/18 04:27:40 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/18 04:27:40 DEBUG : sub dir/hello world: Excluded 2025/04/18 04:27:40 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/18 04:27:40 DEBUG : sub dir/hello world2: Excluded 2025/04/18 04:27:40 DEBUG : sub dir/ignore dir: Excluded 2025/04/18 04:27:45 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (152.98s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes === RUN TestListJSON/Metadata --- PASS: TestListJSON (89.58s) --- PASS: TestListJSON/Default (0.19s) --- PASS: TestListJSON/FilesOnly (5.21s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (15.40s) --- PASS: TestListJSON/SubDir (0.19s) --- PASS: TestListJSON/NoModTime (5.14s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (0.21s) --- PASS: TestListJSON/HashTypes (5.19s) --- PASS: TestListJSON/Metadata (5.19s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/04/18 04:31:11 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gaqabad9qoke/notfound" 2025/04/18 04:31:11 DEBUG : Config file has changed externally - reloading 2025/04/18 04:31:11 DEBUG : Swift container rclone-test-gaqabad9qoke path notfound.json: Auto set use_segments_container to true 2025/04/18 04:31:17 DEBUG : Swift container rclone-test-gaqabad9qoke path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (96.71s) --- PASS: TestStatJSON/Root (0.05s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.10s) --- PASS: TestStatJSON/Dir (5.19s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.05s) --- PASS: TestStatJSON/File (5.15s) --- PASS: TestStatJSON/NotFound (5.50s) --- PASS: TestStatJSON/DirFilesOnly (5.06s) --- PASS: TestStatJSON/FileFilesOnly (5.14s) --- PASS: TestStatJSON/NotFoundFilesOnly (5.06s) --- PASS: TestStatJSON/DirDirsOnly (0.06s) --- PASS: TestStatJSON/FileDirsOnly (0.09s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (12.05s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" 2025/04/18 04:31:44 INFO : Compressed: TestCompressSwift:rclone-test-gaqabad9qoke: Making directory 2025/04/18 04:31:44 INFO : Compressed: TestCompressSwift:rclone-test-gaqabad9qoke: Making directory --- PASS: TestMkdir (0.21s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" --- PASS: TestLsd (6.36s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" --- PASS: TestLs (57.75s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" 2025/04/18 04:33:20 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/04/18 04:33:20 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (52.68s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" --- PASS: TestLsLong (67.49s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (58.45s) --- PASS: TestHashSums/Md5 (0.58s) --- PASS: TestHashSums/Md5Download (10.22s) === RUN TestHashSumsWithErrors 2025/04/18 04:35:47 DEBUG : Creating backend with remote ":memory:" 2025/04/18 04:35:47 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/04/18 04:35:47 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/18 04:35:47 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/18 04:35:47 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/18 04:35:47 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/18 04:35:47 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/18 04:35:47 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/18 04:35:47 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/04/18 04:35:47 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-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" --- PASS: TestCount (74.40s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" 2025/04/18 04:37:49 DEBUG : Waiting for deletions to finish 2025/04/18 04:37:49 DEBUG : large: Excluded (Size Filter) 2025/04/18 04:37:50 INFO : small: Deleted 2025/04/18 04:38:05 INFO : medium: Deleted --- PASS: TestDelete (79.65s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gaqabad9qoke", Local "Local file system at /tmp/rclone2467161832", Modify Window "1ns" 2025/04/18 04:39:08 DEBUG : Waiting for deletions to finish 2025/04/18 04:39:08 ERROR : small: Got fatal error on delete: --max-delete threshold reached panic: test timed out after 1h0m0s running tests: TestMaxDelete (1m0s) goroutine 8083 [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(0xc000760000, {0x25f9e34?, 0x0?}, 0x2735c20) /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(0xc000760000) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2168 +0x37 testing.tRunner(0xc000760000, 0xc000453c18) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 testing.runTests(0xc0008f5b48, {0x3d20860, 0x6d, 0x6d}, {0x3d352c0?, 0x1?, 0x3d352c0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2166 +0x43d testing.(*M).Run(0xc00015e780) /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(0xc00015e780) /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 1260 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1250 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 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 7949 [chan receive]: github.com/rclone/rclone/fs/operations.Delete({0x2a13720, 0xc0008d2390}, {0x2a27ba0, 0xc000138e80}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1184 +0x145 github.com/rclone/rclone/fs/operations_test.TestMaxDelete(0xc000760340) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:448 +0x539 testing.tRunner(0xc000760340, 0x2735c20) /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 233 [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 223 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1052 [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 1042 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 7950 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc0008048c0) /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 7949 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:408 +0xb6 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 550 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 540 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1498 [chan receive (nil chan), 52 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1456 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 185 [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 175 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 727 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 717 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3434 [chan receive, 37 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2860 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8069 [IO wait]: internal/poll.runtime_pollWait(0x7f9f077f3fd8, 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(0xc000772080?, 0xc0001c2c80?, 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(0xc000772080, {0xc0001c2c80, 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(0xc000772080, {0xc0001c2c80?, 0xc00078a1d0?, 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(0xc0009aa120, {0xc0001c2c80?, 0x3d352c0?, 0xc0006da9d0?}) /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(0xc000686c90, {0xc0001c2c80?, 0x18?, 0x0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000686ea0, {0xc0001c2c80?, 0x0?, 0xc000686ea0?}) /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(0xc00078a2b8, {0x29ed880, 0xc000686ea0}) /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(0xc00078a008, {0x7f9f0de20c98, 0xc000686c90}, 0xc0006daa40?) /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(0xc00078a008, 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(0xc00078a008, {0xc000455000, 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(0xc000967440, {0xc000455000?, 0x81d5e5?, 0x2158700?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2052 +0x4a bufio.(*Reader).fill(0xc000384ea0) /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(0xc000384ea0, 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(0xc000967440) /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 7994 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 968 [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 958 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1090 [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 1064 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 273 [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 263 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 330 [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 304 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1419 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1409 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3130 [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 2860 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 628 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 603 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 523 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 369 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3213 [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 2860 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1222 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1212 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 7649 [select]: net/http.(*persistConn).writeLoop(0xc000646240) /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 7614 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 679 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 669 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3321 [chan receive, 37 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2860 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 859 [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 769 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1470 [chan receive (nil chan), 52 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1460 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 802 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 776 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2963 [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 2860 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8070 [select]: net/http.(*persistConn).writeLoop(0xc000967440) /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 7994 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 1305 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1231 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 8076 [select]: net/http.(*persistConn).roundTrip(0xc000646240, 0xc00013ce60) /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(0xc0004b5080, 0xc00067b7c0) /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(0xc00030efc0, 0xc00067b7c0) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc00067b7c0, {0x29ed100, 0xc00030efc0}, {0x1?, 0x3656ea0?, 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(0xc0006bb1a0, 0xc00067b7c0, {0x0?, 0x0?, 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(0xc0006bb1a0, 0xc00067b7c0) /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 8039 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 8073 [IO wait]: internal/poll.runtime_pollWait(0x7f9f077f3dc8, 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(0xc0001e1080?, 0xc0001c4600?, 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(0xc0001e1080, {0xc0001c4600, 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(0xc0001e1080, {0xc0001c4600?, 0x0?, 0x2?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc000676390, {0xc0001c4600?, 0x0?, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/net.go:189 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000978ee8, {0xc0001c4600?, 0x18?, 0x0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc0009793b0, {0xc0001c4600?, 0x0?, 0xc0009793b0?}) /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(0xc0001e7438, {0x29ed880, 0xc0009793b0}) /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(0xc0001e7188, {0x7f9f0de20c98, 0xc000978ee8}, 0xc000913a40?) /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(0xc0001e7188, 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(0xc0001e7188, {0xc0009b8000, 0x1000, 0x30?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:1385 +0x150 net/http.(*persistConn).Read(0xc000636900, {0xc0009b8000?, 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(0xc0015ce7e0) /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(0xc0015ce7e0, 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(0xc000636900) /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 8033 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 1355 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1297 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3047 [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 2860 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8000 [select]: net/http.(*persistConn).writeLoop(0xc000446d80) /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 8048 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 3501 [chan receive, 37 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2860 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3654 [chan receive, 36 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 2860 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8074 [select]: net/http.(*persistConn).writeLoop(0xc000636900) /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 8033 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 2861 [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 2860 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3258 [chan receive, 37 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2860 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8057 [select]: net/http.(*persistConn).roundTrip(0xc000967440, 0xc0003f5b80) /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(0xc0004b5080, 0xc00015da40) /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(0xc00030efc0, 0xc00015da40) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc00015da40, {0x29ed100, 0xc00030efc0}, {0xc0006d1501?, 0x537893?, 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(0xc0006bb1a0, 0xc00015da40, {0xc0036d1601?, 0xc0006d15d8?, 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(0xc0006bb1a0, 0xc00015da40) /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 8036 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 8039 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc000882700, 0xc0015ce8a0, 0xc00067b7c0) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc000882700, {0x2a13720, 0xc0008d2390}, {0xc000972140, 0x4f}, {{0xc00066af00, 0x18}, {0xc00066af19, 0x14}, {0x25e6384, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc000882700, {0x2a13720, 0xc0008d2390}, {{0xc00066af00, 0x18}, {0xc00066af19, 0x14}, {0x25e6384, 0x6}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).ObjectDelete(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:1901 github.com/rclone/rclone/backend/swift.(*Object).Remove.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1620 +0x105 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x50?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc0006b1500, 0xc00013cdc0, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc0006b1500, 0xc00013cdc0) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Object).Remove(0xc0006b05a0, {0x2a13720, 0xc0008d2390}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1619 +0x29b github.com/rclone/rclone/backend/compress.(*Object).Remove(0xc0009161e0, {0x2a13720, 0xc0008d2390}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1144 +0xc3 github.com/rclone/rclone/fs/operations.DeleteFileWithBackupDir({0x2a13720, 0xc0008d2390}, {0x2a27c10, 0xc0009161e0}, {0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:565 +0x27a github.com/rclone/rclone/fs/operations.DeleteFilesWithBackupDir.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:600 +0x112 created by github.com/rclone/rclone/fs/operations.DeleteFilesWithBackupDir in goroutine 8026 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:597 +0xe5 goroutine 8026 [semacquire]: sync.runtime_Semacquire(0x0?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/sema.go:71 +0x25 sync.(*WaitGroup).Wait(0x2a13707?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/sync/waitgroup.go:118 +0x48 github.com/rclone/rclone/fs/operations.DeleteFilesWithBackupDir({0x2a13720, 0xc0008d2390}, 0xc0003cefc0, {0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:615 +0x1cf github.com/rclone/rclone/fs/operations.DeleteFiles(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:628 github.com/rclone/rclone/fs/operations.Delete.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1178 +0x2c created by github.com/rclone/rclone/fs/operations.Delete in goroutine 7949 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1177 +0xc5 goroutine 8036 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc000882700, 0xc000b08fc0, 0xc00015da40) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc000882700, {0x2a13720, 0xc0008d2390}, {0xc000972140, 0x4f}, {{0xc00125f440, 0x18}, {0xc00125f459, 0xa}, {0x25e6384, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc000882700, {0x2a13720, 0xc0008d2390}, {{0xc00125f440, 0x18}, {0xc00125f459, 0xa}, {0x25e6384, 0x6}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).ObjectDelete(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:1901 github.com/rclone/rclone/backend/swift.(*Object).Remove.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1620 +0x105 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x50?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc0006b1500, 0xc0003f5ae0, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc0006b1500, 0xc0003f5ae0) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Object).Remove(0xc0006b0660, {0x2a13720, 0xc0008d2390}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1619 +0x29b github.com/rclone/rclone/backend/compress.(*Object).Remove(0xc000916280, {0x2a13720, 0xc0008d2390}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1144 +0xc3 github.com/rclone/rclone/fs/operations.DeleteFileWithBackupDir({0x2a13720, 0xc0008d2390}, {0x2a27c10, 0xc000916280}, {0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:565 +0x27a github.com/rclone/rclone/fs/operations.DeleteFilesWithBackupDir.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:600 +0x112 created by github.com/rclone/rclone/fs/operations.DeleteFilesWithBackupDir in goroutine 8026 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:597 +0xe5 goroutine 7999 [IO wait]: internal/poll.runtime_pollWait(0x7f9f077f3798, 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(0xc0001e0f80?, 0xc0007ea000?, 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(0xc0001e0f80, {0xc0007ea000, 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(0xc0001e0f80, {0xc0007ea000?, 0x2a13758?, 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(0xc000676340, {0xc0007ea000?, 0xc00067b2c0?, 0xc000967440?}) /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(0xc000978cd8, {0xc0007ea000?, 0x18?, 0x0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000686dc8, {0xc0007ea000?, 0x0?, 0xc000686dc8?}) /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(0xc000491eb8, {0x29ed880, 0xc000686dc8}) /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(0xc000491c08, {0x7f9f0de20c98, 0xc000978cd8}, 0xc0006dea40?) /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(0xc000491c08, 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(0xc000491c08, {0xc000947000, 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(0xc000446d80, {0xc000947000?, 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(0xc000a4f1a0) /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(0xc000a4f1a0, 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(0xc000446d80) /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 8048 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 7648 [IO wait]: internal/poll.runtime_pollWait(0x7f9f077f3bb8, 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(0xc00063e500?, 0xc0007eec80?, 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(0xc00063e500, {0xc0007eec80, 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(0xc00063e500, {0xc0007eec80?, 0xc000491350?, 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(0xc0009aa060, {0xc0007eec80?, 0x3d352c0?, 0xc0006dc9d0?}) /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(0xc0009c8588, {0xc0007eec80?, 0x18?, 0x7f9f0d5b6268?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000979428, {0xc0007eec80?, 0x0?, 0xc000979428?}) /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(0xc000491438, {0x29ed880, 0xc000979428}) /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(0xc000491188, {0x7f9f0de20c98, 0xc0009c8588}, 0xc0006dca40?) /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(0xc000491188, 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(0xc000491188, {0xc000864000, 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(0xc000646240, {0xc000864000?, 0x81d5e5?, 0x2158700?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2052 +0x4a bufio.(*Reader).fill(0xc0007b9200) /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(0xc0007b9200, 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(0xc000646240) /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 7614 /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.170126185s (try 1/5): exit status 2: Failed []