"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 4/5) 2025/05/15 08:30:41 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hitaxaz7xore" 2025/05/15 08:30:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 08:30:42 DEBUG : Swift container rclone-test-hitaxaz7xore.json: Auto set use_segments_container to true 2025/05/15 08:30:42 DEBUG : Swift container rclone-test-hitaxaz7xore: Auto set use_segments_container to true 2025/05/15 08:30:42 DEBUG : Creating backend with remote "/tmp/rclone2486710288" === 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-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", 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-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.05s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/05/15 08:30:43 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/15 08:30:43 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/15 08:30:43 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/05/15 08:30:43 DEBUG : potato: Seek from 10 to 0 2025/05/15 08:30:43 DEBUG : potato: Seek from 10 to 0 2025/05/15 08:30:43 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/05/15 08:30:43 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/15 08:30:43 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/15 08:30:43 DEBUG : potato: Seek from 5 to 2 2025/05/15 08:30:43 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/05/15 08:30:43 DEBUG : potato: Seek from 7 to 0 2025/05/15 08:30:43 DEBUG : potato: Seek from 7 to 0 2025/05/15 08:30:43 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/05/15 08:30:43 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/15 08:30:43 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/15 08:30:43 DEBUG : potato: Seek from 5 to 2 2025/05/15 08:30:43 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/05/15 08:30:43 DEBUG : potato: Seek from 8 to 0 2025/05/15 08:30:43 DEBUG : potato: Seek from 8 to 0 2025/05/15 08:30:43 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/05/15 08:30:43 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/15 08:30:43 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/15 08:30:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/15 08:30:43 DEBUG : potato: Seek from 5 to 2 2025/05/15 08:30:43 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/05/15 08:30:43 DEBUG : potato: Seek from 9 to 0 2025/05/15 08:30:43 DEBUG : potato: Seek from 9 to 0 2025/05/15 08:30:43 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-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" 2025/05/15 08:30:43 INFO : Swift container rclone-test-hitaxaz7xore: Container "rclone-test-hitaxaz7xore" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (118.77s) --- PASS: TestCheck/1 (5.14s) --- PASS: TestCheck/2 (0.15s) --- PASS: TestCheck/3 (0.21s) --- PASS: TestCheck/4 (0.23s) --- PASS: TestCheck/5 (0.16s) --- PASS: TestCheck/6 (5.14s) --- PASS: TestCheck/7 (5.15s) === RUN TestCheckFsError 2025/05/15 08:32:41 DEBUG : Creating backend with remote "nonexistent" 2025/05/15 08:32:41 DEBUG : Creating backend with remote "nonexistent" 2025/05/15 08:32:41 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/05/15 08:32:41 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/15 08:32:41 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/05/15 08:32:41 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-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", 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 (105.32s) --- PASS: TestCheckDownload/1 (0.26s) --- PASS: TestCheckDownload/2 (0.20s) --- PASS: TestCheckDownload/3 (5.22s) --- PASS: TestCheckDownload/4 (5.24s) --- PASS: TestCheckDownload/5 (10.28s) --- PASS: TestCheckDownload/6 (0.29s) --- PASS: TestCheckDownload/7 (5.20s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", 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 (95.46s) --- PASS: TestCheckSizeOnly/1 (0.05s) --- PASS: TestCheckSizeOnly/2 (0.05s) --- PASS: TestCheckSizeOnly/3 (0.05s) --- PASS: TestCheckSizeOnly/4 (0.14s) --- PASS: TestCheckSizeOnly/5 (0.05s) --- 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-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" 2025/05/15 08:36:23 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/15 08:36:23 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/15 08:36:23 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/15 08:36:23 NOTICE: test.sum: 2 warning(s) suppressed... 2025/05/15 08:36:44 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/15 08:36:44 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/15 08:36:44 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/15 08:36:44 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (57.14s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" 2025/05/15 08:36:59 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hitaxaz7xore/data" 2025/05/15 08:37:00 DEBUG : Swift container rclone-test-hitaxaz7xore path data.json: Auto set use_segments_container to true 2025/05/15 08:37:05 DEBUG : Swift container rclone-test-hitaxaz7xore 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 (331.72s) --- PASS: TestCheckSum/subtest1 (20.36s) --- PASS: TestCheckSum/subtest2 (15.35s) --- PASS: TestCheckSum/subtest3 (10.49s) --- PASS: TestCheckSum/subtest4 (15.44s) --- PASS: TestCheckSum/subtest5 (10.45s) --- PASS: TestCheckSum/subtest6 (10.58s) --- PASS: TestCheckSum/subtest7 (5.53s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" 2025/05/15 08:42:31 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hitaxaz7xore/data" 2025/05/15 08:42:31 DEBUG : Swift container rclone-test-hitaxaz7xore path data.json: Auto set use_segments_container to true 2025/05/15 08:42:52 DEBUG : Swift container rclone-test-hitaxaz7xore 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 (279.40s) --- PASS: TestCheckSumDownload/subtest1 (5.38s) --- PASS: TestCheckSumDownload/subtest2 (5.40s) --- PASS: TestCheckSumDownload/subtest3 (0.48s) --- PASS: TestCheckSumDownload/subtest4 (10.42s) --- PASS: TestCheckSumDownload/subtest5 (15.39s) --- PASS: TestCheckSumDownload/subtest6 (0.41s) --- PASS: TestCheckSumDownload/subtest7 (5.41s) === RUN TestApplyTransforms 2025/05/15 08:47:10 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-fidisaq1soyo" 2025/05/15 08:47:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 08:47:11 DEBUG : Swift container rclone-test-fidisaq1soyo.json: Auto set use_segments_container to true 2025/05/15 08:47:11 DEBUG : Swift container rclone-test-fidisaq1soyo: Auto set use_segments_container to true 2025/05/15 08:47:11 DEBUG : Creating backend with remote "/tmp/rclone3916056384" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fidisaq1soyo", Local "Local file system at /tmp/rclone3916056384", Modify Window "1ns" 2025/05/15 08:47:12 INFO : Swift container rclone-test-fidisaq1soyo: Container "rclone-test-fidisaq1soyo" created upper checkfile vs. lower remote (without normalization) 2025/05/15 08:47:23 ERROR : hello, world!: sum not found 2025/05/15 08:47:23 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-fidisaq1soyo 2025/05/15 08:47:23 NOTICE: Compressed: TestCompressSwift:rclone-test-fidisaq1soyo: 1 files missing 2025/05/15 08:47:23 NOTICE: 1 hashes missing 2025/05/15 08:47:23 NOTICE: Compressed: TestCompressSwift:rclone-test-fidisaq1soyo: 2 differences found 2025/05/15 08:47:23 NOTICE: Compressed: TestCompressSwift:rclone-test-fidisaq1soyo: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/05/15 08:47:23 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 08:47:23 NOTICE: Compressed: TestCompressSwift:rclone-test-fidisaq1soyo: 0 differences found 2025/05/15 08:47:23 NOTICE: Compressed: TestCompressSwift:rclone-test-fidisaq1soyo: 1 matching files 2025/05/15 08:47:23 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-nufucay0vawu" 2025/05/15 08:47:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 08:47:24 DEBUG : Swift container rclone-test-nufucay0vawu.json: Auto set use_segments_container to true 2025/05/15 08:47:24 DEBUG : Swift container rclone-test-nufucay0vawu: Auto set use_segments_container to true 2025/05/15 08:47:24 DEBUG : Creating backend with remote "/tmp/rclone418466180" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-nufucay0vawu", Local "Local file system at /tmp/rclone418466180", Modify Window "1ns" 2025/05/15 08:47:24 INFO : Swift container rclone-test-nufucay0vawu: Container "rclone-test-nufucay0vawu" created lower checkfile vs. upper remote (without normalization) 2025/05/15 08:47:40 ERROR : HELLO, WORLD!: sum not found 2025/05/15 08:47:40 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-nufucay0vawu 2025/05/15 08:47:40 NOTICE: Compressed: TestCompressSwift:rclone-test-nufucay0vawu: 1 files missing 2025/05/15 08:47:40 NOTICE: 1 hashes missing 2025/05/15 08:47:40 NOTICE: Compressed: TestCompressSwift:rclone-test-nufucay0vawu: 2 differences found 2025/05/15 08:47:40 NOTICE: Compressed: TestCompressSwift:rclone-test-nufucay0vawu: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/05/15 08:47:46 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 08:47:46 NOTICE: Compressed: TestCompressSwift:rclone-test-nufucay0vawu: 0 differences found 2025/05/15 08:47:46 NOTICE: Compressed: TestCompressSwift:rclone-test-nufucay0vawu: 1 matching files 2025/05/15 08:47:46 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-wupamif0maho" 2025/05/15 08:47:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 08:47:46 DEBUG : Swift container rclone-test-wupamif0maho.json: Auto set use_segments_container to true 2025/05/15 08:47:46 DEBUG : Swift container rclone-test-wupamif0maho: Auto set use_segments_container to true 2025/05/15 08:47:46 DEBUG : Creating backend with remote "/tmp/rclone1522929588" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wupamif0maho", Local "Local file system at /tmp/rclone1522929588", Modify Window "1ns" 2025/05/15 08:47:47 INFO : Swift container rclone-test-wupamif0maho: Container "rclone-test-wupamif0maho" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/05/15 08:48:03 ERROR : HeLlO, wOrLd!: sum not found 2025/05/15 08:48:03 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-wupamif0maho 2025/05/15 08:48:03 NOTICE: Compressed: TestCompressSwift:rclone-test-wupamif0maho: 1 files missing 2025/05/15 08:48:03 NOTICE: 1 hashes missing 2025/05/15 08:48:03 NOTICE: Compressed: TestCompressSwift:rclone-test-wupamif0maho: 2 differences found 2025/05/15 08:48:03 NOTICE: Compressed: TestCompressSwift:rclone-test-wupamif0maho: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/05/15 08:48:08 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 08:48:08 NOTICE: Compressed: TestCompressSwift:rclone-test-wupamif0maho: 0 differences found 2025/05/15 08:48:08 NOTICE: Compressed: TestCompressSwift:rclone-test-wupamif0maho: 1 matching files 2025/05/15 08:48:08 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-lugacur1tuwo" 2025/05/15 08:48:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 08:48:09 DEBUG : Swift container rclone-test-lugacur1tuwo.json: Auto set use_segments_container to true 2025/05/15 08:48:09 DEBUG : Swift container rclone-test-lugacur1tuwo: Auto set use_segments_container to true 2025/05/15 08:48:09 DEBUG : Creating backend with remote "/tmp/rclone3069334219" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-lugacur1tuwo", Local "Local file system at /tmp/rclone3069334219", Modify Window "1ns" 2025/05/15 08:48:09 INFO : Swift container rclone-test-lugacur1tuwo: Container "rclone-test-lugacur1tuwo" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/05/15 08:48:20 ERROR : HELLO, WORLD!: sum not found 2025/05/15 08:48:20 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-lugacur1tuwo 2025/05/15 08:48:20 NOTICE: Compressed: TestCompressSwift:rclone-test-lugacur1tuwo: 1 files missing 2025/05/15 08:48:20 NOTICE: 1 hashes missing 2025/05/15 08:48:20 NOTICE: Compressed: TestCompressSwift:rclone-test-lugacur1tuwo: 2 differences found 2025/05/15 08:48:20 NOTICE: Compressed: TestCompressSwift:rclone-test-lugacur1tuwo: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/05/15 08:48:26 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 08:48:26 NOTICE: Compressed: TestCompressSwift:rclone-test-lugacur1tuwo: 0 differences found 2025/05/15 08:48:26 NOTICE: Compressed: TestCompressSwift:rclone-test-lugacur1tuwo: 1 matching files 2025/05/15 08:48:26 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-zatuhed7cije" 2025/05/15 08:48:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 08:48:26 DEBUG : Swift container rclone-test-zatuhed7cije.json: Auto set use_segments_container to true 2025/05/15 08:48:26 DEBUG : Swift container rclone-test-zatuhed7cije: Auto set use_segments_container to true 2025/05/15 08:48:26 DEBUG : Creating backend with remote "/tmp/rclone1308197515" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-zatuhed7cije", Local "Local file system at /tmp/rclone1308197515", Modify Window "1ns" 2025/05/15 08:48:27 INFO : Swift container rclone-test-zatuhed7cije: Container "rclone-test-zatuhed7cije" created NFD checkfile vs. NFC remote (without normalization) 2025/05/15 08:48:38 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/15 08:48:38 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-zatuhed7cije 2025/05/15 08:48:38 NOTICE: Compressed: TestCompressSwift:rclone-test-zatuhed7cije: 1 files missing 2025/05/15 08:48:38 NOTICE: 1 hashes missing 2025/05/15 08:48:38 NOTICE: Compressed: TestCompressSwift:rclone-test-zatuhed7cije: 2 differences found 2025/05/15 08:48:38 NOTICE: Compressed: TestCompressSwift:rclone-test-zatuhed7cije: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/05/15 08:48:38 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 08:48:38 NOTICE: Compressed: TestCompressSwift:rclone-test-zatuhed7cije: 0 differences found 2025/05/15 08:48:38 NOTICE: Compressed: TestCompressSwift:rclone-test-zatuhed7cije: 1 matching files 2025/05/15 08:48:38 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-daduhes3vise" 2025/05/15 08:48:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 08:48:38 DEBUG : Swift container rclone-test-daduhes3vise.json: Auto set use_segments_container to true 2025/05/15 08:48:39 DEBUG : Swift container rclone-test-daduhes3vise: Auto set use_segments_container to true 2025/05/15 08:48:39 DEBUG : Creating backend with remote "/tmp/rclone1208296553" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-daduhes3vise", Local "Local file system at /tmp/rclone1208296553", Modify Window "1ns" 2025/05/15 08:48:39 INFO : Swift container rclone-test-daduhes3vise: Container "rclone-test-daduhes3vise" created NFC checkfile vs. NFD remote (without normalization) 2025/05/15 08:48:55 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/15 08:48:55 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-daduhes3vise 2025/05/15 08:48:55 NOTICE: Compressed: TestCompressSwift:rclone-test-daduhes3vise: 1 files missing 2025/05/15 08:48:55 NOTICE: 1 hashes missing 2025/05/15 08:48:55 NOTICE: Compressed: TestCompressSwift:rclone-test-daduhes3vise: 2 differences found 2025/05/15 08:48:55 NOTICE: Compressed: TestCompressSwift:rclone-test-daduhes3vise: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/05/15 08:49:00 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 08:49:00 NOTICE: Compressed: TestCompressSwift:rclone-test-daduhes3vise: 0 differences found 2025/05/15 08:49:00 NOTICE: Compressed: TestCompressSwift:rclone-test-daduhes3vise: 1 matching files 2025/05/15 08:49:00 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-fuwozoh3giye" 2025/05/15 08:49:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 08:49:00 DEBUG : Swift container rclone-test-fuwozoh3giye.json: Auto set use_segments_container to true 2025/05/15 08:49:00 DEBUG : Swift container rclone-test-fuwozoh3giye: Auto set use_segments_container to true 2025/05/15 08:49:00 DEBUG : Creating backend with remote "/tmp/rclone3461987905" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fuwozoh3giye", Local "Local file system at /tmp/rclone3461987905", Modify Window "1ns" 2025/05/15 08:49:01 INFO : Swift container rclone-test-fuwozoh3giye: Container "rclone-test-fuwozoh3giye" created NFDx2 checkfile vs. both remote (without normalization) 2025/05/15 08:49:12 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/15 08:49:12 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-fuwozoh3giye 2025/05/15 08:49:12 NOTICE: Compressed: TestCompressSwift:rclone-test-fuwozoh3giye: 1 files missing 2025/05/15 08:49:12 NOTICE: 1 hashes missing 2025/05/15 08:49:12 NOTICE: Compressed: TestCompressSwift:rclone-test-fuwozoh3giye: 2 differences found 2025/05/15 08:49:12 NOTICE: Compressed: TestCompressSwift:rclone-test-fuwozoh3giye: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/05/15 08:49:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 08:49:12 NOTICE: Compressed: TestCompressSwift:rclone-test-fuwozoh3giye: 0 differences found 2025/05/15 08:49:12 NOTICE: Compressed: TestCompressSwift:rclone-test-fuwozoh3giye: 1 matching files 2025/05/15 08:49:12 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-bigefop7quco" 2025/05/15 08:49:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 08:49:12 DEBUG : Swift container rclone-test-bigefop7quco.json: Auto set use_segments_container to true 2025/05/15 08:49:13 DEBUG : Swift container rclone-test-bigefop7quco: Auto set use_segments_container to true 2025/05/15 08:49:13 DEBUG : Creating backend with remote "/tmp/rclone3455506481" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-bigefop7quco", Local "Local file system at /tmp/rclone3455506481", Modify Window "1ns" 2025/05/15 08:49:13 INFO : Swift container rclone-test-bigefop7quco: Container "rclone-test-bigefop7quco" created NFCx2 checkfile vs. both remote (without normalization) 2025/05/15 08:49:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/15 08:49:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-bigefop7quco 2025/05/15 08:49:24 NOTICE: Compressed: TestCompressSwift:rclone-test-bigefop7quco: 1 files missing 2025/05/15 08:49:24 NOTICE: 1 hashes missing 2025/05/15 08:49:24 NOTICE: Compressed: TestCompressSwift:rclone-test-bigefop7quco: 2 differences found 2025/05/15 08:49:24 NOTICE: Compressed: TestCompressSwift:rclone-test-bigefop7quco: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/05/15 08:49:25 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 08:49:25 NOTICE: Compressed: TestCompressSwift:rclone-test-bigefop7quco: 0 differences found 2025/05/15 08:49:25 NOTICE: Compressed: TestCompressSwift:rclone-test-bigefop7quco: 1 matching files 2025/05/15 08:49:25 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-poyitel2diko" 2025/05/15 08:49:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 08:49:25 DEBUG : Swift container rclone-test-poyitel2diko.json: Auto set use_segments_container to true 2025/05/15 08:49:25 DEBUG : Swift container rclone-test-poyitel2diko: Auto set use_segments_container to true 2025/05/15 08:49:25 DEBUG : Creating backend with remote "/tmp/rclone1975416222" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-poyitel2diko", Local "Local file system at /tmp/rclone1975416222", Modify Window "1ns" 2025/05/15 08:49:26 INFO : Swift container rclone-test-poyitel2diko: Container "rclone-test-poyitel2diko" created both checkfile vs. NFDx2 remote (without normalization) 2025/05/15 08:49:32 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/15 08:49:32 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-poyitel2diko 2025/05/15 08:49:32 NOTICE: Compressed: TestCompressSwift:rclone-test-poyitel2diko: 1 files missing 2025/05/15 08:49:32 NOTICE: 1 hashes missing 2025/05/15 08:49:32 NOTICE: Compressed: TestCompressSwift:rclone-test-poyitel2diko: 2 differences found 2025/05/15 08:49:32 NOTICE: Compressed: TestCompressSwift:rclone-test-poyitel2diko: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/05/15 08:49:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 08:49:33 NOTICE: Compressed: TestCompressSwift:rclone-test-poyitel2diko: 0 differences found 2025/05/15 08:49:33 NOTICE: Compressed: TestCompressSwift:rclone-test-poyitel2diko: 1 matching files 2025/05/15 08:49:33 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tucezof6judo" 2025/05/15 08:49:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 08:49:33 DEBUG : Swift container rclone-test-tucezof6judo.json: Auto set use_segments_container to true 2025/05/15 08:49:33 DEBUG : Swift container rclone-test-tucezof6judo: Auto set use_segments_container to true 2025/05/15 08:49:33 DEBUG : Creating backend with remote "/tmp/rclone1437604841" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tucezof6judo", Local "Local file system at /tmp/rclone1437604841", Modify Window "1ns" 2025/05/15 08:49:34 INFO : Swift container rclone-test-tucezof6judo: Container "rclone-test-tucezof6judo" created both checkfile vs. NFCx2 remote (without normalization) 2025/05/15 08:49:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/15 08:49:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-tucezof6judo 2025/05/15 08:49:40 NOTICE: Compressed: TestCompressSwift:rclone-test-tucezof6judo: 1 files missing 2025/05/15 08:49:40 NOTICE: 1 hashes missing 2025/05/15 08:49:40 NOTICE: Compressed: TestCompressSwift:rclone-test-tucezof6judo: 2 differences found 2025/05/15 08:49:40 NOTICE: Compressed: TestCompressSwift:rclone-test-tucezof6judo: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/05/15 08:49:40 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 08:49:40 NOTICE: Compressed: TestCompressSwift:rclone-test-tucezof6judo: 0 differences found 2025/05/15 08:49:40 NOTICE: Compressed: TestCompressSwift:rclone-test-tucezof6judo: 1 matching files 2025/05/15 08:49:40 DEBUG : Compressed: TestCompressSwift:rclone-test-tucezof6judo: Purge remote 2025/05/15 08:49:40 DEBUG : Waiting for deletions to finish 2025/05/15 08:49:40 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/15 08:49:40 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/15 08:49:41 INFO : Swift container rclone-test-tucezof6judo: Container "rclone-test-tucezof6judo" removed 2025/05/15 08:49:41 DEBUG : Compressed: TestCompressSwift:rclone-test-poyitel2diko: Purge remote 2025/05/15 08:49:41 DEBUG : Waiting for deletions to finish 2025/05/15 08:49:41 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/15 08:49:41 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/15 08:49:42 INFO : Swift container rclone-test-poyitel2diko: Container "rclone-test-poyitel2diko" removed 2025/05/15 08:49:42 DEBUG : Compressed: TestCompressSwift:rclone-test-bigefop7quco: Purge remote 2025/05/15 08:49:42 DEBUG : Waiting for deletions to finish 2025/05/15 08:49:42 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/15 08:49:47 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/15 08:49:47 INFO : Swift container rclone-test-bigefop7quco: Container "rclone-test-bigefop7quco" removed 2025/05/15 08:49:47 DEBUG : Compressed: TestCompressSwift:rclone-test-fuwozoh3giye: Purge remote 2025/05/15 08:49:47 DEBUG : Waiting for deletions to finish 2025/05/15 08:49:48 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/15 08:49:53 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/15 08:49:53 INFO : Swift container rclone-test-fuwozoh3giye: Container "rclone-test-fuwozoh3giye" removed 2025/05/15 08:49:53 DEBUG : Compressed: TestCompressSwift:rclone-test-daduhes3vise: Purge remote 2025/05/15 08:49:53 DEBUG : Waiting for deletions to finish 2025/05/15 08:49:58 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/05/15 08:49:58 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/05/15 08:49:59 INFO : Swift container rclone-test-daduhes3vise: Container "rclone-test-daduhes3vise" removed 2025/05/15 08:49:59 DEBUG : Compressed: TestCompressSwift:rclone-test-zatuhed7cije: Purge remote 2025/05/15 08:49:59 DEBUG : Waiting for deletions to finish 2025/05/15 08:49:59 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/05/15 08:50:09 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/05/15 08:50:09 INFO : Swift container rclone-test-zatuhed7cije: Container "rclone-test-zatuhed7cije" removed 2025/05/15 08:50:09 DEBUG : Compressed: TestCompressSwift:rclone-test-lugacur1tuwo: Purge remote 2025/05/15 08:50:09 DEBUG : Waiting for deletions to finish 2025/05/15 08:50:09 INFO : HELLO, WORLD!.bin: Deleted 2025/05/15 08:50:14 INFO : HELLO, WORLD!.json: Deleted 2025/05/15 08:50:15 INFO : Swift container rclone-test-lugacur1tuwo: Container "rclone-test-lugacur1tuwo" removed 2025/05/15 08:50:15 DEBUG : Compressed: TestCompressSwift:rclone-test-wupamif0maho: Purge remote 2025/05/15 08:50:15 DEBUG : Waiting for deletions to finish 2025/05/15 08:50:20 INFO : HeLlO, wOrLd!.bin: Deleted 2025/05/15 08:50:25 INFO : HeLlO, wOrLd!.json: Deleted 2025/05/15 08:50:25 INFO : Swift container rclone-test-wupamif0maho: Container "rclone-test-wupamif0maho" removed 2025/05/15 08:50:25 DEBUG : Compressed: TestCompressSwift:rclone-test-nufucay0vawu: Purge remote 2025/05/15 08:50:25 DEBUG : Waiting for deletions to finish 2025/05/15 08:50:30 INFO : HELLO, WORLD!.json: Deleted 2025/05/15 08:50:30 INFO : HELLO, WORLD!.bin: Deleted 2025/05/15 08:50:31 INFO : Swift container rclone-test-nufucay0vawu: Container "rclone-test-nufucay0vawu" removed 2025/05/15 08:50:31 DEBUG : Compressed: TestCompressSwift:rclone-test-fidisaq1soyo: Purge remote 2025/05/15 08:50:31 DEBUG : Waiting for deletions to finish 2025/05/15 08:50:32 INFO : hello, world!.json: Deleted 2025/05/15 08:50:36 INFO : hello, world!.bin: Deleted 2025/05/15 08:50:36 INFO : Swift container rclone-test-fidisaq1soyo: Container "rclone-test-fidisaq1soyo" removed --- PASS: TestApplyTransforms (205.69s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" 2025/05/15 08:50:41 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/15 08:50:52 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/15 08:50:52 INFO : file1: Copied (new) to: sub/file2 2025/05/15 08:50:53 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/15 08:50:53 DEBUG : file1: Unchanged skipping 2025/05/15 08:50:58 DEBUG : Compressed: TestCompressSwift:rclone-test-hitaxaz7xore: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (37.95s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.10s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" 2025/05/15 08:51:35 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hitaxaz7xore/backup" 2025/05/15 08:51:36 DEBUG : Swift container rclone-test-hitaxaz7xore path backup.json: Auto set use_segments_container to true 2025/05/15 08:51:41 DEBUG : Swift container rclone-test-hitaxaz7xore path backup: Auto set use_segments_container to true 2025/05/15 08:51:47 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/15 08:52:13 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/05/15 08:52:13 INFO : dst/file1: Copied (server-side copy) 2025/05/15 08:52:23 INFO : dst/file1: Deleted 2025/05/15 08:52:38 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/15 08:52:38 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (120.33s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" 2025/05/15 08:53:14 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hitaxaz7xore/dst" 2025/05/15 08:53:15 DEBUG : Swift container rclone-test-hitaxaz7xore path dst.json: Auto set use_segments_container to true 2025/05/15 08:53:21 DEBUG : Swift container rclone-test-hitaxaz7xore path dst: Auto set use_segments_container to true 2025/05/15 08:53:31 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hitaxaz7xore/CompareDest" 2025/05/15 08:53:31 DEBUG : Swift container rclone-test-hitaxaz7xore path CompareDest.json: Auto set use_segments_container to true 2025/05/15 08:53:37 DEBUG : Swift container rclone-test-hitaxaz7xore path CompareDest: Auto set use_segments_container to true 2025/05/15 08:53:42 DEBUG : one: Need to transfer - File not found at Destination 2025/05/15 08:54:03 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/15 08:54:03 INFO : one: Copied (new) 2025/05/15 08:54:19 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/15 08:54:34 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/15 08:54:34 INFO : one: Copied (replaced existing) 2025/05/15 08:55:17 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/15 08:55:17 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/15 08:55:17 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/15 08:55:39 DEBUG : two: Need to transfer - File not found at Destination 2025/05/15 08:55:40 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/15 08:55:40 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/15 08:55:58 DEBUG : two: Need to transfer - File not found at Destination 2025/05/15 08:55:58 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/15 08:55:58 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/15 08:56:24 DEBUG : two: Need to transfer - File not found at Destination 2025/05/15 08:56:24 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/05/15 08:56:31 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/05/15 08:56:31 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (223.74s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" 2025/05/15 08:56:58 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hitaxaz7xore/dst" 2025/05/15 08:56:59 DEBUG : Swift container rclone-test-hitaxaz7xore path dst.json: Auto set use_segments_container to true 2025/05/15 08:57:04 DEBUG : Swift container rclone-test-hitaxaz7xore path dst: Auto set use_segments_container to true 2025/05/15 08:57:44 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hitaxaz7xore/CopyDest" 2025/05/15 08:57:45 DEBUG : Swift container rclone-test-hitaxaz7xore path CopyDest.json: Auto set use_segments_container to true 2025/05/15 08:57:50 DEBUG : Swift container rclone-test-hitaxaz7xore path CopyDest: Auto set use_segments_container to true 2025/05/15 08:57:56 DEBUG : one: Need to transfer - File not found at Destination 2025/05/15 08:59:02 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/15 08:59:02 INFO : one: Copied (new) 2025/05/15 08:59:12 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/15 08:59:58 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/15 08:59:58 INFO : one: Copied (replaced existing) 2025/05/15 09:00:39 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hitaxaz7xore/BackupDir" 2025/05/15 09:00:40 DEBUG : Swift container rclone-test-hitaxaz7xore path BackupDir.json: Auto set use_segments_container to true 2025/05/15 09:00:45 DEBUG : Swift container rclone-test-hitaxaz7xore path BackupDir: Auto set use_segments_container to true 2025/05/15 09:00:54 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/15 09:00:59 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/15 09:00:59 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/15 09:01:36 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/15 09:01:36 INFO : one: Copied (server-side copy) 2025/05/15 09:01:46 INFO : one: Deleted 2025/05/15 09:03:05 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/15 09:03:05 INFO : one: Copied (server-side copy) 2025/05/15 09:03:05 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/05/15 09:03:58 DEBUG : two: Need to transfer - File not found at Destination 2025/05/15 09:03:58 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/15 09:04:13 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/05/15 09:04:13 INFO : two: Copied (server-side copy) 2025/05/15 09:04:13 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/05/15 09:04:19 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/15 09:04:19 DEBUG : two: Unchanged skipping 2025/05/15 09:05:08 DEBUG : three: Need to transfer - File not found at Destination 2025/05/15 09:05:09 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/05/15 09:05:09 DEBUG : three: Destination not found in --copy-dest 2025/05/15 09:05:20 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/05/15 09:05:20 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (565.03s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.18s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.22s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" 2025/05/15 09:06:29 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/05/15 09:06:39 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/15 09:06:39 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/05/15 09:06:45 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/05/15 09:06:50 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/05/15 09:06:50 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy5.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-hitaxaz7xore/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/05/15 09:06:56 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/05/15 09:07:06 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/05/15 09:07:22 DEBUG : TestCopyFileMaxTransfer/file4: md5 = cbb19c02d1069f5d422097a172de976a OK 2025/05/15 09:07:22 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (84.57s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.20s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.20s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.20s) === RUN TestDeduplicateFirst run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", 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-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", 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-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" 2025/05/15 09:08:54 INFO : Compressed: TestCompressSwift:rclone-test-hitaxaz7xore: Looking for duplicate md5 hashes using newest mode. 2025/05/15 09:08:59 NOTICE: 78fb0356d9afbdcd941d7d00e25c56ba: Found 3 files with duplicate md5 hashes 2025/05/15 09:09:09 INFO : one: Deleted 2025/05/15 09:09:20 INFO : also/one: Deleted 2025/05/15 09:09:20 NOTICE: 78fb0356d9afbdcd941d7d00e25c56ba: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (106.72s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.20s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.20s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", 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-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", 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-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", 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-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" 2025/05/15 09:11:05 DEBUG : a.txt: Excluded (Size Filter) 2025/05/15 09:11:05 DEBUG : a.txt: Excluded 2025/05/15 09:11:05 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/15 09:11:05 DEBUG : sub dir/hello world: Excluded 2025/05/15 09:11:05 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/15 09:11:05 DEBUG : sub dir/hello world2: Excluded 2025/05/15 09:11:05 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/15 09:11:05 DEBUG : sub dir/hello world: Excluded 2025/05/15 09:11:05 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/15 09:11:05 DEBUG : sub dir/hello world2: Excluded 2025/05/15 09:11:05 DEBUG : sub dir/ignore dir: Excluded 2025/05/15 09:11:10 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (140.92s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" 2025/05/15 09:13:23 DEBUG : a.txt: Excluded (Size Filter) 2025/05/15 09:13:23 DEBUG : a.txt: Excluded 2025/05/15 09:13:23 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/15 09:13:23 DEBUG : sub dir/hello world: Excluded 2025/05/15 09:13:23 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/15 09:13:23 DEBUG : sub dir/hello world2: Excluded 2025/05/15 09:13:23 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/15 09:13:23 DEBUG : sub dir/hello world: Excluded 2025/05/15 09:13:23 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/15 09:13:23 DEBUG : sub dir/hello world2: Excluded 2025/05/15 09:13:23 DEBUG : sub dir/ignore dir: Excluded 2025/05/15 09:13:28 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (147.79s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", 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 (34.66s) --- PASS: TestListJSON/Default (0.18s) --- PASS: TestListJSON/FilesOnly (0.19s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (0.43s) --- PASS: TestListJSON/SubDir (0.18s) --- PASS: TestListJSON/NoModTime (0.21s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (0.19s) --- PASS: TestListJSON/HashTypes (0.19s) --- PASS: TestListJSON/Metadata (0.19s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", 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/15 09:15:38 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hitaxaz7xore/notfound" 2025/05/15 09:15:38 DEBUG : Swift container rclone-test-hitaxaz7xore path notfound.json: Auto set use_segments_container to true 2025/05/15 09:15:44 DEBUG : Swift container rclone-test-hitaxaz7xore path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (54.51s) --- PASS: TestStatJSON/Root (0.05s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.05s) --- PASS: TestStatJSON/Dir (5.18s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.10s) --- PASS: TestStatJSON/File (0.14s) --- PASS: TestStatJSON/NotFound (5.24s) --- 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.30s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" 2025/05/15 09:15:55 INFO : Compressed: TestCompressSwift:rclone-test-hitaxaz7xore: Making directory 2025/05/15 09:15:55 INFO : Compressed: TestCompressSwift:rclone-test-hitaxaz7xore: Making directory --- PASS: TestMkdir (0.30s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" --- PASS: TestLsd (16.06s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" --- PASS: TestLs (32.04s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" 2025/05/15 09:17:09 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/05/15 09:17:09 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (42.29s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" --- PASS: TestLsLong (32.39s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (32.41s) --- PASS: TestHashSums/Md5 (0.23s) --- PASS: TestHashSums/Md5Download (0.28s) === RUN TestHashSumsWithErrors 2025/05/15 09:18:30 DEBUG : Creating backend with remote ":memory:" 2025/05/15 09:18:30 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/05/15 09:18:30 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/15 09:18:30 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/15 09:18:30 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/15 09:18:30 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/15 09:18:30 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/15 09:18:30 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/15 09:18:30 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/05/15 09:18:30 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-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" --- PASS: TestCount (58.42s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" 2025/05/15 09:20:17 DEBUG : Waiting for deletions to finish 2025/05/15 09:20:17 DEBUG : large: Excluded (Size Filter) 2025/05/15 09:20:28 INFO : medium: Deleted 2025/05/15 09:20:28 INFO : small: Deleted --- PASS: TestDelete (75.10s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" 2025/05/15 09:21:21 DEBUG : Waiting for deletions to finish 2025/05/15 09:21:21 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/05/15 09:21:29 INFO : large: Deleted 2025/05/15 09:21:29 INFO : medium: Deleted --- PASS: TestMaxDelete (56.15s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" 2025/05/15 09:22:32 DEBUG : Waiting for deletions to finish 2025/05/15 09:22:32 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/05/15 09:22:42 INFO : medium: Deleted 2025/05/15 09:22:42 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (73.53s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" 2025/05/15 09:23:44 DEBUG : Waiting for deletions to finish 2025/05/15 09:23:44 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/05/15 09:23:50 INFO : medium: Deleted 2025/05/15 09:23:54 INFO : large: Deleted --- PASS: TestMaxDeleteSize (69.95s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" --- PASS: TestReadFile (32.27s) === RUN TestRetry 2025/05/15 09:24:36 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/05/15 09:24:36 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/05/15 09:24:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/15 09:24:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/15 09:24:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/15 09:24:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/15 09:24:36 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-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" --- PASS: TestCat (50.13s) === RUN TestPurge 2025/05/15 09:25:26 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vamutej2sori" 2025/05/15 09:25:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 09:25:26 DEBUG : Swift container rclone-test-vamutej2sori.json: Auto set use_segments_container to true 2025/05/15 09:25:27 DEBUG : Swift container rclone-test-vamutej2sori: Auto set use_segments_container to true 2025/05/15 09:25:27 DEBUG : Creating backend with remote "/tmp/rclone1366656463" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vamutej2sori", Local "Local file system at /tmp/rclone1366656463", Modify Window "1ns" 2025/05/15 09:25:27 INFO : Swift container rclone-test-vamutej2sori: Container "rclone-test-vamutej2sori" created 2025/05/15 09:25:38 INFO : A2: Making directory 2025/05/15 09:25:38 INFO : A1/B2: Making directory 2025/05/15 09:25:38 INFO : A1/B2/C2: Making directory 2025/05/15 09:25:38 INFO : A1/B1/C3: Making directory 2025/05/15 09:25:38 INFO : A3: Making directory 2025/05/15 09:25:38 INFO : A3/B3: Making directory 2025/05/15 09:25:38 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/15 09:25:59 DEBUG : Waiting for deletions to finish 2025/05/15 09:26:00 INFO : A1/B1/C1/one.json: Deleted 2025/05/15 09:26:05 INFO : A1/B1/C1/one.bin: Deleted fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" fstest.go:244: Filtering empty directory "A3/B3/C4" 2025/05/15 09:26:05 DEBUG : Waiting for deletions to finish 2025/05/15 09:26:05 INFO : A1/two.bin: Deleted 2025/05/15 09:26:15 INFO : A1/two.json: Deleted 2025/05/15 09:26:15 INFO : Swift container rclone-test-vamutej2sori: Container "rclone-test-vamutej2sori" removed 2025/05/15 09:26:15 DEBUG : Compressed: TestCompressSwift:rclone-test-vamutej2sori: Purge remote 2025/05/15 09:26:15 DEBUG : Waiting for deletions to finish 2025/05/15 09:26:16 NOTICE: purge failed: directory not found --- PASS: TestPurge (49.71s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" 2025/05/15 09:26:22 INFO : A2: Making directory 2025/05/15 09:26:22 INFO : A1/B2: Making directory 2025/05/15 09:26:22 INFO : A1/B2/C2: Making directory 2025/05/15 09:26:22 INFO : A1/B1/C3: Making directory 2025/05/15 09:26:22 INFO : A3: Making directory 2025/05/15 09:26:22 INFO : A3/B3: Making directory 2025/05/15 09:26:22 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/15 09:26:44 DEBUG : removing 1 level 3 directories 2025/05/15 09:26:44 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/15 09:27:06 DEBUG : removing 1 level 0 directories 2025/05/15 09:27:06 INFO : Compressed: TestCompressSwift:rclone-test-hitaxaz7xore: Removing directory 2025/05/15 09:27:06 INFO : Swift container rclone-test-hitaxaz7xore: Container "rclone-test-hitaxaz7xore" removed --- PASS: TestRmdirsNoLeaveRoot (50.21s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" 2025/05/15 09:27:06 INFO : Swift container rclone-test-hitaxaz7xore: Container "rclone-test-hitaxaz7xore" created 2025/05/15 09:27:06 INFO : A1: Making directory 2025/05/15 09:27:06 INFO : A1/B1: Making directory 2025/05/15 09:27:06 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-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" 2025/05/15 09:27:06 INFO : A1: Making directory 2025/05/15 09:27:06 INFO : A1/B1: Making directory 2025/05/15 09:27:06 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.23s) === RUN TestCopyURL run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" 2025/05/15 09:27:12 DEBUG : filename.txt: File name found in url 2025/05/15 09:27:23 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (70.64s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" 2025/05/15 09:28:22 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/15 09:28:33 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/15 09:28:33 INFO : file1: Copied (new) to: sub/file2 2025/05/15 09:28:33 INFO : file1: Deleted 2025/05/15 09:28:33 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/15 09:28:33 DEBUG : file1: Unchanged skipping 2025/05/15 09:28:33 INFO : file1: Deleted 2025/05/15 09:28:33 DEBUG : Compressed: TestCompressSwift:rclone-test-hitaxaz7xore: don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (26.84s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" 2025/05/15 09:28:49 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/15 09:28:54 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/15 09:28:54 INFO : file1: Copied (new) 2025/05/15 09:28:54 INFO : file1: Deleted 2025/05/15 09:28:55 DEBUG : file1: Destination exists, skipping 2025/05/15 09:28:55 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (11.50s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFile (0.22s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.10s) === RUN TestMoveFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hitaxaz7xore", Local "Local file system at /tmp/rclone2486710288", Modify Window "1ns" 2025/05/15 09:29:17 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hitaxaz7xore/backup" 2025/05/15 09:29:17 DEBUG : Config file has changed externally - reloading 2025/05/15 09:29:17 DEBUG : Swift container rclone-test-hitaxaz7xore path backup.json: Auto set use_segments_container to true 2025/05/15 09:29:22 DEBUG : Swift container rclone-test-hitaxaz7xore path backup: Auto set use_segments_container to true 2025/05/15 09:29:28 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/15 09:29:58 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/05/15 09:29:58 INFO : dst/file1: Copied (server-side copy) 2025/05/15 09:30:08 INFO : dst/file1: Deleted 2025/05/15 09:30:24 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/15 09:30:24 INFO : dst/file1: Copied (new) 2025/05/15 09:30:24 INFO : dst/file1: Deleted panic: test timed out after 1h0m0s running tests: TestMoveFileBackupDir (1m47s) goroutine 9499 [running]: testing.(*M).startAlarm.func1() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2373 +0x385 created by time.goFunc /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/time/sleep.go:215 +0x2d goroutine 1 [chan receive, 2 minutes]: testing.(*T).Run(0xc0003504e0, {0x26138d6?, 0x0?}, 0x27380e0) /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(0xc0003504e0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2168 +0x37 testing.tRunner(0xc0003504e0, 0xc00066dc18) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 testing.runTests(0xc0008d05e8, {0x3d23960, 0x6d, 0x6d}, {0x3d383c0?, 0x1?, 0x3d383c0?}) /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(0xc00019a0a0) /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(0xc00019a0a0) /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 8 [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 9 [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 9350 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc000a08380, 0xc0003857a0, 0xc00061edc0) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc000a08380, {0x2a15ea0, 0x3d5b8a0}, {0xc0008dc050, 0x4f}, {{0xc0009ae3c0, 0x18}, {0xc0009ae3d9, 0xe}, {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(0xc000a08380, {0x2a15ea0, 0x3d5b8a0}, {{0xc0009ae3c0, 0x18}, {0xc0009ae3d9, 0xe}, {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(0xc00068f0f8?, {0x2a15ea0?, 0x3d5b8a0?}, {0xc0009ae3c0?, 0xc00068f160?}, {0xc0009ae3d9, 0xe}) /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, 0xc00068f498) /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(0xc0008d41e0, 0xc0003855c0, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc0008d41e0, 0xc0003855c0) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Object).readMetaData(0xc0003854a0, {0x2a15ea0, 0x3d5b8a0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1333 +0x172 github.com/rclone/rclone/backend/swift.(*Fs).newObjectWithInfo(0xc0008de000, {0x2a15ea0, 0x3d5b8a0}, {0xc001994350, 0xe}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:666 +0x251 github.com/rclone/rclone/backend/swift.(*Fs).NewObject(0x71?, {0x2a15ea0?, 0x3d5b8a0?}, {0xc001994350?, 0x136?}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:677 +0x25 github.com/rclone/rclone/backend/compress.(*Object).loadMetadataObjectIfNotLoaded(...) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1261 github.com/rclone/rclone/backend/compress.(*Object).Remove(0xc0008f43c0, {0x2a15ea0, 0x3d5b8a0}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1139 +0x4b github.com/rclone/rclone/fstest.newRunIndividual.func1.1.1() /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:154 +0x24 github.com/rclone/rclone/fstest.retry(0xc00080a000, {0xc0008d84c0, 0x19}, 0xc00068f8f0) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:121 +0xde github.com/rclone/rclone/fstest.newRunIndividual.func1.1({0xc0008ee240?, 0xc0008ee240?, 0xc00068f9a0?}) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:154 +0x369 github.com/rclone/rclone/fs/walk.listR.func1({0xc0008ee240, 0x2, 0x4}) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:331 +0x1c7 github.com/rclone/rclone/backend/compress.(*Fs).ListR.func1({0xc0008ee240?, 0xc0004703a0?, 0x18?}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:415 +0x4c github.com/rclone/rclone/fs/list.(*Helper).send(...) /home/rclone/go/src/github.com/rclone/rclone/fs/list/helpers.go:29 github.com/rclone/rclone/fs/list.(*Helper).Flush(0xc00068fb50) /home/rclone/go/src/github.com/rclone/rclone/fs/list/helpers.go:47 +0x35 github.com/rclone/rclone/backend/swift.(*Fs).ListR(0xc0008de000, {0x2a15ea0, 0x3d5b8a0}, {0x0?, 0x22f0a80?}, 0xc000a9c348) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:881 +0x165 github.com/rclone/rclone/backend/compress.(*Fs).ListR(0xc0008b4300, {0x2a15ea0, 0x3d5b8a0}, {0x0, 0x0}, 0xc000926280) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:410 +0xb9 github.com/rclone/rclone/fs/walk.listR({0x2a15ea0, 0x3d5b8a0}, {0x2a2a400, 0xc0008b4300}, {0x0, 0x0}, 0x1, 0x3, 0xc000a04b40, 0xc0008d0258, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:299 +0x2a3 github.com/rclone/rclone/fs/walk.ListR({0x2a15ea0, 0x3d5b8a0}, {0x2a2a400, 0xc0008b4300}, {0x0, 0x0}, 0x1, 0xffffffffffffffff, 0x3, 0xc000a04b40) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:163 +0x1d5 github.com/rclone/rclone/fstest.newRunIndividual.func1() /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:150 +0x111 github.com/rclone/rclone/fstest.(*Run).Finalise(0xc00049aa10) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 +0x1c testing.(*common).Cleanup.func1() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 +0x109 testing.(*common).runCleanup(0xc00080a000, 0x4b1a2f?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 +0xd5 testing.tRunner.func2() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 +0x25 testing.tRunner(0xc00080a000, 0x27380e0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1696 +0x11e 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 2966 [chan receive, 43 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2783 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 564 [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 522 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 8146 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc0008de1c0) /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 8129 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:408 +0xb6 goroutine 436 [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 426 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3058 [chan receive, 43 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2783 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 513 [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 503 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 179 [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 41 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 287 [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 277 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3563 [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 2783 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 234 [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 112 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 8426 [chan receive, 5 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 8425 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1414 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1404 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1041 [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 1031 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 339 [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 313 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 745 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 735 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 632 [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 607 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 657 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 647 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 9534 [select]: net/http.(*persistConn).roundTrip(0xc00094fb00, 0xc0008f47d0) /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(0xc00057f080, 0xc00061edc0) /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(0xc00042eaf0, 0xc00061edc0) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc00061edc0, {0x29ef960, 0xc00042eaf0}, {0x1376a01?, 0x9d9aad?, 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(0xc000a040f0, 0xc00061edc0, {0xc000896070?, 0xc00049aa80?, 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(0xc000a040f0, 0xc00061edc0) /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 9350 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 806 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 764 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 966 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 956 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 856 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 830 /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 2783 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1366 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1324 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1083 [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 1025 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1300 [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 1258 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3490 [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 2783 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1196 [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 1186 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 8648 [select]: net/http.(*persistConn).writeLoop(0xc00094fb00) /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 8679 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 1245 [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 1235 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1499 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1489 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1478 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1436 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 9464 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0x7f1af90d8c28, 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(0xc0009f4700?, 0xc000828c80?, 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(0xc0009f4700, {0xc000828c80, 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(0xc0009f4700, {0xc000828c80?, 0xc00128c550?, 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(0xc00081a240, {0xc000828c80?, 0x3d383c0?, 0xc0008919d0?}) /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(0xc000a0bcf8, {0xc000828c80?, 0x18?, 0x0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc00082dad0, {0xc000828c80?, 0x0?, 0xc00082dad0?}) /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(0xc00128c638, {0x29f00e0, 0xc00082dad0}) /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(0xc00128c388, {0x7f1af2d2f358, 0xc000a0bcf8}, 0xc000891a40?) /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(0xc00128c388, 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(0xc00128c388, {0xc0012d5000, 0x1000, 0xc0007f0808?}) /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(0xc0012a6240, {0xc0012d5000?, 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(0xc000384f00) /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(0xc000384f00, 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(0xc0012a6240) /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 9415 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 3128 [chan receive, 43 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2783 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 2784 [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 2783 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3432 [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 2783 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3195 [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 2783 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8647 [IO wait]: internal/poll.runtime_pollWait(0x7f1af90d9570, 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(0xc0009f4500?, 0xc000827300?, 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(0xc0009f4500, {0xc000827300, 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(0xc0009f4500, {0xc000827300?, 0xc0006056d0?, 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(0xc000752370, {0xc000827300?, 0x3d383c0?, 0xc00009a9d0?}) /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(0xc000a0b200, {0xc000827300?, 0x18?, 0x7f1af2490e88?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc00088a720, {0xc000827300?, 0x0?, 0xc00088a720?}) /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(0xc0006057b8, {0x29f00e0, 0xc00088a720}) /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(0xc000605508, {0x7f1af2d2f358, 0xc000a0b200}, 0xc00009aa40?) /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(0xc000605508, 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(0xc000605508, {0xc0012c0000, 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(0xc00094fb00, {0xc0012c0000?, 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(0xc0012ade00) /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(0xc0012ade00, 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(0xc00094fb00) /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 8679 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 3265 [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 2783 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9465 [select, 2 minutes]: net/http.(*persistConn).writeLoop(0xc0012a6240) /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 9415 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m0.871755664s (try 4/5): exit status 2: Failed []