"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 5/5) 2025/06/23 05:00:43 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-ladosaw1vaxi" 2025/06/23 05:00:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 05:00:44 DEBUG : Swift container rclone-test-ladosaw1vaxi.json: Auto set use_segments_container to true 2025/06/23 05:00:44 DEBUG : Swift container rclone-test-ladosaw1vaxi: Auto set use_segments_container to true 2025/06/23 05:00:44 DEBUG : Creating backend with remote "/tmp/rclone2927127964" === 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-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", 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-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.06s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/06/23 05:00:44 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/23 05:00:44 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/23 05:00:44 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/06/23 05:00:44 DEBUG : potato: Seek from 10 to 0 2025/06/23 05:00:44 DEBUG : potato: Seek from 10 to 0 2025/06/23 05:00:44 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/06/23 05:00:44 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/23 05:00:44 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/23 05:00:44 DEBUG : potato: Seek from 5 to 2 2025/06/23 05:00:44 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/06/23 05:00:44 DEBUG : potato: Seek from 7 to 0 2025/06/23 05:00:44 DEBUG : potato: Seek from 7 to 0 2025/06/23 05:00:44 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/06/23 05:00:44 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/23 05:00:44 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/23 05:00:44 DEBUG : potato: Seek from 5 to 2 2025/06/23 05:00:44 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/06/23 05:00:44 DEBUG : potato: Seek from 8 to 0 2025/06/23 05:00:44 DEBUG : potato: Seek from 8 to 0 2025/06/23 05:00:44 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/06/23 05:00:44 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/23 05:00:44 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/23 05:00:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/23 05:00:44 DEBUG : potato: Seek from 5 to 2 2025/06/23 05:00:44 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/06/23 05:00:44 DEBUG : potato: Seek from 9 to 0 2025/06/23 05:00:44 DEBUG : potato: Seek from 9 to 0 2025/06/23 05:00:44 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-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" 2025/06/23 05:00:45 INFO : Swift container rclone-test-ladosaw1vaxi: Container "rclone-test-ladosaw1vaxi" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (114.53s) --- PASS: TestCheck/1 (10.14s) --- PASS: TestCheck/2 (5.14s) --- PASS: TestCheck/3 (10.14s) --- PASS: TestCheck/4 (5.26s) --- PASS: TestCheck/5 (0.16s) --- PASS: TestCheck/6 (0.15s) --- PASS: TestCheck/7 (5.14s) === RUN TestCheckFsError 2025/06/23 05:02:39 DEBUG : Creating backend with remote "nonexistent" 2025/06/23 05:02:39 DEBUG : Creating backend with remote "nonexistent" 2025/06/23 05:02:39 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/06/23 05:02:39 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/06/23 05:02:39 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/06/23 05:02:39 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-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 === RUN TestCheckDownload/3 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (122.77s) --- PASS: TestCheckDownload/1 (0.25s) --- PASS: TestCheckDownload/2 (10.31s) --- PASS: TestCheckDownload/3 (0.31s) --- PASS: TestCheckDownload/4 (5.27s) --- PASS: TestCheckDownload/5 (10.21s) --- PASS: TestCheckDownload/6 (10.20s) --- PASS: TestCheckDownload/7 (5.35s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", 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 (91.71s) --- PASS: TestCheckSizeOnly/1 (0.05s) --- PASS: TestCheckSizeOnly/2 (0.09s) --- PASS: TestCheckSizeOnly/3 (0.05s) --- PASS: TestCheckSizeOnly/4 (0.05s) --- 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-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" 2025/06/23 05:06:20 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/23 05:06:20 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/23 05:06:20 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/23 05:06:20 NOTICE: test.sum: 2 warning(s) suppressed... 2025/06/23 05:06:21 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/23 05:06:21 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/23 05:06:21 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/23 05:06:21 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (8.00s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" 2025/06/23 05:06:21 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-ladosaw1vaxi/data" 2025/06/23 05:06:21 DEBUG : Config file has changed externally - reloading 2025/06/23 05:06:22 DEBUG : Swift container rclone-test-ladosaw1vaxi path data.json: Auto set use_segments_container to true 2025/06/23 05:06:27 DEBUG : Swift container rclone-test-ladosaw1vaxi 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 (82.57s) --- PASS: TestCheckSum/subtest1 (0.36s) --- PASS: TestCheckSum/subtest2 (0.34s) --- PASS: TestCheckSum/subtest3 (0.44s) --- PASS: TestCheckSum/subtest4 (0.44s) --- PASS: TestCheckSum/subtest5 (0.42s) --- PASS: TestCheckSum/subtest6 (0.45s) --- PASS: TestCheckSum/subtest7 (0.57s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" 2025/06/23 05:07:44 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-ladosaw1vaxi/data" 2025/06/23 05:07:44 DEBUG : Swift container rclone-test-ladosaw1vaxi path data.json: Auto set use_segments_container to true 2025/06/23 05:07:50 DEBUG : Swift container rclone-test-ladosaw1vaxi 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 (76.77s) --- PASS: TestCheckSumDownload/subtest1 (0.39s) --- PASS: TestCheckSumDownload/subtest2 (0.41s) --- PASS: TestCheckSumDownload/subtest3 (0.53s) --- PASS: TestCheckSumDownload/subtest4 (5.40s) --- PASS: TestCheckSumDownload/subtest5 (0.43s) --- PASS: TestCheckSumDownload/subtest6 (5.41s) --- PASS: TestCheckSumDownload/subtest7 (0.43s) === RUN TestApplyTransforms 2025/06/23 05:09:01 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xoyisur3rede" 2025/06/23 05:09:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 05:09:01 DEBUG : Swift container rclone-test-xoyisur3rede.json: Auto set use_segments_container to true 2025/06/23 05:09:01 DEBUG : Swift container rclone-test-xoyisur3rede: Auto set use_segments_container to true 2025/06/23 05:09:01 DEBUG : Creating backend with remote "/tmp/rclone3409213481" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xoyisur3rede", Local "Local file system at /tmp/rclone3409213481", Modify Window "1ns" 2025/06/23 05:09:02 INFO : Swift container rclone-test-xoyisur3rede: Container "rclone-test-xoyisur3rede" created upper checkfile vs. lower remote (without normalization) 2025/06/23 05:09:18 ERROR : hello, world!: sum not found 2025/06/23 05:09:18 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-xoyisur3rede 2025/06/23 05:09:18 NOTICE: Compressed: TestCompressSwift:rclone-test-xoyisur3rede: 1 files missing 2025/06/23 05:09:18 NOTICE: 1 hashes missing 2025/06/23 05:09:18 NOTICE: Compressed: TestCompressSwift:rclone-test-xoyisur3rede: 2 differences found 2025/06/23 05:09:18 NOTICE: Compressed: TestCompressSwift:rclone-test-xoyisur3rede: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/06/23 05:09:33 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 05:09:33 NOTICE: Compressed: TestCompressSwift:rclone-test-xoyisur3rede: 0 differences found 2025/06/23 05:09:33 NOTICE: Compressed: TestCompressSwift:rclone-test-xoyisur3rede: 1 matching files 2025/06/23 05:09:33 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yeqimef4jato" 2025/06/23 05:09:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 05:09:34 DEBUG : Swift container rclone-test-yeqimef4jato.json: Auto set use_segments_container to true 2025/06/23 05:09:34 DEBUG : Swift container rclone-test-yeqimef4jato: Auto set use_segments_container to true 2025/06/23 05:09:34 DEBUG : Creating backend with remote "/tmp/rclone1442562855" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yeqimef4jato", Local "Local file system at /tmp/rclone1442562855", Modify Window "1ns" 2025/06/23 05:09:34 INFO : Swift container rclone-test-yeqimef4jato: Container "rclone-test-yeqimef4jato" created lower checkfile vs. upper remote (without normalization) 2025/06/23 05:09:51 ERROR : HELLO, WORLD!: sum not found 2025/06/23 05:09:51 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-yeqimef4jato 2025/06/23 05:09:51 NOTICE: Compressed: TestCompressSwift:rclone-test-yeqimef4jato: 1 files missing 2025/06/23 05:09:51 NOTICE: 1 hashes missing 2025/06/23 05:09:51 NOTICE: Compressed: TestCompressSwift:rclone-test-yeqimef4jato: 2 differences found 2025/06/23 05:09:51 NOTICE: Compressed: TestCompressSwift:rclone-test-yeqimef4jato: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/06/23 05:10:01 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 05:10:01 NOTICE: Compressed: TestCompressSwift:rclone-test-yeqimef4jato: 0 differences found 2025/06/23 05:10:01 NOTICE: Compressed: TestCompressSwift:rclone-test-yeqimef4jato: 1 matching files 2025/06/23 05:10:01 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-mevupok2miji" 2025/06/23 05:10:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 05:10:01 DEBUG : Swift container rclone-test-mevupok2miji.json: Auto set use_segments_container to true 2025/06/23 05:10:01 DEBUG : Swift container rclone-test-mevupok2miji: Auto set use_segments_container to true 2025/06/23 05:10:01 DEBUG : Creating backend with remote "/tmp/rclone1415979294" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mevupok2miji", Local "Local file system at /tmp/rclone1415979294", Modify Window "1ns" 2025/06/23 05:10:02 INFO : Swift container rclone-test-mevupok2miji: Container "rclone-test-mevupok2miji" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/06/23 05:10:18 ERROR : HeLlO, wOrLd!: sum not found 2025/06/23 05:10:18 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-mevupok2miji 2025/06/23 05:10:18 NOTICE: Compressed: TestCompressSwift:rclone-test-mevupok2miji: 1 files missing 2025/06/23 05:10:18 NOTICE: 1 hashes missing 2025/06/23 05:10:18 NOTICE: Compressed: TestCompressSwift:rclone-test-mevupok2miji: 2 differences found 2025/06/23 05:10:18 NOTICE: Compressed: TestCompressSwift:rclone-test-mevupok2miji: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/06/23 05:10:23 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 05:10:23 NOTICE: Compressed: TestCompressSwift:rclone-test-mevupok2miji: 0 differences found 2025/06/23 05:10:23 NOTICE: Compressed: TestCompressSwift:rclone-test-mevupok2miji: 1 matching files 2025/06/23 05:10:23 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-herirac0mare" 2025/06/23 05:10:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 05:10:24 DEBUG : Swift container rclone-test-herirac0mare.json: Auto set use_segments_container to true 2025/06/23 05:10:24 DEBUG : Swift container rclone-test-herirac0mare: Auto set use_segments_container to true 2025/06/23 05:10:24 DEBUG : Creating backend with remote "/tmp/rclone3644789563" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-herirac0mare", Local "Local file system at /tmp/rclone3644789563", Modify Window "1ns" 2025/06/23 05:10:24 INFO : Swift container rclone-test-herirac0mare: Container "rclone-test-herirac0mare" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/06/23 05:10:41 ERROR : HELLO, WORLD!: sum not found 2025/06/23 05:10:41 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-herirac0mare 2025/06/23 05:10:41 NOTICE: Compressed: TestCompressSwift:rclone-test-herirac0mare: 1 files missing 2025/06/23 05:10:41 NOTICE: 1 hashes missing 2025/06/23 05:10:41 NOTICE: Compressed: TestCompressSwift:rclone-test-herirac0mare: 2 differences found 2025/06/23 05:10:41 NOTICE: Compressed: TestCompressSwift:rclone-test-herirac0mare: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/06/23 05:10:51 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 05:10:51 NOTICE: Compressed: TestCompressSwift:rclone-test-herirac0mare: 0 differences found 2025/06/23 05:10:51 NOTICE: Compressed: TestCompressSwift:rclone-test-herirac0mare: 1 matching files 2025/06/23 05:10:51 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vuzujec2kope" 2025/06/23 05:10:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 05:10:51 DEBUG : Swift container rclone-test-vuzujec2kope.json: Auto set use_segments_container to true 2025/06/23 05:10:52 DEBUG : Swift container rclone-test-vuzujec2kope: Auto set use_segments_container to true 2025/06/23 05:10:52 DEBUG : Creating backend with remote "/tmp/rclone1428990339" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vuzujec2kope", Local "Local file system at /tmp/rclone1428990339", Modify Window "1ns" 2025/06/23 05:10:52 INFO : Swift container rclone-test-vuzujec2kope: Container "rclone-test-vuzujec2kope" created NFD checkfile vs. NFC remote (without normalization) 2025/06/23 05:11:03 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/23 05:11:03 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-vuzujec2kope 2025/06/23 05:11:03 NOTICE: Compressed: TestCompressSwift:rclone-test-vuzujec2kope: 1 files missing 2025/06/23 05:11:03 NOTICE: 1 hashes missing 2025/06/23 05:11:03 NOTICE: Compressed: TestCompressSwift:rclone-test-vuzujec2kope: 2 differences found 2025/06/23 05:11:03 NOTICE: Compressed: TestCompressSwift:rclone-test-vuzujec2kope: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/06/23 05:11:03 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 05:11:03 NOTICE: Compressed: TestCompressSwift:rclone-test-vuzujec2kope: 0 differences found 2025/06/23 05:11:03 NOTICE: Compressed: TestCompressSwift:rclone-test-vuzujec2kope: 1 matching files 2025/06/23 05:11:03 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vixobuq0quko" 2025/06/23 05:11:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 05:11:04 DEBUG : Swift container rclone-test-vixobuq0quko.json: Auto set use_segments_container to true 2025/06/23 05:11:04 DEBUG : Swift container rclone-test-vixobuq0quko: Auto set use_segments_container to true 2025/06/23 05:11:04 DEBUG : Creating backend with remote "/tmp/rclone3496729483" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vixobuq0quko", Local "Local file system at /tmp/rclone3496729483", Modify Window "1ns" 2025/06/23 05:11:04 INFO : Swift container rclone-test-vixobuq0quko: Container "rclone-test-vixobuq0quko" created NFC checkfile vs. NFD remote (without normalization) 2025/06/23 05:11:15 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/23 05:11:15 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-vixobuq0quko 2025/06/23 05:11:15 NOTICE: Compressed: TestCompressSwift:rclone-test-vixobuq0quko: 1 files missing 2025/06/23 05:11:15 NOTICE: 1 hashes missing 2025/06/23 05:11:15 NOTICE: Compressed: TestCompressSwift:rclone-test-vixobuq0quko: 2 differences found 2025/06/23 05:11:15 NOTICE: Compressed: TestCompressSwift:rclone-test-vixobuq0quko: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/06/23 05:11:16 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 05:11:16 NOTICE: Compressed: TestCompressSwift:rclone-test-vixobuq0quko: 0 differences found 2025/06/23 05:11:16 NOTICE: Compressed: TestCompressSwift:rclone-test-vixobuq0quko: 1 matching files 2025/06/23 05:11:16 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-rugitus3vuwu" 2025/06/23 05:11:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 05:11:16 DEBUG : Swift container rclone-test-rugitus3vuwu.json: Auto set use_segments_container to true 2025/06/23 05:11:16 DEBUG : Swift container rclone-test-rugitus3vuwu: Auto set use_segments_container to true 2025/06/23 05:11:16 DEBUG : Creating backend with remote "/tmp/rclone529452099" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rugitus3vuwu", Local "Local file system at /tmp/rclone529452099", Modify Window "1ns" 2025/06/23 05:11:17 INFO : Swift container rclone-test-rugitus3vuwu: Container "rclone-test-rugitus3vuwu" created NFDx2 checkfile vs. both remote (without normalization) 2025/06/23 05:11:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/23 05:11:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-rugitus3vuwu 2025/06/23 05:11:33 NOTICE: Compressed: TestCompressSwift:rclone-test-rugitus3vuwu: 1 files missing 2025/06/23 05:11:33 NOTICE: 1 hashes missing 2025/06/23 05:11:33 NOTICE: Compressed: TestCompressSwift:rclone-test-rugitus3vuwu: 2 differences found 2025/06/23 05:11:33 NOTICE: Compressed: TestCompressSwift:rclone-test-rugitus3vuwu: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/06/23 05:11:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 05:11:38 NOTICE: Compressed: TestCompressSwift:rclone-test-rugitus3vuwu: 0 differences found 2025/06/23 05:11:38 NOTICE: Compressed: TestCompressSwift:rclone-test-rugitus3vuwu: 1 matching files 2025/06/23 05:11:38 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yataket2kuza" 2025/06/23 05:11:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 05:11:39 DEBUG : Swift container rclone-test-yataket2kuza.json: Auto set use_segments_container to true 2025/06/23 05:11:39 DEBUG : Swift container rclone-test-yataket2kuza: Auto set use_segments_container to true 2025/06/23 05:11:39 DEBUG : Creating backend with remote "/tmp/rclone986634223" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yataket2kuza", Local "Local file system at /tmp/rclone986634223", Modify Window "1ns" 2025/06/23 05:11:39 INFO : Swift container rclone-test-yataket2kuza: Container "rclone-test-yataket2kuza" created NFCx2 checkfile vs. both remote (without normalization) 2025/06/23 05:11:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/23 05:11:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-yataket2kuza 2025/06/23 05:11:55 NOTICE: Compressed: TestCompressSwift:rclone-test-yataket2kuza: 1 files missing 2025/06/23 05:11:55 NOTICE: 1 hashes missing 2025/06/23 05:11:55 NOTICE: Compressed: TestCompressSwift:rclone-test-yataket2kuza: 2 differences found 2025/06/23 05:11:55 NOTICE: Compressed: TestCompressSwift:rclone-test-yataket2kuza: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/06/23 05:12:01 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 05:12:01 NOTICE: Compressed: TestCompressSwift:rclone-test-yataket2kuza: 0 differences found 2025/06/23 05:12:01 NOTICE: Compressed: TestCompressSwift:rclone-test-yataket2kuza: 1 matching files 2025/06/23 05:12:01 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jukeleb9rada" 2025/06/23 05:12:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 05:12:01 DEBUG : Swift container rclone-test-jukeleb9rada.json: Auto set use_segments_container to true 2025/06/23 05:12:01 DEBUG : Swift container rclone-test-jukeleb9rada: Auto set use_segments_container to true 2025/06/23 05:12:01 DEBUG : Creating backend with remote "/tmp/rclone1777726293" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jukeleb9rada", Local "Local file system at /tmp/rclone1777726293", Modify Window "1ns" 2025/06/23 05:12:02 INFO : Swift container rclone-test-jukeleb9rada: Container "rclone-test-jukeleb9rada" created both checkfile vs. NFDx2 remote (without normalization) 2025/06/23 05:12:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/23 05:12:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-jukeleb9rada 2025/06/23 05:12:13 NOTICE: Compressed: TestCompressSwift:rclone-test-jukeleb9rada: 1 files missing 2025/06/23 05:12:13 NOTICE: 1 hashes missing 2025/06/23 05:12:13 NOTICE: Compressed: TestCompressSwift:rclone-test-jukeleb9rada: 2 differences found 2025/06/23 05:12:13 NOTICE: Compressed: TestCompressSwift:rclone-test-jukeleb9rada: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/06/23 05:12:13 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 05:12:13 NOTICE: Compressed: TestCompressSwift:rclone-test-jukeleb9rada: 0 differences found 2025/06/23 05:12:13 NOTICE: Compressed: TestCompressSwift:rclone-test-jukeleb9rada: 1 matching files 2025/06/23 05:12:13 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-nomowuy6tuba" 2025/06/23 05:12:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 05:12:13 DEBUG : Swift container rclone-test-nomowuy6tuba.json: Auto set use_segments_container to true 2025/06/23 05:12:14 DEBUG : Swift container rclone-test-nomowuy6tuba: Auto set use_segments_container to true 2025/06/23 05:12:14 DEBUG : Creating backend with remote "/tmp/rclone511198987" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-nomowuy6tuba", Local "Local file system at /tmp/rclone511198987", Modify Window "1ns" 2025/06/23 05:12:14 INFO : Swift container rclone-test-nomowuy6tuba: Container "rclone-test-nomowuy6tuba" created both checkfile vs. NFCx2 remote (without normalization) 2025/06/23 05:12:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/23 05:12:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-nomowuy6tuba 2025/06/23 05:12:25 NOTICE: Compressed: TestCompressSwift:rclone-test-nomowuy6tuba: 1 files missing 2025/06/23 05:12:25 NOTICE: 1 hashes missing 2025/06/23 05:12:25 NOTICE: Compressed: TestCompressSwift:rclone-test-nomowuy6tuba: 2 differences found 2025/06/23 05:12:25 NOTICE: Compressed: TestCompressSwift:rclone-test-nomowuy6tuba: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/06/23 05:12:30 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 05:12:30 NOTICE: Compressed: TestCompressSwift:rclone-test-nomowuy6tuba: 0 differences found 2025/06/23 05:12:30 NOTICE: Compressed: TestCompressSwift:rclone-test-nomowuy6tuba: 1 matching files 2025/06/23 05:12:30 DEBUG : Compressed: TestCompressSwift:rclone-test-nomowuy6tuba: Purge remote 2025/06/23 05:12:30 DEBUG : Waiting for deletions to finish 2025/06/23 05:12:31 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/23 05:12:36 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/23 05:12:36 INFO : Swift container rclone-test-nomowuy6tuba: Container "rclone-test-nomowuy6tuba" removed 2025/06/23 05:12:36 DEBUG : Compressed: TestCompressSwift:rclone-test-jukeleb9rada: Purge remote 2025/06/23 05:12:36 DEBUG : Waiting for deletions to finish 2025/06/23 05:12:36 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/23 05:12:41 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/23 05:12:42 INFO : Swift container rclone-test-jukeleb9rada: Container "rclone-test-jukeleb9rada" removed 2025/06/23 05:12:42 DEBUG : Compressed: TestCompressSwift:rclone-test-yataket2kuza: Purge remote 2025/06/23 05:12:42 DEBUG : Waiting for deletions to finish 2025/06/23 05:12:47 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/23 05:12:52 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/23 05:12:52 INFO : Swift container rclone-test-yataket2kuza: Container "rclone-test-yataket2kuza" removed 2025/06/23 05:12:52 DEBUG : Compressed: TestCompressSwift:rclone-test-rugitus3vuwu: Purge remote 2025/06/23 05:12:52 DEBUG : Waiting for deletions to finish 2025/06/23 05:12:58 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/23 05:13:03 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/23 05:13:03 INFO : Swift container rclone-test-rugitus3vuwu: Container "rclone-test-rugitus3vuwu" removed 2025/06/23 05:13:03 DEBUG : Compressed: TestCompressSwift:rclone-test-vixobuq0quko: Purge remote 2025/06/23 05:13:03 DEBUG : Waiting for deletions to finish 2025/06/23 05:13:03 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/06/23 05:13:08 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/06/23 05:13:08 INFO : Swift container rclone-test-vixobuq0quko: Container "rclone-test-vixobuq0quko" removed 2025/06/23 05:13:08 DEBUG : Compressed: TestCompressSwift:rclone-test-vuzujec2kope: Purge remote 2025/06/23 05:13:08 DEBUG : Waiting for deletions to finish 2025/06/23 05:13:08 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/06/23 05:13:18 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/06/23 05:13:19 INFO : Swift container rclone-test-vuzujec2kope: Container "rclone-test-vuzujec2kope" removed 2025/06/23 05:13:19 DEBUG : Compressed: TestCompressSwift:rclone-test-herirac0mare: Purge remote 2025/06/23 05:13:19 DEBUG : Waiting for deletions to finish 2025/06/23 05:13:24 INFO : HELLO, WORLD!.bin: Deleted 2025/06/23 05:13:29 INFO : HELLO, WORLD!.json: Deleted 2025/06/23 05:13:29 INFO : Swift container rclone-test-herirac0mare: Container "rclone-test-herirac0mare" removed 2025/06/23 05:13:29 DEBUG : Compressed: TestCompressSwift:rclone-test-mevupok2miji: Purge remote 2025/06/23 05:13:29 DEBUG : Waiting for deletions to finish 2025/06/23 05:13:49 INFO : HeLlO, wOrLd!.bin: Deleted 2025/06/23 05:14:09 INFO : HeLlO, wOrLd!.json: Deleted 2025/06/23 05:14:10 INFO : Swift container rclone-test-mevupok2miji: Container "rclone-test-mevupok2miji" removed 2025/06/23 05:14:10 DEBUG : Compressed: TestCompressSwift:rclone-test-yeqimef4jato: Purge remote 2025/06/23 05:14:10 DEBUG : Waiting for deletions to finish 2025/06/23 05:14:20 INFO : HELLO, WORLD!.bin: Deleted 2025/06/23 05:14:20 INFO : HELLO, WORLD!.json: Deleted 2025/06/23 05:14:20 INFO : Swift container rclone-test-yeqimef4jato: Container "rclone-test-yeqimef4jato" removed 2025/06/23 05:14:20 DEBUG : Compressed: TestCompressSwift:rclone-test-xoyisur3rede: Purge remote 2025/06/23 05:14:20 DEBUG : Waiting for deletions to finish 2025/06/23 05:14:26 INFO : hello, world!.json: Deleted 2025/06/23 05:14:26 INFO : hello, world!.bin: Deleted 2025/06/23 05:14:26 INFO : Swift container rclone-test-xoyisur3rede: Container "rclone-test-xoyisur3rede" removed --- PASS: TestApplyTransforms (325.12s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" 2025/06/23 05:14:46 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/23 05:14:57 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/23 05:14:57 INFO : file1: Copied (new) to: sub/file2 2025/06/23 05:14:57 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/23 05:14:57 DEBUG : file1: Unchanged skipping 2025/06/23 05:14:58 DEBUG : Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (37.55s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.09s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" 2025/06/23 05:15:35 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-ladosaw1vaxi/backup" 2025/06/23 05:15:35 DEBUG : Config file has changed externally - reloading 2025/06/23 05:15:36 DEBUG : Swift container rclone-test-ladosaw1vaxi path backup.json: Auto set use_segments_container to true 2025/06/23 05:15:41 DEBUG : Swift container rclone-test-ladosaw1vaxi path backup: Auto set use_segments_container to true 2025/06/23 05:16:01 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/06/23 05:17:12 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/06/23 05:17:12 INFO : dst/file1: Copied (server-side copy) 2025/06/23 05:17:39 INFO : dst/file1: Deleted 2025/06/23 05:18:28 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/23 05:18:28 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (300.91s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" 2025/06/23 05:20:04 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-ladosaw1vaxi/dst" 2025/06/23 05:20:05 DEBUG : Swift container rclone-test-ladosaw1vaxi path dst.json: Auto set use_segments_container to true 2025/06/23 05:20:13 DEBUG : Swift container rclone-test-ladosaw1vaxi path dst: Auto set use_segments_container to true 2025/06/23 05:20:24 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-ladosaw1vaxi/CompareDest" 2025/06/23 05:20:24 DEBUG : Swift container rclone-test-ladosaw1vaxi path CompareDest.json: Auto set use_segments_container to true 2025/06/23 05:20:30 DEBUG : Swift container rclone-test-ladosaw1vaxi path CompareDest: Auto set use_segments_container to true 2025/06/23 05:20:35 DEBUG : one: Need to transfer - File not found at Destination 2025/06/23 05:20:52 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/23 05:20:52 INFO : one: Copied (new) 2025/06/23 05:20:57 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/23 05:21:08 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/23 05:21:08 INFO : one: Copied (replaced existing) 2025/06/23 05:22:15 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/23 05:22:16 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/23 05:22:16 DEBUG : one: Destination found in --compare-dest, skipping 2025/06/23 05:23:19 DEBUG : two: Need to transfer - File not found at Destination 2025/06/23 05:23:24 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/23 05:23:24 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/23 05:24:00 DEBUG : two: Need to transfer - File not found at Destination 2025/06/23 05:24:10 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/23 05:24:10 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/23 05:24:46 DEBUG : two: Need to transfer - File not found at Destination 2025/06/23 05:24:51 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/06/23 05:25:02 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/06/23 05:25:02 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (365.68s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" 2025/06/23 05:26:10 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-ladosaw1vaxi/dst" 2025/06/23 05:26:10 DEBUG : Config file has changed externally - reloading 2025/06/23 05:26:10 DEBUG : Swift container rclone-test-ladosaw1vaxi path dst.json: Auto set use_segments_container to true 2025/06/23 05:26:16 DEBUG : Swift container rclone-test-ladosaw1vaxi path dst: Auto set use_segments_container to true 2025/06/23 05:26:26 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-ladosaw1vaxi/CopyDest" 2025/06/23 05:26:26 DEBUG : Swift container rclone-test-ladosaw1vaxi path CopyDest.json: Auto set use_segments_container to true 2025/06/23 05:26:32 DEBUG : Swift container rclone-test-ladosaw1vaxi path CopyDest: Auto set use_segments_container to true 2025/06/23 05:26:38 DEBUG : one: Need to transfer - File not found at Destination 2025/06/23 05:26:53 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/23 05:26:53 INFO : one: Copied (new) 2025/06/23 05:26:59 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/23 05:27:10 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/23 05:27:10 INFO : one: Copied (replaced existing) 2025/06/23 05:27:37 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-ladosaw1vaxi/BackupDir" 2025/06/23 05:27:37 DEBUG : Swift container rclone-test-ladosaw1vaxi path BackupDir.json: Auto set use_segments_container to true 2025/06/23 05:27:43 DEBUG : Swift container rclone-test-ladosaw1vaxi path BackupDir: Auto set use_segments_container to true 2025/06/23 05:27:48 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/23 05:27:53 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/23 05:27:53 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/23 05:28:45 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/23 05:28:45 INFO : one: Copied (server-side copy) 2025/06/23 05:28:50 INFO : one: Deleted 2025/06/23 05:29:16 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/23 05:29:16 INFO : one: Copied (server-side copy) 2025/06/23 05:29:16 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/06/23 05:29:49 DEBUG : two: Need to transfer - File not found at Destination 2025/06/23 05:29:49 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/23 05:30:15 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/06/23 05:30:15 INFO : two: Copied (server-side copy) 2025/06/23 05:30:15 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/06/23 05:30:21 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/23 05:30:21 DEBUG : two: Unchanged skipping 2025/06/23 05:31:14 DEBUG : three: Need to transfer - File not found at Destination 2025/06/23 05:31:19 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/06/23 05:31:19 DEBUG : three: Destination not found in --copy-dest 2025/06/23 05:31:25 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/06/23 05:31:25 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (399.08s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.14s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.20s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" 2025/06/23 05:32:55 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/06/23 05:33:06 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/23 05:33:06 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/06/23 05:33:21 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/06/23 05:33:32 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/06/23 05:33:32 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy1.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-ladosaw1vaxi/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/06/23 05:33:43 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/06/23 05:33:53 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/06/23 05:34:04 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 274c49ecd48820fa39501147c654de16 OK 2025/06/23 05:34:04 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (95.76s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.14s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", 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-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", 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-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", 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-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", 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-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" 2025/06/23 05:35:31 INFO : Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi: Looking for duplicate md5 hashes using newest mode. 2025/06/23 05:35:36 NOTICE: 1e9ed333b38f72671f14193111d1b326: Found 3 files with duplicate md5 hashes 2025/06/23 05:35:47 INFO : one: Deleted 2025/06/23 05:35:52 INFO : also/one: Deleted 2025/06/23 05:35:52 NOTICE: 1e9ed333b38f72671f14193111d1b326: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (148.10s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.10s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", 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-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", 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-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", 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-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", 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-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" 2025/06/23 05:38:43 DEBUG : a.txt: Excluded (Size Filter) 2025/06/23 05:38:43 DEBUG : a.txt: Excluded 2025/06/23 05:38:43 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/23 05:38:43 DEBUG : sub dir/hello world: Excluded 2025/06/23 05:38:43 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/23 05:38:43 DEBUG : sub dir/hello world2: Excluded 2025/06/23 05:38:44 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/23 05:38:44 DEBUG : sub dir/hello world: Excluded 2025/06/23 05:38:44 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/23 05:38:44 DEBUG : sub dir/hello world2: Excluded 2025/06/23 05:38:49 DEBUG : sub dir/ignore dir: Excluded 2025/06/23 05:38:54 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (166.82s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" 2025/06/23 05:42:29 DEBUG : a.txt: Excluded (Size Filter) 2025/06/23 05:42:29 DEBUG : a.txt: Excluded 2025/06/23 05:42:29 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/23 05:42:29 DEBUG : sub dir/hello world: Excluded 2025/06/23 05:42:29 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/23 05:42:29 DEBUG : sub dir/hello world2: Excluded 2025/06/23 05:42:29 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/23 05:42:29 DEBUG : sub dir/hello world: Excluded 2025/06/23 05:42:29 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/23 05:42:29 DEBUG : sub dir/hello world2: Excluded 2025/06/23 05:42:30 DEBUG : sub dir/ignore dir: Excluded 2025/06/23 05:42:35 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (248.14s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", 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 (105.10s) --- PASS: TestListJSON/Default (5.19s) --- PASS: TestListJSON/FilesOnly (0.19s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (10.43s) --- PASS: TestListJSON/SubDir (0.20s) --- PASS: TestListJSON/NoModTime (5.15s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (5.19s) --- PASS: TestListJSON/HashTypes (5.19s) --- PASS: TestListJSON/Metadata (10.19s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", 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/06/23 05:46:33 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-ladosaw1vaxi/notfound" 2025/06/23 05:46:33 DEBUG : Config file has changed externally - reloading 2025/06/23 05:46:33 DEBUG : Swift container rclone-test-ladosaw1vaxi path notfound.json: Auto set use_segments_container to true 2025/06/23 05:46:39 DEBUG : Swift container rclone-test-ladosaw1vaxi path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (95.22s) --- PASS: TestStatJSON/Root (0.05s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.10s) --- PASS: TestStatJSON/Dir (5.25s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.10s) --- PASS: TestStatJSON/File (0.14s) --- PASS: TestStatJSON/NotFound (5.22s) --- PASS: TestStatJSON/DirFilesOnly (5.05s) --- PASS: TestStatJSON/FileFilesOnly (5.14s) --- PASS: TestStatJSON/NotFoundFilesOnly (5.05s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.10s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (11.34s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" 2025/06/23 05:47:10 INFO : Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi: Making directory 2025/06/23 05:47:10 INFO : Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi: Making directory --- PASS: TestMkdir (0.22s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" --- PASS: TestLsd (6.35s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" --- PASS: TestLs (32.45s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" 2025/06/23 05:48:16 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/06/23 05:48:16 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (47.56s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" --- PASS: TestLsLong (42.35s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (42.65s) --- PASS: TestHashSums/Md5 (0.24s) --- PASS: TestHashSums/Md5Download (5.22s) === RUN TestHashSumsWithErrors 2025/06/23 05:50:02 DEBUG : Creating backend with remote ":memory:" 2025/06/23 05:50:02 DEBUG : Config file has changed externally - reloading 2025/06/23 05:50:02 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/06/23 05:50:02 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/23 05:50:02 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/23 05:50:02 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/23 05:50:02 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/23 05:50:02 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/23 05:50:02 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/23 05:50:02 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/06/23 05:50:02 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-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" --- PASS: TestCount (63.73s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" 2025/06/23 05:51:49 DEBUG : Waiting for deletions to finish 2025/06/23 05:51:49 DEBUG : large: Excluded (Size Filter) 2025/06/23 05:51:55 INFO : small: Deleted 2025/06/23 05:52:05 INFO : medium: Deleted --- PASS: TestDelete (60.03s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" 2025/06/23 05:53:31 DEBUG : Waiting for deletions to finish 2025/06/23 05:53:31 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/06/23 05:53:31 INFO : large: Deleted 2025/06/23 05:53:41 INFO : medium: Deleted --- PASS: TestMaxDelete (106.19s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" 2025/06/23 05:54:39 DEBUG : Waiting for deletions to finish 2025/06/23 05:54:39 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/06/23 05:54:49 INFO : small: Deleted 2025/06/23 05:54:49 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (58.30s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" 2025/06/23 05:55:37 DEBUG : Waiting for deletions to finish 2025/06/23 05:55:37 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/06/23 05:55:38 INFO : large: Deleted 2025/06/23 05:55:53 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (73.27s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" --- PASS: TestReadFile (7.48s) === RUN TestRetry 2025/06/23 05:56:11 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/06/23 05:56:11 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/06/23 05:56:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/23 05:56:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/23 05:56:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/23 05:56:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/23 05:56:11 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-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" --- PASS: TestCat (129.57s) === RUN TestPurge 2025/06/23 05:58:21 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xovirob3boru" 2025/06/23 05:58:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 05:58:21 DEBUG : Swift container rclone-test-xovirob3boru.json: Auto set use_segments_container to true 2025/06/23 05:58:21 DEBUG : Swift container rclone-test-xovirob3boru: Auto set use_segments_container to true 2025/06/23 05:58:21 DEBUG : Creating backend with remote "/tmp/rclone3226265657" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xovirob3boru", Local "Local file system at /tmp/rclone3226265657", Modify Window "1ns" 2025/06/23 05:58:22 INFO : Swift container rclone-test-xovirob3boru: Container "rclone-test-xovirob3boru" created 2025/06/23 05:58:32 INFO : A2: Making directory 2025/06/23 05:58:32 INFO : A1/B2: Making directory 2025/06/23 05:58:32 INFO : A1/B2/C2: Making directory 2025/06/23 05:58:32 INFO : A1/B1/C3: Making directory 2025/06/23 05:58:32 INFO : A3: Making directory 2025/06/23 05:58:32 INFO : A3/B3: Making directory 2025/06/23 05:58:32 INFO : A3/B3/C4: Making directory fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A1/B1/C3" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" fstest.go:247: Filtering empty directory "A3/B3/C4" 2025/06/23 05:58:59 DEBUG : Waiting for deletions to finish 2025/06/23 05:58:59 INFO : A1/B1/C1/one.json: Deleted 2025/06/23 05:59:04 INFO : A1/B1/C1/one.bin: Deleted fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" fstest.go:247: Filtering empty directory "A3/B3/C4" 2025/06/23 05:59:14 DEBUG : Waiting for deletions to finish 2025/06/23 05:59:19 INFO : A1/two.bin: Deleted 2025/06/23 05:59:19 INFO : A1/two.json: Deleted 2025/06/23 05:59:20 INFO : Swift container rclone-test-xovirob3boru: Container "rclone-test-xovirob3boru" removed 2025/06/23 05:59:20 DEBUG : Compressed: TestCompressSwift:rclone-test-xovirob3boru: Purge remote 2025/06/23 05:59:20 DEBUG : Waiting for deletions to finish 2025/06/23 05:59:20 NOTICE: purge failed: directory not found --- PASS: TestPurge (59.02s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" 2025/06/23 05:59:27 INFO : A2: Making directory 2025/06/23 05:59:27 INFO : A1/B2: Making directory 2025/06/23 05:59:27 INFO : A1/B2/C2: Making directory 2025/06/23 05:59:27 INFO : A1/B1/C3: Making directory 2025/06/23 05:59:27 INFO : A3: Making directory 2025/06/23 05:59:27 INFO : A3/B3: Making directory 2025/06/23 05:59:27 INFO : A3/B3/C4: Making directory fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A1/B1/C3" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" fstest.go:247: Filtering empty directory "A3/B3/C4" 2025/06/23 05:59:34 DEBUG : removing 1 level 3 directories 2025/06/23 05:59:34 INFO : A3/B3/C4: Removing directory fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A1/B1/C3" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" 2025/06/23 05:59:36 DEBUG : removing 1 level 0 directories 2025/06/23 05:59:36 INFO : Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi: Removing directory 2025/06/23 05:59:36 INFO : Swift container rclone-test-ladosaw1vaxi: Container "rclone-test-ladosaw1vaxi" removed --- PASS: TestRmdirsNoLeaveRoot (16.66s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" 2025/06/23 05:59:37 INFO : Swift container rclone-test-ladosaw1vaxi: Container "rclone-test-ladosaw1vaxi" created 2025/06/23 05:59:37 INFO : A1: Making directory 2025/06/23 05:59:37 INFO : A1/B1: Making directory 2025/06/23 05:59:37 INFO : A1/B1/C1: Making directory fstest.go:247: Filtering empty directory "A1" fstest.go:247: Filtering empty directory "A1/B1" fstest.go:247: Filtering empty directory "A1/B1/C1" fstest.go:247: Filtering empty directory "A1" --- PASS: TestRmdirsLeaveRoot (0.48s) === RUN TestRmdirsWithFilter run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" 2025/06/23 05:59:37 INFO : A1: Making directory 2025/06/23 05:59:37 INFO : A1/B1: Making directory 2025/06/23 05:59:37 INFO : A1/B1/C1: Making directory fstest.go:247: Filtering empty directory "A1" fstest.go:247: Filtering empty directory "A1/B1" fstest.go:247: Filtering empty directory "A1/B1/C1" fstest.go:247: Filtering empty directory "A1" --- PASS: TestRmdirsWithFilter (0.24s) === RUN TestCopyURL run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ladosaw1vaxi", Local "Local file system at /tmp/rclone2927127964", Modify Window "1ns" 2025/06/23 05:59:58 DEBUG : filename.txt: File name found in url 2025/06/23 06:00:09 DEBUG : headerfilename.txt: filename found in Content-Disposition header. panic: test timed out after 1h0m0s running tests: TestCopyURL (1m7s) goroutine 9034 [running]: testing.(*M).startAlarm.func1() /usr/local/go/src/testing/testing.go:2484 +0x394 created by time.goFunc /usr/local/go/src/time/sleep.go:215 +0x2d goroutine 1 [chan receive, 1 minutes]: testing.(*T).Run(0xc0005728c0, {0x26a2e54?, 0xc000907ad8?}, 0x27d5400) /usr/local/go/src/testing/testing.go:1859 +0x431 testing.runTests.func1(0xc0005728c0) /usr/local/go/src/testing/testing.go:2279 +0x37 testing.tRunner(0xc0005728c0, 0xc000907c18) /usr/local/go/src/testing/testing.go:1792 +0xf4 testing.runTests(0xc000798a50, {0x3e9b120, 0x6d, 0x6d}, {0xedfead67c?, 0x3eb1120?, 0x3eb1120?}) /usr/local/go/src/testing/testing.go:2277 +0x4b4 testing.(*M).Run(0xc0004c21e0) /usr/local/go/src/testing/testing.go:2142 +0x64a github.com/rclone/rclone/fstest.TestMain(0xc0004c21e0) /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 1421 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1411 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 344 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 334 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 22 [syscall, 60 minutes]: os/signal.signal_recv() /usr/local/go/src/runtime/sigqueue.go:152 +0x29 os/signal.loop() /usr/local/go/src/os/signal/signal_unix.go:23 +0x13 created by os/signal.Notify.func1.1 in goroutine 1 /usr/local/go/src/os/signal/signal.go:152 +0x1f goroutine 23 [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 8946 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc00066c000, 0xc000561b90, 0xc00067d900) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:425 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc00066c000, {0x2b09a08, 0x3ed46e0}, {0xc0007b40f0, 0x4f}, {{0xc0014714a0, 0x18}, {0xc0014714b9, 0x9}, {0x2694ab8, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:777 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc00066c000, {0x2b09a08, 0x3ed46e0}, {{0xc0014714a0, 0x18}, {0xc0014714b9, 0x9}, {0x2694ab8, 0x6}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:847 +0x151 github.com/ncw/swift/v2.(*Connection).ObjectDelete(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:1902 github.com/rclone/rclone/backend/swift.(*Object).Remove.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1620 +0x105 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0xc0002ef008?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc00075d980, 0xc0008aae60, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc00075d980, 0xc0008aae60) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x93 github.com/rclone/rclone/backend/swift.(*Object).Remove(0xc00152c8a0, {0x2b09a08, 0x3ed46e0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1619 +0x29b github.com/rclone/rclone/backend/compress.(*Object).Remove(0xc0008aac30, {0x2b09a08, 0x3ed46e0}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1144 +0xbd 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(0xc0005a96c0, {0xc000462a08, 0x15}, 0xc00006b8e8) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:121 +0xde github.com/rclone/rclone/fstest.newRunIndividual.func1.1({0xc0000c6600?, 0xc0000c6600?, 0x2b09a08?}) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:154 +0x29a github.com/rclone/rclone/fs/walk.listR.func1({0xc0000c6600, 0x4, 0x8}) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:331 +0x1ca github.com/rclone/rclone/backend/compress.(*Fs).ListR.func1({0xc0000c6600?, 0xc0006695c0?, 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(0xc00006bb40) /home/rclone/go/src/github.com/rclone/rclone/fs/list/helpers.go:47 +0x35 github.com/rclone/rclone/backend/swift.(*Fs).ListR(0xc000572540, {0x2b09a08, 0x3ed46e0}, {0x0?, 0x23a7000?}, 0xc000672c00) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:881 +0x185 github.com/rclone/rclone/backend/compress.(*Fs).ListR(0xc0003fa100, {0x2b09a08, 0x3ed46e0}, {0x0, 0x0}, 0xc000805180) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:410 +0xb4 github.com/rclone/rclone/fs/walk.listR({0x2b09a08, 0x3ed46e0}, {0x2b1ed40, 0xc0003fa100}, {0x0, 0x0}, 0x1, 0x3, 0xc0002a0ed0, 0xc0007986c0, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:299 +0x292 github.com/rclone/rclone/fs/walk.ListR({0x2b09a08, 0x3ed46e0}, {0x2b1ed40, 0xc0003fa100}, {0x0, 0x0}, 0x1, 0xffffffffffffffff, 0x3, 0xc0002a0ed0) /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 +0x107 github.com/rclone/rclone/fstest.(*Run).Finalise(0xc0005051f0) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 +0x1c testing.(*common).Cleanup.func1() /usr/local/go/src/testing/testing.go:1211 +0x106 testing.(*common).runCleanup(0xc0005a96c0, 0xc00006bf28?) /usr/local/go/src/testing/testing.go:1445 +0xea testing.tRunner.func2() /usr/local/go/src/testing/testing.go:1786 +0x25 testing.tRunner(0xc0005a96c0, 0x27d5400) /usr/local/go/src/testing/testing.go:1798 +0x11e created by testing.(*T).Run in goroutine 1 /usr/local/go/src/testing/testing.go:1851 +0x413 goroutine 674 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 664 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 520 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 494 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 286 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 276 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 237 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 227 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 184 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 46 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 8677 [IO wait]: internal/poll.runtime_pollWait(0x70c6be01d5d8, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc0000c6700?, 0xc00139c000?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc0000c6700, {0xc00139c000, 0x1980, 0x1980}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc0000c6700, {0xc00139c000?, 0x1973?, 0xc0004bc780?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc00008a770, {0xc00139c000?, 0xc000676550?, 0xd?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000817470, {0xc00139c000?, 0x70c67439aec0?, 0x70c6be1c05c0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc000761818, {0xc00139c000?, 0x1973?, 0xc00080b9d0?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc000676638, {0x2ae3100, 0xc000761818}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc000676388, {0x70c6743a85e8, 0xc000817470}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc000676388, 0x0) /usr/local/go/src/crypto/tls/conn.go:629 +0x3cf crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:591 crypto/tls.(*Conn).Read(0xc000676388, {0xc0013de000, 0x1000, 0xc0002a31a0?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc0007c47e0, {0xc0013de000?, 0x7f3f65?, 0x2ae12a0?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc000415f20) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc000415f20, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc0007c47e0) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 8648 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 858 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 720 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1268 [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:256 +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:254 +0x378 goroutine 1185 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1175 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 450 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 440 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 8678 [select]: net/http.(*persistConn).writeLoop(0xc0007c47e0) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 8648 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 1045 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1019 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3428 [chan receive, 49 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 2838 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 2839 [chan receive, 51 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 2838 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 555 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 529 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 964 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 954 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3033 [chan receive, 50 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 2838 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1365 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1339 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 810 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 688 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 628 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 603 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 748 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 738 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1103 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1093 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1221 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1211 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1474 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1464 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 9107 [select]: net/http.(*persistConn).roundTrip(0xc0007c47e0, 0xc0008aaf00) /usr/local/go/src/net/http/transport.go:2826 +0x785 net/http.(*Transport).roundTrip(0xc000186680, 0xc00067d900) /usr/local/go/src/net/http/transport.go:696 +0xb9a net/http.(*Transport).RoundTrip(...) /usr/local/go/src/net/http/roundtrip.go:30 github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0xc000559490, 0xc00067d900) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc00067d900, {0x2ae28a0, 0xc000559490}, {0xc0007f4501?, 0x540b53?, 0x0?}) /usr/local/go/src/net/http/client.go:259 +0x5e2 net/http.(*Client).send(0xc0008b4180, 0xc00067d900, {0x9d766729033ac81f?, 0xfcd47b02f0b4ab2a?, 0x0?}) /usr/local/go/src/net/http/client.go:180 +0x91 net/http.(*Client).do(0xc0008b4180, 0xc00067d900) /usr/local/go/src/net/http/client.go:728 +0x989 net/http.(*Client).Do(...) /usr/local/go/src/net/http/client.go:587 github.com/ncw/swift/v2.(*Connection).doTimeoutRequest.func1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:421 +0x2b created by github.com/ncw/swift/v2.(*Connection).doTimeoutRequest in goroutine 8946 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:420 +0xb8 goroutine 1500 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1490 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3604 [chan receive, 49 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 2838 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3524 [chan receive, 49 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 2838 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 2904 [chan receive, 51 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 2838 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3001 [chan receive, 51 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 2838 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3079 [chan receive, 50 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 2838 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3346 [chan receive, 50 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 2838 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3116 [chan receive, 50 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 2838 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8552 [chan receive, 3 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 8551 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m0.74434754s (try 5/5): exit status 2: Failed []