"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 5/5) 2025/05/10 07:11:24 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-mecasuc7baza" 2025/05/10 07:11:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/10 07:11:24 DEBUG : Swift container rclone-test-mecasuc7baza.json: Auto set use_segments_container to true 2025/05/10 07:11:24 DEBUG : Swift container rclone-test-mecasuc7baza: Auto set use_segments_container to true 2025/05/10 07:11:24 DEBUG : Creating backend with remote "/tmp/rclone4001000656" === 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-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", 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-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.06s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/05/10 07:11:25 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/10 07:11:25 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/10 07:11:25 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/05/10 07:11:25 DEBUG : potato: Seek from 10 to 0 2025/05/10 07:11:25 DEBUG : potato: Seek from 10 to 0 2025/05/10 07:11:25 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/05/10 07:11:25 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/10 07:11:25 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/10 07:11:25 DEBUG : potato: Seek from 5 to 2 2025/05/10 07:11:25 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/05/10 07:11:25 DEBUG : potato: Seek from 7 to 0 2025/05/10 07:11:25 DEBUG : potato: Seek from 7 to 0 2025/05/10 07:11:25 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/05/10 07:11:25 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/10 07:11:25 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/10 07:11:25 DEBUG : potato: Seek from 5 to 2 2025/05/10 07:11:25 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/05/10 07:11:25 DEBUG : potato: Seek from 8 to 0 2025/05/10 07:11:25 DEBUG : potato: Seek from 8 to 0 2025/05/10 07:11:25 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/05/10 07:11:25 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/10 07:11:25 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/10 07:11:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/10 07:11:25 DEBUG : potato: Seek from 5 to 2 2025/05/10 07:11:25 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/05/10 07:11:25 DEBUG : potato: Seek from 9 to 0 2025/05/10 07:11:25 DEBUG : potato: Seek from 9 to 0 2025/05/10 07:11:25 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-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" 2025/05/10 07:11:25 INFO : Swift container rclone-test-mecasuc7baza: Container "rclone-test-mecasuc7baza" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (198.65s) --- PASS: TestCheck/1 (5.19s) --- PASS: TestCheck/2 (5.14s) --- PASS: TestCheck/3 (0.22s) --- PASS: TestCheck/4 (5.32s) --- PASS: TestCheck/5 (5.17s) --- PASS: TestCheck/6 (10.15s) --- PASS: TestCheck/7 (5.14s) === RUN TestCheckFsError 2025/05/10 07:14:43 DEBUG : Creating backend with remote "nonexistent" 2025/05/10 07:14:43 DEBUG : Creating backend with remote "nonexistent" 2025/05/10 07:14:43 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/05/10 07:14:43 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/05/10 07:14:43 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/05/10 07:14:43 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-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", 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 (182.30s) --- PASS: TestCheckDownload/1 (0.19s) --- PASS: TestCheckDownload/2 (5.27s) --- PASS: TestCheckDownload/3 (0.20s) --- PASS: TestCheckDownload/4 (10.34s) --- PASS: TestCheckDownload/5 (10.20s) --- PASS: TestCheckDownload/6 (15.27s) --- PASS: TestCheckDownload/7 (10.20s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", 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 (150.12s) --- PASS: TestCheckSizeOnly/1 (0.05s) --- PASS: TestCheckSizeOnly/2 (0.09s) --- PASS: TestCheckSizeOnly/3 (0.12s) --- 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-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" 2025/05/10 07:20:22 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/10 07:20:22 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/10 07:20:22 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/10 07:20:22 NOTICE: test.sum: 2 warning(s) suppressed... 2025/05/10 07:20:23 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/10 07:20:23 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/10 07:20:23 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/10 07:20:23 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.57s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" 2025/05/10 07:20:23 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-mecasuc7baza/data" 2025/05/10 07:20:24 DEBUG : Swift container rclone-test-mecasuc7baza path data.json: Auto set use_segments_container to true 2025/05/10 07:20:29 DEBUG : Swift container rclone-test-mecasuc7baza 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 (250.27s) --- PASS: TestCheckSum/subtest1 (0.33s) --- PASS: TestCheckSum/subtest2 (0.34s) --- PASS: TestCheckSum/subtest3 (10.44s) --- PASS: TestCheckSum/subtest4 (10.47s) --- PASS: TestCheckSum/subtest5 (15.45s) --- PASS: TestCheckSum/subtest6 (10.44s) --- PASS: TestCheckSum/subtest7 (10.52s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" 2025/05/10 07:24:34 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-mecasuc7baza/data" 2025/05/10 07:24:34 DEBUG : Config file has changed externally - reloading 2025/05/10 07:24:34 DEBUG : Swift container rclone-test-mecasuc7baza path data.json: Auto set use_segments_container to true 2025/05/10 07:24:54 DEBUG : Swift container rclone-test-mecasuc7baza 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 (231.67s) --- PASS: TestCheckSumDownload/subtest1 (5.41s) --- PASS: TestCheckSumDownload/subtest2 (5.41s) --- PASS: TestCheckSumDownload/subtest3 (15.45s) --- PASS: TestCheckSumDownload/subtest4 (5.39s) --- PASS: TestCheckSumDownload/subtest5 (10.49s) --- PASS: TestCheckSumDownload/subtest6 (10.47s) --- PASS: TestCheckSumDownload/subtest7 (5.43s) === RUN TestApplyTransforms 2025/05/10 07:28:25 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-cujupok1qizi" 2025/05/10 07:28:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/10 07:28:25 DEBUG : Swift container rclone-test-cujupok1qizi.json: Auto set use_segments_container to true 2025/05/10 07:28:26 DEBUG : Swift container rclone-test-cujupok1qizi: Auto set use_segments_container to true 2025/05/10 07:28:26 DEBUG : Creating backend with remote "/tmp/rclone677931940" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cujupok1qizi", Local "Local file system at /tmp/rclone677931940", Modify Window "1ns" 2025/05/10 07:28:26 INFO : Swift container rclone-test-cujupok1qizi: Container "rclone-test-cujupok1qizi" created upper checkfile vs. lower remote (without normalization) 2025/05/10 07:28:44 ERROR : hello, world!: sum not found 2025/05/10 07:28:44 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-cujupok1qizi 2025/05/10 07:28:44 NOTICE: Compressed: TestCompressSwift:rclone-test-cujupok1qizi: 1 files missing 2025/05/10 07:28:44 NOTICE: 1 hashes missing 2025/05/10 07:28:44 NOTICE: Compressed: TestCompressSwift:rclone-test-cujupok1qizi: 2 differences found 2025/05/10 07:28:44 NOTICE: Compressed: TestCompressSwift:rclone-test-cujupok1qizi: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/05/10 07:28:49 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/10 07:28:49 NOTICE: Compressed: TestCompressSwift:rclone-test-cujupok1qizi: 0 differences found 2025/05/10 07:28:49 NOTICE: Compressed: TestCompressSwift:rclone-test-cujupok1qizi: 1 matching files 2025/05/10 07:28:49 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-sasugus6xera" 2025/05/10 07:28:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/10 07:28:49 DEBUG : Swift container rclone-test-sasugus6xera.json: Auto set use_segments_container to true 2025/05/10 07:28:50 DEBUG : Swift container rclone-test-sasugus6xera: Auto set use_segments_container to true 2025/05/10 07:28:50 DEBUG : Creating backend with remote "/tmp/rclone3064039809" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sasugus6xera", Local "Local file system at /tmp/rclone3064039809", Modify Window "1ns" 2025/05/10 07:28:50 INFO : Swift container rclone-test-sasugus6xera: Container "rclone-test-sasugus6xera" created lower checkfile vs. upper remote (without normalization) 2025/05/10 07:28:57 ERROR : HELLO, WORLD!: sum not found 2025/05/10 07:28:57 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-sasugus6xera 2025/05/10 07:28:57 NOTICE: Compressed: TestCompressSwift:rclone-test-sasugus6xera: 1 files missing 2025/05/10 07:28:57 NOTICE: 1 hashes missing 2025/05/10 07:28:57 NOTICE: Compressed: TestCompressSwift:rclone-test-sasugus6xera: 2 differences found 2025/05/10 07:28:57 NOTICE: Compressed: TestCompressSwift:rclone-test-sasugus6xera: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/05/10 07:28:57 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/10 07:28:57 NOTICE: Compressed: TestCompressSwift:rclone-test-sasugus6xera: 0 differences found 2025/05/10 07:28:57 NOTICE: Compressed: TestCompressSwift:rclone-test-sasugus6xera: 1 matching files 2025/05/10 07:28:57 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hidiwuw7sumo" 2025/05/10 07:28:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/10 07:28:58 DEBUG : Swift container rclone-test-hidiwuw7sumo.json: Auto set use_segments_container to true 2025/05/10 07:28:58 DEBUG : Swift container rclone-test-hidiwuw7sumo: Auto set use_segments_container to true 2025/05/10 07:28:58 DEBUG : Creating backend with remote "/tmp/rclone2004911316" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hidiwuw7sumo", Local "Local file system at /tmp/rclone2004911316", Modify Window "1ns" 2025/05/10 07:28:58 INFO : Swift container rclone-test-hidiwuw7sumo: Container "rclone-test-hidiwuw7sumo" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/05/10 07:29:19 ERROR : HeLlO, wOrLd!: sum not found 2025/05/10 07:29:19 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-hidiwuw7sumo 2025/05/10 07:29:19 NOTICE: Compressed: TestCompressSwift:rclone-test-hidiwuw7sumo: 1 files missing 2025/05/10 07:29:19 NOTICE: 1 hashes missing 2025/05/10 07:29:19 NOTICE: Compressed: TestCompressSwift:rclone-test-hidiwuw7sumo: 2 differences found 2025/05/10 07:29:19 NOTICE: Compressed: TestCompressSwift:rclone-test-hidiwuw7sumo: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/05/10 07:29:19 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/10 07:29:19 NOTICE: Compressed: TestCompressSwift:rclone-test-hidiwuw7sumo: 0 differences found 2025/05/10 07:29:19 NOTICE: Compressed: TestCompressSwift:rclone-test-hidiwuw7sumo: 1 matching files 2025/05/10 07:29:19 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tawosuh2dohe" 2025/05/10 07:29:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/10 07:29:20 DEBUG : Swift container rclone-test-tawosuh2dohe.json: Auto set use_segments_container to true 2025/05/10 07:29:20 DEBUG : Swift container rclone-test-tawosuh2dohe: Auto set use_segments_container to true 2025/05/10 07:29:20 DEBUG : Creating backend with remote "/tmp/rclone3451980096" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tawosuh2dohe", Local "Local file system at /tmp/rclone3451980096", Modify Window "1ns" 2025/05/10 07:29:21 INFO : Swift container rclone-test-tawosuh2dohe: Container "rclone-test-tawosuh2dohe" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/05/10 07:29:36 ERROR : HELLO, WORLD!: sum not found 2025/05/10 07:29:36 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-tawosuh2dohe 2025/05/10 07:29:36 NOTICE: Compressed: TestCompressSwift:rclone-test-tawosuh2dohe: 1 files missing 2025/05/10 07:29:36 NOTICE: 1 hashes missing 2025/05/10 07:29:36 NOTICE: Compressed: TestCompressSwift:rclone-test-tawosuh2dohe: 2 differences found 2025/05/10 07:29:36 NOTICE: Compressed: TestCompressSwift:rclone-test-tawosuh2dohe: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/05/10 07:29:42 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/10 07:29:42 NOTICE: Compressed: TestCompressSwift:rclone-test-tawosuh2dohe: 0 differences found 2025/05/10 07:29:42 NOTICE: Compressed: TestCompressSwift:rclone-test-tawosuh2dohe: 1 matching files 2025/05/10 07:29:42 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vebacuq1qigi" 2025/05/10 07:29:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/10 07:29:42 DEBUG : Swift container rclone-test-vebacuq1qigi.json: Auto set use_segments_container to true 2025/05/10 07:29:42 DEBUG : Swift container rclone-test-vebacuq1qigi: Auto set use_segments_container to true 2025/05/10 07:29:42 DEBUG : Creating backend with remote "/tmp/rclone2167634950" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vebacuq1qigi", Local "Local file system at /tmp/rclone2167634950", Modify Window "1ns" 2025/05/10 07:29:43 INFO : Swift container rclone-test-vebacuq1qigi: Container "rclone-test-vebacuq1qigi" created NFD checkfile vs. NFC remote (without normalization) 2025/05/10 07:30:24 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/10 07:30:24 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-vebacuq1qigi 2025/05/10 07:30:24 NOTICE: Compressed: TestCompressSwift:rclone-test-vebacuq1qigi: 1 files missing 2025/05/10 07:30:24 NOTICE: 1 hashes missing 2025/05/10 07:30:24 NOTICE: Compressed: TestCompressSwift:rclone-test-vebacuq1qigi: 2 differences found 2025/05/10 07:30:24 NOTICE: Compressed: TestCompressSwift:rclone-test-vebacuq1qigi: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/05/10 07:30:24 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/10 07:30:24 NOTICE: Compressed: TestCompressSwift:rclone-test-vebacuq1qigi: 0 differences found 2025/05/10 07:30:24 NOTICE: Compressed: TestCompressSwift:rclone-test-vebacuq1qigi: 1 matching files 2025/05/10 07:30:24 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-basalix1yuta" 2025/05/10 07:30:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/10 07:30:24 DEBUG : Swift container rclone-test-basalix1yuta.json: Auto set use_segments_container to true 2025/05/10 07:30:25 DEBUG : Swift container rclone-test-basalix1yuta: Auto set use_segments_container to true 2025/05/10 07:30:25 DEBUG : Creating backend with remote "/tmp/rclone2102751329" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-basalix1yuta", Local "Local file system at /tmp/rclone2102751329", Modify Window "1ns" 2025/05/10 07:30:25 INFO : Swift container rclone-test-basalix1yuta: Container "rclone-test-basalix1yuta" created NFC checkfile vs. NFD remote (without normalization) 2025/05/10 07:30:41 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/10 07:30:41 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-basalix1yuta 2025/05/10 07:30:41 NOTICE: Compressed: TestCompressSwift:rclone-test-basalix1yuta: 1 files missing 2025/05/10 07:30:41 NOTICE: 1 hashes missing 2025/05/10 07:30:41 NOTICE: Compressed: TestCompressSwift:rclone-test-basalix1yuta: 2 differences found 2025/05/10 07:30:41 NOTICE: Compressed: TestCompressSwift:rclone-test-basalix1yuta: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/05/10 07:30:46 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/10 07:30:46 NOTICE: Compressed: TestCompressSwift:rclone-test-basalix1yuta: 0 differences found 2025/05/10 07:30:46 NOTICE: Compressed: TestCompressSwift:rclone-test-basalix1yuta: 1 matching files 2025/05/10 07:30:46 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tizamuy9tuda" 2025/05/10 07:30:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/10 07:30:47 DEBUG : Swift container rclone-test-tizamuy9tuda.json: Auto set use_segments_container to true 2025/05/10 07:30:47 DEBUG : Swift container rclone-test-tizamuy9tuda: Auto set use_segments_container to true 2025/05/10 07:30:47 DEBUG : Creating backend with remote "/tmp/rclone1922323967" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tizamuy9tuda", Local "Local file system at /tmp/rclone1922323967", Modify Window "1ns" 2025/05/10 07:30:47 INFO : Swift container rclone-test-tizamuy9tuda: Container "rclone-test-tizamuy9tuda" created NFDx2 checkfile vs. both remote (without normalization) 2025/05/10 07:30:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/10 07:30:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-tizamuy9tuda 2025/05/10 07:30:53 NOTICE: Compressed: TestCompressSwift:rclone-test-tizamuy9tuda: 1 files missing 2025/05/10 07:30:53 NOTICE: 1 hashes missing 2025/05/10 07:30:53 NOTICE: Compressed: TestCompressSwift:rclone-test-tizamuy9tuda: 2 differences found 2025/05/10 07:30:53 NOTICE: Compressed: TestCompressSwift:rclone-test-tizamuy9tuda: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/05/10 07:30:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/10 07:30:53 NOTICE: Compressed: TestCompressSwift:rclone-test-tizamuy9tuda: 0 differences found 2025/05/10 07:30:53 NOTICE: Compressed: TestCompressSwift:rclone-test-tizamuy9tuda: 1 matching files 2025/05/10 07:30:53 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-pumapaf8mapo" 2025/05/10 07:30:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/10 07:30:54 DEBUG : Swift container rclone-test-pumapaf8mapo.json: Auto set use_segments_container to true 2025/05/10 07:30:54 DEBUG : Swift container rclone-test-pumapaf8mapo: Auto set use_segments_container to true 2025/05/10 07:30:54 DEBUG : Creating backend with remote "/tmp/rclone3660501355" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pumapaf8mapo", Local "Local file system at /tmp/rclone3660501355", Modify Window "1ns" 2025/05/10 07:30:54 INFO : Swift container rclone-test-pumapaf8mapo: Container "rclone-test-pumapaf8mapo" created NFCx2 checkfile vs. both remote (without normalization) 2025/05/10 07:31:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/10 07:31:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-pumapaf8mapo 2025/05/10 07:31:06 NOTICE: Compressed: TestCompressSwift:rclone-test-pumapaf8mapo: 1 files missing 2025/05/10 07:31:06 NOTICE: 1 hashes missing 2025/05/10 07:31:06 NOTICE: Compressed: TestCompressSwift:rclone-test-pumapaf8mapo: 2 differences found 2025/05/10 07:31:06 NOTICE: Compressed: TestCompressSwift:rclone-test-pumapaf8mapo: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/05/10 07:31:06 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/10 07:31:06 NOTICE: Compressed: TestCompressSwift:rclone-test-pumapaf8mapo: 0 differences found 2025/05/10 07:31:06 NOTICE: Compressed: TestCompressSwift:rclone-test-pumapaf8mapo: 1 matching files 2025/05/10 07:31:06 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gipacuf5vifa" 2025/05/10 07:31:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/10 07:31:06 DEBUG : Swift container rclone-test-gipacuf5vifa.json: Auto set use_segments_container to true 2025/05/10 07:31:07 DEBUG : Swift container rclone-test-gipacuf5vifa: Auto set use_segments_container to true 2025/05/10 07:31:07 DEBUG : Creating backend with remote "/tmp/rclone1954137001" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gipacuf5vifa", Local "Local file system at /tmp/rclone1954137001", Modify Window "1ns" 2025/05/10 07:31:07 INFO : Swift container rclone-test-gipacuf5vifa: Container "rclone-test-gipacuf5vifa" created both checkfile vs. NFDx2 remote (without normalization) 2025/05/10 07:31:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/10 07:31:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-gipacuf5vifa 2025/05/10 07:31:23 NOTICE: Compressed: TestCompressSwift:rclone-test-gipacuf5vifa: 1 files missing 2025/05/10 07:31:23 NOTICE: 1 hashes missing 2025/05/10 07:31:23 NOTICE: Compressed: TestCompressSwift:rclone-test-gipacuf5vifa: 2 differences found 2025/05/10 07:31:23 NOTICE: Compressed: TestCompressSwift:rclone-test-gipacuf5vifa: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/05/10 07:31:29 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/10 07:31:29 NOTICE: Compressed: TestCompressSwift:rclone-test-gipacuf5vifa: 0 differences found 2025/05/10 07:31:29 NOTICE: Compressed: TestCompressSwift:rclone-test-gipacuf5vifa: 1 matching files 2025/05/10 07:31:29 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-caherum0mase" 2025/05/10 07:31:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/10 07:31:29 DEBUG : Swift container rclone-test-caherum0mase.json: Auto set use_segments_container to true 2025/05/10 07:31:29 DEBUG : Swift container rclone-test-caherum0mase: Auto set use_segments_container to true 2025/05/10 07:31:29 DEBUG : Creating backend with remote "/tmp/rclone4023998511" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-caherum0mase", Local "Local file system at /tmp/rclone4023998511", Modify Window "1ns" 2025/05/10 07:31:30 INFO : Swift container rclone-test-caherum0mase: Container "rclone-test-caherum0mase" created both checkfile vs. NFCx2 remote (without normalization) 2025/05/10 07:31:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/10 07:31:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-caherum0mase 2025/05/10 07:31:41 NOTICE: Compressed: TestCompressSwift:rclone-test-caherum0mase: 1 files missing 2025/05/10 07:31:41 NOTICE: 1 hashes missing 2025/05/10 07:31:41 NOTICE: Compressed: TestCompressSwift:rclone-test-caherum0mase: 2 differences found 2025/05/10 07:31:41 NOTICE: Compressed: TestCompressSwift:rclone-test-caherum0mase: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/05/10 07:31:41 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/10 07:31:41 NOTICE: Compressed: TestCompressSwift:rclone-test-caherum0mase: 0 differences found 2025/05/10 07:31:41 NOTICE: Compressed: TestCompressSwift:rclone-test-caherum0mase: 1 matching files 2025/05/10 07:31:41 DEBUG : Compressed: TestCompressSwift:rclone-test-caherum0mase: Purge remote 2025/05/10 07:31:41 DEBUG : Waiting for deletions to finish 2025/05/10 07:31:42 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/10 07:31:46 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/10 07:31:47 INFO : Swift container rclone-test-caherum0mase: Container "rclone-test-caherum0mase" removed 2025/05/10 07:31:47 DEBUG : Compressed: TestCompressSwift:rclone-test-gipacuf5vifa: Purge remote 2025/05/10 07:31:47 DEBUG : Waiting for deletions to finish 2025/05/10 07:31:52 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/10 07:31:52 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/10 07:31:52 INFO : Swift container rclone-test-gipacuf5vifa: Container "rclone-test-gipacuf5vifa" removed 2025/05/10 07:31:52 DEBUG : Compressed: TestCompressSwift:rclone-test-pumapaf8mapo: Purge remote 2025/05/10 07:31:52 DEBUG : Waiting for deletions to finish 2025/05/10 07:31:53 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/10 07:32:03 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/10 07:32:03 INFO : Swift container rclone-test-pumapaf8mapo: Container "rclone-test-pumapaf8mapo" removed 2025/05/10 07:32:03 DEBUG : Compressed: TestCompressSwift:rclone-test-tizamuy9tuda: Purge remote 2025/05/10 07:32:03 DEBUG : Waiting for deletions to finish 2025/05/10 07:32:03 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/10 07:32:03 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/10 07:32:04 INFO : Swift container rclone-test-tizamuy9tuda: Container "rclone-test-tizamuy9tuda" removed 2025/05/10 07:32:04 DEBUG : Compressed: TestCompressSwift:rclone-test-basalix1yuta: Purge remote 2025/05/10 07:32:04 DEBUG : Waiting for deletions to finish 2025/05/10 07:32:09 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/05/10 07:32:09 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/05/10 07:32:11 INFO : Swift container rclone-test-basalix1yuta: Container "rclone-test-basalix1yuta" removed 2025/05/10 07:32:11 DEBUG : Compressed: TestCompressSwift:rclone-test-vebacuq1qigi: Purge remote 2025/05/10 07:32:11 DEBUG : Waiting for deletions to finish 2025/05/10 07:32:11 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/05/10 07:32:16 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/05/10 07:32:16 INFO : Swift container rclone-test-vebacuq1qigi: Container "rclone-test-vebacuq1qigi" removed 2025/05/10 07:32:16 DEBUG : Compressed: TestCompressSwift:rclone-test-tawosuh2dohe: Purge remote 2025/05/10 07:32:16 DEBUG : Waiting for deletions to finish 2025/05/10 07:32:26 INFO : HELLO, WORLD!.bin: Deleted 2025/05/10 07:32:27 INFO : HELLO, WORLD!.json: Deleted 2025/05/10 07:32:27 INFO : Swift container rclone-test-tawosuh2dohe: Container "rclone-test-tawosuh2dohe" removed 2025/05/10 07:32:27 DEBUG : Compressed: TestCompressSwift:rclone-test-hidiwuw7sumo: Purge remote 2025/05/10 07:32:27 DEBUG : Waiting for deletions to finish 2025/05/10 07:32:27 INFO : HeLlO, wOrLd!.bin: Deleted 2025/05/10 07:32:27 INFO : HeLlO, wOrLd!.json: Deleted 2025/05/10 07:32:28 INFO : Swift container rclone-test-hidiwuw7sumo: Container "rclone-test-hidiwuw7sumo" removed 2025/05/10 07:32:28 DEBUG : Compressed: TestCompressSwift:rclone-test-sasugus6xera: Purge remote 2025/05/10 07:32:28 DEBUG : Waiting for deletions to finish 2025/05/10 07:32:28 INFO : HELLO, WORLD!.bin: Deleted 2025/05/10 07:32:28 INFO : HELLO, WORLD!.json: Deleted 2025/05/10 07:32:29 INFO : Swift container rclone-test-sasugus6xera: Container "rclone-test-sasugus6xera" removed 2025/05/10 07:32:29 DEBUG : Compressed: TestCompressSwift:rclone-test-cujupok1qizi: Purge remote 2025/05/10 07:32:29 DEBUG : Waiting for deletions to finish 2025/05/10 07:32:34 INFO : hello, world!.json: Deleted 2025/05/10 07:32:34 INFO : hello, world!.bin: Deleted 2025/05/10 07:32:34 INFO : Swift container rclone-test-cujupok1qizi: Container "rclone-test-cujupok1qizi" removed --- PASS: TestApplyTransforms (249.12s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" 2025/05/10 07:32:39 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/10 07:32:55 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/10 07:32:55 INFO : file1: Copied (new) to: sub/file2 2025/05/10 07:33:01 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/10 07:33:01 DEBUG : file1: Unchanged skipping 2025/05/10 07:33:01 DEBUG : Compressed: TestCompressSwift:rclone-test-mecasuc7baza: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (47.20s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.20s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" 2025/05/10 07:33:43 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-mecasuc7baza/backup" 2025/05/10 07:33:43 DEBUG : Swift container rclone-test-mecasuc7baza path backup.json: Auto set use_segments_container to true 2025/05/10 07:33:49 DEBUG : Swift container rclone-test-mecasuc7baza path backup: Auto set use_segments_container to true 2025/05/10 07:33:54 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/10 07:34:15 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/05/10 07:34:15 INFO : dst/file1: Copied (server-side copy) 2025/05/10 07:34:21 INFO : dst/file1: Deleted 2025/05/10 07:34:31 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/10 07:34:31 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (85.36s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" 2025/05/10 07:34:47 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-mecasuc7baza/dst" 2025/05/10 07:34:47 DEBUG : Swift container rclone-test-mecasuc7baza path dst.json: Auto set use_segments_container to true 2025/05/10 07:34:53 DEBUG : Swift container rclone-test-mecasuc7baza path dst: Auto set use_segments_container to true 2025/05/10 07:35:03 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-mecasuc7baza/CompareDest" 2025/05/10 07:35:04 DEBUG : Swift container rclone-test-mecasuc7baza path CompareDest.json: Auto set use_segments_container to true 2025/05/10 07:35:09 DEBUG : Swift container rclone-test-mecasuc7baza path CompareDest: Auto set use_segments_container to true 2025/05/10 07:35:15 DEBUG : one: Need to transfer - File not found at Destination 2025/05/10 07:35:26 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/10 07:35:26 INFO : one: Copied (new) 2025/05/10 07:35:27 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/10 07:35:32 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/10 07:35:32 INFO : one: Copied (replaced existing) 2025/05/10 07:35:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/10 07:35:54 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/10 07:35:54 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/10 07:36:17 DEBUG : two: Need to transfer - File not found at Destination 2025/05/10 07:36:17 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/10 07:36:17 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/10 07:36:22 DEBUG : two: Need to transfer - File not found at Destination 2025/05/10 07:36:22 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/10 07:36:22 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/10 07:36:38 DEBUG : two: Need to transfer - File not found at Destination 2025/05/10 07:36:44 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/05/10 07:36:55 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/05/10 07:36:55 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (164.78s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" 2025/05/10 07:37:32 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-mecasuc7baza/dst" 2025/05/10 07:37:32 DEBUG : Swift container rclone-test-mecasuc7baza path dst.json: Auto set use_segments_container to true 2025/05/10 07:37:38 DEBUG : Swift container rclone-test-mecasuc7baza path dst: Auto set use_segments_container to true 2025/05/10 07:37:48 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-mecasuc7baza/CopyDest" 2025/05/10 07:37:48 DEBUG : Swift container rclone-test-mecasuc7baza path CopyDest.json: Auto set use_segments_container to true 2025/05/10 07:37:54 DEBUG : Swift container rclone-test-mecasuc7baza path CopyDest: Auto set use_segments_container to true 2025/05/10 07:37:59 DEBUG : one: Need to transfer - File not found at Destination 2025/05/10 07:38:10 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/10 07:38:10 INFO : one: Copied (new) 2025/05/10 07:38:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/10 07:38:16 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/10 07:38:16 INFO : one: Copied (replaced existing) 2025/05/10 07:38:23 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-mecasuc7baza/BackupDir" 2025/05/10 07:38:23 DEBUG : Swift container rclone-test-mecasuc7baza path BackupDir.json: Auto set use_segments_container to true 2025/05/10 07:38:29 DEBUG : Swift container rclone-test-mecasuc7baza path BackupDir: Auto set use_segments_container to true 2025/05/10 07:38:34 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/10 07:38:35 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/10 07:38:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/10 07:39:11 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/10 07:39:11 INFO : one: Copied (server-side copy) 2025/05/10 07:39:11 INFO : one: Deleted 2025/05/10 07:39:26 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/10 07:39:26 INFO : one: Copied (server-side copy) 2025/05/10 07:39:26 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/05/10 07:39:49 DEBUG : two: Need to transfer - File not found at Destination 2025/05/10 07:39:49 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/10 07:40:10 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/05/10 07:40:10 INFO : two: Copied (server-side copy) 2025/05/10 07:40:10 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/05/10 07:40:26 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/10 07:40:26 DEBUG : two: Unchanged skipping 2025/05/10 07:41:08 DEBUG : three: Need to transfer - File not found at Destination 2025/05/10 07:41:19 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/05/10 07:41:19 DEBUG : three: Destination not found in --copy-dest 2025/05/10 07:41:30 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/05/10 07:41:30 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (311.42s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.23s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.10s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" 2025/05/10 07:42:49 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/05/10 07:43:00 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/10 07:43:00 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/05/10 07:43:15 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/05/10 07:43:21 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/05/10 07:43:21 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy2.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-mecasuc7baza/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/05/10 07:43:26 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/05/10 07:43:36 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/05/10 07:43:43 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 2abf3614e3b99c91d486ffe5f0a107b8 OK 2025/05/10 07:43:43 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (66.17s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.15s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.19s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.19s) === RUN TestDeduplicateFirst run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.20s) === RUN TestDeduplicateNewest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", 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-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" 2025/05/10 07:45:01 INFO : Compressed: TestCompressSwift:rclone-test-mecasuc7baza: Looking for duplicate md5 hashes using newest mode. 2025/05/10 07:45:11 NOTICE: a35c24b369364c6d5059f8cedb52adf9: Found 3 files with duplicate md5 hashes 2025/05/10 07:45:27 INFO : one: Deleted 2025/05/10 07:45:37 INFO : also/one: Deleted 2025/05/10 07:45:37 NOTICE: a35c24b369364c6d5059f8cedb52adf9: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (132.43s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.28s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.12s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.20s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", 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-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", 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-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" 2025/05/10 07:47:32 DEBUG : a.txt: Excluded (Size Filter) 2025/05/10 07:47:32 DEBUG : a.txt: Excluded 2025/05/10 07:47:32 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/10 07:47:32 DEBUG : sub dir/hello world: Excluded 2025/05/10 07:47:32 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/10 07:47:32 DEBUG : sub dir/hello world2: Excluded 2025/05/10 07:47:32 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/10 07:47:32 DEBUG : sub dir/hello world: Excluded 2025/05/10 07:47:32 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/10 07:47:32 DEBUG : sub dir/hello world2: Excluded 2025/05/10 07:47:32 DEBUG : sub dir/ignore dir: Excluded 2025/05/10 07:47:37 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (145.76s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" 2025/05/10 07:50:04 DEBUG : a.txt: Excluded (Size Filter) 2025/05/10 07:50:04 DEBUG : a.txt: Excluded 2025/05/10 07:50:05 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/10 07:50:05 DEBUG : sub dir/hello world: Excluded 2025/05/10 07:50:05 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/10 07:50:05 DEBUG : sub dir/hello world2: Excluded 2025/05/10 07:50:05 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/10 07:50:05 DEBUG : sub dir/hello world: Excluded 2025/05/10 07:50:05 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/10 07:50:05 DEBUG : sub dir/hello world2: Excluded 2025/05/10 07:50:05 DEBUG : sub dir/ignore dir: Excluded 2025/05/10 07:50:10 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (147.89s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", 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 (64.15s) --- PASS: TestListJSON/Default (0.18s) --- PASS: TestListJSON/FilesOnly (5.19s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (15.38s) --- PASS: TestListJSON/SubDir (0.19s) --- PASS: TestListJSON/NoModTime (0.14s) --- PASS: TestListJSON/NoMimeType (0.10s) --- PASS: TestListJSON/ShowHash (0.20s) --- PASS: TestListJSON/HashTypes (0.19s) --- PASS: TestListJSON/Metadata (0.19s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/05/10 07:52:55 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-mecasuc7baza/notfound" 2025/05/10 07:52:55 DEBUG : Swift container rclone-test-mecasuc7baza path notfound.json: Auto set use_segments_container to true 2025/05/10 07:53:01 DEBUG : Swift container rclone-test-mecasuc7baza path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (79.93s) --- PASS: TestStatJSON/Root (0.05s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.10s) --- PASS: TestStatJSON/Dir (5.22s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.20s) --- PASS: TestStatJSON/File (0.14s) --- PASS: TestStatJSON/NotFound (5.33s) --- PASS: TestStatJSON/DirFilesOnly (5.05s) --- PASS: TestStatJSON/FileFilesOnly (0.15s) --- PASS: TestStatJSON/NotFoundFilesOnly (5.05s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.10s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (11.33s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" 2025/05/10 07:53:22 INFO : Compressed: TestCompressSwift:rclone-test-mecasuc7baza: Making directory 2025/05/10 07:53:22 INFO : Compressed: TestCompressSwift:rclone-test-mecasuc7baza: Making directory --- PASS: TestMkdir (0.21s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" --- PASS: TestLsd (41.37s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" --- PASS: TestLs (72.36s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" 2025/05/10 07:56:02 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/05/10 07:56:02 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (72.11s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" --- PASS: TestLsLong (69.91s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (82.14s) --- PASS: TestHashSums/Md5 (10.23s) --- PASS: TestHashSums/Md5Download (10.21s) === RUN TestHashSumsWithErrors 2025/05/10 07:59:00 DEBUG : Creating backend with remote ":memory:" 2025/05/10 07:59:00 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/05/10 07:59:00 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/10 07:59:00 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/10 07:59:00 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/10 07:59:00 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/10 07:59:00 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/10 07:59:00 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/10 07:59:00 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/05/10 07:59:00 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-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" --- PASS: TestCount (78.74s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" 2025/05/10 08:01:17 DEBUG : Waiting for deletions to finish 2025/05/10 08:01:17 DEBUG : large: Excluded (Size Filter) 2025/05/10 08:01:27 INFO : small: Deleted 2025/05/10 08:01:32 INFO : medium: Deleted --- PASS: TestDelete (84.40s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" 2025/05/10 08:02:35 DEBUG : Waiting for deletions to finish 2025/05/10 08:02:35 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/05/10 08:02:45 INFO : medium: Deleted 2025/05/10 08:02:45 INFO : large: Deleted --- PASS: TestMaxDelete (73.05s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" 2025/05/10 08:03:38 DEBUG : Waiting for deletions to finish 2025/05/10 08:03:38 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/05/10 08:03:44 INFO : small: Deleted 2025/05/10 08:03:54 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (63.39s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" 2025/05/10 08:04:36 DEBUG : Waiting for deletions to finish 2025/05/10 08:04:37 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/05/10 08:04:47 INFO : large: Deleted 2025/05/10 08:04:52 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (63.08s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" --- PASS: TestReadFile (36.79s) === RUN TestRetry 2025/05/10 08:05:39 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/05/10 08:05:39 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/05/10 08:05:39 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/10 08:05:39 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/10 08:05:39 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/10 08:05:39 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/10 08:05:39 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" --- PASS: TestCat (25.21s) === RUN TestPurge 2025/05/10 08:06:05 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-muromil0cevu" 2025/05/10 08:06:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/10 08:06:05 DEBUG : Swift container rclone-test-muromil0cevu.json: Auto set use_segments_container to true 2025/05/10 08:06:05 DEBUG : Swift container rclone-test-muromil0cevu: Auto set use_segments_container to true 2025/05/10 08:06:05 DEBUG : Creating backend with remote "/tmp/rclone2201870663" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-muromil0cevu", Local "Local file system at /tmp/rclone2201870663", Modify Window "1ns" 2025/05/10 08:06:06 INFO : Swift container rclone-test-muromil0cevu: Container "rclone-test-muromil0cevu" created 2025/05/10 08:06:12 INFO : A2: Making directory 2025/05/10 08:06:12 INFO : A1/B2: Making directory 2025/05/10 08:06:12 INFO : A1/B2/C2: Making directory 2025/05/10 08:06:12 INFO : A1/B1/C3: Making directory 2025/05/10 08:06:12 INFO : A3: Making directory 2025/05/10 08:06:12 INFO : A3/B3: Making directory 2025/05/10 08:06:12 INFO : A3/B3/C4: Making directory fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A1/B1/C3" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" fstest.go:244: Filtering empty directory "A3/B3/C4" 2025/05/10 08:06:38 DEBUG : Waiting for deletions to finish 2025/05/10 08:06:38 INFO : A1/B1/C1/one.bin: Deleted 2025/05/10 08:06:39 INFO : A1/B1/C1/one.json: Deleted fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" fstest.go:244: Filtering empty directory "A3/B3/C4" 2025/05/10 08:06:39 DEBUG : Waiting for deletions to finish 2025/05/10 08:06:44 INFO : A1/two.json: Deleted 2025/05/10 08:06:44 INFO : A1/two.bin: Deleted 2025/05/10 08:06:45 INFO : Swift container rclone-test-muromil0cevu: Container "rclone-test-muromil0cevu" removed 2025/05/10 08:06:45 DEBUG : Compressed: TestCompressSwift:rclone-test-muromil0cevu: Purge remote 2025/05/10 08:06:45 DEBUG : Waiting for deletions to finish 2025/05/10 08:06:45 NOTICE: purge failed: directory not found --- PASS: TestPurge (40.31s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" 2025/05/10 08:06:56 INFO : A2: Making directory 2025/05/10 08:06:56 INFO : A1/B2: Making directory 2025/05/10 08:06:56 INFO : A1/B2/C2: Making directory 2025/05/10 08:06:56 INFO : A1/B1/C3: Making directory 2025/05/10 08:06:56 INFO : A3: Making directory 2025/05/10 08:06:56 INFO : A3/B3: Making directory 2025/05/10 08:06:56 INFO : A3/B3/C4: Making directory fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A1/B1/C3" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" fstest.go:244: Filtering empty directory "A3/B3/C4" 2025/05/10 08:07:12 DEBUG : removing 1 level 3 directories 2025/05/10 08:07:12 INFO : A3/B3/C4: Removing directory fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A1/B1/C3" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" 2025/05/10 08:07:39 DEBUG : removing 1 level 0 directories 2025/05/10 08:07:39 INFO : Compressed: TestCompressSwift:rclone-test-mecasuc7baza: Removing directory 2025/05/10 08:07:39 INFO : Swift container rclone-test-mecasuc7baza: Container "rclone-test-mecasuc7baza" removed --- PASS: TestRmdirsNoLeaveRoot (54.38s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" 2025/05/10 08:07:40 INFO : Swift container rclone-test-mecasuc7baza: Container "rclone-test-mecasuc7baza" created 2025/05/10 08:07:40 INFO : A1: Making directory 2025/05/10 08:07:40 INFO : A1/B1: Making directory 2025/05/10 08:07:40 INFO : A1/B1/C1: Making directory fstest.go:244: Filtering empty directory "A1" fstest.go:244: Filtering empty directory "A1/B1" fstest.go:244: Filtering empty directory "A1/B1/C1" fstest.go:244: Filtering empty directory "A1" --- PASS: TestRmdirsLeaveRoot (0.49s) === RUN TestRmdirsWithFilter run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" 2025/05/10 08:07:40 INFO : A1: Making directory 2025/05/10 08:07:40 INFO : A1/B1: Making directory 2025/05/10 08:07:40 INFO : A1/B1/C1: Making directory fstest.go:244: Filtering empty directory "A1" fstest.go:244: Filtering empty directory "A1/B1" fstest.go:244: Filtering empty directory "A1/B1/C1" fstest.go:244: Filtering empty directory "A1" --- PASS: TestRmdirsWithFilter (0.26s) === RUN TestCopyURL run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" 2025/05/10 08:07:51 DEBUG : filename.txt: File name found in url 2025/05/10 08:08:01 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (55.87s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" 2025/05/10 08:08:41 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/10 08:08:57 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/10 08:08:57 INFO : file1: Copied (new) to: sub/file2 2025/05/10 08:08:57 INFO : file1: Deleted 2025/05/10 08:09:02 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/10 08:09:02 DEBUG : file1: Unchanged skipping 2025/05/10 08:09:02 INFO : file1: Deleted 2025/05/10 08:09:07 DEBUG : Compressed: TestCompressSwift:rclone-test-mecasuc7baza: don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (56.83s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" 2025/05/10 08:09:38 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/10 08:09:48 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/10 08:09:48 INFO : file1: Copied (new) 2025/05/10 08:09:48 INFO : file1: Deleted 2025/05/10 08:09:54 DEBUG : file1: Destination exists, skipping 2025/05/10 08:09:54 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (26.33s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFile (0.24s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.16s) === RUN TestMoveFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" 2025/05/10 08:10:10 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-mecasuc7baza/backup" 2025/05/10 08:10:11 DEBUG : Swift container rclone-test-mecasuc7baza path backup.json: Auto set use_segments_container to true 2025/05/10 08:10:16 DEBUG : Swift container rclone-test-mecasuc7baza path backup: Auto set use_segments_container to true 2025/05/10 08:10:21 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/10 08:10:42 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/05/10 08:10:42 INFO : dst/file1: Copied (server-side copy) 2025/05/10 08:10:47 INFO : dst/file1: Deleted 2025/05/10 08:10:57 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/10 08:10:57 INFO : dst/file1: Copied (new) 2025/05/10 08:10:57 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (68.94s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mecasuc7baza", Local "Local file system at /tmp/rclone4001000656", Modify Window "1ns" panic: test timed out after 1h0m0s running tests: TestDirMove (16s) goroutine 9561 [running]: testing.(*M).startAlarm.func1() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2373 +0x385 created by time.goFunc /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/time/sleep.go:215 +0x2d goroutine 1 [chan receive]: testing.(*T).Run(0xc0005aa1a0, {0x25f55eb?, 0x0?}, 0x2737fd0) /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(0xc0005aa1a0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2168 +0x37 testing.tRunner(0xc0005aa1a0, 0xc000907c18) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 testing.runTests(0xc00095c5a0, {0x3d238a0, 0x6d, 0x6d}, {0x3d38300?, 0x1?, 0x3d38300?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2166 +0x43d testing.(*M).Run(0xc000486960) /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(0xc000486960) /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 35 [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 36 [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 9555 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc000394c40, 0xc001a026c0, 0xc000272780) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc000394c40, {0x2a15e20, 0x3d5b7e0}, {0xc000a062d0, 0x4f}, {{0xc000305b90, 0x18}, {0xc000305ba9, 0xb}, {0x25e058f, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc000394c40, {0x2a15e20, 0x3d5b7e0}, {{0xc000305b90, 0x18}, {0xc000305ba9, 0xb}, {0x25e058f, 0x4}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).objectBase(0xc0009b9270?, {0x2a15e20?, 0x3d5b7e0?}, {0xc000305b90?, 0xc0009b92d8?}, {0xc000305ba9, 0xb}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2142 +0xf8 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1.(*Connection).Object.1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2131 +0x85 github.com/ncw/swift/v2.withLORetry(0x0, 0xc0009b9610) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/largeobjects.go:303 +0xa2 github.com/ncw/swift/v2.(*Connection).Object(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2130 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1334 +0x156 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x60?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc000962000, 0xc001a02600, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc000962000, 0xc001a02600) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Object).readMetaData(0xc001a025a0, {0x2a15e20, 0x3d5b7e0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1333 +0x172 github.com/rclone/rclone/backend/swift.(*Fs).newObjectWithInfo(0xc0003516c0, {0x2a15e20, 0x3d5b7e0}, {0xc001d880f0, 0xb}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:666 +0x251 github.com/rclone/rclone/backend/swift.(*Fs).NewObject(0x47233d?, {0x2a15e20?, 0x3d5b7e0?}, {0xc001d880f0?, 0xc0009d1f80?}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:677 +0x25 github.com/rclone/rclone/backend/compress.(*Fs).NewObject(0xc00034c100, {0x2a15e20, 0x3d5b7e0}, {0x25e6f43, 0x6}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:422 +0x70 github.com/rclone/rclone/backend/compress.(*Fs).Put(0xc00034c100, {0x2a15e20, 0x3d5b7e0}, {0x29ee820, 0xc0009d1e30}, {0x2a20530, 0xc0004091f0}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:751 +0x7e github.com/rclone/rclone/fstest.(*Run).WriteObjectTo(0xc000408d20, {0x2a15e20, 0x3d5b7e0}, {0x2a2a380, 0xc00034c100}, {0x25e6f43, 0x6}, {0x25df428, 0x3}, {0x75bcd15, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:275 +0x3f8 github.com/rclone/rclone/fstest.(*Run).WriteObject(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 github.com/rclone/rclone/fs/operations_test.TestDirMove(0xc0006e8b60) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1357 +0x1c5 testing.tRunner(0xc0006e8b60, 0x2737fd0) /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 543 [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 533 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 8119 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc00051e380) /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 8118 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:408 +0xb6 goroutine 1186 [chan receive (nil chan), 54 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1144 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 169 [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 159 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2769 [chan receive, 44 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2768 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3310 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2768 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 496 [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 486 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 270 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 260 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 220 [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 210 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3402 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2768 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8691 [IO wait]: internal/poll.runtime_pollWait(0x7f6796ae0650, 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(0xc00224e400?, 0xc0008b1980?, 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(0xc00224e400, {0xc0008b1980, 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(0xc00224e400, {0xc0008b1980?, 0xc0004b88d0?, 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(0xc0005e40a0, {0xc0008b1980?, 0x3d38300?, 0xc00060d9d0?}) /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(0xc00089c4e0, {0xc0008b1980?, 0x18?, 0x2000?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc00089d3c8, {0xc0008b1980?, 0x0?, 0xc00089d3c8?}) /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(0xc0004b89b8, {0x29f0060, 0xc00089d3c8}) /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(0xc0004b8708, {0x7f67947aa798, 0xc00089c4e0}, 0xc00060da40?) /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(0xc0004b8708, 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(0xc0004b8708, {0xc00090a000, 0x1000, 0xc000090f08?}) /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(0xc0012daa20, {0xc00090a000?, 0x81d5e5?, 0x2159720?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2052 +0x4a bufio.(*Reader).fill(0xc000786420) /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(0xc000786420, 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(0xc0012daa20) /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 8656 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 435 [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 393 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1423 [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 1413 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 343 [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 317 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2901 [chan receive, 44 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2768 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 609 [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 600 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1077 [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 1067 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3579 [chan receive, 40 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2768 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 681 [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 671 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 9439 [select]: net/http.(*persistConn).writeLoop(0xc0012da7e0) /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 9424 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 1241 [chan receive (nil chan), 54 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1231 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1265 [chan receive (nil chan), 54 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1255 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 785 [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 775 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 733 [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 723 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1007 [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 997 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 928 [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 918 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3486 [chan receive, 40 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2768 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1314 [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 1288 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3098 [chan receive, 42 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 2768 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 844 [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 834 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1380 [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 1370 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 9559 [select]: net/http.(*persistConn).roundTrip(0xc0012daa20, 0xc000955310) /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(0xc0003b8f00, 0xc000272780) /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(0xc0004f62a0, 0xc000272780) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc000272780, {0x29ef8e0, 0xc0004f62a0}, {0x7f679590b901?, 0x7f679590b8e0?, 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(0xc000a00120, 0xc000272780, {0x470ef9?, 0xc000931df0?, 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(0xc000a00120, 0xc000272780) /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 9555 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 1464 [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 1438 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3234 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2768 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 2968 [chan receive, 42 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 2768 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3001 [chan receive, 42 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 2768 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8692 [select]: net/http.(*persistConn).writeLoop(0xc0012daa20) /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 8656 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 9438 [IO wait]: internal/poll.runtime_pollWait(0x7f6796adfd08, 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(0xc00034d480?, 0xc0001b6600?, 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(0xc00034d480, {0xc0001b6600, 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(0xc00034d480, {0xc0001b6600?, 0xc0005b08d0?, 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(0xc000150548, {0xc0001b6600?, 0x3d38300?, 0xc00055c9d0?}) /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(0xc000383c20, {0xc0001b6600?, 0x18?, 0x0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc00079c2b8, {0xc0001b6600?, 0x0?, 0xc00079c2b8?}) /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(0xc0005b09b8, {0x29f0060, 0xc00079c2b8}) /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(0xc0005b0708, {0x7f67947aa798, 0xc000383c20}, 0xc00055ca40?) /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(0xc0005b0708, 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(0xc0005b0708, {0xc00093a000, 0x1000, 0xc0004ab308?}) /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(0xc0012da7e0, {0xc00093a000?, 0x81d5e5?, 0x2159720?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2052 +0x4a bufio.(*Reader).fill(0xc000a825a0) /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(0xc000a825a0, 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(0xc0012da7e0) /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 9424 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 8530 [chan receive, 6 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 8513 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m0.686165071s (try 5/5): exit status 2: Failed []