"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 2/5) 2025/06/19 05:21:52 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jevabon3gixi" 2025/06/19 05:21:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/19 05:21:53 DEBUG : Swift container rclone-test-jevabon3gixi.json: Auto set use_segments_container to true 2025/06/19 05:21:53 DEBUG : Swift container rclone-test-jevabon3gixi: Auto set use_segments_container to true 2025/06/19 05:21:53 DEBUG : Creating backend with remote "/tmp/rclone3514640464" === 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-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.19s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.06s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/06/19 05:21:53 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/19 05:21:53 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/19 05:21:53 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/06/19 05:21:53 DEBUG : potato: Seek from 10 to 0 2025/06/19 05:21:53 DEBUG : potato: Seek from 10 to 0 2025/06/19 05:21:53 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/06/19 05:21:53 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/19 05:21:53 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/19 05:21:53 DEBUG : potato: Seek from 5 to 2 2025/06/19 05:21:53 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/06/19 05:21:53 DEBUG : potato: Seek from 7 to 0 2025/06/19 05:21:53 DEBUG : potato: Seek from 7 to 0 2025/06/19 05:21:53 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/06/19 05:21:53 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/19 05:21:53 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/19 05:21:53 DEBUG : potato: Seek from 5 to 2 2025/06/19 05:21:53 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/06/19 05:21:53 DEBUG : potato: Seek from 8 to 0 2025/06/19 05:21:53 DEBUG : potato: Seek from 8 to 0 2025/06/19 05:21:53 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/06/19 05:21:53 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/19 05:21:53 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/19 05:21:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/19 05:21:53 DEBUG : potato: Seek from 5 to 2 2025/06/19 05:21:53 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/06/19 05:21:53 DEBUG : potato: Seek from 9 to 0 2025/06/19 05:21:53 DEBUG : potato: Seek from 9 to 0 2025/06/19 05:21:53 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-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" 2025/06/19 05:21:54 INFO : Swift container rclone-test-jevabon3gixi: Container "rclone-test-jevabon3gixi" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (55.66s) --- PASS: TestCheck/1 (0.22s) --- PASS: TestCheck/2 (0.14s) --- PASS: TestCheck/3 (0.29s) --- PASS: TestCheck/4 (0.36s) --- PASS: TestCheck/5 (0.15s) --- PASS: TestCheck/6 (0.14s) --- PASS: TestCheck/7 (0.14s) === RUN TestCheckFsError 2025/06/19 05:22:49 DEBUG : Creating backend with remote "nonexistent" 2025/06/19 05:22:49 DEBUG : Creating backend with remote "nonexistent" 2025/06/19 05:22:49 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/06/19 05:22:49 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/06/19 05:22:49 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/06/19 05:22:49 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-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", 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 (79.16s) --- PASS: TestCheckDownload/1 (0.28s) --- PASS: TestCheckDownload/2 (5.22s) --- PASS: TestCheckDownload/3 (5.26s) --- PASS: TestCheckDownload/4 (5.26s) --- PASS: TestCheckDownload/5 (0.21s) --- PASS: TestCheckDownload/6 (5.22s) --- PASS: TestCheckDownload/7 (5.19s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", 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 (65.97s) --- PASS: TestCheckSizeOnly/1 (0.05s) --- PASS: TestCheckSizeOnly/2 (0.18s) --- PASS: TestCheckSizeOnly/3 (0.12s) --- PASS: TestCheckSizeOnly/4 (0.10s) --- PASS: TestCheckSizeOnly/5 (0.05s) --- PASS: TestCheckSizeOnly/6 (0.11s) --- PASS: TestCheckSizeOnly/7 (0.05s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" 2025/06/19 05:25:35 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/19 05:25:35 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/19 05:25:35 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/19 05:25:35 NOTICE: test.sum: 2 warning(s) suppressed... 2025/06/19 05:25:51 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/19 05:25:51 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/19 05:25:51 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/19 05:25:51 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (51.89s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" 2025/06/19 05:26:06 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jevabon3gixi/data" 2025/06/19 05:26:06 DEBUG : Swift container rclone-test-jevabon3gixi path data.json: Auto set use_segments_container to true 2025/06/19 05:26:12 DEBUG : Swift container rclone-test-jevabon3gixi 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 (380.87s) --- PASS: TestCheckSum/subtest1 (15.38s) --- PASS: TestCheckSum/subtest2 (10.57s) --- PASS: TestCheckSum/subtest3 (10.46s) --- PASS: TestCheckSum/subtest4 (20.48s) --- PASS: TestCheckSum/subtest5 (15.59s) --- PASS: TestCheckSum/subtest6 (15.45s) --- PASS: TestCheckSum/subtest7 (10.59s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" 2025/06/19 05:32:27 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jevabon3gixi/data" 2025/06/19 05:32:27 DEBUG : Config file has changed externally - reloading 2025/06/19 05:32:27 DEBUG : Swift container rclone-test-jevabon3gixi path data.json: Auto set use_segments_container to true 2025/06/19 05:32:33 DEBUG : Swift container rclone-test-jevabon3gixi 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 (413.72s) --- PASS: TestCheckSumDownload/subtest1 (5.46s) --- PASS: TestCheckSumDownload/subtest2 (15.39s) --- PASS: TestCheckSumDownload/subtest3 (30.43s) --- PASS: TestCheckSumDownload/subtest4 (20.70s) --- PASS: TestCheckSumDownload/subtest5 (25.41s) --- PASS: TestCheckSumDownload/subtest6 (5.44s) --- PASS: TestCheckSumDownload/subtest7 (10.60s) === RUN TestApplyTransforms 2025/06/19 05:39:21 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gugumuw9rezo" 2025/06/19 05:39:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/19 05:39:21 DEBUG : Swift container rclone-test-gugumuw9rezo.json: Auto set use_segments_container to true 2025/06/19 05:39:21 DEBUG : Swift container rclone-test-gugumuw9rezo: Auto set use_segments_container to true 2025/06/19 05:39:21 DEBUG : Creating backend with remote "/tmp/rclone282078184" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gugumuw9rezo", Local "Local file system at /tmp/rclone282078184", Modify Window "1ns" 2025/06/19 05:39:22 INFO : Swift container rclone-test-gugumuw9rezo: Container "rclone-test-gugumuw9rezo" created upper checkfile vs. lower remote (without normalization) 2025/06/19 05:39:32 ERROR : hello, world!: sum not found 2025/06/19 05:39:32 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-gugumuw9rezo 2025/06/19 05:39:32 NOTICE: Compressed: TestCompressSwift:rclone-test-gugumuw9rezo: 1 files missing 2025/06/19 05:39:32 NOTICE: 1 hashes missing 2025/06/19 05:39:32 NOTICE: Compressed: TestCompressSwift:rclone-test-gugumuw9rezo: 2 differences found 2025/06/19 05:39:32 NOTICE: Compressed: TestCompressSwift:rclone-test-gugumuw9rezo: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/06/19 05:39:33 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/19 05:39:33 NOTICE: Compressed: TestCompressSwift:rclone-test-gugumuw9rezo: 0 differences found 2025/06/19 05:39:33 NOTICE: Compressed: TestCompressSwift:rclone-test-gugumuw9rezo: 1 matching files 2025/06/19 05:39:33 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-wofifoj1weqi" 2025/06/19 05:39:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/19 05:39:33 DEBUG : Swift container rclone-test-wofifoj1weqi.json: Auto set use_segments_container to true 2025/06/19 05:39:33 DEBUG : Swift container rclone-test-wofifoj1weqi: Auto set use_segments_container to true 2025/06/19 05:39:33 DEBUG : Creating backend with remote "/tmp/rclone1470381213" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wofifoj1weqi", Local "Local file system at /tmp/rclone1470381213", Modify Window "1ns" 2025/06/19 05:39:34 INFO : Swift container rclone-test-wofifoj1weqi: Container "rclone-test-wofifoj1weqi" created lower checkfile vs. upper remote (without normalization) 2025/06/19 05:40:00 ERROR : HELLO, WORLD!: sum not found 2025/06/19 05:40:00 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-wofifoj1weqi 2025/06/19 05:40:00 NOTICE: Compressed: TestCompressSwift:rclone-test-wofifoj1weqi: 1 files missing 2025/06/19 05:40:00 NOTICE: 1 hashes missing 2025/06/19 05:40:00 NOTICE: Compressed: TestCompressSwift:rclone-test-wofifoj1weqi: 2 differences found 2025/06/19 05:40:00 NOTICE: Compressed: TestCompressSwift:rclone-test-wofifoj1weqi: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/06/19 05:40:05 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/19 05:40:05 NOTICE: Compressed: TestCompressSwift:rclone-test-wofifoj1weqi: 0 differences found 2025/06/19 05:40:05 NOTICE: Compressed: TestCompressSwift:rclone-test-wofifoj1weqi: 1 matching files 2025/06/19 05:40:05 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-lihuzix5kovi" 2025/06/19 05:40:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/19 05:40:05 DEBUG : Swift container rclone-test-lihuzix5kovi.json: Auto set use_segments_container to true 2025/06/19 05:40:06 DEBUG : Swift container rclone-test-lihuzix5kovi: Auto set use_segments_container to true 2025/06/19 05:40:06 DEBUG : Creating backend with remote "/tmp/rclone1342514397" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-lihuzix5kovi", Local "Local file system at /tmp/rclone1342514397", Modify Window "1ns" 2025/06/19 05:40:06 INFO : Swift container rclone-test-lihuzix5kovi: Container "rclone-test-lihuzix5kovi" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/06/19 05:40:18 ERROR : HeLlO, wOrLd!: sum not found 2025/06/19 05:40:18 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-lihuzix5kovi 2025/06/19 05:40:18 NOTICE: Compressed: TestCompressSwift:rclone-test-lihuzix5kovi: 1 files missing 2025/06/19 05:40:18 NOTICE: 1 hashes missing 2025/06/19 05:40:18 NOTICE: Compressed: TestCompressSwift:rclone-test-lihuzix5kovi: 2 differences found 2025/06/19 05:40:18 NOTICE: Compressed: TestCompressSwift:rclone-test-lihuzix5kovi: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/06/19 05:40:18 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/19 05:40:18 NOTICE: Compressed: TestCompressSwift:rclone-test-lihuzix5kovi: 0 differences found 2025/06/19 05:40:18 NOTICE: Compressed: TestCompressSwift:rclone-test-lihuzix5kovi: 1 matching files 2025/06/19 05:40:18 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tacefiz4fipo" 2025/06/19 05:40:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/19 05:40:18 DEBUG : Swift container rclone-test-tacefiz4fipo.json: Auto set use_segments_container to true 2025/06/19 05:40:19 DEBUG : Swift container rclone-test-tacefiz4fipo: Auto set use_segments_container to true 2025/06/19 05:40:19 DEBUG : Creating backend with remote "/tmp/rclone4024671148" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tacefiz4fipo", Local "Local file system at /tmp/rclone4024671148", Modify Window "1ns" 2025/06/19 05:40:19 INFO : Swift container rclone-test-tacefiz4fipo: Container "rclone-test-tacefiz4fipo" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/06/19 05:40:31 ERROR : HELLO, WORLD!: sum not found 2025/06/19 05:40:31 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-tacefiz4fipo 2025/06/19 05:40:31 NOTICE: Compressed: TestCompressSwift:rclone-test-tacefiz4fipo: 1 files missing 2025/06/19 05:40:31 NOTICE: 1 hashes missing 2025/06/19 05:40:31 NOTICE: Compressed: TestCompressSwift:rclone-test-tacefiz4fipo: 2 differences found 2025/06/19 05:40:31 NOTICE: Compressed: TestCompressSwift:rclone-test-tacefiz4fipo: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/06/19 05:40:31 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/19 05:40:31 NOTICE: Compressed: TestCompressSwift:rclone-test-tacefiz4fipo: 0 differences found 2025/06/19 05:40:31 NOTICE: Compressed: TestCompressSwift:rclone-test-tacefiz4fipo: 1 matching files 2025/06/19 05:40:31 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-rowowop4niyu" 2025/06/19 05:40:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/19 05:40:32 DEBUG : Swift container rclone-test-rowowop4niyu.json: Auto set use_segments_container to true 2025/06/19 05:40:32 DEBUG : Swift container rclone-test-rowowop4niyu: Auto set use_segments_container to true 2025/06/19 05:40:32 DEBUG : Creating backend with remote "/tmp/rclone3313838353" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rowowop4niyu", Local "Local file system at /tmp/rclone3313838353", Modify Window "1ns" 2025/06/19 05:40:32 INFO : Swift container rclone-test-rowowop4niyu: Container "rclone-test-rowowop4niyu" created NFD checkfile vs. NFC remote (without normalization) 2025/06/19 05:40:43 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/19 05:40:43 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-rowowop4niyu 2025/06/19 05:40:43 NOTICE: Compressed: TestCompressSwift:rclone-test-rowowop4niyu: 1 files missing 2025/06/19 05:40:43 NOTICE: 1 hashes missing 2025/06/19 05:40:43 NOTICE: Compressed: TestCompressSwift:rclone-test-rowowop4niyu: 2 differences found 2025/06/19 05:40:43 NOTICE: Compressed: TestCompressSwift:rclone-test-rowowop4niyu: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/06/19 05:40:48 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/19 05:40:48 NOTICE: Compressed: TestCompressSwift:rclone-test-rowowop4niyu: 0 differences found 2025/06/19 05:40:48 NOTICE: Compressed: TestCompressSwift:rclone-test-rowowop4niyu: 1 matching files 2025/06/19 05:40:48 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-fimohiw6pipa" 2025/06/19 05:40:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/19 05:40:49 DEBUG : Swift container rclone-test-fimohiw6pipa.json: Auto set use_segments_container to true 2025/06/19 05:40:49 DEBUG : Swift container rclone-test-fimohiw6pipa: Auto set use_segments_container to true 2025/06/19 05:40:49 DEBUG : Creating backend with remote "/tmp/rclone2365707476" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fimohiw6pipa", Local "Local file system at /tmp/rclone2365707476", Modify Window "1ns" 2025/06/19 05:40:49 INFO : Swift container rclone-test-fimohiw6pipa: Container "rclone-test-fimohiw6pipa" created NFC checkfile vs. NFD remote (without normalization) 2025/06/19 05:41:05 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/19 05:41:05 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-fimohiw6pipa 2025/06/19 05:41:05 NOTICE: Compressed: TestCompressSwift:rclone-test-fimohiw6pipa: 1 files missing 2025/06/19 05:41:05 NOTICE: 1 hashes missing 2025/06/19 05:41:05 NOTICE: Compressed: TestCompressSwift:rclone-test-fimohiw6pipa: 2 differences found 2025/06/19 05:41:05 NOTICE: Compressed: TestCompressSwift:rclone-test-fimohiw6pipa: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/06/19 05:41:11 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/19 05:41:11 NOTICE: Compressed: TestCompressSwift:rclone-test-fimohiw6pipa: 0 differences found 2025/06/19 05:41:11 NOTICE: Compressed: TestCompressSwift:rclone-test-fimohiw6pipa: 1 matching files 2025/06/19 05:41:11 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yutafur0rofe" 2025/06/19 05:41:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/19 05:41:11 DEBUG : Swift container rclone-test-yutafur0rofe.json: Auto set use_segments_container to true 2025/06/19 05:41:11 DEBUG : Swift container rclone-test-yutafur0rofe: Auto set use_segments_container to true 2025/06/19 05:41:11 DEBUG : Creating backend with remote "/tmp/rclone3102093244" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yutafur0rofe", Local "Local file system at /tmp/rclone3102093244", Modify Window "1ns" 2025/06/19 05:41:12 INFO : Swift container rclone-test-yutafur0rofe: Container "rclone-test-yutafur0rofe" created NFDx2 checkfile vs. both remote (without normalization) 2025/06/19 05:41:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/19 05:41:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-yutafur0rofe 2025/06/19 05:41:23 NOTICE: Compressed: TestCompressSwift:rclone-test-yutafur0rofe: 1 files missing 2025/06/19 05:41:23 NOTICE: 1 hashes missing 2025/06/19 05:41:23 NOTICE: Compressed: TestCompressSwift:rclone-test-yutafur0rofe: 2 differences found 2025/06/19 05:41:23 NOTICE: Compressed: TestCompressSwift:rclone-test-yutafur0rofe: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/06/19 05:41:24 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/19 05:41:24 NOTICE: Compressed: TestCompressSwift:rclone-test-yutafur0rofe: 0 differences found 2025/06/19 05:41:24 NOTICE: Compressed: TestCompressSwift:rclone-test-yutafur0rofe: 1 matching files 2025/06/19 05:41:24 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-welelel7caro" 2025/06/19 05:41:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/19 05:41:24 DEBUG : Swift container rclone-test-welelel7caro.json: Auto set use_segments_container to true 2025/06/19 05:41:24 DEBUG : Swift container rclone-test-welelel7caro: Auto set use_segments_container to true 2025/06/19 05:41:24 DEBUG : Creating backend with remote "/tmp/rclone323392973" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-welelel7caro", Local "Local file system at /tmp/rclone323392973", Modify Window "1ns" 2025/06/19 05:41:25 INFO : Swift container rclone-test-welelel7caro: Container "rclone-test-welelel7caro" created NFCx2 checkfile vs. both remote (without normalization) 2025/06/19 05:41:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/19 05:41:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-welelel7caro 2025/06/19 05:41:36 NOTICE: Compressed: TestCompressSwift:rclone-test-welelel7caro: 1 files missing 2025/06/19 05:41:36 NOTICE: 1 hashes missing 2025/06/19 05:41:36 NOTICE: Compressed: TestCompressSwift:rclone-test-welelel7caro: 2 differences found 2025/06/19 05:41:36 NOTICE: Compressed: TestCompressSwift:rclone-test-welelel7caro: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/06/19 05:41:41 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/19 05:41:41 NOTICE: Compressed: TestCompressSwift:rclone-test-welelel7caro: 0 differences found 2025/06/19 05:41:41 NOTICE: Compressed: TestCompressSwift:rclone-test-welelel7caro: 1 matching files 2025/06/19 05:41:41 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xewelod8dogo" 2025/06/19 05:41:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/19 05:41:41 DEBUG : Swift container rclone-test-xewelod8dogo.json: Auto set use_segments_container to true 2025/06/19 05:41:41 DEBUG : Swift container rclone-test-xewelod8dogo: Auto set use_segments_container to true 2025/06/19 05:41:41 DEBUG : Creating backend with remote "/tmp/rclone3779997093" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xewelod8dogo", Local "Local file system at /tmp/rclone3779997093", Modify Window "1ns" 2025/06/19 05:41:42 INFO : Swift container rclone-test-xewelod8dogo: Container "rclone-test-xewelod8dogo" created both checkfile vs. NFDx2 remote (without normalization) 2025/06/19 05:41:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/19 05:41:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-xewelod8dogo 2025/06/19 05:41:53 NOTICE: Compressed: TestCompressSwift:rclone-test-xewelod8dogo: 1 files missing 2025/06/19 05:41:53 NOTICE: 1 hashes missing 2025/06/19 05:41:53 NOTICE: Compressed: TestCompressSwift:rclone-test-xewelod8dogo: 2 differences found 2025/06/19 05:41:53 NOTICE: Compressed: TestCompressSwift:rclone-test-xewelod8dogo: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/06/19 05:41:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/19 05:41:58 NOTICE: Compressed: TestCompressSwift:rclone-test-xewelod8dogo: 0 differences found 2025/06/19 05:41:58 NOTICE: Compressed: TestCompressSwift:rclone-test-xewelod8dogo: 1 matching files 2025/06/19 05:41:58 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-catusem8zihe" 2025/06/19 05:41:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/19 05:41:58 DEBUG : Swift container rclone-test-catusem8zihe.json: Auto set use_segments_container to true 2025/06/19 05:41:59 DEBUG : Swift container rclone-test-catusem8zihe: Auto set use_segments_container to true 2025/06/19 05:41:59 DEBUG : Creating backend with remote "/tmp/rclone3443320627" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-catusem8zihe", Local "Local file system at /tmp/rclone3443320627", Modify Window "1ns" 2025/06/19 05:41:59 INFO : Swift container rclone-test-catusem8zihe: Container "rclone-test-catusem8zihe" created both checkfile vs. NFCx2 remote (without normalization) 2025/06/19 05:42:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/19 05:42:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-catusem8zihe 2025/06/19 05:42:11 NOTICE: Compressed: TestCompressSwift:rclone-test-catusem8zihe: 1 files missing 2025/06/19 05:42:11 NOTICE: 1 hashes missing 2025/06/19 05:42:11 NOTICE: Compressed: TestCompressSwift:rclone-test-catusem8zihe: 2 differences found 2025/06/19 05:42:11 NOTICE: Compressed: TestCompressSwift:rclone-test-catusem8zihe: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/06/19 05:42:11 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/19 05:42:11 NOTICE: Compressed: TestCompressSwift:rclone-test-catusem8zihe: 0 differences found 2025/06/19 05:42:11 NOTICE: Compressed: TestCompressSwift:rclone-test-catusem8zihe: 1 matching files 2025/06/19 05:42:11 DEBUG : Compressed: TestCompressSwift:rclone-test-catusem8zihe: Purge remote 2025/06/19 05:42:11 DEBUG : Waiting for deletions to finish 2025/06/19 05:42:11 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/19 05:42:17 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/19 05:42:17 INFO : Swift container rclone-test-catusem8zihe: Container "rclone-test-catusem8zihe" removed 2025/06/19 05:42:17 DEBUG : Compressed: TestCompressSwift:rclone-test-xewelod8dogo: Purge remote 2025/06/19 05:42:17 DEBUG : Waiting for deletions to finish 2025/06/19 05:42:17 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/19 05:42:27 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/19 05:42:27 INFO : Swift container rclone-test-xewelod8dogo: Container "rclone-test-xewelod8dogo" removed 2025/06/19 05:42:27 DEBUG : Compressed: TestCompressSwift:rclone-test-welelel7caro: Purge remote 2025/06/19 05:42:27 DEBUG : Waiting for deletions to finish 2025/06/19 05:42:28 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/19 05:42:33 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/19 05:42:33 INFO : Swift container rclone-test-welelel7caro: Container "rclone-test-welelel7caro" removed 2025/06/19 05:42:33 DEBUG : Compressed: TestCompressSwift:rclone-test-yutafur0rofe: Purge remote 2025/06/19 05:42:33 DEBUG : Waiting for deletions to finish 2025/06/19 05:42:33 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/19 05:42:38 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/19 05:42:39 INFO : Swift container rclone-test-yutafur0rofe: Container "rclone-test-yutafur0rofe" removed 2025/06/19 05:42:39 DEBUG : Compressed: TestCompressSwift:rclone-test-fimohiw6pipa: Purge remote 2025/06/19 05:42:39 DEBUG : Waiting for deletions to finish 2025/06/19 05:42:44 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/06/19 05:42:44 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/06/19 05:42:44 INFO : Swift container rclone-test-fimohiw6pipa: Container "rclone-test-fimohiw6pipa" removed 2025/06/19 05:42:44 DEBUG : Compressed: TestCompressSwift:rclone-test-rowowop4niyu: Purge remote 2025/06/19 05:42:44 DEBUG : Waiting for deletions to finish 2025/06/19 05:42:45 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/06/19 05:42:55 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/06/19 05:42:55 INFO : Swift container rclone-test-rowowop4niyu: Container "rclone-test-rowowop4niyu" removed 2025/06/19 05:42:55 DEBUG : Compressed: TestCompressSwift:rclone-test-tacefiz4fipo: Purge remote 2025/06/19 05:42:55 DEBUG : Waiting for deletions to finish 2025/06/19 05:42:55 INFO : HELLO, WORLD!.bin: Deleted 2025/06/19 05:43:00 INFO : HELLO, WORLD!.json: Deleted 2025/06/19 05:43:00 INFO : Swift container rclone-test-tacefiz4fipo: Container "rclone-test-tacefiz4fipo" removed 2025/06/19 05:43:00 DEBUG : Compressed: TestCompressSwift:rclone-test-lihuzix5kovi: Purge remote 2025/06/19 05:43:00 DEBUG : Waiting for deletions to finish 2025/06/19 05:43:01 INFO : HeLlO, wOrLd!.json: Deleted 2025/06/19 05:43:11 INFO : HeLlO, wOrLd!.bin: Deleted 2025/06/19 05:43:11 INFO : Swift container rclone-test-lihuzix5kovi: Container "rclone-test-lihuzix5kovi" removed 2025/06/19 05:43:11 DEBUG : Compressed: TestCompressSwift:rclone-test-wofifoj1weqi: Purge remote 2025/06/19 05:43:11 DEBUG : Waiting for deletions to finish 2025/06/19 05:43:16 INFO : HELLO, WORLD!.json: Deleted 2025/06/19 05:43:16 INFO : HELLO, WORLD!.bin: Deleted 2025/06/19 05:43:17 INFO : Swift container rclone-test-wofifoj1weqi: Container "rclone-test-wofifoj1weqi" removed 2025/06/19 05:43:17 DEBUG : Compressed: TestCompressSwift:rclone-test-gugumuw9rezo: Purge remote 2025/06/19 05:43:17 DEBUG : Waiting for deletions to finish 2025/06/19 05:43:17 INFO : hello, world!.bin: Deleted 2025/06/19 05:43:27 INFO : hello, world!.json: Deleted 2025/06/19 05:43:27 INFO : Swift container rclone-test-gugumuw9rezo: Container "rclone-test-gugumuw9rezo" removed --- PASS: TestApplyTransforms (246.49s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" 2025/06/19 05:43:32 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/19 05:43:43 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/19 05:43:43 INFO : file1: Copied (new) to: sub/file2 2025/06/19 05:43:43 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/19 05:43:43 DEBUG : file1: Unchanged skipping 2025/06/19 05:43:49 DEBUG : Compressed: TestCompressSwift:rclone-test-jevabon3gixi: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (32.29s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.15s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" 2025/06/19 05:44:16 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jevabon3gixi/backup" 2025/06/19 05:44:16 DEBUG : Swift container rclone-test-jevabon3gixi path backup.json: Auto set use_segments_container to true 2025/06/19 05:44:26 DEBUG : Config file has changed externally - reloading 2025/06/19 05:44:27 DEBUG : Swift container rclone-test-jevabon3gixi path backup: Auto set use_segments_container to true 2025/06/19 05:44:32 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/06/19 05:45:03 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/06/19 05:45:03 INFO : dst/file1: Copied (server-side copy) 2025/06/19 05:45:09 INFO : dst/file1: Deleted 2025/06/19 05:45:19 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/19 05:45:19 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (100.69s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" 2025/06/19 05:45:40 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jevabon3gixi/dst" 2025/06/19 05:45:40 DEBUG : Swift container rclone-test-jevabon3gixi path dst.json: Auto set use_segments_container to true 2025/06/19 05:45:46 DEBUG : Swift container rclone-test-jevabon3gixi path dst: Auto set use_segments_container to true 2025/06/19 05:45:57 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jevabon3gixi/CompareDest" 2025/06/19 05:45:57 DEBUG : Swift container rclone-test-jevabon3gixi path CompareDest.json: Auto set use_segments_container to true 2025/06/19 05:46:03 DEBUG : Swift container rclone-test-jevabon3gixi path CompareDest: Auto set use_segments_container to true 2025/06/19 05:46:08 DEBUG : one: Need to transfer - File not found at Destination 2025/06/19 05:46:29 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/19 05:46:29 INFO : one: Copied (new) 2025/06/19 05:46:50 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/19 05:47:05 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/19 05:47:05 INFO : one: Copied (replaced existing) 2025/06/19 05:47:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/19 05:48:03 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/19 05:48:03 DEBUG : one: Destination found in --compare-dest, skipping 2025/06/19 05:48:45 DEBUG : two: Need to transfer - File not found at Destination 2025/06/19 05:48:50 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/19 05:48:50 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/19 05:49:15 DEBUG : two: Need to transfer - File not found at Destination 2025/06/19 05:49:20 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/19 05:49:20 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/19 05:49:46 DEBUG : two: Need to transfer - File not found at Destination 2025/06/19 05:49:52 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/06/19 05:50:07 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/06/19 05:50:07 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (323.66s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" 2025/06/19 05:51:04 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jevabon3gixi/dst" 2025/06/19 05:51:04 DEBUG : Config file has changed externally - reloading 2025/06/19 05:51:04 DEBUG : Swift container rclone-test-jevabon3gixi path dst.json: Auto set use_segments_container to true 2025/06/19 05:51:10 DEBUG : Swift container rclone-test-jevabon3gixi path dst: Auto set use_segments_container to true 2025/06/19 05:51:20 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jevabon3gixi/CopyDest" 2025/06/19 05:51:20 DEBUG : Swift container rclone-test-jevabon3gixi path CopyDest.json: Auto set use_segments_container to true 2025/06/19 05:51:26 DEBUG : Swift container rclone-test-jevabon3gixi path CopyDest: Auto set use_segments_container to true 2025/06/19 05:51:31 DEBUG : one: Need to transfer - File not found at Destination 2025/06/19 05:51:52 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/19 05:51:52 INFO : one: Copied (new) 2025/06/19 05:52:13 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/19 05:52:29 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/19 05:52:29 INFO : one: Copied (replaced existing) 2025/06/19 05:53:24 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jevabon3gixi/BackupDir" 2025/06/19 05:53:24 DEBUG : Swift container rclone-test-jevabon3gixi path BackupDir.json: Auto set use_segments_container to true 2025/06/19 05:53:30 DEBUG : Swift container rclone-test-jevabon3gixi path BackupDir: Auto set use_segments_container to true 2025/06/19 05:53:40 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/19 05:53:45 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/19 05:53:45 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/19 05:54:22 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/19 05:54:22 INFO : one: Copied (server-side copy) 2025/06/19 05:55:02 INFO : one: Deleted 2025/06/19 05:55:33 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/19 05:55:33 INFO : one: Copied (server-side copy) 2025/06/19 05:55:33 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/06/19 05:56:10 DEBUG : two: Need to transfer - File not found at Destination 2025/06/19 05:56:15 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/19 05:57:07 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/06/19 05:57:07 INFO : two: Copied (server-side copy) 2025/06/19 05:57:07 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/06/19 05:57:33 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/19 05:57:33 DEBUG : two: Unchanged skipping 2025/06/19 05:58:31 DEBUG : three: Need to transfer - File not found at Destination 2025/06/19 05:58:36 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/06/19 05:58:36 DEBUG : three: Destination not found in --copy-dest 2025/06/19 05:58:47 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/06/19 05:58:47 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (566.66s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.20s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.25s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" 2025/06/19 06:00:36 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/06/19 06:00:47 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/19 06:00:47 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/06/19 06:00:52 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/06/19 06:01:04 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/06/19 06:01:04 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy2.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-jevabon3gixi/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/06/19 06:01:09 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/06/19 06:01:15 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/06/19 06:01:26 DEBUG : TestCopyFileMaxTransfer/file4: md5 = bea666706557a22941abdf1beb68bdeb OK 2025/06/19 06:01:26 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (67.14s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.25s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.10s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.19s) === RUN TestDeduplicateFirst run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", 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-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", 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-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" 2025/06/19 06:02:58 INFO : Compressed: TestCompressSwift:rclone-test-jevabon3gixi: Looking for duplicate md5 hashes using newest mode. 2025/06/19 06:02:59 NOTICE: 09a5b203a91c774d00fbcd7bc1d028bf: Found 3 files with duplicate md5 hashes 2025/06/19 06:03:14 INFO : one: Deleted 2025/06/19 06:03:24 INFO : also/one: Deleted 2025/06/19 06:03:24 NOTICE: 09a5b203a91c774d00fbcd7bc1d028bf: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (141.04s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.20s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.20s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.20s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", 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-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", 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-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" 2025/06/19 06:05:48 DEBUG : a.txt: Excluded (Size Filter) 2025/06/19 06:05:48 DEBUG : a.txt: Excluded 2025/06/19 06:05:48 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/19 06:05:48 DEBUG : sub dir/hello world: Excluded 2025/06/19 06:05:48 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/19 06:05:48 DEBUG : sub dir/hello world2: Excluded 2025/06/19 06:05:49 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/19 06:05:49 DEBUG : sub dir/hello world: Excluded 2025/06/19 06:05:49 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/19 06:05:49 DEBUG : sub dir/hello world2: Excluded 2025/06/19 06:05:49 DEBUG : sub dir/ignore dir: Excluded 2025/06/19 06:05:54 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (175.91s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" 2025/06/19 06:08:36 DEBUG : a.txt: Excluded (Size Filter) 2025/06/19 06:08:36 DEBUG : a.txt: Excluded 2025/06/19 06:08:36 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/19 06:08:36 DEBUG : sub dir/hello world: Excluded 2025/06/19 06:08:36 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/19 06:08:36 DEBUG : sub dir/hello world2: Excluded 2025/06/19 06:08:36 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/19 06:08:36 DEBUG : sub dir/hello world: Excluded 2025/06/19 06:08:36 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/19 06:08:36 DEBUG : sub dir/hello world2: Excluded 2025/06/19 06:08:41 DEBUG : sub dir/ignore dir: Excluded 2025/06/19 06:08:47 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (156.93s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", 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 (74.53s) --- PASS: TestListJSON/Default (0.19s) --- PASS: TestListJSON/FilesOnly (10.28s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (5.39s) --- PASS: TestListJSON/SubDir (5.21s) --- PASS: TestListJSON/NoModTime (5.14s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (5.18s) --- PASS: TestListJSON/HashTypes (5.19s) --- PASS: TestListJSON/Metadata (0.18s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/06/19 06:11:39 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jevabon3gixi/notfound" 2025/06/19 06:11:39 DEBUG : Config file has changed externally - reloading 2025/06/19 06:11:39 DEBUG : Swift container rclone-test-jevabon3gixi path notfound.json: Auto set use_segments_container to true 2025/06/19 06:11:45 DEBUG : Swift container rclone-test-jevabon3gixi path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (72.44s) --- PASS: TestStatJSON/Root (0.05s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.10s) --- PASS: TestStatJSON/Dir (5.28s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.10s) --- PASS: TestStatJSON/File (0.14s) --- PASS: TestStatJSON/NotFound (8.17s) --- PASS: TestStatJSON/DirFilesOnly (5.05s) --- PASS: TestStatJSON/FileFilesOnly (0.15s) --- PASS: TestStatJSON/NotFoundFilesOnly (5.06s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.10s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (11.10s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" 2025/06/19 06:12:01 INFO : Compressed: TestCompressSwift:rclone-test-jevabon3gixi: Making directory 2025/06/19 06:12:01 INFO : Compressed: TestCompressSwift:rclone-test-jevabon3gixi: Making directory --- PASS: TestMkdir (0.22s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" --- PASS: TestLsd (36.04s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" --- PASS: TestLs (12.32s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" 2025/06/19 06:13:01 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/06/19 06:13:01 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (17.29s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" --- PASS: TestLsLong (12.47s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (12.62s) --- PASS: TestHashSums/Md5 (0.26s) --- PASS: TestHashSums/Md5Download (0.21s) === RUN TestHashSumsWithErrors 2025/06/19 06:13:32 DEBUG : Creating backend with remote ":memory:" 2025/06/19 06:13:32 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/06/19 06:13:32 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/19 06:13:32 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/19 06:13:32 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/19 06:13:32 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/19 06:13:32 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/19 06:13:32 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/19 06:13:32 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/06/19 06:13:32 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-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" --- PASS: TestCount (28.82s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" 2025/06/19 06:14:24 DEBUG : Waiting for deletions to finish 2025/06/19 06:14:24 DEBUG : large: Excluded (Size Filter) 2025/06/19 06:14:25 INFO : small: Deleted 2025/06/19 06:14:30 INFO : medium: Deleted --- PASS: TestDelete (30.03s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" 2025/06/19 06:14:53 DEBUG : Waiting for deletions to finish 2025/06/19 06:14:53 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/06/19 06:14:53 INFO : large: Deleted 2025/06/19 06:14:58 INFO : medium: Deleted --- PASS: TestMaxDelete (27.98s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" 2025/06/19 06:15:21 DEBUG : Waiting for deletions to finish 2025/06/19 06:15:21 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/06/19 06:15:21 INFO : small: Deleted 2025/06/19 06:15:26 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (29.45s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" 2025/06/19 06:15:51 DEBUG : Waiting for deletions to finish 2025/06/19 06:15:51 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/06/19 06:15:51 INFO : large: Deleted 2025/06/19 06:15:56 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (28.92s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" --- PASS: TestReadFile (7.33s) === RUN TestRetry 2025/06/19 06:16:04 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/06/19 06:16:04 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/06/19 06:16:04 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/19 06:16:04 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/19 06:16:04 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/19 06:16:04 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/19 06:16:04 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-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" --- PASS: TestCat (113.70s) === RUN TestPurge 2025/06/19 06:17:58 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jilitin5xayu" 2025/06/19 06:17:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/19 06:17:58 DEBUG : Swift container rclone-test-jilitin5xayu.json: Auto set use_segments_container to true 2025/06/19 06:17:59 DEBUG : Swift container rclone-test-jilitin5xayu: Auto set use_segments_container to true 2025/06/19 06:17:59 DEBUG : Creating backend with remote "/tmp/rclone3710909922" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jilitin5xayu", Local "Local file system at /tmp/rclone3710909922", Modify Window "1ns" 2025/06/19 06:17:59 INFO : Swift container rclone-test-jilitin5xayu: Container "rclone-test-jilitin5xayu" created 2025/06/19 06:18:10 INFO : A2: Making directory 2025/06/19 06:18:10 INFO : A1/B2: Making directory 2025/06/19 06:18:10 INFO : A1/B2/C2: Making directory 2025/06/19 06:18:10 INFO : A1/B1/C3: Making directory 2025/06/19 06:18:10 INFO : A3: Making directory 2025/06/19 06:18:10 INFO : A3/B3: Making directory 2025/06/19 06:18:10 INFO : A3/B3/C4: Making directory fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A1/B1/C3" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" fstest.go:247: Filtering empty directory "A3/B3/C4" 2025/06/19 06:18:19 DEBUG : Waiting for deletions to finish 2025/06/19 06:18:19 INFO : A1/B1/C1/one.json: Deleted 2025/06/19 06:18:29 INFO : A1/B1/C1/one.bin: Deleted fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" fstest.go:247: Filtering empty directory "A3/B3/C4" 2025/06/19 06:18:30 DEBUG : Waiting for deletions to finish 2025/06/19 06:18:30 INFO : A1/two.json: Deleted 2025/06/19 06:18:30 INFO : A1/two.bin: Deleted 2025/06/19 06:18:30 INFO : Swift container rclone-test-jilitin5xayu: Container "rclone-test-jilitin5xayu" removed 2025/06/19 06:18:30 DEBUG : Compressed: TestCompressSwift:rclone-test-jilitin5xayu: Purge remote 2025/06/19 06:18:30 DEBUG : Waiting for deletions to finish 2025/06/19 06:18:30 NOTICE: purge failed: directory not found --- PASS: TestPurge (32.05s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" 2025/06/19 06:18:41 INFO : A2: Making directory 2025/06/19 06:18:41 INFO : A1/B2: Making directory 2025/06/19 06:18:41 INFO : A1/B2/C2: Making directory 2025/06/19 06:18:41 INFO : A1/B1/C3: Making directory 2025/06/19 06:18:41 INFO : A3: Making directory 2025/06/19 06:18:41 INFO : A3/B3: Making directory 2025/06/19 06:18:41 INFO : A3/B3/C4: Making directory fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A1/B1/C3" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" fstest.go:247: Filtering empty directory "A3/B3/C4" 2025/06/19 06:19:07 DEBUG : removing 1 level 3 directories 2025/06/19 06:19:07 INFO : A3/B3/C4: Removing directory fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A1/B1/C3" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" 2025/06/19 06:19:49 DEBUG : removing 1 level 0 directories 2025/06/19 06:19:49 INFO : Compressed: TestCompressSwift:rclone-test-jevabon3gixi: Removing directory 2025/06/19 06:19:50 INFO : Swift container rclone-test-jevabon3gixi: Container "rclone-test-jevabon3gixi" removed --- PASS: TestRmdirsNoLeaveRoot (79.52s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" 2025/06/19 06:19:50 INFO : Swift container rclone-test-jevabon3gixi: Container "rclone-test-jevabon3gixi" created 2025/06/19 06:19:50 INFO : A1: Making directory 2025/06/19 06:19:50 INFO : A1/B1: Making directory 2025/06/19 06:19:50 INFO : A1/B1/C1: Making directory fstest.go:247: Filtering empty directory "A1" fstest.go:247: Filtering empty directory "A1/B1" fstest.go:247: Filtering empty directory "A1/B1/C1" fstest.go:247: Filtering empty directory "A1" --- PASS: TestRmdirsLeaveRoot (0.52s) === RUN TestRmdirsWithFilter run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" 2025/06/19 06:19:50 INFO : A1: Making directory 2025/06/19 06:19:50 INFO : A1/B1: Making directory 2025/06/19 06:19:50 INFO : A1/B1/C1: Making directory fstest.go:247: Filtering empty directory "A1" fstest.go:247: Filtering empty directory "A1/B1" fstest.go:247: Filtering empty directory "A1/B1/C1" fstest.go:247: Filtering empty directory "A1" --- PASS: TestRmdirsWithFilter (0.24s) === RUN TestCopyURL run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" 2025/06/19 06:20:07 DEBUG : filename.txt: File name found in url 2025/06/19 06:20:17 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (90.56s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jevabon3gixi", Local "Local file system at /tmp/rclone3514640464", Modify Window "1ns" 2025/06/19 06:21:26 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/19 06:21:37 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/19 06:21:37 INFO : file1: Copied (new) to: sub/file2 2025/06/19 06:21:37 INFO : file1: Deleted 2025/06/19 06:21:45 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/19 06:21:45 DEBUG : file1: Unchanged skipping 2025/06/19 06:21:45 INFO : file1: Deleted 2025/06/19 06:21:50 DEBUG : Compressed: TestCompressSwift:rclone-test-jevabon3gixi: don't need to copy/move sub/file2, it is already at target location panic: test timed out after 1h0m0s running tests: TestMoveFile (32s) goroutine 9235 [running]: testing.(*M).startAlarm.func1() /usr/local/go/src/testing/testing.go:2484 +0x394 created by time.goFunc /usr/local/go/src/time/sleep.go:215 +0x2d goroutine 1 [chan receive, 1 minutes]: testing.(*T).Run(0xc000650a80, {0x26a3928?, 0xc000825ad8?}, 0x27d3450) /usr/local/go/src/testing/testing.go:1859 +0x431 testing.runTests.func1(0xc000650a80) /usr/local/go/src/testing/testing.go:2279 +0x37 testing.tRunner(0xc000650a80, 0xc000825c18) /usr/local/go/src/testing/testing.go:1792 +0xf4 testing.runTests(0xc0008165d0, {0x3e98100, 0x6d, 0x6d}, {0xedfe59571?, 0x3eae0e0?, 0x3eae0e0?}) /usr/local/go/src/testing/testing.go:2277 +0x4b4 testing.(*M).Run(0xc00028de00) /usr/local/go/src/testing/testing.go:2142 +0x64a github.com/rclone/rclone/fstest.TestMain(0xc00028de00) /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 [syscall, 60 minutes]: os/signal.signal_recv() /usr/local/go/src/runtime/sigqueue.go:152 +0x29 os/signal.loop() /usr/local/go/src/os/signal/signal_unix.go:23 +0x13 created by os/signal.Notify.func1.1 in goroutine 1 /usr/local/go/src/os/signal/signal.go:152 +0x1f goroutine 53 [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 9031 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0006d83c0, 0xc00046b500, 0xc00027eb40) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:425 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0006d83c0, {0x2b07768, 0x3ed16a0}, {0xc000170000, 0x4f}, {{0xc0009ea510, 0x18}, {0xc0009ea529, 0xe}, {0x268bb6a, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:777 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc0006d83c0, {0x2b07768, 0x3ed16a0}, {{0xc0009ea510, 0x18}, {0xc0009ea529, 0xe}, {0x268bb6a, 0x4}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:847 +0x151 github.com/ncw/swift/v2.(*Connection).objectBase(0x1342a68?, {0x2b07768?, 0x3ed16a0?}, {0xc0009ea510?, 0x1a?}, {0xc0009ea529, 0xe}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:2143 +0xf8 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1.(*Connection).Object.1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:2132 +0x85 github.com/ncw/swift/v2.withLORetry(0x0, 0xc000855530) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/largeobjects.go:303 +0x9f github.com/ncw/swift/v2.(*Connection).Object(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:2131 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1334 +0x156 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0xc000053808?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc00081a0c0, 0xc000a88cc0, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc00081a0c0, 0xc000a88cc0) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x93 github.com/rclone/rclone/backend/swift.(*Object).readMetaData(0xc000a88c00, {0x2b07768, 0x3ed16a0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1333 +0x165 github.com/rclone/rclone/backend/swift.(*Fs).newObjectWithInfo(0xc000650000, {0x2b07768, 0x3ed16a0}, {0xc0006824d0, 0xe}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:666 +0x251 github.com/rclone/rclone/backend/swift.(*Fs).NewObject(0xc000855700?, {0x2b07768?, 0x3ed16a0?}, {0xc0006824d0?, 0x1?}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:677 +0x25 github.com/rclone/rclone/backend/compress.(*Object).loadMetadataObjectIfNotLoaded(...) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1261 github.com/rclone/rclone/backend/compress.(*Object).loadMetadataIfNotLoaded(0xc00050e3c0, {0x2b07768, 0x3ed16a0}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1248 +0x55 github.com/rclone/rclone/backend/compress.(*Object).Hash(0xc00050e3c0, {0x2b07768?, 0x3ed16a0?}, 0xc00050e3c0?) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1338 +0x33 github.com/rclone/rclone/fstest.(*Item).CheckHashes(0xc00075e340, 0xc0009c0c40, {0x2b1cb10, 0xc00050e3c0}) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:138 +0x35b github.com/rclone/rclone/fstest.(*Item).Check(0xc00075e340, 0xc0009c0c40, {0x2b1cb10, 0xc00050e3c0}, 0x1) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:146 +0x47 github.com/rclone/rclone/fstest.(*Items).Find(0xc000855be0, 0xc0009c0c40, {0x2b1cb10, 0xc00050e3c0}, 0x1) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:192 +0x186 github.com/rclone/rclone/fstest.CheckListingWithRoot(0xc0009c0c40, {0x2b1caa0, 0xc0006c2380}, {0x0, 0x0}, {0xc00075e340, 0x1, 0x1}, {0x0, 0x0, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 +0x91b github.com/rclone/rclone/fstest.CheckListingWithPrecision(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:335 github.com/rclone/rclone/fstest.CheckItemsWithPrecision(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:347 github.com/rclone/rclone/fstest.(*Run).CheckRemoteItems(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 github.com/rclone/rclone/fs/operations_test.TestMoveFile(0xc0009c0c40) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:955 +0x6ad testing.tRunner(0xc0009c0c40, 0x27d3450) /usr/local/go/src/testing/testing.go:1792 +0xf4 created by testing.(*T).Run in goroutine 1 /usr/local/go/src/testing/testing.go:1851 +0x413 goroutine 608 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 599 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 563 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 553 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 2900 [chan receive, 44 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2899 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 429 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 419 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 233 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 223 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 174 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 164 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 319 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 309 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 511 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 501 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 279 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 269 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 8725 [select]: net/http.(*persistConn).writeLoop(0xc000839e60) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 8716 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 8724 [IO wait]: internal/poll.runtime_pollWait(0x75e32058a730, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc000982180?, 0xc0009f5980?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc000982180, {0xc0009f5980, 0x1980, 0x1980}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc000982180, {0xc0009f5980?, 0x1973?, 0xc000812c60?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc00008a1b0, {0xc0009f5980?, 0xc0005ce550?, 0xd?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc0008173f8, {0xc0009f5980?, 0x75e368276170?, 0x75e36826d5c0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc0000109f0, {0xc0009f5980?, 0x1973?, 0xc00084f9d0?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc0005ce638, {0x2ae0e60, 0xc0000109f0}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc0005ce388, {0x75e32039e0e8, 0xc0008173f8}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc0005ce388, 0x0) /usr/local/go/src/crypto/tls/conn.go:629 +0x3cf crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:591 crypto/tls.(*Conn).Read(0xc0005ce388, {0xc000ae0000, 0x1000, 0xc000483bc0?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc000839e60, {0xc000ae0000?, 0x7f3b85?, 0x2adf000?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc0007fbf20) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc0007fbf20, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc000839e60) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 8716 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 3498 [chan receive, 40 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2899 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3584 [chan receive, 40 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2899 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 684 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 674 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1295 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1285 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 749 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 739 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3654 [chan receive, 40 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2899 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1253 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1243 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 9256 [select]: net/http.(*persistConn).roundTrip(0xc000839e60, 0xc00050e4b0) /usr/local/go/src/net/http/transport.go:2826 +0x785 net/http.(*Transport).roundTrip(0xc0003e11e0, 0xc00027eb40) /usr/local/go/src/net/http/transport.go:696 +0xb9a net/http.(*Transport).RoundTrip(...) /usr/local/go/src/net/http/roundtrip.go:30 github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0xc00040c1c0, 0xc00027eb40) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc00027eb40, {0x2ae0600, 0xc00040c1c0}, {0xc0006c6d01?, 0xd6e152?, 0x0?}) /usr/local/go/src/net/http/client.go:259 +0x5e2 net/http.(*Client).send(0xc000a86120, 0xc00027eb40, {0x478819?, 0xc0006c6df0?, 0x0?}) /usr/local/go/src/net/http/client.go:180 +0x91 net/http.(*Client).do(0xc000a86120, 0xc00027eb40) /usr/local/go/src/net/http/client.go:728 +0x989 net/http.(*Client).Do(...) /usr/local/go/src/net/http/client.go:587 github.com/ncw/swift/v2.(*Connection).doTimeoutRequest.func1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:421 +0x2b created by github.com/ncw/swift/v2.(*Connection).doTimeoutRequest in goroutine 9031 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:420 +0xb8 goroutine 941 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 931 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 814 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 804 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1194 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1184 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 851 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 841 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1329 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1319 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1026 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1000 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1083 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1041 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1398 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1388 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1461 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1419 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1476 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1466 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3066 [chan receive, 42 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2899 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3240 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2899 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3334 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2899 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3141 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2899 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3415 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2899 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 2995 [chan receive, 42 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2899 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8569 [chan receive, 4 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 8568 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m0.710474715s (try 2/5): exit status 2: Failed []