"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 2/5) 2025/07/03 04:20:48 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-sabotuz9jeke" 2025/07/03 04:20:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/03 04:20:48 DEBUG : Swift container rclone-test-sabotuz9jeke.json: Auto set use_segments_container to true 2025/07/03 04:20:49 DEBUG : Swift container rclone-test-sabotuz9jeke: Auto set use_segments_container to true 2025/07/03 04:20:49 DEBUG : Creating backend with remote "/tmp/rclone1675871845" === 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-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", 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-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", 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/07/03 04:20:49 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/03 04:20:49 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/03 04:20:49 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/07/03 04:20:49 DEBUG : potato: Seek from 10 to 0 2025/07/03 04:20:49 DEBUG : potato: Seek from 10 to 0 2025/07/03 04:20:49 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/07/03 04:20:49 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/03 04:20:49 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/03 04:20:49 DEBUG : potato: Seek from 5 to 2 2025/07/03 04:20:49 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/07/03 04:20:49 DEBUG : potato: Seek from 7 to 0 2025/07/03 04:20:49 DEBUG : potato: Seek from 7 to 0 2025/07/03 04:20:49 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/07/03 04:20:49 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/03 04:20:49 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/03 04:20:49 DEBUG : potato: Seek from 5 to 2 2025/07/03 04:20:49 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/07/03 04:20:49 DEBUG : potato: Seek from 8 to 0 2025/07/03 04:20:49 DEBUG : potato: Seek from 8 to 0 2025/07/03 04:20:49 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/07/03 04:20:49 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/03 04:20:49 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/03 04:20:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/03 04:20:49 DEBUG : potato: Seek from 5 to 2 2025/07/03 04:20:49 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/07/03 04:20:49 DEBUG : potato: Seek from 9 to 0 2025/07/03 04:20:49 DEBUG : potato: Seek from 9 to 0 2025/07/03 04:20:49 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-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" 2025/07/03 04:20:49 INFO : Swift container rclone-test-sabotuz9jeke: Container "rclone-test-sabotuz9jeke" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (142.18s) --- PASS: TestCheck/1 (5.15s) --- PASS: TestCheck/2 (5.14s) --- PASS: TestCheck/3 (5.15s) --- PASS: TestCheck/4 (5.19s) --- PASS: TestCheck/5 (0.16s) --- PASS: TestCheck/6 (10.15s) --- PASS: TestCheck/7 (5.15s) === RUN TestCheckFsError 2025/07/03 04:23:11 DEBUG : Creating backend with remote "nonexistent" 2025/07/03 04:23:11 DEBUG : Config file has changed externally - reloading 2025/07/03 04:23:11 DEBUG : Creating backend with remote "nonexistent" 2025/07/03 04:23:11 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/07/03 04:23:11 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/07/03 04:23:11 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/07/03 04:23:11 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-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", 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 (166.74s) --- PASS: TestCheckDownload/1 (5.20s) --- PASS: TestCheckDownload/2 (15.21s) --- PASS: TestCheckDownload/3 (10.20s) --- PASS: TestCheckDownload/4 (5.29s) --- PASS: TestCheckDownload/5 (15.19s) --- PASS: TestCheckDownload/6 (5.20s) --- PASS: TestCheckDownload/7 (5.19s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", 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 (100.44s) --- PASS: TestCheckSizeOnly/1 (0.05s) --- PASS: TestCheckSizeOnly/2 (0.09s) --- PASS: TestCheckSizeOnly/3 (0.05s) --- PASS: TestCheckSizeOnly/4 (0.05s) --- PASS: TestCheckSizeOnly/5 (0.26s) --- 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-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" 2025/07/03 04:27:49 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/03 04:27:49 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/03 04:27:49 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/03 04:27:49 NOTICE: test.sum: 2 warning(s) suppressed... 2025/07/03 04:27:55 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/03 04:27:55 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/03 04:27:55 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/03 04:27:55 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (22.09s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" 2025/07/03 04:28:00 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-sabotuz9jeke/data" 2025/07/03 04:28:00 DEBUG : Config file has changed externally - reloading 2025/07/03 04:28:01 DEBUG : Swift container rclone-test-sabotuz9jeke path data.json: Auto set use_segments_container to true 2025/07/03 04:28:06 DEBUG : Swift container rclone-test-sabotuz9jeke 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 (245.66s) --- PASS: TestCheckSum/subtest1 (5.35s) --- PASS: TestCheckSum/subtest2 (0.49s) --- PASS: TestCheckSum/subtest3 (5.54s) --- PASS: TestCheckSum/subtest4 (5.43s) --- PASS: TestCheckSum/subtest5 (5.49s) --- PASS: TestCheckSum/subtest6 (5.48s) --- PASS: TestCheckSum/subtest7 (0.60s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" 2025/07/03 04:32:06 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-sabotuz9jeke/data" 2025/07/03 04:32:06 DEBUG : Swift container rclone-test-sabotuz9jeke path data.json: Auto set use_segments_container to true 2025/07/03 04:32:12 DEBUG : Swift container rclone-test-sabotuz9jeke 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 (259.08s) --- PASS: TestCheckSumDownload/subtest1 (0.38s) --- PASS: TestCheckSumDownload/subtest2 (10.41s) --- PASS: TestCheckSumDownload/subtest3 (15.43s) --- PASS: TestCheckSumDownload/subtest4 (0.40s) --- PASS: TestCheckSumDownload/subtest5 (5.80s) --- PASS: TestCheckSumDownload/subtest6 (15.39s) --- PASS: TestCheckSumDownload/subtest7 (20.43s) === RUN TestApplyTransforms 2025/07/03 04:36:25 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hudokut5haza" 2025/07/03 04:36:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/03 04:36:25 DEBUG : Swift container rclone-test-hudokut5haza.json: Auto set use_segments_container to true 2025/07/03 04:36:26 DEBUG : Swift container rclone-test-hudokut5haza: Auto set use_segments_container to true 2025/07/03 04:36:26 DEBUG : Creating backend with remote "/tmp/rclone2600912862" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hudokut5haza", Local "Local file system at /tmp/rclone2600912862", Modify Window "1ns" 2025/07/03 04:36:26 INFO : Swift container rclone-test-hudokut5haza: Container "rclone-test-hudokut5haza" created upper checkfile vs. lower remote (without normalization) 2025/07/03 04:36:42 ERROR : hello, world!: sum not found 2025/07/03 04:36:42 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-hudokut5haza 2025/07/03 04:36:42 NOTICE: Compressed: TestCompressSwift:rclone-test-hudokut5haza: 1 files missing 2025/07/03 04:36:42 NOTICE: 1 hashes missing 2025/07/03 04:36:42 NOTICE: Compressed: TestCompressSwift:rclone-test-hudokut5haza: 2 differences found 2025/07/03 04:36:42 NOTICE: Compressed: TestCompressSwift:rclone-test-hudokut5haza: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/07/03 04:36:47 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/03 04:36:47 NOTICE: Compressed: TestCompressSwift:rclone-test-hudokut5haza: 0 differences found 2025/07/03 04:36:47 NOTICE: Compressed: TestCompressSwift:rclone-test-hudokut5haza: 1 matching files 2025/07/03 04:36:47 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-huhayaw4toyo" 2025/07/03 04:36:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/03 04:36:48 DEBUG : Swift container rclone-test-huhayaw4toyo.json: Auto set use_segments_container to true 2025/07/03 04:36:48 DEBUG : Swift container rclone-test-huhayaw4toyo: Auto set use_segments_container to true 2025/07/03 04:36:48 DEBUG : Creating backend with remote "/tmp/rclone3431630269" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-huhayaw4toyo", Local "Local file system at /tmp/rclone3431630269", Modify Window "1ns" 2025/07/03 04:36:48 INFO : Swift container rclone-test-huhayaw4toyo: Container "rclone-test-huhayaw4toyo" created lower checkfile vs. upper remote (without normalization) 2025/07/03 04:37:05 ERROR : HELLO, WORLD!: sum not found 2025/07/03 04:37:05 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-huhayaw4toyo 2025/07/03 04:37:05 NOTICE: Compressed: TestCompressSwift:rclone-test-huhayaw4toyo: 1 files missing 2025/07/03 04:37:05 NOTICE: 1 hashes missing 2025/07/03 04:37:05 NOTICE: Compressed: TestCompressSwift:rclone-test-huhayaw4toyo: 2 differences found 2025/07/03 04:37:05 NOTICE: Compressed: TestCompressSwift:rclone-test-huhayaw4toyo: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/07/03 04:37:10 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/03 04:37:10 NOTICE: Compressed: TestCompressSwift:rclone-test-huhayaw4toyo: 0 differences found 2025/07/03 04:37:10 NOTICE: Compressed: TestCompressSwift:rclone-test-huhayaw4toyo: 1 matching files 2025/07/03 04:37:10 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-pesisad6maxi" 2025/07/03 04:37:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/03 04:37:10 DEBUG : Swift container rclone-test-pesisad6maxi.json: Auto set use_segments_container to true 2025/07/03 04:37:11 DEBUG : Swift container rclone-test-pesisad6maxi: Auto set use_segments_container to true 2025/07/03 04:37:11 DEBUG : Creating backend with remote "/tmp/rclone2472052450" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pesisad6maxi", Local "Local file system at /tmp/rclone2472052450", Modify Window "1ns" 2025/07/03 04:37:11 INFO : Swift container rclone-test-pesisad6maxi: Container "rclone-test-pesisad6maxi" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/07/03 04:38:00 ERROR : HeLlO, wOrLd!: sum not found 2025/07/03 04:38:00 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-pesisad6maxi 2025/07/03 04:38:00 NOTICE: Compressed: TestCompressSwift:rclone-test-pesisad6maxi: 1 files missing 2025/07/03 04:38:00 NOTICE: 1 hashes missing 2025/07/03 04:38:00 NOTICE: Compressed: TestCompressSwift:rclone-test-pesisad6maxi: 2 differences found 2025/07/03 04:38:00 NOTICE: Compressed: TestCompressSwift:rclone-test-pesisad6maxi: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/07/03 04:38:00 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/03 04:38:00 NOTICE: Compressed: TestCompressSwift:rclone-test-pesisad6maxi: 0 differences found 2025/07/03 04:38:00 NOTICE: Compressed: TestCompressSwift:rclone-test-pesisad6maxi: 1 matching files 2025/07/03 04:38:00 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-wenomoh6riqe" 2025/07/03 04:38:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/03 04:38:01 DEBUG : Swift container rclone-test-wenomoh6riqe.json: Auto set use_segments_container to true 2025/07/03 04:38:01 DEBUG : Swift container rclone-test-wenomoh6riqe: Auto set use_segments_container to true 2025/07/03 04:38:01 DEBUG : Creating backend with remote "/tmp/rclone2886213024" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wenomoh6riqe", Local "Local file system at /tmp/rclone2886213024", Modify Window "1ns" 2025/07/03 04:38:01 INFO : Swift container rclone-test-wenomoh6riqe: Container "rclone-test-wenomoh6riqe" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/07/03 04:38:43 ERROR : HELLO, WORLD!: sum not found 2025/07/03 04:38:43 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-wenomoh6riqe 2025/07/03 04:38:43 NOTICE: Compressed: TestCompressSwift:rclone-test-wenomoh6riqe: 1 files missing 2025/07/03 04:38:43 NOTICE: 1 hashes missing 2025/07/03 04:38:43 NOTICE: Compressed: TestCompressSwift:rclone-test-wenomoh6riqe: 2 differences found 2025/07/03 04:38:43 NOTICE: Compressed: TestCompressSwift:rclone-test-wenomoh6riqe: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/07/03 04:38:48 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/03 04:38:48 NOTICE: Compressed: TestCompressSwift:rclone-test-wenomoh6riqe: 0 differences found 2025/07/03 04:38:48 NOTICE: Compressed: TestCompressSwift:rclone-test-wenomoh6riqe: 1 matching files 2025/07/03 04:38:48 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-momukup4gesu" 2025/07/03 04:38:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/03 04:38:48 DEBUG : Swift container rclone-test-momukup4gesu.json: Auto set use_segments_container to true 2025/07/03 04:38:49 DEBUG : Swift container rclone-test-momukup4gesu: Auto set use_segments_container to true 2025/07/03 04:38:49 DEBUG : Creating backend with remote "/tmp/rclone1105474493" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-momukup4gesu", Local "Local file system at /tmp/rclone1105474493", Modify Window "1ns" 2025/07/03 04:38:49 INFO : Swift container rclone-test-momukup4gesu: Container "rclone-test-momukup4gesu" created NFD checkfile vs. NFC remote (without normalization) 2025/07/03 04:39:05 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/03 04:39:05 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-momukup4gesu 2025/07/03 04:39:05 NOTICE: Compressed: TestCompressSwift:rclone-test-momukup4gesu: 1 files missing 2025/07/03 04:39:05 NOTICE: 1 hashes missing 2025/07/03 04:39:05 NOTICE: Compressed: TestCompressSwift:rclone-test-momukup4gesu: 2 differences found 2025/07/03 04:39:05 NOTICE: Compressed: TestCompressSwift:rclone-test-momukup4gesu: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/07/03 04:39:11 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/03 04:39:11 NOTICE: Compressed: TestCompressSwift:rclone-test-momukup4gesu: 0 differences found 2025/07/03 04:39:11 NOTICE: Compressed: TestCompressSwift:rclone-test-momukup4gesu: 1 matching files 2025/07/03 04:39:11 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-wazecuv4huva" 2025/07/03 04:39:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/03 04:39:11 DEBUG : Swift container rclone-test-wazecuv4huva.json: Auto set use_segments_container to true 2025/07/03 04:39:11 DEBUG : Swift container rclone-test-wazecuv4huva: Auto set use_segments_container to true 2025/07/03 04:39:11 DEBUG : Creating backend with remote "/tmp/rclone4214971828" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wazecuv4huva", Local "Local file system at /tmp/rclone4214971828", Modify Window "1ns" 2025/07/03 04:39:11 INFO : Swift container rclone-test-wazecuv4huva: Container "rclone-test-wazecuv4huva" created NFC checkfile vs. NFD remote (without normalization) 2025/07/03 04:39:23 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/03 04:39:23 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-wazecuv4huva 2025/07/03 04:39:23 NOTICE: Compressed: TestCompressSwift:rclone-test-wazecuv4huva: 1 files missing 2025/07/03 04:39:23 NOTICE: 1 hashes missing 2025/07/03 04:39:23 NOTICE: Compressed: TestCompressSwift:rclone-test-wazecuv4huva: 2 differences found 2025/07/03 04:39:23 NOTICE: Compressed: TestCompressSwift:rclone-test-wazecuv4huva: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/07/03 04:39:23 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/03 04:39:23 NOTICE: Compressed: TestCompressSwift:rclone-test-wazecuv4huva: 0 differences found 2025/07/03 04:39:23 NOTICE: Compressed: TestCompressSwift:rclone-test-wazecuv4huva: 1 matching files 2025/07/03 04:39:23 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-pakopeb3meda" 2025/07/03 04:39:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/03 04:39:23 DEBUG : Swift container rclone-test-pakopeb3meda.json: Auto set use_segments_container to true 2025/07/03 04:39:24 DEBUG : Swift container rclone-test-pakopeb3meda: Auto set use_segments_container to true 2025/07/03 04:39:24 DEBUG : Creating backend with remote "/tmp/rclone3432958530" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pakopeb3meda", Local "Local file system at /tmp/rclone3432958530", Modify Window "1ns" 2025/07/03 04:39:24 INFO : Swift container rclone-test-pakopeb3meda: Container "rclone-test-pakopeb3meda" created NFDx2 checkfile vs. both remote (without normalization) 2025/07/03 04:39:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/03 04:39:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-pakopeb3meda 2025/07/03 04:39:40 NOTICE: Compressed: TestCompressSwift:rclone-test-pakopeb3meda: 1 files missing 2025/07/03 04:39:40 NOTICE: 1 hashes missing 2025/07/03 04:39:40 NOTICE: Compressed: TestCompressSwift:rclone-test-pakopeb3meda: 2 differences found 2025/07/03 04:39:40 NOTICE: Compressed: TestCompressSwift:rclone-test-pakopeb3meda: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/07/03 04:39:45 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/03 04:39:45 NOTICE: Compressed: TestCompressSwift:rclone-test-pakopeb3meda: 0 differences found 2025/07/03 04:39:45 NOTICE: Compressed: TestCompressSwift:rclone-test-pakopeb3meda: 1 matching files 2025/07/03 04:39:45 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hubacev6papu" 2025/07/03 04:39:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/03 04:39:46 DEBUG : Swift container rclone-test-hubacev6papu.json: Auto set use_segments_container to true 2025/07/03 04:39:46 DEBUG : Swift container rclone-test-hubacev6papu: Auto set use_segments_container to true 2025/07/03 04:39:46 DEBUG : Creating backend with remote "/tmp/rclone1522488297" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hubacev6papu", Local "Local file system at /tmp/rclone1522488297", Modify Window "1ns" 2025/07/03 04:39:46 INFO : Swift container rclone-test-hubacev6papu: Container "rclone-test-hubacev6papu" created NFCx2 checkfile vs. both remote (without normalization) 2025/07/03 04:39:58 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/03 04:39:58 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-hubacev6papu 2025/07/03 04:39:58 NOTICE: Compressed: TestCompressSwift:rclone-test-hubacev6papu: 1 files missing 2025/07/03 04:39:58 NOTICE: 1 hashes missing 2025/07/03 04:39:58 NOTICE: Compressed: TestCompressSwift:rclone-test-hubacev6papu: 2 differences found 2025/07/03 04:39:58 NOTICE: Compressed: TestCompressSwift:rclone-test-hubacev6papu: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/07/03 04:40:03 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/03 04:40:03 NOTICE: Compressed: TestCompressSwift:rclone-test-hubacev6papu: 0 differences found 2025/07/03 04:40:03 NOTICE: Compressed: TestCompressSwift:rclone-test-hubacev6papu: 1 matching files 2025/07/03 04:40:03 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gujefem4jehi" 2025/07/03 04:40:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/03 04:40:03 DEBUG : Swift container rclone-test-gujefem4jehi.json: Auto set use_segments_container to true 2025/07/03 04:40:03 DEBUG : Swift container rclone-test-gujefem4jehi: Auto set use_segments_container to true 2025/07/03 04:40:03 DEBUG : Creating backend with remote "/tmp/rclone3098416632" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gujefem4jehi", Local "Local file system at /tmp/rclone3098416632", Modify Window "1ns" 2025/07/03 04:40:04 INFO : Swift container rclone-test-gujefem4jehi: Container "rclone-test-gujefem4jehi" created both checkfile vs. NFDx2 remote (without normalization) 2025/07/03 04:40:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/03 04:40:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-gujefem4jehi 2025/07/03 04:40:25 NOTICE: Compressed: TestCompressSwift:rclone-test-gujefem4jehi: 1 files missing 2025/07/03 04:40:25 NOTICE: 1 hashes missing 2025/07/03 04:40:25 NOTICE: Compressed: TestCompressSwift:rclone-test-gujefem4jehi: 2 differences found 2025/07/03 04:40:25 NOTICE: Compressed: TestCompressSwift:rclone-test-gujefem4jehi: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/07/03 04:40:25 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/03 04:40:25 NOTICE: Compressed: TestCompressSwift:rclone-test-gujefem4jehi: 0 differences found 2025/07/03 04:40:25 NOTICE: Compressed: TestCompressSwift:rclone-test-gujefem4jehi: 1 matching files 2025/07/03 04:40:25 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-quvitiq2sumu" 2025/07/03 04:40:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/03 04:40:25 DEBUG : Swift container rclone-test-quvitiq2sumu.json: Auto set use_segments_container to true 2025/07/03 04:40:26 DEBUG : Swift container rclone-test-quvitiq2sumu: Auto set use_segments_container to true 2025/07/03 04:40:26 DEBUG : Creating backend with remote "/tmp/rclone534492825" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-quvitiq2sumu", Local "Local file system at /tmp/rclone534492825", Modify Window "1ns" 2025/07/03 04:40:26 INFO : Swift container rclone-test-quvitiq2sumu: Container "rclone-test-quvitiq2sumu" created both checkfile vs. NFCx2 remote (without normalization) 2025/07/03 04:40:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/03 04:40:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-quvitiq2sumu 2025/07/03 04:40:37 NOTICE: Compressed: TestCompressSwift:rclone-test-quvitiq2sumu: 1 files missing 2025/07/03 04:40:37 NOTICE: 1 hashes missing 2025/07/03 04:40:37 NOTICE: Compressed: TestCompressSwift:rclone-test-quvitiq2sumu: 2 differences found 2025/07/03 04:40:37 NOTICE: Compressed: TestCompressSwift:rclone-test-quvitiq2sumu: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/07/03 04:40:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/03 04:40:38 NOTICE: Compressed: TestCompressSwift:rclone-test-quvitiq2sumu: 0 differences found 2025/07/03 04:40:38 NOTICE: Compressed: TestCompressSwift:rclone-test-quvitiq2sumu: 1 matching files 2025/07/03 04:40:38 DEBUG : Compressed: TestCompressSwift:rclone-test-quvitiq2sumu: Purge remote 2025/07/03 04:40:38 DEBUG : Waiting for deletions to finish 2025/07/03 04:40:38 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/07/03 04:40:43 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/07/03 04:40:43 INFO : Swift container rclone-test-quvitiq2sumu: Container "rclone-test-quvitiq2sumu" removed 2025/07/03 04:40:43 DEBUG : Compressed: TestCompressSwift:rclone-test-gujefem4jehi: Purge remote 2025/07/03 04:40:43 DEBUG : Waiting for deletions to finish 2025/07/03 04:40:48 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/07/03 04:40:53 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/07/03 04:40:53 INFO : Swift container rclone-test-gujefem4jehi: Container "rclone-test-gujefem4jehi" removed 2025/07/03 04:40:53 DEBUG : Compressed: TestCompressSwift:rclone-test-hubacev6papu: Purge remote 2025/07/03 04:40:53 DEBUG : Waiting for deletions to finish 2025/07/03 04:40:54 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/07/03 04:40:59 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/07/03 04:40:59 INFO : Swift container rclone-test-hubacev6papu: Container "rclone-test-hubacev6papu" removed 2025/07/03 04:40:59 DEBUG : Compressed: TestCompressSwift:rclone-test-pakopeb3meda: Purge remote 2025/07/03 04:40:59 DEBUG : Waiting for deletions to finish 2025/07/03 04:41:04 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/07/03 04:41:09 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/07/03 04:41:09 INFO : Swift container rclone-test-pakopeb3meda: Container "rclone-test-pakopeb3meda" removed 2025/07/03 04:41:09 DEBUG : Compressed: TestCompressSwift:rclone-test-wazecuv4huva: Purge remote 2025/07/03 04:41:09 DEBUG : Waiting for deletions to finish 2025/07/03 04:41:10 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/07/03 04:41:15 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/07/03 04:41:16 INFO : Swift container rclone-test-wazecuv4huva: Container "rclone-test-wazecuv4huva" removed 2025/07/03 04:41:16 DEBUG : Compressed: TestCompressSwift:rclone-test-momukup4gesu: Purge remote 2025/07/03 04:41:16 DEBUG : Waiting for deletions to finish 2025/07/03 04:41:26 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/07/03 04:41:26 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/07/03 04:41:26 INFO : Swift container rclone-test-momukup4gesu: Container "rclone-test-momukup4gesu" removed 2025/07/03 04:41:26 DEBUG : Compressed: TestCompressSwift:rclone-test-wenomoh6riqe: Purge remote 2025/07/03 04:41:26 DEBUG : Waiting for deletions to finish 2025/07/03 04:41:27 INFO : HELLO, WORLD!.json: Deleted 2025/07/03 04:41:52 INFO : HELLO, WORLD!.bin: Deleted 2025/07/03 04:41:52 INFO : Swift container rclone-test-wenomoh6riqe: Container "rclone-test-wenomoh6riqe" removed 2025/07/03 04:41:52 DEBUG : Compressed: TestCompressSwift:rclone-test-pesisad6maxi: Purge remote 2025/07/03 04:41:52 DEBUG : Waiting for deletions to finish 2025/07/03 04:41:57 INFO : HeLlO, wOrLd!.bin: Deleted 2025/07/03 04:41:57 INFO : HeLlO, wOrLd!.json: Deleted 2025/07/03 04:41:58 INFO : Swift container rclone-test-pesisad6maxi: Container "rclone-test-pesisad6maxi" removed 2025/07/03 04:41:58 DEBUG : Compressed: TestCompressSwift:rclone-test-huhayaw4toyo: Purge remote 2025/07/03 04:41:58 DEBUG : Waiting for deletions to finish 2025/07/03 04:41:58 INFO : HELLO, WORLD!.bin: Deleted 2025/07/03 04:42:08 INFO : HELLO, WORLD!.json: Deleted 2025/07/03 04:42:08 INFO : Swift container rclone-test-huhayaw4toyo: Container "rclone-test-huhayaw4toyo" removed 2025/07/03 04:42:08 DEBUG : Compressed: TestCompressSwift:rclone-test-hudokut5haza: Purge remote 2025/07/03 04:42:08 DEBUG : Waiting for deletions to finish 2025/07/03 04:42:14 INFO : hello, world!.bin: Deleted 2025/07/03 04:42:14 INFO : hello, world!.json: Deleted 2025/07/03 04:42:14 INFO : Swift container rclone-test-hudokut5haza: Container "rclone-test-hudokut5haza" removed --- PASS: TestApplyTransforms (349.14s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" 2025/07/03 04:42:19 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/03 04:42:30 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/07/03 04:42:30 INFO : file1: Copied (new) to: sub/file2 2025/07/03 04:42:41 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/03 04:42:41 DEBUG : file1: Unchanged skipping 2025/07/03 04:42:46 DEBUG : Compressed: TestCompressSwift:rclone-test-sabotuz9jeke: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (47.35s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.34s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" 2025/07/03 04:43:08 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-sabotuz9jeke/backup" 2025/07/03 04:43:08 DEBUG : Config file has changed externally - reloading 2025/07/03 04:43:09 DEBUG : Swift container rclone-test-sabotuz9jeke path backup.json: Auto set use_segments_container to true 2025/07/03 04:43:14 DEBUG : Swift container rclone-test-sabotuz9jeke path backup: Auto set use_segments_container to true 2025/07/03 04:43:20 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/03 04:43:57 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/07/03 04:43:57 INFO : dst/file1: Copied (server-side copy) 2025/07/03 04:43:57 INFO : dst/file1: Deleted 2025/07/03 04:44:03 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/07/03 04:44:03 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (67.43s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" 2025/07/03 04:44:09 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-sabotuz9jeke/dst" 2025/07/03 04:44:10 DEBUG : Swift container rclone-test-sabotuz9jeke path dst.json: Auto set use_segments_container to true 2025/07/03 04:44:15 DEBUG : Swift container rclone-test-sabotuz9jeke path dst: Auto set use_segments_container to true 2025/07/03 04:44:26 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-sabotuz9jeke/CompareDest" 2025/07/03 04:44:26 DEBUG : Swift container rclone-test-sabotuz9jeke path CompareDest.json: Auto set use_segments_container to true 2025/07/03 04:44:32 DEBUG : Swift container rclone-test-sabotuz9jeke path CompareDest: Auto set use_segments_container to true 2025/07/03 04:44:37 DEBUG : one: Need to transfer - File not found at Destination 2025/07/03 04:45:00 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/07/03 04:45:00 INFO : one: Copied (new) 2025/07/03 04:45:16 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/03 04:45:31 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/07/03 04:45:31 INFO : one: Copied (replaced existing) 2025/07/03 04:46:08 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/03 04:46:14 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/03 04:46:14 DEBUG : one: Destination found in --compare-dest, skipping 2025/07/03 04:46:46 DEBUG : two: Need to transfer - File not found at Destination 2025/07/03 04:46:46 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/03 04:46:46 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/03 04:47:06 DEBUG : two: Need to transfer - File not found at Destination 2025/07/03 04:47:06 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/03 04:47:06 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/03 04:47:38 DEBUG : two: Need to transfer - File not found at Destination 2025/07/03 04:47:43 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/07/03 04:47:58 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/07/03 04:47:58 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (301.61s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" 2025/07/03 04:49:11 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-sabotuz9jeke/dst" 2025/07/03 04:49:11 DEBUG : Config file has changed externally - reloading 2025/07/03 04:49:11 DEBUG : Swift container rclone-test-sabotuz9jeke path dst.json: Auto set use_segments_container to true 2025/07/03 04:49:17 DEBUG : Swift container rclone-test-sabotuz9jeke path dst: Auto set use_segments_container to true 2025/07/03 04:49:27 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-sabotuz9jeke/CopyDest" 2025/07/03 04:49:27 DEBUG : Swift container rclone-test-sabotuz9jeke path CopyDest.json: Auto set use_segments_container to true 2025/07/03 04:49:33 DEBUG : Swift container rclone-test-sabotuz9jeke path CopyDest: Auto set use_segments_container to true 2025/07/03 04:49:38 DEBUG : one: Need to transfer - File not found at Destination 2025/07/03 04:49:59 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/07/03 04:49:59 INFO : one: Copied (new) 2025/07/03 04:50:10 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/03 04:50:25 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/07/03 04:50:25 INFO : one: Copied (replaced existing) 2025/07/03 04:50:57 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-sabotuz9jeke/BackupDir" 2025/07/03 04:50:58 DEBUG : Swift container rclone-test-sabotuz9jeke path BackupDir.json: Auto set use_segments_container to true 2025/07/03 04:51:03 DEBUG : Swift container rclone-test-sabotuz9jeke path BackupDir: Auto set use_segments_container to true 2025/07/03 04:51:09 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/03 04:51:09 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/03 04:51:09 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/03 04:51:40 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/07/03 04:51:40 INFO : one: Copied (server-side copy) 2025/07/03 04:51:50 INFO : one: Deleted 2025/07/03 04:52:21 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/07/03 04:52:21 INFO : one: Copied (server-side copy) 2025/07/03 04:52:21 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/07/03 04:52:55 DEBUG : two: Need to transfer - File not found at Destination 2025/07/03 04:52:56 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/03 04:53:27 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/07/03 04:53:27 INFO : two: Copied (server-side copy) 2025/07/03 04:53:27 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/07/03 04:53:48 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/03 04:53:48 DEBUG : two: Unchanged skipping 2025/07/03 04:54:36 DEBUG : three: Need to transfer - File not found at Destination 2025/07/03 04:54:36 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/07/03 04:54:36 DEBUG : three: Destination not found in --copy-dest 2025/07/03 04:54:42 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/07/03 04:54:42 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (369.97s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.10s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.10s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" 2025/07/03 04:55:26 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/07/03 04:55:32 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/07/03 04:55:32 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/07/03 04:55:43 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/07/03 04:55:53 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/07/03 04:55:53 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy2.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-sabotuz9jeke/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/07/03 04:55:59 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/07/03 04:56:04 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/07/03 04:56:16 DEBUG : TestCopyFileMaxTransfer/file4: md5 = d5bbdee1ffa0b2c3ae863bb5e22aaa57 OK 2025/07/03 04:56:16 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (69.76s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.20s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.65s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", 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-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.10s) === RUN TestDeduplicateNewest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.10s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" 2025/07/03 04:57:53 INFO : Compressed: TestCompressSwift:rclone-test-sabotuz9jeke: Looking for duplicate md5 hashes using newest mode. 2025/07/03 04:57:58 NOTICE: a0d1f640aec89e65220fd65d3743a8b2: Found 3 files with duplicate md5 hashes 2025/07/03 04:58:14 INFO : one: Deleted 2025/07/03 04:58:24 INFO : also/one: Deleted 2025/07/03 04:58:24 NOTICE: a0d1f640aec89e65220fd65d3743a8b2: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (137.96s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.23s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.14s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", 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-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.24s) === RUN TestMergeDirs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.16s) === RUN TestListDirSorted run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" 2025/07/03 05:01:03 DEBUG : a.txt: Excluded (Size Filter) 2025/07/03 05:01:03 DEBUG : a.txt: Excluded 2025/07/03 05:01:03 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/03 05:01:03 DEBUG : sub dir/hello world: Excluded 2025/07/03 05:01:03 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/03 05:01:03 DEBUG : sub dir/hello world2: Excluded 2025/07/03 05:01:03 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/03 05:01:03 DEBUG : sub dir/hello world: Excluded 2025/07/03 05:01:03 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/03 05:01:03 DEBUG : sub dir/hello world2: Excluded 2025/07/03 05:01:13 DEBUG : sub dir/ignore dir: Excluded 2025/07/03 05:01:19 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (215.69s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" 2025/07/03 05:04:46 DEBUG : a.txt: Excluded (Size Filter) 2025/07/03 05:04:46 DEBUG : a.txt: Excluded 2025/07/03 05:04:46 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/03 05:04:46 DEBUG : sub dir/hello world: Excluded 2025/07/03 05:04:46 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/03 05:04:46 DEBUG : sub dir/hello world2: Excluded 2025/07/03 05:04:46 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/03 05:04:46 DEBUG : sub dir/hello world: Excluded 2025/07/03 05:04:46 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/03 05:04:46 DEBUG : sub dir/hello world2: Excluded 2025/07/03 05:04:56 DEBUG : sub dir/ignore dir: Excluded 2025/07/03 05:05:01 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (237.59s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", 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 (100.17s) --- PASS: TestListJSON/Default (10.21s) --- PASS: TestListJSON/FilesOnly (5.19s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (5.33s) --- PASS: TestListJSON/SubDir (0.20s) --- PASS: TestListJSON/NoModTime (5.15s) --- PASS: TestListJSON/NoMimeType (5.10s) --- PASS: TestListJSON/ShowHash (10.19s) --- PASS: TestListJSON/HashTypes (15.19s) --- PASS: TestListJSON/Metadata (0.19s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", 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/07/03 05:09:12 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-sabotuz9jeke/notfound" 2025/07/03 05:09:12 DEBUG : Config file has changed externally - reloading 2025/07/03 05:09:12 DEBUG : Swift container rclone-test-sabotuz9jeke path notfound.json: Auto set use_segments_container to true 2025/07/03 05:09:18 DEBUG : Swift container rclone-test-sabotuz9jeke path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (99.62s) --- PASS: TestStatJSON/Root (0.05s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.10s) --- PASS: TestStatJSON/Dir (5.24s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.10s) --- PASS: TestStatJSON/File (0.15s) --- PASS: TestStatJSON/NotFound (5.29s) --- PASS: TestStatJSON/DirFilesOnly (5.05s) --- PASS: TestStatJSON/FileFilesOnly (10.24s) --- PASS: TestStatJSON/NotFoundFilesOnly (5.05s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.10s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (11.28s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" 2025/07/03 05:09:44 INFO : Compressed: TestCompressSwift:rclone-test-sabotuz9jeke: Making directory 2025/07/03 05:09:44 INFO : Compressed: TestCompressSwift:rclone-test-sabotuz9jeke: Making directory --- PASS: TestMkdir (0.30s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" --- PASS: TestLsd (6.46s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" --- PASS: TestLs (12.51s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" 2025/07/03 05:10:15 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/07/03 05:10:15 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (18.16s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" --- PASS: TestLsLong (12.02s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (12.70s) --- PASS: TestHashSums/Md5 (0.15s) --- PASS: TestHashSums/Md5Download (0.23s) === RUN TestHashSumsWithErrors 2025/07/03 05:10:46 DEBUG : Creating backend with remote ":memory:" 2025/07/03 05:10:46 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/07/03 05:10:46 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/03 05:10:46 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/03 05:10:46 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/03 05:10:46 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/03 05:10:46 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/03 05:10:46 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/03 05:10:46 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/07/03 05:10:46 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-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" --- PASS: TestCount (28.40s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" 2025/07/03 05:11:59 DEBUG : Waiting for deletions to finish 2025/07/03 05:11:59 DEBUG : large: Excluded (Size Filter) 2025/07/03 05:12:00 INFO : medium: Deleted 2025/07/03 05:12:09 INFO : small: Deleted --- PASS: TestDelete (71.02s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" 2025/07/03 05:13:08 DEBUG : Waiting for deletions to finish 2025/07/03 05:13:08 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/07/03 05:13:08 INFO : medium: Deleted 2025/07/03 05:13:28 INFO : large: Deleted --- PASS: TestMaxDelete (68.92s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" 2025/07/03 05:14:06 DEBUG : Waiting for deletions to finish 2025/07/03 05:14:06 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/07/03 05:14:07 INFO : medium: Deleted 2025/07/03 05:14:12 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (58.72s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" 2025/07/03 05:15:20 DEBUG : Waiting for deletions to finish 2025/07/03 05:15:20 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/07/03 05:15:21 INFO : medium: Deleted 2025/07/03 05:15:35 INFO : large: Deleted --- PASS: TestMaxDeleteSize (73.45s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" --- PASS: TestReadFile (17.35s) === RUN TestRetry 2025/07/03 05:16:04 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/07/03 05:16:04 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/07/03 05:16:04 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/03 05:16:04 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/03 05:16:04 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/03 05:16:04 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/03 05:16:04 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" --- PASS: TestCat (98.76s) === RUN TestPurge 2025/07/03 05:17:43 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-nufazaz6mumi" 2025/07/03 05:17:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/03 05:17:43 DEBUG : Swift container rclone-test-nufazaz6mumi.json: Auto set use_segments_container to true 2025/07/03 05:17:43 DEBUG : Swift container rclone-test-nufazaz6mumi: Auto set use_segments_container to true 2025/07/03 05:17:43 DEBUG : Creating backend with remote "/tmp/rclone3011387600" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-nufazaz6mumi", Local "Local file system at /tmp/rclone3011387600", Modify Window "1ns" 2025/07/03 05:17:44 INFO : Swift container rclone-test-nufazaz6mumi: Container "rclone-test-nufazaz6mumi" created 2025/07/03 05:17:50 INFO : A2: Making directory 2025/07/03 05:17:50 INFO : A1/B2: Making directory 2025/07/03 05:17:50 INFO : A1/B2/C2: Making directory 2025/07/03 05:17:50 INFO : A1/B1/C3: Making directory 2025/07/03 05:17:50 INFO : A3: Making directory 2025/07/03 05:17:50 INFO : A3/B3: Making directory 2025/07/03 05:17:50 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/07/03 05:18:02 DEBUG : Waiting for deletions to finish 2025/07/03 05:18:03 INFO : A1/B1/C1/one.bin: Deleted 2025/07/03 05:18:03 INFO : A1/B1/C1/one.json: 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/07/03 05:18:03 DEBUG : Waiting for deletions to finish 2025/07/03 05:18:03 INFO : A1/two.bin: Deleted 2025/07/03 05:18:08 INFO : A1/two.json: Deleted 2025/07/03 05:18:08 INFO : Swift container rclone-test-nufazaz6mumi: Container "rclone-test-nufazaz6mumi" removed 2025/07/03 05:18:09 DEBUG : Compressed: TestCompressSwift:rclone-test-nufazaz6mumi: Purge remote 2025/07/03 05:18:09 DEBUG : Waiting for deletions to finish 2025/07/03 05:18:24 ERROR : A1/two.json: Dangling object - ignoring: Object Not Found 2025/07/03 05:18:24 INFO : A1/two.json: Deleted 2025/07/03 05:18:25 NOTICE: purge failed: Container Not Found --- PASS: TestPurge (41.74s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" 2025/07/03 05:18:40 INFO : A2: Making directory 2025/07/03 05:18:40 INFO : A1/B2: Making directory 2025/07/03 05:18:40 INFO : A1/B2/C2: Making directory 2025/07/03 05:18:40 INFO : A1/B1/C3: Making directory 2025/07/03 05:18:40 INFO : A3: Making directory 2025/07/03 05:18:40 INFO : A3/B3: Making directory 2025/07/03 05:18:40 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/07/03 05:19:02 DEBUG : removing 1 level 3 directories 2025/07/03 05:19:02 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/07/03 05:19:40 DEBUG : removing 1 level 0 directories 2025/07/03 05:19:40 INFO : Compressed: TestCompressSwift:rclone-test-sabotuz9jeke: Removing directory 2025/07/03 05:19:40 INFO : Swift container rclone-test-sabotuz9jeke: Container "rclone-test-sabotuz9jeke" removed --- PASS: TestRmdirsNoLeaveRoot (75.83s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" 2025/07/03 05:19:41 INFO : Swift container rclone-test-sabotuz9jeke: Container "rclone-test-sabotuz9jeke" created 2025/07/03 05:19:41 INFO : A1: Making directory 2025/07/03 05:19:41 INFO : A1/B1: Making directory 2025/07/03 05:19:41 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.65s) === RUN TestRmdirsWithFilter run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" 2025/07/03 05:19:41 INFO : A1: Making directory 2025/07/03 05:19:41 INFO : A1/B1: Making directory 2025/07/03 05:19:41 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-sabotuz9jeke", Local "Local file system at /tmp/rclone1675871845", Modify Window "1ns" 2025/07/03 05:20:17 DEBUG : filename.txt: File name found in url 2025/07/03 05:20:33 DEBUG : headerfilename.txt: filename found in Content-Disposition header. panic: test timed out after 1h0m0s running tests: TestCopyURL (1m7s) goroutine 8980 [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, 2 minutes]: testing.(*T).Run(0xc00079e380, {0x26a2e5c?, 0xc000281ad8?}, 0x27d5518) /usr/local/go/src/testing/testing.go:1859 +0x431 testing.runTests.func1(0xc00079e380) /usr/local/go/src/testing/testing.go:2279 +0x37 testing.tRunner(0xc00079e380, 0xc000281c18) /usr/local/go/src/testing/testing.go:1792 +0xf4 testing.runTests(0xc000383290, {0x3e9c140, 0x6d, 0x6d}, {0xedff7fc21?, 0x3eb2140?, 0x3eb2140?}) /usr/local/go/src/testing/testing.go:2277 +0x4b4 testing.(*M).Run(0xc0006df9a0) /usr/local/go/src/testing/testing.go:2142 +0x64a github.com/rclone/rclone/fstest.TestMain(0xc0006df9a0) /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 11 [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 12 [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 8857 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0002572c0, 0xc0002f6850, 0xc000a2ef00) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:425 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0002572c0, {0x2b09d08, 0xc000609d40}, {0xc0006d8000, 0x4f}, {{0xc00082a5a0, 0x18}, {0xc00082a5b9, 0xa}, {0x268db6e, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:777 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc0002572c0, {0x2b09d08, 0xc000609d40}, {{0xc00082a5a0, 0x18}, {0xc00082a5b9, 0xa}, {0x268db6e, 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(0x28?, {0x2b09d08?, 0xc000609d40?}, {0xc00082a5a0?, 0xc000504620?}, {0xc00082a5b9, 0xa}) /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, 0xc00006b588) /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, 0xc0000b2008?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc0005e4d20, 0xc0008d4a80, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:199 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc0005e4d20, 0xc0008d4a80) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:218 +0x93 github.com/rclone/rclone/backend/swift.(*Object).readMetaData(0xc0008d4a20, {0x2b09d08, 0xc000609d40}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1333 +0x165 github.com/rclone/rclone/backend/swift.(*Fs).newObjectWithInfo(0xc00079e000, {0x2b09d08, 0xc000609d40}, {0xc000a3c460, 0xa}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:666 +0x251 github.com/rclone/rclone/backend/swift.(*Fs).NewObject(0xc0000b2008?, {0x2b09d08?, 0xc000609d40?}, {0xc000a3c460?, 0x30?}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:677 +0x25 github.com/rclone/rclone/backend/compress.(*Fs).NewObject(0xc00017c880, {0x2b09d08, 0xc000609d40}, {0x268efc6, 0x5}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:422 +0x70 github.com/rclone/rclone/backend/compress.(*Fs).Put(0xc00017c880, {0x2b09d08, 0xc000609d40}, {0x2ae1620, 0xc000736900}, {0x2b14d30, 0xc0002f6690}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:751 +0x7e github.com/rclone/rclone/fs/operations.RcatSize({0x2b09d08, 0xc000609d40}, {0x2b1ef60, 0xc00017c880}, {0x268efc6, 0x5}, {0x2af5d18, 0xc0008be480}, 0xe, {0xc211a2ab2e5b69dd, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1819 +0x563 github.com/rclone/rclone/fs/operations.CopyURL.func1({0x2b09d08?, 0xc000609d40?}, {0x268efc6?, 0xc000580a20?}, {0x2af5d18?, 0xc0008be480?}, 0x24af5a0?, {0xc211a2ab2e5b69dd, 0x34558363202, 0x3eb2140}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1885 +0x146 github.com/rclone/rclone/fs/operations.copyURLFn({0x2b09d08, 0xc000609d40}, {0x268efc6, 0x5}, {0xc000a0e030, 0x17}, 0x0, 0x0, 0xc00006bcb0) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1873 +0x5d9 github.com/rclone/rclone/fs/operations.CopyURL({0x2b09d08?, 0xc000609d40?}, {0x2b1ef60?, 0xc00017c880?}, {0x268efc6?, 0x0?}, {0xc000a0e030?, 0x0?}, 0x1?, 0x0, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1878 +0xa8 github.com/rclone/rclone/fs/operations_test.TestCopyURL(0xc0007cf340) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:891 +0xb65 testing.tRunner(0xc0007cf340, 0x27d5518) /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 3605 [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 2821 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8933 [select]: net/http.(*persistConn).writeLoop(0xc0005685a0) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 8930 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 965 [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 955 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 8659 [IO wait]: internal/poll.runtime_pollWait(0x71ba3f4cc6d8, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc00017d180?, 0xc000e15300?, 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(0xc00017d180, {0xc000e15300, 0x1980, 0x1980}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc00017d180, {0xc000e15300?, 0x1973?, 0xc0002d56e0?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc00008aa40, {0xc000e15300?, 0xc000181a50?, 0xd?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000611668, {0xc000e15300?, 0x71ba3c0ed0e0?, 0x71ba86986a78?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc00086e6f0, {0xc000e15300?, 0x1973?, 0xc0002839d0?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc000181b38, {0x2ae3320, 0xc00086e6f0}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc000181888, {0x71ba3c12a458, 0xc000611668}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc000181888, 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(0xc000181888, {0xc00121c000, 0x1000, 0xc000461620?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc000a14240, {0xc00121c000?, 0x7f4085?, 0x2ae14c0?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc00119d680) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc00119d680, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc000a14240) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 8639 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 746 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 720 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 182 [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 172 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 2985 [chan receive, 43 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2821 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 789 [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 731 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 436 [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 426 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 229 [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 219 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 345 [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 303 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3174 [chan receive, 43 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2821 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 265 [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 127 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 8932 [IO wait]: internal/poll.runtime_pollWait(0x71ba3f4cc278, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc0002c4080?, 0xc001259000?, 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(0xc0002c4080, {0xc001259000, 0x1000, 0x1000}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc0002c4080, {0xc001259000?, 0x2af5010?, 0xc000434c80?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc000342050, {0xc001259000?, 0x4091b4?, 0x0?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc00086e1e0, {0xc001259000?, 0x408faf?, 0xc000604e70?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 net/http.(*persistConn).Read(0xc0005685a0, {0xc001259000?, 0x7f4085?, 0x2ae14c0?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc0008d4180) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc0008d4180, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc0005685a0) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 8930 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 623 [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 614 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 8920 [select]: net/http.(*persistConn).writeLoop(0xc001845e60) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 8959 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 3092 [chan receive, 43 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2821 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 681 [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 639 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 510 [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 500 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1042 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1032 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 8918 [IO wait]: internal/poll.runtime_pollWait(0x71ba3f4cbd00, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc000426200?, 0xc0005e2000?, 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(0xc000426200, {0xc0005e2000, 0x240, 0x240}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc000426200, {0xc0005e2000?, 0x4c9cc5?, 0xc000426200?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc0005f4010, {0xc0005e2000?, 0x71ba3db3a558?, 0x71ba86986108?}) /usr/local/go/src/net/net.go:194 +0x45 crypto/tls.(*atLeastReader).Read(0xc000581740, {0xc0005e2000?, 0x99?, 0xf?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc00067e2b8, {0x2ae3320, 0xc000581740}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc00067e008, {0x2ae2de0, 0xc0005f4010}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc00067e008, 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(0xc00067e008, {0xc000388000, 0x1000, 0xc001263af8?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*connReader).Read(0xc00059b170, {0xc000388000, 0x1000, 0x1000}) /usr/local/go/src/net/http/server.go:798 +0x159 bufio.(*Reader).fill(0xc0005e4000) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc0005e4000, 0x4) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*conn).serve(0xc0009fe1b0, {0x2b09d08, 0xc0004b7ad0}) /usr/local/go/src/net/http/server.go:2137 +0x785 created by net/http.(*Server).Serve in goroutine 8958 /usr/local/go/src/net/http/server.go:3454 +0x485 goroutine 546 [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 536 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1419 [chan receive (nil chan), 54 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1361 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1349 [chan receive (nil chan), 54 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1323 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 855 [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 829 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 2931 [chan receive, 45 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 2821 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3413 [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 2821 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1506 [chan receive (nil chan), 54 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1496 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3522 [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 2821 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3338 [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 2821 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3266 [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 2821 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1076 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1066 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 2822 [chan receive, 45 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 2821 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1243 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1233 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1193 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1183 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1491 [chan receive (nil chan), 54 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1449 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 8444 [chan receive, 3 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 8443 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8907 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0x71ba3f4cc390, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc000426d80?, 0xc000520000?, 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(0xc000426d80, {0xc000520000, 0x1000, 0x1000}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc000426d80, {0xc000520000?, 0x2af5010?, 0xc0005feaa0?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc0005f4390, {0xc000520000?, 0x4091b4?, 0x0?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000824ea0, {0xc000520000?, 0x408faf?, 0xc000588780?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 net/http.(*persistConn).Read(0xc0008b9560, {0xc000520000?, 0x7f4085?, 0x2ae14c0?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc00119d140) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc00119d140, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc0008b9560) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 8905 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 1297 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1287 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 8660 [select]: net/http.(*persistConn).writeLoop(0xc000a14240) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 8639 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 8966 [select]: net/http.(*persistConn).roundTrip(0xc000a14240, 0xc000435720) /usr/local/go/src/net/http/transport.go:2826 +0x785 net/http.(*Transport).roundTrip(0xc0002fe000, 0xc000a2ef00) /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(0xc00042a0e0, 0xc000a2ef00) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc000a2ef00, {0x2ae2ac0, 0xc00042a0e0}, {0x419601?, 0x843c7c?, 0x0?}) /usr/local/go/src/net/http/client.go:259 +0x5e2 net/http.(*Client).send(0xc0005b61e0, 0xc000a2ef00, {0x412c3e?, 0x482592?, 0x0?}) /usr/local/go/src/net/http/client.go:180 +0x91 net/http.(*Client).do(0xc0005b61e0, 0xc000a2ef00) /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 8857 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:420 +0xb8 goroutine 8908 [select, 2 minutes]: net/http.(*persistConn).writeLoop(0xc0008b9560) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 8905 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 8946 [IO wait]: internal/poll.runtime_pollWait(0x71ba3f4cc048, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc00017c000?, 0xc000a21000?, 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(0xc00017c000, {0xc000a21000, 0x1000, 0x1000}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc00017c000, {0xc000a21000?, 0xc00073dad0?, 0x4c6b85?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc00028c000, {0xc000a21000?, 0x0?, 0x0?}) /usr/local/go/src/net/net.go:194 +0x45 net/http.(*connReader).Read(0xc0005880c0, {0xc000a21000, 0x1000, 0x1000}) /usr/local/go/src/net/http/server.go:798 +0x159 bufio.(*Reader).fill(0xc001938000) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc001938000, 0x4) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*conn).serve(0xc000322000, {0x2b09d08, 0xc0005bab70}) /usr/local/go/src/net/http/server.go:2137 +0x785 created by net/http.(*Server).Serve in goroutine 8872 /usr/local/go/src/net/http/server.go:3454 +0x485 goroutine 8872 [IO wait]: internal/poll.runtime_pollWait(0x71ba3f4cc5c0, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc00017d380?, 0x900000036?, 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).Accept(0xc00017d380) /usr/local/go/src/internal/poll/fd_unix.go:620 +0x295 net.(*netFD).accept(0xc00017d380) /usr/local/go/src/net/fd_unix.go:172 +0x29 net.(*TCPListener).accept(0xc0006fbac0) /usr/local/go/src/net/tcpsock_posix.go:159 +0x1b net.(*TCPListener).Accept(0xc0006fbac0) /usr/local/go/src/net/tcpsock.go:380 +0x30 net/http.(*Server).Serve(0xc000860400, {0x2b03d88, 0xc0006fbac0}) /usr/local/go/src/net/http/server.go:3424 +0x30c net/http/httptest.(*Server).goServe.func1() /usr/local/go/src/net/http/httptest/server.go:311 +0x55 created by net/http/httptest.(*Server).goServe in goroutine 8857 /usr/local/go/src/net/http/httptest/server.go:309 +0x65 goroutine 8958 [IO wait]: internal/poll.runtime_pollWait(0x71ba3f4cbe18, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc00017ce80?, 0x71ba3c09a0e8?, 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).Accept(0xc00017ce80) /usr/local/go/src/internal/poll/fd_unix.go:620 +0x295 net.(*netFD).accept(0xc00017ce80) /usr/local/go/src/net/fd_unix.go:172 +0x29 net.(*TCPListener).accept(0xc0009601c0) /usr/local/go/src/net/tcpsock_posix.go:159 +0x1b net.(*TCPListener).Accept(0xc0009601c0) /usr/local/go/src/net/tcpsock.go:380 +0x30 crypto/tls.(*listener).Accept(0xc0005813b0) /usr/local/go/src/crypto/tls/tls.go:67 +0x24 net/http.(*Server).Serve(0xc000860300, {0x2b03428, 0xc0005813b0}) /usr/local/go/src/net/http/server.go:3424 +0x30c net/http/httptest.(*Server).goServe.func1() /usr/local/go/src/net/http/httptest/server.go:311 +0x55 created by net/http/httptest.(*Server).goServe in goroutine 8857 /usr/local/go/src/net/http/httptest/server.go:309 +0x65 goroutine 8964 [select]: github.com/rclone/rclone/fs/accounting.(*Account).averageLoop(0xc000736900) /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 8857 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:119 +0x436 goroutine 8919 [select]: net/http.(*persistConn).readLoop(0xc001845e60) /usr/local/go/src/net/http/transport.go:2395 +0xc5f created by net/http.(*Transport).dialConn in goroutine 8959 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 8895 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0x71ba3f4cc7f0, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc0002c4100?, 0xc000492000?, 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(0xc0002c4100, {0xc000492000, 0x1000, 0x1000}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc0002c4100, {0xc000492000?, 0xc000a01ad0?, 0x4c6b85?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc000342070, {0xc000492000?, 0x0?, 0x0?}) /usr/local/go/src/net/net.go:194 +0x45 net/http.(*connReader).Read(0xc000605350, {0xc000492000, 0x1000, 0x1000}) /usr/local/go/src/net/http/server.go:798 +0x159 bufio.(*Reader).fill(0xc0008d4840) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc0008d4840, 0x4) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*conn).serve(0xc000386990, {0x2b09d08, 0xc0005bab70}) /usr/local/go/src/net/http/server.go:2137 +0x785 created by net/http.(*Server).Serve in goroutine 8872 /usr/local/go/src/net/http/server.go:3454 +0x485 "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m0.680497654s (try 2/5): exit status 2: Failed []