"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 3/5) 2025/05/06 07:25:32 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xinalus0meyu" 2025/05/06 07:25:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 07:25:33 DEBUG : Swift container rclone-test-xinalus0meyu.json: Auto set use_segments_container to true 2025/05/06 07:25:33 DEBUG : Swift container rclone-test-xinalus0meyu: Auto set use_segments_container to true 2025/05/06 07:25:33 DEBUG : Creating backend with remote "/tmp/rclone1667651424" === 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-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.23s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.06s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/05/06 07:25:34 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/06 07:25:34 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/06 07:25:34 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/05/06 07:25:34 DEBUG : potato: Seek from 10 to 0 2025/05/06 07:25:34 DEBUG : potato: Seek from 10 to 0 2025/05/06 07:25:34 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/05/06 07:25:34 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/06 07:25:34 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/06 07:25:34 DEBUG : potato: Seek from 5 to 2 2025/05/06 07:25:34 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/05/06 07:25:34 DEBUG : potato: Seek from 7 to 0 2025/05/06 07:25:34 DEBUG : potato: Seek from 7 to 0 2025/05/06 07:25:34 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/05/06 07:25:34 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/06 07:25:34 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/06 07:25:34 DEBUG : potato: Seek from 5 to 2 2025/05/06 07:25:34 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/05/06 07:25:34 DEBUG : potato: Seek from 8 to 0 2025/05/06 07:25:34 DEBUG : potato: Seek from 8 to 0 2025/05/06 07:25:34 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/05/06 07:25:34 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/06 07:25:34 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/06 07:25:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/06 07:25:34 DEBUG : potato: Seek from 5 to 2 2025/05/06 07:25:34 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/05/06 07:25:34 DEBUG : potato: Seek from 9 to 0 2025/05/06 07:25:34 DEBUG : potato: Seek from 9 to 0 2025/05/06 07:25:34 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-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 07:25:34 INFO : Swift container rclone-test-xinalus0meyu: Container "rclone-test-xinalus0meyu" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (169.57s) --- PASS: TestCheck/1 (10.19s) --- PASS: TestCheck/2 (5.16s) --- PASS: TestCheck/3 (10.17s) --- PASS: TestCheck/4 (0.29s) --- PASS: TestCheck/5 (0.15s) --- PASS: TestCheck/6 (0.17s) --- PASS: TestCheck/7 (5.18s) === RUN TestCheckFsError 2025/05/06 07:28:23 DEBUG : Creating backend with remote "nonexistent" 2025/05/06 07:28:23 DEBUG : Creating backend with remote "nonexistent" 2025/05/06 07:28:23 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/05/06 07:28:23 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/06 07:28:23 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/05/06 07:28:23 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-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", 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 (177.46s) --- PASS: TestCheckDownload/1 (15.24s) --- PASS: TestCheckDownload/2 (0.21s) --- PASS: TestCheckDownload/3 (0.19s) --- PASS: TestCheckDownload/4 (10.42s) --- PASS: TestCheckDownload/5 (5.27s) --- PASS: TestCheckDownload/6 (5.30s) --- PASS: TestCheckDownload/7 (5.22s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", 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 (141.21s) --- PASS: TestCheckSizeOnly/1 (0.05s) --- PASS: TestCheckSizeOnly/2 (0.09s) --- PASS: TestCheckSizeOnly/3 (0.15s) --- PASS: TestCheckSizeOnly/4 (0.05s) --- PASS: TestCheckSizeOnly/5 (0.09s) --- PASS: TestCheckSizeOnly/6 (0.05s) --- PASS: TestCheckSizeOnly/7 (0.10s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 07:33:48 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/06 07:33:48 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/06 07:33:48 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/06 07:33:48 NOTICE: test.sum: 2 warning(s) suppressed... 2025/05/06 07:33:49 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/06 07:33:49 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/06 07:33:49 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/06 07:33:49 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.06s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 07:33:49 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xinalus0meyu/data" 2025/05/06 07:33:50 DEBUG : Swift container rclone-test-xinalus0meyu path data.json: Auto set use_segments_container to true 2025/05/06 07:33:56 DEBUG : Swift container rclone-test-xinalus0meyu 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 (100.83s) --- PASS: TestCheckSum/subtest1 (0.45s) --- PASS: TestCheckSum/subtest2 (0.34s) --- PASS: TestCheckSum/subtest3 (0.45s) --- PASS: TestCheckSum/subtest4 (0.51s) --- PASS: TestCheckSum/subtest5 (0.62s) --- PASS: TestCheckSum/subtest6 (0.44s) --- PASS: TestCheckSum/subtest7 (0.43s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 07:35:30 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xinalus0meyu/data" 2025/05/06 07:35:30 DEBUG : Swift container rclone-test-xinalus0meyu path data.json: Auto set use_segments_container to true 2025/05/06 07:35:36 DEBUG : Swift container rclone-test-xinalus0meyu 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 (103.68s) --- PASS: TestCheckSumDownload/subtest1 (0.53s) --- PASS: TestCheckSumDownload/subtest2 (0.39s) --- PASS: TestCheckSumDownload/subtest3 (5.43s) --- PASS: TestCheckSumDownload/subtest4 (0.40s) --- PASS: TestCheckSumDownload/subtest5 (0.38s) --- PASS: TestCheckSumDownload/subtest6 (5.40s) --- PASS: TestCheckSumDownload/subtest7 (0.40s) === RUN TestApplyTransforms 2025/05/06 07:37:14 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gemeruk2huvu" 2025/05/06 07:37:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 07:37:14 DEBUG : Swift container rclone-test-gemeruk2huvu.json: Auto set use_segments_container to true 2025/05/06 07:37:15 DEBUG : Swift container rclone-test-gemeruk2huvu: Auto set use_segments_container to true 2025/05/06 07:37:15 DEBUG : Creating backend with remote "/tmp/rclone2512301946" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gemeruk2huvu", Local "Local file system at /tmp/rclone2512301946", Modify Window "1ns" 2025/05/06 07:37:15 INFO : Swift container rclone-test-gemeruk2huvu: Container "rclone-test-gemeruk2huvu" created upper checkfile vs. lower remote (without normalization) 2025/05/06 07:37:26 ERROR : hello, world!: sum not found 2025/05/06 07:37:26 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-gemeruk2huvu 2025/05/06 07:37:26 NOTICE: Compressed: TestCompressSwift:rclone-test-gemeruk2huvu: 1 files missing 2025/05/06 07:37:26 NOTICE: 1 hashes missing 2025/05/06 07:37:26 NOTICE: Compressed: TestCompressSwift:rclone-test-gemeruk2huvu: 2 differences found 2025/05/06 07:37:26 NOTICE: Compressed: TestCompressSwift:rclone-test-gemeruk2huvu: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/05/06 07:37:26 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 07:37:26 NOTICE: Compressed: TestCompressSwift:rclone-test-gemeruk2huvu: 0 differences found 2025/05/06 07:37:26 NOTICE: Compressed: TestCompressSwift:rclone-test-gemeruk2huvu: 1 matching files 2025/05/06 07:37:26 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xayelix0vugi" 2025/05/06 07:37:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 07:37:27 DEBUG : Swift container rclone-test-xayelix0vugi.json: Auto set use_segments_container to true 2025/05/06 07:37:27 DEBUG : Swift container rclone-test-xayelix0vugi: Auto set use_segments_container to true 2025/05/06 07:37:27 DEBUG : Creating backend with remote "/tmp/rclone2638890052" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xayelix0vugi", Local "Local file system at /tmp/rclone2638890052", Modify Window "1ns" 2025/05/06 07:37:28 INFO : Swift container rclone-test-xayelix0vugi: Container "rclone-test-xayelix0vugi" created lower checkfile vs. upper remote (without normalization) 2025/05/06 07:37:49 ERROR : HELLO, WORLD!: sum not found 2025/05/06 07:37:49 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-xayelix0vugi 2025/05/06 07:37:49 NOTICE: Compressed: TestCompressSwift:rclone-test-xayelix0vugi: 1 files missing 2025/05/06 07:37:49 NOTICE: 1 hashes missing 2025/05/06 07:37:49 NOTICE: Compressed: TestCompressSwift:rclone-test-xayelix0vugi: 2 differences found 2025/05/06 07:37:49 NOTICE: Compressed: TestCompressSwift:rclone-test-xayelix0vugi: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/05/06 07:37:49 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 07:37:49 NOTICE: Compressed: TestCompressSwift:rclone-test-xayelix0vugi: 0 differences found 2025/05/06 07:37:49 NOTICE: Compressed: TestCompressSwift:rclone-test-xayelix0vugi: 1 matching files 2025/05/06 07:37:49 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-visowil8hoku" 2025/05/06 07:37:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 07:37:50 DEBUG : Swift container rclone-test-visowil8hoku.json: Auto set use_segments_container to true 2025/05/06 07:37:50 DEBUG : Swift container rclone-test-visowil8hoku: Auto set use_segments_container to true 2025/05/06 07:37:50 DEBUG : Creating backend with remote "/tmp/rclone2476576123" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-visowil8hoku", Local "Local file system at /tmp/rclone2476576123", Modify Window "1ns" 2025/05/06 07:37:50 INFO : Swift container rclone-test-visowil8hoku: Container "rclone-test-visowil8hoku" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/05/06 07:38:06 ERROR : HeLlO, wOrLd!: sum not found 2025/05/06 07:38:06 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-visowil8hoku 2025/05/06 07:38:06 NOTICE: Compressed: TestCompressSwift:rclone-test-visowil8hoku: 1 files missing 2025/05/06 07:38:06 NOTICE: 1 hashes missing 2025/05/06 07:38:06 NOTICE: Compressed: TestCompressSwift:rclone-test-visowil8hoku: 2 differences found 2025/05/06 07:38:06 NOTICE: Compressed: TestCompressSwift:rclone-test-visowil8hoku: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/05/06 07:38:16 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 07:38:16 NOTICE: Compressed: TestCompressSwift:rclone-test-visowil8hoku: 0 differences found 2025/05/06 07:38:16 NOTICE: Compressed: TestCompressSwift:rclone-test-visowil8hoku: 1 matching files 2025/05/06 07:38:16 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-dizesup2vuyi" 2025/05/06 07:38:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 07:38:17 DEBUG : Swift container rclone-test-dizesup2vuyi.json: Auto set use_segments_container to true 2025/05/06 07:38:18 DEBUG : Swift container rclone-test-dizesup2vuyi: Auto set use_segments_container to true 2025/05/06 07:38:18 DEBUG : Creating backend with remote "/tmp/rclone2513238721" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-dizesup2vuyi", Local "Local file system at /tmp/rclone2513238721", Modify Window "1ns" 2025/05/06 07:38:18 INFO : Swift container rclone-test-dizesup2vuyi: Container "rclone-test-dizesup2vuyi" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/05/06 07:38:29 ERROR : HELLO, WORLD!: sum not found 2025/05/06 07:38:29 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-dizesup2vuyi 2025/05/06 07:38:29 NOTICE: Compressed: TestCompressSwift:rclone-test-dizesup2vuyi: 1 files missing 2025/05/06 07:38:29 NOTICE: 1 hashes missing 2025/05/06 07:38:29 NOTICE: Compressed: TestCompressSwift:rclone-test-dizesup2vuyi: 2 differences found 2025/05/06 07:38:29 NOTICE: Compressed: TestCompressSwift:rclone-test-dizesup2vuyi: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/05/06 07:38:30 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 07:38:30 NOTICE: Compressed: TestCompressSwift:rclone-test-dizesup2vuyi: 0 differences found 2025/05/06 07:38:30 NOTICE: Compressed: TestCompressSwift:rclone-test-dizesup2vuyi: 1 matching files 2025/05/06 07:38:30 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yawarer2qabu" 2025/05/06 07:38:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 07:38:30 DEBUG : Swift container rclone-test-yawarer2qabu.json: Auto set use_segments_container to true 2025/05/06 07:38:31 DEBUG : Swift container rclone-test-yawarer2qabu: Auto set use_segments_container to true 2025/05/06 07:38:31 DEBUG : Creating backend with remote "/tmp/rclone1247873" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yawarer2qabu", Local "Local file system at /tmp/rclone1247873", Modify Window "1ns" 2025/05/06 07:38:31 INFO : Swift container rclone-test-yawarer2qabu: Container "rclone-test-yawarer2qabu" created NFD checkfile vs. NFC remote (without normalization) 2025/05/06 07:38:42 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/06 07:38:42 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-yawarer2qabu 2025/05/06 07:38:42 NOTICE: Compressed: TestCompressSwift:rclone-test-yawarer2qabu: 1 files missing 2025/05/06 07:38:42 NOTICE: 1 hashes missing 2025/05/06 07:38:42 NOTICE: Compressed: TestCompressSwift:rclone-test-yawarer2qabu: 2 differences found 2025/05/06 07:38:42 NOTICE: Compressed: TestCompressSwift:rclone-test-yawarer2qabu: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/05/06 07:38:42 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 07:38:42 NOTICE: Compressed: TestCompressSwift:rclone-test-yawarer2qabu: 0 differences found 2025/05/06 07:38:42 NOTICE: Compressed: TestCompressSwift:rclone-test-yawarer2qabu: 1 matching files 2025/05/06 07:38:42 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-qigavan1pode" 2025/05/06 07:38:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 07:38:43 DEBUG : Swift container rclone-test-qigavan1pode.json: Auto set use_segments_container to true 2025/05/06 07:38:43 DEBUG : Swift container rclone-test-qigavan1pode: Auto set use_segments_container to true 2025/05/06 07:38:43 DEBUG : Creating backend with remote "/tmp/rclone3232506965" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-qigavan1pode", Local "Local file system at /tmp/rclone3232506965", Modify Window "1ns" 2025/05/06 07:38:44 INFO : Swift container rclone-test-qigavan1pode: Container "rclone-test-qigavan1pode" created NFC checkfile vs. NFD remote (without normalization) 2025/05/06 07:38:55 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/06 07:38:55 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-qigavan1pode 2025/05/06 07:38:55 NOTICE: Compressed: TestCompressSwift:rclone-test-qigavan1pode: 1 files missing 2025/05/06 07:38:55 NOTICE: 1 hashes missing 2025/05/06 07:38:55 NOTICE: Compressed: TestCompressSwift:rclone-test-qigavan1pode: 2 differences found 2025/05/06 07:38:55 NOTICE: Compressed: TestCompressSwift:rclone-test-qigavan1pode: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/05/06 07:38:55 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 07:38:55 NOTICE: Compressed: TestCompressSwift:rclone-test-qigavan1pode: 0 differences found 2025/05/06 07:38:55 NOTICE: Compressed: TestCompressSwift:rclone-test-qigavan1pode: 1 matching files 2025/05/06 07:38:55 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hirazuy4vijo" 2025/05/06 07:38:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 07:38:55 DEBUG : Swift container rclone-test-hirazuy4vijo.json: Auto set use_segments_container to true 2025/05/06 07:38:56 DEBUG : Swift container rclone-test-hirazuy4vijo: Auto set use_segments_container to true 2025/05/06 07:38:56 DEBUG : Creating backend with remote "/tmp/rclone4163918945" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hirazuy4vijo", Local "Local file system at /tmp/rclone4163918945", Modify Window "1ns" 2025/05/06 07:38:56 INFO : Swift container rclone-test-hirazuy4vijo: Container "rclone-test-hirazuy4vijo" created NFDx2 checkfile vs. both remote (without normalization) 2025/05/06 07:39:12 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/06 07:39:12 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-hirazuy4vijo 2025/05/06 07:39:12 NOTICE: Compressed: TestCompressSwift:rclone-test-hirazuy4vijo: 1 files missing 2025/05/06 07:39:12 NOTICE: 1 hashes missing 2025/05/06 07:39:12 NOTICE: Compressed: TestCompressSwift:rclone-test-hirazuy4vijo: 2 differences found 2025/05/06 07:39:12 NOTICE: Compressed: TestCompressSwift:rclone-test-hirazuy4vijo: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/05/06 07:39:22 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 07:39:22 NOTICE: Compressed: TestCompressSwift:rclone-test-hirazuy4vijo: 0 differences found 2025/05/06 07:39:22 NOTICE: Compressed: TestCompressSwift:rclone-test-hirazuy4vijo: 1 matching files 2025/05/06 07:39:22 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gowumof9yoca" 2025/05/06 07:39:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 07:39:23 DEBUG : Swift container rclone-test-gowumof9yoca.json: Auto set use_segments_container to true 2025/05/06 07:39:24 DEBUG : Swift container rclone-test-gowumof9yoca: Auto set use_segments_container to true 2025/05/06 07:39:24 DEBUG : Creating backend with remote "/tmp/rclone2939236113" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gowumof9yoca", Local "Local file system at /tmp/rclone2939236113", Modify Window "1ns" 2025/05/06 07:39:24 INFO : Swift container rclone-test-gowumof9yoca: Container "rclone-test-gowumof9yoca" created NFCx2 checkfile vs. both remote (without normalization) 2025/05/06 07:39:30 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/06 07:39:30 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-gowumof9yoca 2025/05/06 07:39:30 NOTICE: Compressed: TestCompressSwift:rclone-test-gowumof9yoca: 1 files missing 2025/05/06 07:39:30 NOTICE: 1 hashes missing 2025/05/06 07:39:30 NOTICE: Compressed: TestCompressSwift:rclone-test-gowumof9yoca: 2 differences found 2025/05/06 07:39:30 NOTICE: Compressed: TestCompressSwift:rclone-test-gowumof9yoca: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/05/06 07:39:31 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 07:39:31 NOTICE: Compressed: TestCompressSwift:rclone-test-gowumof9yoca: 0 differences found 2025/05/06 07:39:31 NOTICE: Compressed: TestCompressSwift:rclone-test-gowumof9yoca: 1 matching files 2025/05/06 07:39:31 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-lexefod1tocu" 2025/05/06 07:39:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 07:39:31 DEBUG : Swift container rclone-test-lexefod1tocu.json: Auto set use_segments_container to true 2025/05/06 07:39:32 DEBUG : Swift container rclone-test-lexefod1tocu: Auto set use_segments_container to true 2025/05/06 07:39:32 DEBUG : Creating backend with remote "/tmp/rclone858925774" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-lexefod1tocu", Local "Local file system at /tmp/rclone858925774", Modify Window "1ns" 2025/05/06 07:39:32 INFO : Swift container rclone-test-lexefod1tocu: Container "rclone-test-lexefod1tocu" created both checkfile vs. NFDx2 remote (without normalization) 2025/05/06 07:39:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/06 07:39:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-lexefod1tocu 2025/05/06 07:39:43 NOTICE: Compressed: TestCompressSwift:rclone-test-lexefod1tocu: 1 files missing 2025/05/06 07:39:43 NOTICE: 1 hashes missing 2025/05/06 07:39:43 NOTICE: Compressed: TestCompressSwift:rclone-test-lexefod1tocu: 2 differences found 2025/05/06 07:39:43 NOTICE: Compressed: TestCompressSwift:rclone-test-lexefod1tocu: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/05/06 07:39:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 07:39:53 NOTICE: Compressed: TestCompressSwift:rclone-test-lexefod1tocu: 0 differences found 2025/05/06 07:39:53 NOTICE: Compressed: TestCompressSwift:rclone-test-lexefod1tocu: 1 matching files 2025/05/06 07:39:53 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-quxiwic8yaxo" 2025/05/06 07:39:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 07:39:54 DEBUG : Swift container rclone-test-quxiwic8yaxo.json: Auto set use_segments_container to true 2025/05/06 07:39:54 DEBUG : Swift container rclone-test-quxiwic8yaxo: Auto set use_segments_container to true 2025/05/06 07:39:54 DEBUG : Creating backend with remote "/tmp/rclone3277021998" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-quxiwic8yaxo", Local "Local file system at /tmp/rclone3277021998", Modify Window "1ns" 2025/05/06 07:39:55 INFO : Swift container rclone-test-quxiwic8yaxo: Container "rclone-test-quxiwic8yaxo" created both checkfile vs. NFCx2 remote (without normalization) 2025/05/06 07:40:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/06 07:40:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-quxiwic8yaxo 2025/05/06 07:40:06 NOTICE: Compressed: TestCompressSwift:rclone-test-quxiwic8yaxo: 1 files missing 2025/05/06 07:40:06 NOTICE: 1 hashes missing 2025/05/06 07:40:06 NOTICE: Compressed: TestCompressSwift:rclone-test-quxiwic8yaxo: 2 differences found 2025/05/06 07:40:06 NOTICE: Compressed: TestCompressSwift:rclone-test-quxiwic8yaxo: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/05/06 07:40:06 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 07:40:06 NOTICE: Compressed: TestCompressSwift:rclone-test-quxiwic8yaxo: 0 differences found 2025/05/06 07:40:06 NOTICE: Compressed: TestCompressSwift:rclone-test-quxiwic8yaxo: 1 matching files 2025/05/06 07:40:06 DEBUG : Compressed: TestCompressSwift:rclone-test-quxiwic8yaxo: Purge remote 2025/05/06 07:40:06 DEBUG : Waiting for deletions to finish 2025/05/06 07:40:07 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/06 07:40:16 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/06 07:40:17 INFO : Swift container rclone-test-quxiwic8yaxo: Container "rclone-test-quxiwic8yaxo" removed 2025/05/06 07:40:17 DEBUG : Compressed: TestCompressSwift:rclone-test-lexefod1tocu: Purge remote 2025/05/06 07:40:17 DEBUG : Waiting for deletions to finish 2025/05/06 07:40:17 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/06 07:40:22 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/06 07:40:22 INFO : Swift container rclone-test-lexefod1tocu: Container "rclone-test-lexefod1tocu" removed 2025/05/06 07:40:22 DEBUG : Compressed: TestCompressSwift:rclone-test-gowumof9yoca: Purge remote 2025/05/06 07:40:22 DEBUG : Waiting for deletions to finish 2025/05/06 07:40:23 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/06 07:40:23 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/06 07:40:24 INFO : Swift container rclone-test-gowumof9yoca: Container "rclone-test-gowumof9yoca" removed 2025/05/06 07:40:24 DEBUG : Compressed: TestCompressSwift:rclone-test-hirazuy4vijo: Purge remote 2025/05/06 07:40:24 DEBUG : Waiting for deletions to finish 2025/05/06 07:40:29 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/06 07:40:34 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/06 07:40:34 INFO : Swift container rclone-test-hirazuy4vijo: Container "rclone-test-hirazuy4vijo" removed 2025/05/06 07:40:34 DEBUG : Compressed: TestCompressSwift:rclone-test-qigavan1pode: Purge remote 2025/05/06 07:40:34 DEBUG : Waiting for deletions to finish 2025/05/06 07:40:34 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/05/06 07:40:39 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/05/06 07:40:39 INFO : Swift container rclone-test-qigavan1pode: Container "rclone-test-qigavan1pode" removed 2025/05/06 07:40:39 DEBUG : Compressed: TestCompressSwift:rclone-test-yawarer2qabu: Purge remote 2025/05/06 07:40:39 DEBUG : Waiting for deletions to finish 2025/05/06 07:40:40 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/05/06 07:40:45 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/05/06 07:40:45 INFO : Swift container rclone-test-yawarer2qabu: Container "rclone-test-yawarer2qabu" removed 2025/05/06 07:40:45 DEBUG : Compressed: TestCompressSwift:rclone-test-dizesup2vuyi: Purge remote 2025/05/06 07:40:45 DEBUG : Waiting for deletions to finish 2025/05/06 07:40:45 INFO : HELLO, WORLD!.json: Deleted 2025/05/06 07:40:50 INFO : HELLO, WORLD!.bin: Deleted 2025/05/06 07:40:51 INFO : Swift container rclone-test-dizesup2vuyi: Container "rclone-test-dizesup2vuyi" removed 2025/05/06 07:40:51 DEBUG : Compressed: TestCompressSwift:rclone-test-visowil8hoku: Purge remote 2025/05/06 07:40:51 DEBUG : Waiting for deletions to finish 2025/05/06 07:40:56 INFO : HeLlO, wOrLd!.json: Deleted 2025/05/06 07:41:01 INFO : HeLlO, wOrLd!.bin: Deleted 2025/05/06 07:41:01 INFO : Swift container rclone-test-visowil8hoku: Container "rclone-test-visowil8hoku" removed 2025/05/06 07:41:01 DEBUG : Compressed: TestCompressSwift:rclone-test-xayelix0vugi: Purge remote 2025/05/06 07:41:01 DEBUG : Waiting for deletions to finish 2025/05/06 07:41:06 INFO : HELLO, WORLD!.bin: Deleted 2025/05/06 07:41:11 INFO : HELLO, WORLD!.json: Deleted 2025/05/06 07:41:12 INFO : Swift container rclone-test-xayelix0vugi: Container "rclone-test-xayelix0vugi" removed 2025/05/06 07:41:12 DEBUG : Compressed: TestCompressSwift:rclone-test-gemeruk2huvu: Purge remote 2025/05/06 07:41:12 DEBUG : Waiting for deletions to finish 2025/05/06 07:41:12 INFO : hello, world!.json: Deleted 2025/05/06 07:41:17 INFO : hello, world!.bin: Deleted 2025/05/06 07:41:17 INFO : Swift container rclone-test-gemeruk2huvu: Container "rclone-test-gemeruk2huvu" removed --- PASS: TestApplyTransforms (243.71s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 07:41:22 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/06 07:41:34 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/06 07:41:34 INFO : file1: Copied (new) to: sub/file2 2025/05/06 07:41:34 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/06 07:41:34 DEBUG : file1: Unchanged skipping 2025/05/06 07:41:34 DEBUG : Compressed: TestCompressSwift:rclone-test-xinalus0meyu: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (32.52s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.17s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 07:42:11 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xinalus0meyu/backup" 2025/05/06 07:42:12 DEBUG : Swift container rclone-test-xinalus0meyu path backup.json: Auto set use_segments_container to true 2025/05/06 07:42:17 DEBUG : Swift container rclone-test-xinalus0meyu path backup: Auto set use_segments_container to true 2025/05/06 07:42:23 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/06 07:42:45 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/05/06 07:42:45 INFO : dst/file1: Copied (server-side copy) 2025/05/06 07:42:55 INFO : dst/file1: Deleted 2025/05/06 07:43:11 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/06 07:43:11 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (102.19s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 07:43:32 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xinalus0meyu/dst" 2025/05/06 07:43:33 DEBUG : Swift container rclone-test-xinalus0meyu path dst.json: Auto set use_segments_container to true 2025/05/06 07:43:39 DEBUG : Swift container rclone-test-xinalus0meyu path dst: Auto set use_segments_container to true 2025/05/06 07:43:49 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xinalus0meyu/CompareDest" 2025/05/06 07:43:49 DEBUG : Swift container rclone-test-xinalus0meyu path CompareDest.json: Auto set use_segments_container to true 2025/05/06 07:43:55 DEBUG : Swift container rclone-test-xinalus0meyu path CompareDest: Auto set use_segments_container to true 2025/05/06 07:44:01 DEBUG : one: Need to transfer - File not found at Destination 2025/05/06 07:44:17 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/06 07:44:17 INFO : one: Copied (new) 2025/05/06 07:44:17 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/06 07:44:28 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/06 07:44:28 INFO : one: Copied (replaced existing) 2025/05/06 07:44:50 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/06 07:44:55 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/06 07:44:55 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/06 07:45:27 DEBUG : two: Need to transfer - File not found at Destination 2025/05/06 07:45:27 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/06 07:45:27 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/06 07:45:43 DEBUG : two: Need to transfer - File not found at Destination 2025/05/06 07:45:43 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/06 07:45:43 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/06 07:46:19 DEBUG : two: Need to transfer - File not found at Destination 2025/05/06 07:46:29 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/05/06 07:46:45 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/05/06 07:46:45 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (244.41s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 07:47:37 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xinalus0meyu/dst" 2025/05/06 07:47:37 DEBUG : Swift container rclone-test-xinalus0meyu path dst.json: Auto set use_segments_container to true 2025/05/06 07:47:43 DEBUG : Swift container rclone-test-xinalus0meyu path dst: Auto set use_segments_container to true 2025/05/06 07:47:53 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xinalus0meyu/CopyDest" 2025/05/06 07:47:54 DEBUG : Swift container rclone-test-xinalus0meyu path CopyDest.json: Auto set use_segments_container to true 2025/05/06 07:47:59 DEBUG : Swift container rclone-test-xinalus0meyu path CopyDest: Auto set use_segments_container to true 2025/05/06 07:48:05 DEBUG : one: Need to transfer - File not found at Destination 2025/05/06 07:48:25 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/06 07:48:25 INFO : one: Copied (new) 2025/05/06 07:48:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/06 07:48:47 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/06 07:48:47 INFO : one: Copied (replaced existing) 2025/05/06 07:49:14 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xinalus0meyu/BackupDir" 2025/05/06 07:49:15 DEBUG : Swift container rclone-test-xinalus0meyu path BackupDir.json: Auto set use_segments_container to true 2025/05/06 07:49:21 DEBUG : Swift container rclone-test-xinalus0meyu path BackupDir: Auto set use_segments_container to true 2025/05/06 07:49:26 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/06 07:49:26 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/06 07:49:26 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/06 07:49:47 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/06 07:49:47 INFO : one: Copied (server-side copy) 2025/05/06 07:49:53 INFO : one: Deleted 2025/05/06 07:50:18 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/06 07:50:18 INFO : one: Copied (server-side copy) 2025/05/06 07:50:18 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/05/06 07:50:56 DEBUG : two: Need to transfer - File not found at Destination 2025/05/06 07:50:56 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/06 07:51:31 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/05/06 07:51:31 INFO : two: Copied (server-side copy) 2025/05/06 07:51:31 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/05/06 07:51:47 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/06 07:51:47 DEBUG : two: Unchanged skipping 2025/05/06 07:52:51 DEBUG : three: Need to transfer - File not found at Destination 2025/05/06 07:52:56 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/05/06 07:52:56 DEBUG : three: Destination not found in --copy-dest 2025/05/06 07:53:06 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/05/06 07:53:06 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (403.61s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.13s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.17s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 07:54:26 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/05/06 07:54:37 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/06 07:54:37 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/05/06 07:54:42 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/05/06 07:54:54 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/05/06 07:54:54 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy5.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-xinalus0meyu/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/05/06 07:55:04 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/05/06 07:55:15 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/05/06 07:55:20 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 868a9065e1796d8d1d71fd2a64e7e597 OK 2025/05/06 07:55:20 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (76.21s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.19s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.29s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.10s) === RUN TestDeduplicateFirst run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", 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-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", 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-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 07:56:37 INFO : Compressed: TestCompressSwift:rclone-test-xinalus0meyu: Looking for duplicate md5 hashes using newest mode. 2025/05/06 07:56:42 NOTICE: 132ee359f30bcfe0cfbecd905eea9b7c: Found 3 files with duplicate md5 hashes 2025/05/06 07:56:52 INFO : one: Deleted 2025/05/06 07:56:58 INFO : also/one: Deleted 2025/05/06 07:56:58 NOTICE: 132ee359f30bcfe0cfbecd905eea9b7c: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (101.26s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.26s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.12s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.14s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", 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-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", 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-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 07:58:58 DEBUG : a.txt: Excluded (Size Filter) 2025/05/06 07:58:58 DEBUG : a.txt: Excluded 2025/05/06 07:58:58 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/06 07:58:58 DEBUG : sub dir/hello world: Excluded 2025/05/06 07:58:58 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/06 07:58:58 DEBUG : sub dir/hello world2: Excluded 2025/05/06 07:58:59 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/06 07:58:59 DEBUG : sub dir/hello world: Excluded 2025/05/06 07:58:59 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/06 07:58:59 DEBUG : sub dir/hello world2: Excluded 2025/05/06 07:58:59 DEBUG : sub dir/ignore dir: Excluded 2025/05/06 07:59:04 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (146.87s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 08:01:16 DEBUG : a.txt: Excluded (Size Filter) 2025/05/06 08:01:16 DEBUG : a.txt: Excluded 2025/05/06 08:01:16 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/06 08:01:16 DEBUG : sub dir/hello world: Excluded 2025/05/06 08:01:16 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/06 08:01:16 DEBUG : sub dir/hello world2: Excluded 2025/05/06 08:01:17 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/06 08:01:17 DEBUG : sub dir/hello world: Excluded 2025/05/06 08:01:17 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/06 08:01:17 DEBUG : sub dir/hello world2: Excluded 2025/05/06 08:01:22 DEBUG : sub dir/ignore dir: Excluded 2025/05/06 08:01:27 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (133.11s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", 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.83s) --- PASS: TestListJSON/Default (0.27s) --- PASS: TestListJSON/FilesOnly (0.20s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (5.33s) --- PASS: TestListJSON/SubDir (5.19s) --- PASS: TestListJSON/NoModTime (0.14s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (0.19s) --- PASS: TestListJSON/HashTypes (0.22s) --- PASS: TestListJSON/Metadata (0.18s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", 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/06 08:03:17 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xinalus0meyu/notfound" 2025/05/06 08:03:17 DEBUG : Config file has changed externally - reloading 2025/05/06 08:03:18 DEBUG : Swift container rclone-test-xinalus0meyu path notfound.json: Auto set use_segments_container to true 2025/05/06 08:03:23 DEBUG : Swift container rclone-test-xinalus0meyu path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (60.32s) --- PASS: TestStatJSON/Root (0.05s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.10s) --- PASS: TestStatJSON/Dir (5.19s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.05s) --- PASS: TestStatJSON/File (0.14s) --- PASS: TestStatJSON/NotFound (5.13s) --- PASS: TestStatJSON/DirFilesOnly (5.05s) --- PASS: TestStatJSON/FileFilesOnly (0.14s) --- PASS: TestStatJSON/NotFoundFilesOnly (5.05s) --- PASS: TestStatJSON/DirDirsOnly (0.06s) --- PASS: TestStatJSON/FileDirsOnly (0.09s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (11.83s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 08:03:35 INFO : Compressed: TestCompressSwift:rclone-test-xinalus0meyu: Making directory 2025/05/06 08:03:35 INFO : Compressed: TestCompressSwift:rclone-test-xinalus0meyu: Making directory --- PASS: TestMkdir (0.21s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" --- PASS: TestLsd (16.34s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" --- PASS: TestLs (51.42s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 08:05:06 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/05/06 08:05:06 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (42.27s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" --- PASS: TestLsLong (47.98s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (43.13s) --- PASS: TestHashSums/Md5 (0.26s) --- PASS: TestHashSums/Md5Download (5.19s) === RUN TestHashSumsWithErrors 2025/05/06 08:06:56 DEBUG : Creating backend with remote ":memory:" 2025/05/06 08:06:56 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/05/06 08:06:56 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/06 08:06:56 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/06 08:06:56 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/06 08:06:56 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/06 08:06:56 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/06 08:06:56 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/06 08:06:56 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/05/06 08:06:56 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-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" --- PASS: TestCount (54.23s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 08:08:23 DEBUG : Waiting for deletions to finish 2025/05/06 08:08:24 DEBUG : large: Excluded (Size Filter) 2025/05/06 08:08:24 INFO : small: Deleted 2025/05/06 08:08:34 INFO : medium: Deleted --- PASS: TestDelete (59.18s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 08:09:27 DEBUG : Waiting for deletions to finish 2025/05/06 08:09:27 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/05/06 08:09:32 INFO : medium: Deleted 2025/05/06 08:09:37 INFO : large: Deleted --- PASS: TestMaxDelete (48.10s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 08:10:20 DEBUG : Waiting for deletions to finish 2025/05/06 08:10:20 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/05/06 08:10:20 INFO : small: Deleted 2025/05/06 08:10:25 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (68.81s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 08:11:29 DEBUG : Waiting for deletions to finish 2025/05/06 08:11:29 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/05/06 08:11:39 INFO : medium: Deleted 2025/05/06 08:11:49 INFO : large: Deleted --- PASS: TestMaxDeleteSize (63.53s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" --- PASS: TestReadFile (7.42s) === RUN TestRetry 2025/05/06 08:11:58 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/05/06 08:11:58 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/05/06 08:11:58 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/06 08:11:58 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/06 08:11:58 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/06 08:11:58 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/06 08:11:58 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-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" --- PASS: TestCat (59.87s) === RUN TestPurge 2025/05/06 08:12:57 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-fugopay8ceco" 2025/05/06 08:12:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 08:12:58 DEBUG : Swift container rclone-test-fugopay8ceco.json: Auto set use_segments_container to true 2025/05/06 08:12:59 DEBUG : Swift container rclone-test-fugopay8ceco: Auto set use_segments_container to true 2025/05/06 08:12:59 DEBUG : Creating backend with remote "/tmp/rclone1011304553" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fugopay8ceco", Local "Local file system at /tmp/rclone1011304553", Modify Window "1ns" 2025/05/06 08:13:00 INFO : Swift container rclone-test-fugopay8ceco: Container "rclone-test-fugopay8ceco" created 2025/05/06 08:13:11 INFO : A2: Making directory 2025/05/06 08:13:11 INFO : A1/B2: Making directory 2025/05/06 08:13:11 INFO : A1/B2/C2: Making directory 2025/05/06 08:13:11 INFO : A1/B1/C3: Making directory 2025/05/06 08:13:11 INFO : A3: Making directory 2025/05/06 08:13:11 INFO : A3/B3: Making directory 2025/05/06 08:13:11 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/06 08:13:32 DEBUG : Waiting for deletions to finish 2025/05/06 08:13:32 INFO : A1/B1/C1/one.bin: Deleted 2025/05/06 08:13:37 INFO : A1/B1/C1/one.json: Deleted fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" fstest.go:244: Filtering empty directory "A3/B3/C4" 2025/05/06 08:13:43 DEBUG : Waiting for deletions to finish 2025/05/06 08:13:43 INFO : A1/two.bin: Deleted 2025/05/06 08:13:53 INFO : A1/two.json: Deleted 2025/05/06 08:13:53 INFO : Swift container rclone-test-fugopay8ceco: Container "rclone-test-fugopay8ceco" removed 2025/05/06 08:13:53 DEBUG : Compressed: TestCompressSwift:rclone-test-fugopay8ceco: Purge remote 2025/05/06 08:13:53 DEBUG : Waiting for deletions to finish 2025/05/06 08:13:53 NOTICE: purge failed: directory not found --- PASS: TestPurge (55.57s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 08:14:09 INFO : A2: Making directory 2025/05/06 08:14:09 INFO : A1/B2: Making directory 2025/05/06 08:14:09 INFO : A1/B2/C2: Making directory 2025/05/06 08:14:09 INFO : A1/B1/C3: Making directory 2025/05/06 08:14:09 INFO : A3: Making directory 2025/05/06 08:14:09 INFO : A3/B3: Making directory 2025/05/06 08:14:09 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/06 08:14:25 DEBUG : removing 1 level 3 directories 2025/05/06 08:14:25 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/06 08:14:57 DEBUG : removing 1 level 0 directories 2025/05/06 08:14:57 INFO : Compressed: TestCompressSwift:rclone-test-xinalus0meyu: Removing directory 2025/05/06 08:14:57 INFO : Swift container rclone-test-xinalus0meyu: Container "rclone-test-xinalus0meyu" removed --- PASS: TestRmdirsNoLeaveRoot (65.18s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 08:14:58 INFO : Swift container rclone-test-xinalus0meyu: Container "rclone-test-xinalus0meyu" created 2025/05/06 08:14:58 INFO : A1: Making directory 2025/05/06 08:14:58 INFO : A1/B1: Making directory 2025/05/06 08:14:58 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.44s) === RUN TestRmdirsWithFilter run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 08:14:59 INFO : A1: Making directory 2025/05/06 08:14:59 INFO : A1/B1: Making directory 2025/05/06 08:14:59 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.24s) === RUN TestCopyURL run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 08:15:05 DEBUG : filename.txt: File name found in url 2025/05/06 08:15:16 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (95.29s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 08:16:39 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/06 08:16:50 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/06 08:16:50 INFO : file1: Copied (new) to: sub/file2 2025/05/06 08:16:50 INFO : file1: Deleted 2025/05/06 08:16:55 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/06 08:16:55 DEBUG : file1: Unchanged skipping 2025/05/06 08:16:55 INFO : file1: Deleted 2025/05/06 08:17:00 DEBUG : Compressed: TestCompressSwift:rclone-test-xinalus0meyu: don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (36.57s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 08:17:16 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/06 08:17:21 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/06 08:17:21 INFO : file1: Copied (new) 2025/05/06 08:17:21 INFO : file1: Deleted 2025/05/06 08:17:22 DEBUG : file1: Destination exists, skipping 2025/05/06 08:17:22 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (11.81s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFile (0.09s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.24s) === RUN TestMoveFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 08:17:54 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xinalus0meyu/backup" 2025/05/06 08:17:54 DEBUG : Swift container rclone-test-xinalus0meyu path backup.json: Auto set use_segments_container to true 2025/05/06 08:18:00 DEBUG : Swift container rclone-test-xinalus0meyu path backup: Auto set use_segments_container to true 2025/05/06 08:18:05 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/06 08:18:27 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/05/06 08:18:27 INFO : dst/file1: Copied (server-side copy) 2025/05/06 08:18:37 INFO : dst/file1: Deleted 2025/05/06 08:18:53 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/06 08:18:53 INFO : dst/file1: Copied (new) 2025/05/06 08:18:53 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (105.97s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 08:20:03 INFO : A1/B2: Making directory 2025/05/06 08:20:03 INFO : A1/B1/C3: Making directory fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B1/C3" 2025/05/06 08:21:00 DEBUG : A1/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/06 08:21:00 INFO : A1/one: Copied (server-side copy) to: A2/one 2025/05/06 08:21:00 INFO : A1/one: Deleted 2025/05/06 08:21:05 DEBUG : A1/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/05/06 08:21:05 INFO : A1/B1/C1/four: Copied (server-side copy) to: A2/B1/C1/four 2025/05/06 08:21:05 DEBUG : A1/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/05/06 08:21:05 INFO : A1/two: Copied (server-side copy) to: A2/two 2025/05/06 08:21:10 INFO : A1/two: Deleted 2025/05/06 08:21:10 DEBUG : A1/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/05/06 08:21:10 INFO : A1/B1/C2/five: Copied (server-side copy) to: A2/B1/C2/five 2025/05/06 08:21:15 DEBUG : A1/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/05/06 08:21:15 INFO : A1/B1/three: Copied (server-side copy) to: A2/B1/three 2025/05/06 08:21:15 INFO : A1/B1/C1/four: Deleted 2025/05/06 08:21:15 INFO : A1/B1/three: Deleted 2025/05/06 08:21:20 INFO : A1/B1/C2/five: Deleted fstest.go:244: Filtering empty directory "A2/B2" fstest.go:244: Filtering empty directory "A2/B1/C3" 2025/05/06 08:21:58 DEBUG : A2/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/05/06 08:21:58 INFO : A2/B1/C2/five: Copied (server-side copy) to: A3/B1/C2/five 2025/05/06 08:21:58 DEBUG : A2/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/05/06 08:21:58 INFO : A2/B1/three: Copied (server-side copy) to: A3/B1/three 2025/05/06 08:21:59 DEBUG : A2/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/06 08:21:59 INFO : A2/one: Copied (server-side copy) to: A3/one 2025/05/06 08:21:59 DEBUG : A2/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/05/06 08:21:59 INFO : A2/two: Copied (server-side copy) to: A3/two 2025/05/06 08:21:59 INFO : A2/two: Deleted 2025/05/06 08:22:03 DEBUG : A2/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/05/06 08:22:03 INFO : A2/B1/C1/four: Copied (server-side copy) to: A3/B1/C1/four 2025/05/06 08:22:04 INFO : A2/one: Deleted 2025/05/06 08:22:08 INFO : A2/B1/C2/five: Deleted 2025/05/06 08:22:08 INFO : A2/B1/C1/four: Deleted 2025/05/06 08:22:08 INFO : A2/B1/three: Deleted fstest.go:244: Filtering empty directory "A3/B2" fstest.go:244: Filtering empty directory "A3/B1/C3" 2025/05/06 08:22:29 INFO : Compressed: TestCompressSwift:rclone-test-xinalus0meyu: Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/05/06 08:22:51 DEBUG : A3/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/05/06 08:22:51 INFO : A3/B1/three: Copied (server-side copy) to: A4/B1/three 2025/05/06 08:22:55 DEBUG : A3/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/05/06 08:22:55 INFO : A3/two: Copied (server-side copy) to: A4/two 2025/05/06 08:22:56 INFO : A3/B1/three: Deleted 2025/05/06 08:23:01 INFO : A3/two: Deleted 2025/05/06 08:23:01 DEBUG : A3/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/05/06 08:23:01 INFO : A3/B1/C2/five: Copied (server-side copy) to: A4/B1/C2/five 2025/05/06 08:23:01 INFO : A3/B1/C2/five: Deleted 2025/05/06 08:23:10 DEBUG : A3/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/05/06 08:23:10 INFO : A3/B1/C1/four: Copied (server-side copy) to: A4/B1/C1/four 2025/05/06 08:23:10 DEBUG : A3/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/06 08:23:10 INFO : A3/one: Copied (server-side copy) to: A4/one 2025/05/06 08:23:16 INFO : A3/B1/C1/four: Deleted 2025/05/06 08:23:16 INFO : A3/one: Deleted fstest.go:244: Filtering empty directory "A4/B2" fstest.go:244: Filtering empty directory "A4/B1/C3" --- PASS: TestDirMove (305.10s) === RUN TestGetFsInfo run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" --- PASS: TestGetFsInfo (0.12s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 08:24:14 DEBUG : Compressed: TestCompressSwift:rclone-test-xinalus0meyu: File to upload is small (34 bytes), uploading instead of streaming 2025/05/06 08:24:25 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2025/05/06 08:24:25 DEBUG : no_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2025/05/06 08:24:52 DEBUG : no_checksum_big_file_from_pipe.__________8.gz: md5 = de79f3041b5687122f588132e7d777a7 OK 2025/05/06 08:24:52 INFO : no_checksum_big_file_from_pipe.__________8.gz: Copied (server-side copy) to: no_checksum_big_file_from_pipe.AZABAAAAAAA.gz 2025/05/06 08:24:57 INFO : no_checksum_big_file_from_pipe.__________8.gz: Deleted 2025/05/06 08:24:57 DEBUG : no_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2025/05/06 08:24:57 DEBUG : no_checksum_big_file_from_pipe: Size and md5 of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xinalus0meyu", Local "Local file system at /tmp/rclone1667651424", Modify Window "1ns" 2025/05/06 08:25:23 DEBUG : Compressed: TestCompressSwift:rclone-test-xinalus0meyu: File to upload is small (34 bytes), uploading instead of streaming panic: test timed out after 1h0m0s running tests: TestRcat (1m19s) TestRcat/withChecksum=true,ignoreChecksum=false (10s) goroutine 10295 [running]: testing.(*M).startAlarm.func1() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2373 +0x385 created by time.goFunc /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/time/sleep.go:215 +0x2d goroutine 1 [chan receive, 1 minutes]: testing.(*T).Run(0xc000334340, {0x25ed9a1?, 0x0?}, 0x2738488) /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(0xc000334340) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2168 +0x37 testing.tRunner(0xc000334340, 0xc000987c18) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 testing.runTests(0xc000836588, {0x3d238a0, 0x6d, 0x6d}, {0x3d38300?, 0x1?, 0x3d38300?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2166 +0x43d testing.(*M).Run(0xc00055e5a0) /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(0xc00055e5a0) /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 52 [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 51 [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 517 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 475 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 230 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 220 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3198 [chan receive, 47 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 2782 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8110 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc0009081c0) /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 8109 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:408 +0xb6 goroutine 3157 [chan receive, 47 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 2782 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9616 [IO wait]: internal/poll.runtime_pollWait(0x7f3b4ffcbcc0, 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(0xc000a1c180?, 0xc000a78600?, 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(0xc000a1c180, {0xc000a78600, 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(0xc000a1c180, {0xc000a78600?, 0xc000736550?, 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(0xc0013b2110, {0xc000a78600?, 0x3d38300?, 0xc001bc4708?}) /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(0xc000836a38, {0xc000a78600?, 0x18?, 0xc000908fc0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc0008b0738, {0xc000a78600?, 0x0?, 0xc0008b0738?}) /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(0xc000736638, {0x29f03a0, 0xc0008b0738}) /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(0xc000736388, {0x7f3b4e5e11f0, 0xc000836a38}, 0xc001bc4778?) /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(0xc000736388, 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(0xc000736388, {0xc000b12000, 0x1000, 0xa?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:1385 +0x150 net/http.(*persistConn).Read(0xc0001797a0, {0xc000b12000?, 0x7a1c86?, 0xc001bc4ca0?}) /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(0xc00119b620) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:110 +0x103 bufio.(*Reader).ReadSlice(0xc00119b620, 0xa) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:376 +0x29 bufio.(*Reader).ReadLine(0xc00119b620) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:405 +0x25 net/textproto.(*Reader).readLineSlice(0xc001bc4ca0, 0xffffffffffffffff) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/textproto/reader.go:64 +0xa5 net/textproto.(*Reader).ReadLine(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/textproto/reader.go:44 net/http.ReadResponse(0xc00119b620, 0xc0004f4dc0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/response.go:161 +0x9e net/http.(*persistConn).readResponse(0xc0001797a0, {{}, 0xc0007d6460, 0xc000067500, 0x1, 0xc0000671f0, 0xc000067260}, 0x0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2395 +0xc9 net/http.(*persistConn).readLoop(0xc0001797a0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2220 +0x30c created by net/http.(*Transport).dialConn in goroutine 9563 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 858 [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 800 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3500 [chan receive, 46 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 2782 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 10327 [select]: net/http.(*persistConn).roundTrip(0xc0001797a0, 0xc0007d6460) /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(0xc0003e0180, 0xc0004f4c80) /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(0xc000392700, 0xc0004f4c80) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc0004f4c80, {0x29efc20, 0xc000392700}, {0xc0007cd601?, 0x9d9b0d?, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:259 +0x5e4 net/http.(*Client).send(0xc0009040f0, 0xc0004f4c80, {0x40af3e?, 0x47e292?, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:180 +0x98 net/http.(*Client).do(0xc0009040f0, 0xc0004f4c80) /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 10318 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 183 [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 173 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3414 [chan receive, 46 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 2782 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 280 [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 142 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3603 [chan receive, 46 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 2782 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1299 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1289 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 330 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 320 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1460 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1450 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1253 [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 1243 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 8485 [chan receive, 14 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 8484 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 10318 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc000908380, 0xc001f5ad20, 0xc0004f4c80) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc000908380, {0x2a16240, 0xc002b515c0}, {0xc0008a4050, 0x4f}, {{0xc0008c83c0, 0x18}, {0xc0008c83d9, 0x26}, {0x25df62f, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc000908380, {0x2a16240, 0xc002b515c0}, {{0xc0008c83c0, 0x18}, {0xc0008c83d9, 0x26}, {0x25df62f, 0x3}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).objectPut(0xc000908380, {0x2a16240, 0xc002b515c0}, {0xc0008c83c0, 0x18}, {0xc0008c83d9, 0x26}, {0x29eeac0, 0xc0003ae680}, 0x1, ...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:1568 +0x1f5 github.com/ncw/swift/v2.(*Connection).ObjectPut(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:1614 github.com/rclone/rclone/backend/swift.(*Object).Update.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1559 +0xb0 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0x1, 0xc001194f00?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc0008148a0, 0xc001194f00, 0x1) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).CallNoRetry(...) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:225 github.com/rclone/rclone/backend/swift.(*Object).Update(0xc001f5acc0, {0x2a16240, 0xc002b515c0}, {0x29eeac0, 0xc0003ae680}, {0x2a20d70, 0xc000904a80}, {0xc000313680, 0x1, 0x1}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1558 +0x7cb github.com/rclone/rclone/backend/swift.(*Fs).Put(0xc00055cfc0, {0x2a16240, 0xc002b515c0}, {0x29eeac0, 0xc0003ae680}, {0x2a20d70, 0xc000904a80}, {0xc000313680, 0x1, 0x1}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:937 +0x139 github.com/rclone/rclone/backend/compress.(*Fs).putUncompress(0xc000332200, {0x2a16240, 0xc002b515c0}, {0x29eeae0?, 0xc000860a38?}, {0x2a20870, 0xc00032b7a0}, 0xc0006b38b0, {0xc000313680, 0x1, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:660 +0x32d github.com/rclone/rclone/backend/compress.(*Fs).putWithCustomFunctions(0xc000332200, {0x2a16240, 0xc002b515c0}, {0x29eeae0?, 0xc000860a38?}, {0x2a20870, 0xc00032b7a0}, {0xc000313680, 0x1, 0x1}, ...) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:723 +0xec github.com/rclone/rclone/backend/compress.(*Fs).Put(0xc000332200, {0x2a16240, 0xc002b515c0}, {0x29ee8e0, 0xc000904870}, {0x2a20870, 0xc00032b7a0}, {0xc000313680, 0x1, 0x1}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:758 +0x266 github.com/rclone/rclone/fs/operations.rcatSrc.func4() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1455 +0x19e github.com/rclone/rclone/fs/operations.Retry({0x2a16240, 0xc002b515c0}, {0x247fb60, 0xc00032b7a0}, 0xa, 0xc0006b3cc8) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:738 +0xa5 github.com/rclone/rclone/fs/operations.rcatSrc({0x2a16240, 0xc002b515c0}, {0x2a2a6c0, 0xc000332200}, {0xc0006d83f0, 0x22}, {0x2a01b78, 0xc000313610}, {0x1dcd64ff, 0xeb20d7a72, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1450 +0xe25 github.com/rclone/rclone/fs/operations.Rcat(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1351 github.com/rclone/rclone/fs/operations_test.TestRcat.func1(0xc000334ea0, 0x2f?, 0x1a?) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1507 +0x3ea github.com/rclone/rclone/fs/operations_test.TestRcat.func2(0xc000334ea0?) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1523 +0x1f testing.tRunner(0xc000334ea0, 0xc000837230) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 created by testing.(*T).Run in goroutine 10209 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1743 +0x390 goroutine 724 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 714 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1410 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1400 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 433 [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 423 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 964 [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 954 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 10209 [chan receive]: testing.(*T).Run(0xc0003344e0, {0xc000465830?, 0xc0000a0f40?}, 0xc000837230) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1751 +0x3ab github.com/rclone/rclone/fs/operations_test.TestRcat(0xc0003344e0) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1522 +0xcd testing.tRunner(0xc0003344e0, 0x2738488) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 created by testing.(*T).Run in goroutine 1 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1743 +0x390 goroutine 1343 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1333 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3322 [chan receive, 47 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 2782 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 545 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 535 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 669 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 659 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 587 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 802 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 776 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1204 [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 1194 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3079 [chan receive, 48 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 2782 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1481 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1327 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1050 [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 1008 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1086 [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 1076 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2783 [chan receive, 48 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 2782 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 2960 [chan receive, 48 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 2782 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 2892 [chan receive, 48 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 2782 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9617 [select]: net/http.(*persistConn).writeLoop(0xc0001797a0) /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 9563 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 10322 [select]: github.com/rclone/rclone/fs/accounting.(*Account).averageLoop(0xc000d92000) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:221 +0xed created by github.com/rclone/rclone/fs/accounting.newAccountSizeName in goroutine 10318 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:119 +0x438 "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m1.300034053s (try 3/5): exit status 2: Failed []