"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 5/5) 2025/07/05 05:11:02 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-binucor0rajo" 2025/07/05 05:11:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/05 05:11:02 DEBUG : Swift container rclone-test-binucor0rajo.json: Auto set use_segments_container to true 2025/07/05 05:11:03 DEBUG : Swift container rclone-test-binucor0rajo: Auto set use_segments_container to true 2025/07/05 05:11:03 DEBUG : Creating backend with remote "/tmp/rclone2561040906" === 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-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.20s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", 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/05 05:11:03 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/05 05:11:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/05 05:11:03 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/07/05 05:11:03 DEBUG : potato: Seek from 10 to 0 2025/07/05 05:11:03 DEBUG : potato: Seek from 10 to 0 2025/07/05 05:11:03 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/07/05 05:11:03 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/05 05:11:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/05 05:11:03 DEBUG : potato: Seek from 5 to 2 2025/07/05 05:11:03 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/07/05 05:11:03 DEBUG : potato: Seek from 7 to 0 2025/07/05 05:11:03 DEBUG : potato: Seek from 7 to 0 2025/07/05 05:11:03 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/07/05 05:11:03 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/05 05:11:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/05 05:11:03 DEBUG : potato: Seek from 5 to 2 2025/07/05 05:11:03 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/07/05 05:11:03 DEBUG : potato: Seek from 8 to 0 2025/07/05 05:11:03 DEBUG : potato: Seek from 8 to 0 2025/07/05 05:11:03 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/07/05 05:11:03 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/05 05:11:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/05 05:11:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/05 05:11:03 DEBUG : potato: Seek from 5 to 2 2025/07/05 05:11:03 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/07/05 05:11:03 DEBUG : potato: Seek from 9 to 0 2025/07/05 05:11:03 DEBUG : potato: Seek from 9 to 0 2025/07/05 05:11:03 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-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" 2025/07/05 05:11:03 INFO : Swift container rclone-test-binucor0rajo: Container "rclone-test-binucor0rajo" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (166.33s) --- PASS: TestCheck/1 (0.44s) --- PASS: TestCheck/2 (0.24s) --- PASS: TestCheck/3 (0.15s) --- PASS: TestCheck/4 (0.32s) --- PASS: TestCheck/5 (0.14s) --- PASS: TestCheck/6 (10.18s) --- PASS: TestCheck/7 (5.28s) === RUN TestCheckFsError 2025/07/05 05:13:49 DEBUG : Creating backend with remote "nonexistent" 2025/07/05 05:13:49 DEBUG : Creating backend with remote "nonexistent" 2025/07/05 05:13:49 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/07/05 05:13:49 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/07/05 05:13:49 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/07/05 05:13:49 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", 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 (191.67s) --- PASS: TestCheckDownload/1 (0.22s) --- PASS: TestCheckDownload/2 (10.19s) --- PASS: TestCheckDownload/3 (0.28s) --- PASS: TestCheckDownload/4 (10.28s) --- PASS: TestCheckDownload/5 (5.19s) --- PASS: TestCheckDownload/6 (10.20s) --- PASS: TestCheckDownload/7 (6.21s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", 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 (159.47s) --- PASS: TestCheckSizeOnly/1 (0.05s) --- PASS: TestCheckSizeOnly/2 (0.09s) --- PASS: TestCheckSizeOnly/3 (0.44s) --- PASS: TestCheckSizeOnly/4 (0.05s) --- PASS: TestCheckSizeOnly/5 (0.10s) --- 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-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" 2025/07/05 05:19:57 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/05 05:19:57 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/05 05:19:57 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/05 05:19:57 NOTICE: test.sum: 2 warning(s) suppressed... 2025/07/05 05:20:07 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/05 05:20:07 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/05 05:20:07 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/05 05:20:07 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (37.50s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" 2025/07/05 05:20:18 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-binucor0rajo/data" 2025/07/05 05:20:18 DEBUG : Swift container rclone-test-binucor0rajo path data.json: Auto set use_segments_container to true 2025/07/05 05:20:29 DEBUG : Swift container rclone-test-binucor0rajo 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 (221.33s) --- PASS: TestCheckSum/subtest1 (0.33s) --- PASS: TestCheckSum/subtest2 (5.48s) --- PASS: TestCheckSum/subtest3 (10.44s) --- PASS: TestCheckSum/subtest4 (10.48s) --- PASS: TestCheckSum/subtest5 (0.46s) --- PASS: TestCheckSum/subtest6 (10.45s) --- PASS: TestCheckSum/subtest7 (0.66s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" 2025/07/05 05:23:59 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-binucor0rajo/data" 2025/07/05 05:24:00 DEBUG : Swift container rclone-test-binucor0rajo path data.json: Auto set use_segments_container to true 2025/07/05 05:24:10 DEBUG : Swift container rclone-test-binucor0rajo 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 (209.33s) --- PASS: TestCheckSumDownload/subtest1 (0.49s) --- PASS: TestCheckSumDownload/subtest2 (10.60s) --- PASS: TestCheckSumDownload/subtest3 (5.45s) --- PASS: TestCheckSumDownload/subtest4 (10.38s) --- PASS: TestCheckSumDownload/subtest5 (5.40s) --- PASS: TestCheckSumDownload/subtest6 (5.42s) --- PASS: TestCheckSumDownload/subtest7 (5.40s) === RUN TestApplyTransforms 2025/07/05 05:27:29 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-pehayew0hane" 2025/07/05 05:27:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/05 05:27:29 DEBUG : Swift container rclone-test-pehayew0hane.json: Auto set use_segments_container to true 2025/07/05 05:27:29 DEBUG : Swift container rclone-test-pehayew0hane: Auto set use_segments_container to true 2025/07/05 05:27:29 DEBUG : Creating backend with remote "/tmp/rclone3456032290" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pehayew0hane", Local "Local file system at /tmp/rclone3456032290", Modify Window "1ns" 2025/07/05 05:27:30 INFO : Swift container rclone-test-pehayew0hane: Container "rclone-test-pehayew0hane" created upper checkfile vs. lower remote (without normalization) 2025/07/05 05:27:41 ERROR : hello, world!: sum not found 2025/07/05 05:27:41 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-pehayew0hane 2025/07/05 05:27:41 NOTICE: Compressed: TestCompressSwift:rclone-test-pehayew0hane: 1 files missing 2025/07/05 05:27:41 NOTICE: 1 hashes missing 2025/07/05 05:27:41 NOTICE: Compressed: TestCompressSwift:rclone-test-pehayew0hane: 2 differences found 2025/07/05 05:27:41 NOTICE: Compressed: TestCompressSwift:rclone-test-pehayew0hane: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/07/05 05:27:41 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/05 05:27:41 NOTICE: Compressed: TestCompressSwift:rclone-test-pehayew0hane: 0 differences found 2025/07/05 05:27:41 NOTICE: Compressed: TestCompressSwift:rclone-test-pehayew0hane: 1 matching files 2025/07/05 05:27:41 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-zogemut7keku" 2025/07/05 05:27:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/05 05:27:41 DEBUG : Swift container rclone-test-zogemut7keku.json: Auto set use_segments_container to true 2025/07/05 05:27:42 DEBUG : Swift container rclone-test-zogemut7keku: Auto set use_segments_container to true 2025/07/05 05:27:42 DEBUG : Creating backend with remote "/tmp/rclone558920292" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-zogemut7keku", Local "Local file system at /tmp/rclone558920292", Modify Window "1ns" 2025/07/05 05:27:42 INFO : Swift container rclone-test-zogemut7keku: Container "rclone-test-zogemut7keku" created lower checkfile vs. upper remote (without normalization) 2025/07/05 05:27:53 ERROR : HELLO, WORLD!: sum not found 2025/07/05 05:27:53 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-zogemut7keku 2025/07/05 05:27:53 NOTICE: Compressed: TestCompressSwift:rclone-test-zogemut7keku: 1 files missing 2025/07/05 05:27:53 NOTICE: 1 hashes missing 2025/07/05 05:27:53 NOTICE: Compressed: TestCompressSwift:rclone-test-zogemut7keku: 2 differences found 2025/07/05 05:27:53 NOTICE: Compressed: TestCompressSwift:rclone-test-zogemut7keku: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/07/05 05:27:54 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/05 05:27:54 NOTICE: Compressed: TestCompressSwift:rclone-test-zogemut7keku: 0 differences found 2025/07/05 05:27:54 NOTICE: Compressed: TestCompressSwift:rclone-test-zogemut7keku: 1 matching files 2025/07/05 05:27:54 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-qiyihin1teka" 2025/07/05 05:27:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/05 05:27:54 DEBUG : Swift container rclone-test-qiyihin1teka.json: Auto set use_segments_container to true 2025/07/05 05:27:54 DEBUG : Swift container rclone-test-qiyihin1teka: Auto set use_segments_container to true 2025/07/05 05:27:54 DEBUG : Creating backend with remote "/tmp/rclone1144617505" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-qiyihin1teka", Local "Local file system at /tmp/rclone1144617505", Modify Window "1ns" 2025/07/05 05:27:55 INFO : Swift container rclone-test-qiyihin1teka: Container "rclone-test-qiyihin1teka" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/07/05 05:28:06 ERROR : HeLlO, wOrLd!: sum not found 2025/07/05 05:28:06 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-qiyihin1teka 2025/07/05 05:28:06 NOTICE: Compressed: TestCompressSwift:rclone-test-qiyihin1teka: 1 files missing 2025/07/05 05:28:06 NOTICE: 1 hashes missing 2025/07/05 05:28:06 NOTICE: Compressed: TestCompressSwift:rclone-test-qiyihin1teka: 2 differences found 2025/07/05 05:28:06 NOTICE: Compressed: TestCompressSwift:rclone-test-qiyihin1teka: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/07/05 05:28:11 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/05 05:28:11 NOTICE: Compressed: TestCompressSwift:rclone-test-qiyihin1teka: 0 differences found 2025/07/05 05:28:11 NOTICE: Compressed: TestCompressSwift:rclone-test-qiyihin1teka: 1 matching files 2025/07/05 05:28:11 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gazajoy5xato" 2025/07/05 05:28:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/05 05:28:12 DEBUG : Swift container rclone-test-gazajoy5xato.json: Auto set use_segments_container to true 2025/07/05 05:28:12 DEBUG : Swift container rclone-test-gazajoy5xato: Auto set use_segments_container to true 2025/07/05 05:28:12 DEBUG : Creating backend with remote "/tmp/rclone99139567" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gazajoy5xato", Local "Local file system at /tmp/rclone99139567", Modify Window "1ns" 2025/07/05 05:28:12 INFO : Swift container rclone-test-gazajoy5xato: Container "rclone-test-gazajoy5xato" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/07/05 05:28:24 ERROR : HELLO, WORLD!: sum not found 2025/07/05 05:28:24 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-gazajoy5xato 2025/07/05 05:28:24 NOTICE: Compressed: TestCompressSwift:rclone-test-gazajoy5xato: 1 files missing 2025/07/05 05:28:24 NOTICE: 1 hashes missing 2025/07/05 05:28:24 NOTICE: Compressed: TestCompressSwift:rclone-test-gazajoy5xato: 2 differences found 2025/07/05 05:28:24 NOTICE: Compressed: TestCompressSwift:rclone-test-gazajoy5xato: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/07/05 05:28:24 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/05 05:28:24 NOTICE: Compressed: TestCompressSwift:rclone-test-gazajoy5xato: 0 differences found 2025/07/05 05:28:24 NOTICE: Compressed: TestCompressSwift:rclone-test-gazajoy5xato: 1 matching files 2025/07/05 05:28:24 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kewefuf2gufe" 2025/07/05 05:28:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/05 05:28:25 DEBUG : Swift container rclone-test-kewefuf2gufe.json: Auto set use_segments_container to true 2025/07/05 05:28:25 DEBUG : Swift container rclone-test-kewefuf2gufe: Auto set use_segments_container to true 2025/07/05 05:28:25 DEBUG : Creating backend with remote "/tmp/rclone2585293620" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kewefuf2gufe", Local "Local file system at /tmp/rclone2585293620", Modify Window "1ns" 2025/07/05 05:28:26 INFO : Swift container rclone-test-kewefuf2gufe: Container "rclone-test-kewefuf2gufe" created NFD checkfile vs. NFC remote (without normalization) 2025/07/05 05:28:42 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/05 05:28:42 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-kewefuf2gufe 2025/07/05 05:28:42 NOTICE: Compressed: TestCompressSwift:rclone-test-kewefuf2gufe: 1 files missing 2025/07/05 05:28:42 NOTICE: 1 hashes missing 2025/07/05 05:28:42 NOTICE: Compressed: TestCompressSwift:rclone-test-kewefuf2gufe: 2 differences found 2025/07/05 05:28:42 NOTICE: Compressed: TestCompressSwift:rclone-test-kewefuf2gufe: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/07/05 05:28:47 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/05 05:28:47 NOTICE: Compressed: TestCompressSwift:rclone-test-kewefuf2gufe: 0 differences found 2025/07/05 05:28:47 NOTICE: Compressed: TestCompressSwift:rclone-test-kewefuf2gufe: 1 matching files 2025/07/05 05:28:47 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hubipuh3dibu" 2025/07/05 05:28:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/05 05:28:47 DEBUG : Swift container rclone-test-hubipuh3dibu.json: Auto set use_segments_container to true 2025/07/05 05:28:48 DEBUG : Swift container rclone-test-hubipuh3dibu: Auto set use_segments_container to true 2025/07/05 05:28:48 DEBUG : Creating backend with remote "/tmp/rclone1656533252" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hubipuh3dibu", Local "Local file system at /tmp/rclone1656533252", Modify Window "1ns" 2025/07/05 05:28:49 INFO : Swift container rclone-test-hubipuh3dibu: Container "rclone-test-hubipuh3dibu" created NFC checkfile vs. NFD remote (without normalization) 2025/07/05 05:29:00 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/05 05:29:00 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-hubipuh3dibu 2025/07/05 05:29:00 NOTICE: Compressed: TestCompressSwift:rclone-test-hubipuh3dibu: 1 files missing 2025/07/05 05:29:00 NOTICE: 1 hashes missing 2025/07/05 05:29:00 NOTICE: Compressed: TestCompressSwift:rclone-test-hubipuh3dibu: 2 differences found 2025/07/05 05:29:00 NOTICE: Compressed: TestCompressSwift:rclone-test-hubipuh3dibu: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/07/05 05:29:00 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/05 05:29:00 NOTICE: Compressed: TestCompressSwift:rclone-test-hubipuh3dibu: 0 differences found 2025/07/05 05:29:00 NOTICE: Compressed: TestCompressSwift:rclone-test-hubipuh3dibu: 1 matching files 2025/07/05 05:29:00 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-loxosox8boke" 2025/07/05 05:29:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/05 05:29:00 DEBUG : Swift container rclone-test-loxosox8boke.json: Auto set use_segments_container to true 2025/07/05 05:29:01 DEBUG : Swift container rclone-test-loxosox8boke: Auto set use_segments_container to true 2025/07/05 05:29:01 DEBUG : Creating backend with remote "/tmp/rclone405098823" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-loxosox8boke", Local "Local file system at /tmp/rclone405098823", Modify Window "1ns" 2025/07/05 05:29:01 INFO : Swift container rclone-test-loxosox8boke: Container "rclone-test-loxosox8boke" created NFDx2 checkfile vs. both remote (without normalization) 2025/07/05 05:29:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/05 05:29:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-loxosox8boke 2025/07/05 05:29:08 NOTICE: Compressed: TestCompressSwift:rclone-test-loxosox8boke: 1 files missing 2025/07/05 05:29:08 NOTICE: 1 hashes missing 2025/07/05 05:29:08 NOTICE: Compressed: TestCompressSwift:rclone-test-loxosox8boke: 2 differences found 2025/07/05 05:29:08 NOTICE: Compressed: TestCompressSwift:rclone-test-loxosox8boke: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/07/05 05:29:08 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/05 05:29:08 NOTICE: Compressed: TestCompressSwift:rclone-test-loxosox8boke: 0 differences found 2025/07/05 05:29:08 NOTICE: Compressed: TestCompressSwift:rclone-test-loxosox8boke: 1 matching files 2025/07/05 05:29:08 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-qamozom7guka" 2025/07/05 05:29:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/05 05:29:09 DEBUG : Swift container rclone-test-qamozom7guka.json: Auto set use_segments_container to true 2025/07/05 05:29:09 DEBUG : Swift container rclone-test-qamozom7guka: Auto set use_segments_container to true 2025/07/05 05:29:09 DEBUG : Creating backend with remote "/tmp/rclone2717644951" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-qamozom7guka", Local "Local file system at /tmp/rclone2717644951", Modify Window "1ns" 2025/07/05 05:29:09 INFO : Swift container rclone-test-qamozom7guka: Container "rclone-test-qamozom7guka" created NFCx2 checkfile vs. both remote (without normalization) 2025/07/05 05:29:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/05 05:29:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-qamozom7guka 2025/07/05 05:29:21 NOTICE: Compressed: TestCompressSwift:rclone-test-qamozom7guka: 1 files missing 2025/07/05 05:29:21 NOTICE: 1 hashes missing 2025/07/05 05:29:21 NOTICE: Compressed: TestCompressSwift:rclone-test-qamozom7guka: 2 differences found 2025/07/05 05:29:21 NOTICE: Compressed: TestCompressSwift:rclone-test-qamozom7guka: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/07/05 05:29:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/05 05:29:21 NOTICE: Compressed: TestCompressSwift:rclone-test-qamozom7guka: 0 differences found 2025/07/05 05:29:21 NOTICE: Compressed: TestCompressSwift:rclone-test-qamozom7guka: 1 matching files 2025/07/05 05:29:21 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-piyukor3xemu" 2025/07/05 05:29:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/05 05:29:21 DEBUG : Swift container rclone-test-piyukor3xemu.json: Auto set use_segments_container to true 2025/07/05 05:29:22 DEBUG : Swift container rclone-test-piyukor3xemu: Auto set use_segments_container to true 2025/07/05 05:29:22 DEBUG : Creating backend with remote "/tmp/rclone2925435583" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-piyukor3xemu", Local "Local file system at /tmp/rclone2925435583", Modify Window "1ns" 2025/07/05 05:29:22 INFO : Swift container rclone-test-piyukor3xemu: Container "rclone-test-piyukor3xemu" created both checkfile vs. NFDx2 remote (without normalization) 2025/07/05 05:29:48 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/05 05:29:48 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-piyukor3xemu 2025/07/05 05:29:48 NOTICE: Compressed: TestCompressSwift:rclone-test-piyukor3xemu: 1 files missing 2025/07/05 05:29:48 NOTICE: 1 hashes missing 2025/07/05 05:29:48 NOTICE: Compressed: TestCompressSwift:rclone-test-piyukor3xemu: 2 differences found 2025/07/05 05:29:48 NOTICE: Compressed: TestCompressSwift:rclone-test-piyukor3xemu: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/07/05 05:29:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/05 05:29:49 NOTICE: Compressed: TestCompressSwift:rclone-test-piyukor3xemu: 0 differences found 2025/07/05 05:29:49 NOTICE: Compressed: TestCompressSwift:rclone-test-piyukor3xemu: 1 matching files 2025/07/05 05:29:49 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-bayivek4nolo" 2025/07/05 05:29:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/05 05:29:49 DEBUG : Swift container rclone-test-bayivek4nolo.json: Auto set use_segments_container to true 2025/07/05 05:29:49 DEBUG : Swift container rclone-test-bayivek4nolo: Auto set use_segments_container to true 2025/07/05 05:29:49 DEBUG : Creating backend with remote "/tmp/rclone1642908085" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-bayivek4nolo", Local "Local file system at /tmp/rclone1642908085", Modify Window "1ns" 2025/07/05 05:29:50 INFO : Swift container rclone-test-bayivek4nolo: Container "rclone-test-bayivek4nolo" created both checkfile vs. NFCx2 remote (without normalization) 2025/07/05 05:29:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/05 05:29:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-bayivek4nolo 2025/07/05 05:29:56 NOTICE: Compressed: TestCompressSwift:rclone-test-bayivek4nolo: 1 files missing 2025/07/05 05:29:56 NOTICE: 1 hashes missing 2025/07/05 05:29:56 NOTICE: Compressed: TestCompressSwift:rclone-test-bayivek4nolo: 2 differences found 2025/07/05 05:29:56 NOTICE: Compressed: TestCompressSwift:rclone-test-bayivek4nolo: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/07/05 05:29:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/05 05:29:56 NOTICE: Compressed: TestCompressSwift:rclone-test-bayivek4nolo: 0 differences found 2025/07/05 05:29:56 NOTICE: Compressed: TestCompressSwift:rclone-test-bayivek4nolo: 1 matching files 2025/07/05 05:29:56 DEBUG : Compressed: TestCompressSwift:rclone-test-bayivek4nolo: Purge remote 2025/07/05 05:29:56 DEBUG : Waiting for deletions to finish 2025/07/05 05:29:57 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/07/05 05:29:57 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/07/05 05:29:57 INFO : Swift container rclone-test-bayivek4nolo: Container "rclone-test-bayivek4nolo" removed 2025/07/05 05:29:57 DEBUG : Compressed: TestCompressSwift:rclone-test-piyukor3xemu: Purge remote 2025/07/05 05:29:57 DEBUG : Waiting for deletions to finish 2025/07/05 05:29:57 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/07/05 05:30:17 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/07/05 05:30:18 INFO : Swift container rclone-test-piyukor3xemu: Container "rclone-test-piyukor3xemu" removed 2025/07/05 05:30:18 DEBUG : Compressed: TestCompressSwift:rclone-test-qamozom7guka: Purge remote 2025/07/05 05:30:18 DEBUG : Waiting for deletions to finish 2025/07/05 05:30:18 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/07/05 05:30:28 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/07/05 05:30:28 INFO : Swift container rclone-test-qamozom7guka: Container "rclone-test-qamozom7guka" removed 2025/07/05 05:30:28 DEBUG : Compressed: TestCompressSwift:rclone-test-loxosox8boke: Purge remote 2025/07/05 05:30:28 DEBUG : Waiting for deletions to finish 2025/07/05 05:30:29 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/07/05 05:30:29 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/07/05 05:30:29 INFO : Swift container rclone-test-loxosox8boke: Container "rclone-test-loxosox8boke" removed 2025/07/05 05:30:29 DEBUG : Compressed: TestCompressSwift:rclone-test-hubipuh3dibu: Purge remote 2025/07/05 05:30:29 DEBUG : Waiting for deletions to finish 2025/07/05 05:30:29 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/07/05 05:30:34 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/07/05 05:30:34 INFO : Swift container rclone-test-hubipuh3dibu: Container "rclone-test-hubipuh3dibu" removed 2025/07/05 05:30:34 DEBUG : Compressed: TestCompressSwift:rclone-test-kewefuf2gufe: Purge remote 2025/07/05 05:30:34 DEBUG : Waiting for deletions to finish 2025/07/05 05:30:40 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/07/05 05:30:40 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/07/05 05:30:40 INFO : Swift container rclone-test-kewefuf2gufe: Container "rclone-test-kewefuf2gufe" removed 2025/07/05 05:30:40 DEBUG : Compressed: TestCompressSwift:rclone-test-gazajoy5xato: Purge remote 2025/07/05 05:30:40 DEBUG : Waiting for deletions to finish 2025/07/05 05:30:40 INFO : HELLO, WORLD!.bin: Deleted 2025/07/05 05:31:01 INFO : HELLO, WORLD!.json: Deleted 2025/07/05 05:31:01 INFO : Swift container rclone-test-gazajoy5xato: Container "rclone-test-gazajoy5xato" removed 2025/07/05 05:31:01 DEBUG : Compressed: TestCompressSwift:rclone-test-qiyihin1teka: Purge remote 2025/07/05 05:31:01 DEBUG : Waiting for deletions to finish 2025/07/05 05:31:02 INFO : HeLlO, wOrLd!.bin: Deleted 2025/07/05 05:31:07 INFO : HeLlO, wOrLd!.json: Deleted 2025/07/05 05:31:07 INFO : Swift container rclone-test-qiyihin1teka: Container "rclone-test-qiyihin1teka" removed 2025/07/05 05:31:07 DEBUG : Compressed: TestCompressSwift:rclone-test-zogemut7keku: Purge remote 2025/07/05 05:31:07 DEBUG : Waiting for deletions to finish 2025/07/05 05:31:07 INFO : HELLO, WORLD!.json: Deleted 2025/07/05 05:31:12 INFO : HELLO, WORLD!.bin: Deleted 2025/07/05 05:31:12 INFO : Swift container rclone-test-zogemut7keku: Container "rclone-test-zogemut7keku" removed 2025/07/05 05:31:12 DEBUG : Compressed: TestCompressSwift:rclone-test-pehayew0hane: Purge remote 2025/07/05 05:31:12 DEBUG : Waiting for deletions to finish 2025/07/05 05:31:13 INFO : hello, world!.bin: Deleted 2025/07/05 05:31:18 INFO : hello, world!.json: Deleted 2025/07/05 05:31:18 INFO : Swift container rclone-test-pehayew0hane: Container "rclone-test-pehayew0hane" removed --- PASS: TestApplyTransforms (229.23s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" 2025/07/05 05:31:23 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/05 05:31:34 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/07/05 05:31:34 INFO : file1: Copied (new) to: sub/file2 2025/07/05 05:31:34 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 05:31:34 DEBUG : file1: Unchanged skipping 2025/07/05 05:31:40 DEBUG : Compressed: TestCompressSwift:rclone-test-binucor0rajo: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (27.56s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.20s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" 2025/07/05 05:31:55 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-binucor0rajo/backup" 2025/07/05 05:31:55 DEBUG : Swift container rclone-test-binucor0rajo path backup.json: Auto set use_segments_container to true 2025/07/05 05:32:01 DEBUG : Swift container rclone-test-binucor0rajo path backup: Auto set use_segments_container to true 2025/07/05 05:32:06 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/05 05:32:33 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/07/05 05:32:33 INFO : dst/file1: Copied (server-side copy) 2025/07/05 05:32:33 INFO : dst/file1: Deleted 2025/07/05 05:32:38 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/07/05 05:32:38 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (59.29s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" 2025/07/05 05:32:45 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-binucor0rajo/dst" 2025/07/05 05:32:45 DEBUG : Swift container rclone-test-binucor0rajo path dst.json: Auto set use_segments_container to true 2025/07/05 05:32:51 DEBUG : Swift container rclone-test-binucor0rajo path dst: Auto set use_segments_container to true 2025/07/05 05:33:01 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-binucor0rajo/CompareDest" 2025/07/05 05:33:02 DEBUG : Swift container rclone-test-binucor0rajo path CompareDest.json: Auto set use_segments_container to true 2025/07/05 05:33:07 DEBUG : Swift container rclone-test-binucor0rajo path CompareDest: Auto set use_segments_container to true 2025/07/05 05:33:13 DEBUG : one: Need to transfer - File not found at Destination 2025/07/05 05:33:29 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/07/05 05:33:29 INFO : one: Copied (new) 2025/07/05 05:33:40 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/05 05:33:50 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/07/05 05:33:50 INFO : one: Copied (replaced existing) 2025/07/05 05:34:13 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/05 05:34:13 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 05:34:13 DEBUG : one: Destination found in --compare-dest, skipping 2025/07/05 05:34:41 DEBUG : two: Need to transfer - File not found at Destination 2025/07/05 05:34:41 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 05:34:41 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/05 05:34:52 DEBUG : two: Need to transfer - File not found at Destination 2025/07/05 05:34:52 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 05:34:52 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/05 05:34:58 DEBUG : two: Need to transfer - File not found at Destination 2025/07/05 05:35:03 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/07/05 05:35:14 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/07/05 05:35:14 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (177.29s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" 2025/07/05 05:35:42 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-binucor0rajo/dst" 2025/07/05 05:35:43 DEBUG : Swift container rclone-test-binucor0rajo path dst.json: Auto set use_segments_container to true 2025/07/05 05:35:48 DEBUG : Swift container rclone-test-binucor0rajo path dst: Auto set use_segments_container to true 2025/07/05 05:35:58 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-binucor0rajo/CopyDest" 2025/07/05 05:35:59 DEBUG : Swift container rclone-test-binucor0rajo path CopyDest.json: Auto set use_segments_container to true 2025/07/05 05:36:09 DEBUG : Swift container rclone-test-binucor0rajo path CopyDest: Auto set use_segments_container to true 2025/07/05 05:36:15 DEBUG : one: Need to transfer - File not found at Destination 2025/07/05 05:36:31 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/07/05 05:36:31 INFO : one: Copied (new) 2025/07/05 05:36:36 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/05 05:36:47 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/07/05 05:36:47 INFO : one: Copied (replaced existing) 2025/07/05 05:37:20 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-binucor0rajo/BackupDir" 2025/07/05 05:37:20 DEBUG : Swift container rclone-test-binucor0rajo path BackupDir.json: Auto set use_segments_container to true 2025/07/05 05:37:26 DEBUG : Swift container rclone-test-binucor0rajo path BackupDir: Auto set use_segments_container to true 2025/07/05 05:37:31 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/05 05:37:31 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 05:37:31 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/05 05:37:53 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/07/05 05:37:53 INFO : one: Copied (server-side copy) 2025/07/05 05:37:58 INFO : one: Deleted 2025/07/05 05:38:19 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/07/05 05:38:19 INFO : one: Copied (server-side copy) 2025/07/05 05:38:19 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/07/05 05:38:56 DEBUG : two: Need to transfer - File not found at Destination 2025/07/05 05:38:56 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 05:39:17 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/07/05 05:39:17 INFO : two: Copied (server-side copy) 2025/07/05 05:39:17 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/07/05 05:39:28 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 05:39:28 DEBUG : two: Unchanged skipping 2025/07/05 05:40:17 DEBUG : three: Need to transfer - File not found at Destination 2025/07/05 05:40:27 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/07/05 05:40:27 DEBUG : three: Destination not found in --copy-dest 2025/07/05 05:40:44 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/07/05 05:40:44 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (366.19s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", 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-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.18s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" 2025/07/05 05:41:54 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/07/05 05:42:05 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/07/05 05:42:05 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/07/05 05:42:15 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/07/05 05:42:21 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/07/05 05:42:21 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy5.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-binucor0rajo/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/07/05 05:42:34 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/07/05 05:42:45 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/07/05 05:43:00 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 261e89c6a4f6f8f40c6e25bebbede155 OK 2025/07/05 05:43:00 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (108.00s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.54s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.10s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", 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-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.09s) === RUN TestDeduplicateNewest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", 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-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" 2025/07/05 05:44:22 INFO : Compressed: TestCompressSwift:rclone-test-binucor0rajo: Looking for duplicate md5 hashes using newest mode. 2025/07/05 05:44:33 NOTICE: 78f8feedc20a7324702ed9f51a95368c: Found 3 files with duplicate md5 hashes 2025/07/05 05:44:38 INFO : one: Deleted 2025/07/05 05:44:43 INFO : also/one: Deleted 2025/07/05 05:44:43 NOTICE: 78f8feedc20a7324702ed9f51a95368c: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (86.83s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.27s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.34s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.10s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.10s) === RUN TestMergeDirs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.30s) === RUN TestListDirSorted run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" 2025/07/05 05:47:03 DEBUG : a.txt: Excluded (Size Filter) 2025/07/05 05:47:03 DEBUG : a.txt: Excluded 2025/07/05 05:47:04 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/05 05:47:04 DEBUG : sub dir/hello world: Excluded 2025/07/05 05:47:04 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/05 05:47:04 DEBUG : sub dir/hello world2: Excluded 2025/07/05 05:47:04 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/05 05:47:04 DEBUG : sub dir/hello world: Excluded 2025/07/05 05:47:04 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/05 05:47:04 DEBUG : sub dir/hello world2: Excluded 2025/07/05 05:47:14 DEBUG : sub dir/ignore dir: Excluded 2025/07/05 05:47:19 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (216.19s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" 2025/07/05 05:50:56 DEBUG : a.txt: Excluded (Size Filter) 2025/07/05 05:50:56 DEBUG : a.txt: Excluded 2025/07/05 05:50:56 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/05 05:50:56 DEBUG : sub dir/hello world: Excluded 2025/07/05 05:50:56 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/05 05:50:56 DEBUG : sub dir/hello world2: Excluded 2025/07/05 05:50:56 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/05 05:50:56 DEBUG : sub dir/hello world: Excluded 2025/07/05 05:50:56 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/05 05:50:56 DEBUG : sub dir/hello world2: Excluded 2025/07/05 05:51:02 DEBUG : sub dir/ignore dir: Excluded 2025/07/05 05:51:07 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (217.68s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", 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 (69.82s) --- PASS: TestListJSON/Default (0.27s) --- PASS: TestListJSON/FilesOnly (5.19s) --- PASS: TestListJSON/DirsOnly (0.15s) --- PASS: TestListJSON/Recurse (0.34s) --- PASS: TestListJSON/SubDir (5.19s) --- PASS: TestListJSON/NoModTime (0.14s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (10.19s) --- PASS: TestListJSON/HashTypes (0.19s) --- PASS: TestListJSON/Metadata (5.19s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", 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/05 05:54:32 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-binucor0rajo/notfound" 2025/07/05 05:54:32 DEBUG : Config file has changed externally - reloading 2025/07/05 05:54:33 DEBUG : Swift container rclone-test-binucor0rajo path notfound.json: Auto set use_segments_container to true 2025/07/05 05:54:38 DEBUG : Swift container rclone-test-binucor0rajo path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (85.26s) --- PASS: TestStatJSON/Root (0.05s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.20s) --- PASS: TestStatJSON/Dir (5.34s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.05s) --- PASS: TestStatJSON/File (5.14s) --- PASS: TestStatJSON/NotFound (5.15s) --- PASS: TestStatJSON/DirFilesOnly (5.05s) --- PASS: TestStatJSON/FileFilesOnly (10.14s) --- PASS: TestStatJSON/NotFoundFilesOnly (5.06s) --- 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-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" 2025/07/05 05:54:55 INFO : Compressed: TestCompressSwift:rclone-test-binucor0rajo: Making directory 2025/07/05 05:54:55 INFO : Compressed: TestCompressSwift:rclone-test-binucor0rajo: Making directory --- PASS: TestMkdir (0.24s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" --- PASS: TestLsd (46.27s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" --- PASS: TestLs (43.45s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" 2025/07/05 05:56:56 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/07/05 05:56:56 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (47.77s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" --- PASS: TestLsLong (47.67s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (48.67s) --- PASS: TestHashSums/Md5 (0.24s) --- PASS: TestHashSums/Md5Download (5.20s) === RUN TestHashSumsWithErrors 2025/07/05 05:58:49 DEBUG : Creating backend with remote ":memory:" 2025/07/05 05:58:49 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/07/05 05:58:49 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/05 05:58:49 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/05 05:58:49 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/05 05:58:49 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/05 05:58:49 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/05 05:58:49 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/05 05:58:49 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/07/05 05:58:49 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-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" --- PASS: TestCount (48.88s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" 2025/07/05 06:00:11 DEBUG : Waiting for deletions to finish 2025/07/05 06:00:11 DEBUG : large: Excluded (Size Filter) 2025/07/05 06:00:12 INFO : medium: Deleted 2025/07/05 06:00:12 INFO : small: Deleted --- PASS: TestDelete (45.71s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" 2025/07/05 06:01:05 DEBUG : Waiting for deletions to finish 2025/07/05 06:01:05 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/07/05 06:01:06 INFO : medium: Deleted 2025/07/05 06:01:21 INFO : large: Deleted --- PASS: TestMaxDelete (58.47s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" 2025/07/05 06:01:53 DEBUG : Waiting for deletions to finish 2025/07/05 06:01:54 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/07/05 06:01:54 INFO : small: Deleted 2025/07/05 06:01:54 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (53.76s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" 2025/07/05 06:02:48 DEBUG : Waiting for deletions to finish 2025/07/05 06:02:48 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/07/05 06:02:48 INFO : medium: Deleted 2025/07/05 06:03:08 INFO : large: Deleted --- PASS: TestMaxDeleteSize (53.99s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" --- PASS: TestReadFile (42.17s) === RUN TestRetry 2025/07/05 06:03:52 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/07/05 06:03:52 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/07/05 06:03:52 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/05 06:03:52 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/05 06:03:52 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/05 06:03:52 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/05 06:03:52 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-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" --- PASS: TestCat (49.88s) === RUN TestPurge 2025/07/05 06:04:42 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hisawon4xive" 2025/07/05 06:04:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/05 06:04:42 DEBUG : Swift container rclone-test-hisawon4xive.json: Auto set use_segments_container to true 2025/07/05 06:04:42 DEBUG : Swift container rclone-test-hisawon4xive: Auto set use_segments_container to true 2025/07/05 06:04:42 DEBUG : Creating backend with remote "/tmp/rclone3579424139" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hisawon4xive", Local "Local file system at /tmp/rclone3579424139", Modify Window "1ns" 2025/07/05 06:04:43 INFO : Swift container rclone-test-hisawon4xive: Container "rclone-test-hisawon4xive" created 2025/07/05 06:04:53 INFO : A2: Making directory 2025/07/05 06:04:53 INFO : A1/B2: Making directory 2025/07/05 06:04:53 INFO : A1/B2/C2: Making directory 2025/07/05 06:04:53 INFO : A1/B1/C3: Making directory 2025/07/05 06:04:53 INFO : A3: Making directory 2025/07/05 06:04:53 INFO : A3/B3: Making directory 2025/07/05 06:04:53 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/05 06:05:21 DEBUG : Waiting for deletions to finish 2025/07/05 06:05:21 INFO : A1/B1/C1/one.bin: Deleted 2025/07/05 06:05:31 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/05 06:05:31 DEBUG : Waiting for deletions to finish 2025/07/05 06:05:31 INFO : A1/two.bin: Deleted 2025/07/05 06:05:41 INFO : A1/two.json: Deleted 2025/07/05 06:05:42 INFO : Swift container rclone-test-hisawon4xive: Container "rclone-test-hisawon4xive" removed 2025/07/05 06:05:42 DEBUG : Compressed: TestCompressSwift:rclone-test-hisawon4xive: Purge remote 2025/07/05 06:05:42 DEBUG : Waiting for deletions to finish 2025/07/05 06:05:42 NOTICE: purge failed: directory not found --- PASS: TestPurge (60.22s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" 2025/07/05 06:05:48 INFO : A2: Making directory 2025/07/05 06:05:48 INFO : A1/B2: Making directory 2025/07/05 06:05:48 INFO : A1/B2/C2: Making directory 2025/07/05 06:05:48 INFO : A1/B1/C3: Making directory 2025/07/05 06:05:48 INFO : A3: Making directory 2025/07/05 06:05:48 INFO : A3/B3: Making directory 2025/07/05 06:05:48 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/05 06:06:05 DEBUG : removing 1 level 3 directories 2025/07/05 06:06:05 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/05 06:06:23 DEBUG : removing 1 level 0 directories 2025/07/05 06:06:23 INFO : Compressed: TestCompressSwift:rclone-test-binucor0rajo: Removing directory 2025/07/05 06:06:23 INFO : Swift container rclone-test-binucor0rajo: Container "rclone-test-binucor0rajo" removed --- PASS: TestRmdirsNoLeaveRoot (41.67s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" 2025/07/05 06:06:24 INFO : Swift container rclone-test-binucor0rajo: Container "rclone-test-binucor0rajo" created 2025/07/05 06:06:24 INFO : A1: Making directory 2025/07/05 06:06:24 INFO : A1/B1: Making directory 2025/07/05 06:06:24 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.81s) === RUN TestRmdirsWithFilter run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" 2025/07/05 06:06:24 INFO : A1: Making directory 2025/07/05 06:06:24 INFO : A1/B1: Making directory 2025/07/05 06:06:24 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-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" 2025/07/05 06:06:51 DEBUG : filename.txt: File name found in url 2025/07/05 06:07:07 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (80.74s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" 2025/07/05 06:07:50 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/05 06:08:01 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/07/05 06:08:01 INFO : file1: Copied (new) to: sub/file2 2025/07/05 06:08:01 INFO : file1: Deleted 2025/07/05 06:08:01 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 06:08:01 DEBUG : file1: Unchanged skipping 2025/07/05 06:08:01 INFO : file1: Deleted 2025/07/05 06:08:02 DEBUG : Compressed: TestCompressSwift:rclone-test-binucor0rajo: don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (22.22s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" 2025/07/05 06:08:12 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/05 06:08:23 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/07/05 06:08:23 INFO : file1: Copied (new) 2025/07/05 06:08:23 INFO : file1: Deleted 2025/07/05 06:08:24 DEBUG : file1: Destination exists, skipping 2025/07/05 06:08:24 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (32.08s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFile (0.29s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.10s) === RUN TestMoveFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" 2025/07/05 06:08:46 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-binucor0rajo/backup" 2025/07/05 06:08:46 DEBUG : Swift container rclone-test-binucor0rajo path backup.json: Auto set use_segments_container to true 2025/07/05 06:08:52 DEBUG : Swift container rclone-test-binucor0rajo path backup: Auto set use_segments_container to true 2025/07/05 06:08:57 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/05 06:09:23 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/07/05 06:09:23 INFO : dst/file1: Copied (server-side copy) 2025/07/05 06:09:23 INFO : dst/file1: Deleted 2025/07/05 06:09:28 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/07/05 06:09:28 INFO : dst/file1: Copied (new) 2025/07/05 06:09:28 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (55.41s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-binucor0rajo", Local "Local file system at /tmp/rclone2561040906", Modify Window "1ns" 2025/07/05 06:10:30 INFO : A1/B2: Making directory 2025/07/05 06:10:30 INFO : A1/B1/C3: Making directory fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B1/C3" 2025/07/05 06:11:03 DEBUG : A1/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/07/05 06:11:03 INFO : A1/B1/three: Copied (server-side copy) to: A2/B1/three panic: test timed out after 1h0m0s running tests: TestDirMove (1m27s) goroutine 9745 [running]: testing.(*M).startAlarm.func1() /usr/local/go/src/testing/testing.go:2484 +0x394 created by time.goFunc /usr/local/go/src/time/sleep.go:215 +0x2d goroutine 1 [chan receive, 1 minutes]: testing.(*T).Run(0xc000002000, {0x269fd47?, 0xc000453ad8?}, 0x27d2420) /usr/local/go/src/testing/testing.go:1859 +0x431 testing.runTests.func1(0xc000002000) /usr/local/go/src/testing/testing.go:2279 +0x37 testing.tRunner(0xc000002000, 0xc000453c18) /usr/local/go/src/testing/testing.go:1792 +0xf4 testing.runTests(0xc0008245a0, {0x3e94f60, 0x6d, 0x6d}, {0xedffaaae7?, 0x3eaaf60?, 0x3eaaf60?}) /usr/local/go/src/testing/testing.go:2277 +0x4b4 testing.(*M).Run(0xc000577860) /usr/local/go/src/testing/testing.go:2142 +0x64a github.com/rclone/rclone/fstest.TestMain(0xc000577860) /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 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 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 9559 [sync.WaitGroup.Wait]: sync.runtime_SemacquireWaitGroup(0x0?) /usr/local/go/src/runtime/sema.go:110 +0x25 sync.(*WaitGroup).Wait(0x41c1f3?) /usr/local/go/src/sync/waitgroup.go:118 +0x48 golang.org/x/sync/errgroup.(*Group).Wait(0xc001aaf1a0) /home/rclone/go/pkg/mod/golang.org/x/sync@v0.15.0/errgroup/errgroup.go:65 +0x1e github.com/rclone/rclone/fs/operations.DirMove({0x2b06768, 0x3ece520}, {0x2b1b9e0, 0xc000344280}, {0x26891d3, 0x2}, {0x2acd1f8, 0x2}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2441 +0x81f github.com/rclone/rclone/fs/operations_test.TestDirMove(0xc000896380) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1380 +0x934 testing.tRunner(0xc000896380, 0x27d2420) /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 9700 [select]: github.com/rclone/rclone/fs/accounting.(*Account).averageLoop(0xc0001fd900) /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 9649 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:119 +0x436 goroutine 1413 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1403 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 9649 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0004503c0, 0xc000421d50, 0xc000642280) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:425 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0004503c0, {0x2b06880, 0xc000816af0}, {0xc000838000, 0x4f}, {{0xc000826f90, 0x18}, {0xc000826fa9, 0xa}, {0x268aa4e, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:777 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc0004503c0, {0x2b06880, 0xc000816af0}, {{0xc000826f90, 0x18}, {0xc000826fa9, 0xa}, {0x268aa4e, 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(0x0?, {0x2b06880?, 0xc000816af0?}, {0xc000826f90?, 0xc000816af0?}, {0xc000826fa9, 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, 0xc0005a3558) /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, 0xc000383808?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc000834000, 0xc001fb8de0, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:199 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc000834000, 0xc001fb8de0) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:218 +0x93 github.com/rclone/rclone/backend/swift.(*Object).readMetaData(0xc001aaf020, {0x2b06880, 0xc000816af0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1333 +0x165 github.com/rclone/rclone/backend/swift.(*Object).hasHeader(0xc001aaf020, {0x2b06880?, 0xc000816af0?}, {0x26bfc1e, 0x15}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1246 +0x30 github.com/rclone/rclone/backend/swift.(*Object).isLargeObject(0xc001aaf020, {0x2b06880, 0xc000816af0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1277 +0x48 github.com/rclone/rclone/backend/swift.(*Fs).Copy(0xc000214c40, {0x2b06880, 0xc000816af0}, {0x2b1e3e0, 0xc001aaf020}, {0xc000656aa0, 0xa}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1057 +0x1bb github.com/rclone/rclone/backend/compress.(*Fs).Copy(0xc000344280, {0x2b06880, 0xc000816af0}, {0x2b1ba50, 0xc000816a50}, {0xc000013a00, 0x6}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:896 +0x258 github.com/rclone/rclone/fs/operations.(*copy).serverSideCopy(0xc00080ddd0, {0x2b06880, 0xc000816af0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:151 +0x152 github.com/rclone/rclone/fs/operations.(*copy).copy(0xc00080ddd0, {0x2b06880, 0xc000816af0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:307 +0xea github.com/rclone/rclone/fs/operations.Copy({0x2b06880, 0xc000816af0}, {0x2b1b9e0, 0xc000344280}, {0x0, 0x0}, {0xc000013a00, 0x6}, {0x2b1ba50, 0xc000816a50}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:413 +0x4db github.com/rclone/rclone/fs/operations.move({0x2b06880, 0xc000816af0}, {0x2b1b9e0, 0xc000344280}, {0x0, 0x0}, {0xc000013a00, 0x6}, {0x2b1ba50, 0xc000816a50}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:506 +0xc0e github.com/rclone/rclone/fs/operations.Move(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:415 github.com/rclone/rclone/fs/operations.DirMove.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2418 +0x154 golang.org/x/sync/errgroup.(*Group).add.func1() /home/rclone/go/pkg/mod/golang.org/x/sync@v0.15.0/errgroup/errgroup.go:128 +0x7e created by golang.org/x/sync/errgroup.(*Group).add in goroutine 9559 /home/rclone/go/pkg/mod/golang.org/x/sync@v0.15.0/errgroup/errgroup.go:96 +0x76 goroutine 183 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 173 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 9679 [select]: net/http.(*persistConn).roundTrip(0xc000b65c20, 0xc0008174a0) /usr/local/go/src/net/http/transport.go:2826 +0x785 net/http.(*Transport).roundTrip(0xc0004b4340, 0xc00074de00) /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(0xc00047a1c0, 0xc00074de00) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc00074de00, {0x2adf6a0, 0xc00047a1c0}, {0x1?, 0x138b646?, 0x0?}) /usr/local/go/src/net/http/client.go:259 +0x5e2 net/http.(*Client).send(0xc000714180, 0xc00074de00, {0xc0004af6e0?, 0x2b0d3c8?, 0x0?}) /usr/local/go/src/net/http/client.go:180 +0x91 net/http.(*Client).do(0xc000714180, 0xc00074de00) /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 9646 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:420 +0xb8 goroutine 9688 [select]: github.com/rclone/rclone/fs/accounting.(*Account).averageLoop(0xc0009fe600) /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 9648 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:119 +0x436 goroutine 9698 [IO wait]: internal/poll.runtime_pollWait(0x75793e2c7e18, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc000136400?, 0xc0007e4600?, 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(0xc000136400, {0xc0007e4600, 0x1980, 0x1980}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc000136400, {0xc0007e4600?, 0x1973?, 0xc0008cf220?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc000138078, {0xc0007e4600?, 0xc00063cc50?, 0xd?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc00063e240, {0xc0007e4600?, 0x757936fb2390?, 0x75798579cf30?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc00080eb10, {0xc0007e4600?, 0x1973?, 0xc0000949c8?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc00063cd38, {0x2adff00, 0xc00080eb10}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc00063ca88, {0x75793dabbe18, 0xc00063e240}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc00063ca88, 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(0xc00063ca88, {0xc000778000, 0x1000, 0xc0004c59b0?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc000b65c20, {0xc000778000?, 0x7f4085?, 0x2ade0a0?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc0006e85a0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc0006e85a0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc000b65c20) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 9664 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 552 [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:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 526 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 245 [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:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 235 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 433 [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:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 423 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 795 [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:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 545 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 337 [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:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 327 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 742 [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:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 732 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 274 [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:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 200 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 9593 [select]: github.com/rclone/rclone/fs/accounting.(*Account).averageLoop(0xc00065a100) /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 9646 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:119 +0x436 goroutine 1355 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1297 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 9736 [select]: net/http.(*persistConn).roundTrip(0xc000b659e0, 0xc0008cb4a0) /usr/local/go/src/net/http/transport.go:2826 +0x785 net/http.(*Transport).roundTrip(0xc0004b4340, 0xc00033a140) /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(0xc00047a1c0, 0xc00033a140) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc00033a140, {0x2adf6a0, 0xc00047a1c0}, {0xc0008c8501?, 0xd70150?, 0x0?}) /usr/local/go/src/net/http/client.go:259 +0x5e2 net/http.(*Client).send(0xc000714180, 0xc00033a140, {0x412c3e?, 0x482592?, 0x0?}) /usr/local/go/src/net/http/client.go:180 +0x91 net/http.(*Client).do(0xc000714180, 0xc00033a140) /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 9647 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:420 +0xb8 goroutine 1481 [chan receive (nil chan), 52 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1455 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 9682 [select]: net/http.(*persistConn).writeLoop(0xc000742fc0) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 9629 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 9744 [select]: net/http.(*persistConn).roundTrip(0xc000742b40, 0xc0008cb8b0) /usr/local/go/src/net/http/transport.go:2826 +0x785 net/http.(*Transport).roundTrip(0xc0004b4340, 0xc00033b400) /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(0xc00047a1c0, 0xc00033b400) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc00033b400, {0x2adf6a0, 0xc00047a1c0}, {0xc000074001?, 0xc000588dd0?, 0x0?}) /usr/local/go/src/net/http/client.go:259 +0x5e2 net/http.(*Client).send(0xc000714180, 0xc00033b400, {0xc000588dd8?, 0x422eb6?, 0x0?}) /usr/local/go/src/net/http/client.go:180 +0x91 net/http.(*Client).do(0xc000714180, 0xc00033b400) /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 9653 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:420 +0xb8 goroutine 9616 [IO wait]: internal/poll.runtime_pollWait(0x75793e2c8048, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc000136980?, 0xc0007de000?, 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(0xc000136980, {0xc0007de000, 0x1980, 0x1980}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc000136980, {0xc0007de000?, 0x1973?, 0xc0008ced80?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc00008a928, {0xc0007de000?, 0xc00060afd0?, 0xd?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc00080e7f8, {0xc0007de000?, 0x75793c05d300?, 0x75798579ca78?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc000b81a40, {0xc0007de000?, 0x1973?, 0xc00075e9d0?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc00060b0b8, {0x2adff00, 0xc000b81a40}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc00060ae08, {0x75793dabbe18, 0xc00080e7f8}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc00060ae08, 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(0xc00060ae08, {0xc000752000, 0x1000, 0xc0004c59b0?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc000b65560, {0xc000752000?, 0x7f4085?, 0x2ade0a0?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc0006e8300) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc0006e8300, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc000b65560) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 9658 /usr/local/go/src/net/http/transport.go:1944 +0x174f 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:255 +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:253 +0x378 goroutine 3151 [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 2839 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 862 [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:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 852 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 9699 [select]: net/http.(*persistConn).writeLoop(0xc000b65c20) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 9664 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 978 [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:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 968 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 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:255 +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:253 +0x378 goroutine 698 [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:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 688 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 1276 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1266 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 9648 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0004503c0, 0xc0004b3e30, 0xc00033b180) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:425 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0004503c0, {0x2b06880, 0xc000816af0}, {0xc000838000, 0x4f}, {{0xc000632120, 0x18}, {0xc000632139, 0x11}, {0x268abae, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:777 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc0004503c0, {0x2b06880, 0xc000816af0}, {{0xc000632120, 0x18}, {0xc000632139, 0x11}, {0x268abae, 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).ObjectCopy(0xc0004503c0, {0x2b06880, 0xc000816af0}, {0xc000632120, 0x18}, {0xc000632139, 0x11}, {0xc000826e40, 0x18}, {0xc000826e59, ...}, ...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:2253 +0x2f0 github.com/rclone/rclone/backend/swift.(*Fs).Copy.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1068 +0x70 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0xc00086a008?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc000834000, 0xc0004b3d50, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:199 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc000834000, 0xc0004b3d50) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:218 +0x93 github.com/rclone/rclone/backend/swift.(*Fs).Copy(0xc000214c40, {0x2b06880, 0xc000816af0}, {0x2b1e3e0, 0xc001aaeea0}, {0xc00014ba58, 0x11}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1066 +0x385 github.com/rclone/rclone/backend/compress.(*Fs).Copy(0xc000344280, {0x2b06880, 0xc000816af0}, {0x2b1ba50, 0xc0008169b0}, {0xc000013a50, 0xd}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:896 +0x258 github.com/rclone/rclone/fs/operations.(*copy).serverSideCopy(0xc0006b7680, {0x2b06880, 0xc000816af0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:151 +0x152 github.com/rclone/rclone/fs/operations.(*copy).copy(0xc0006b7680, {0x2b06880, 0xc000816af0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:307 +0xea github.com/rclone/rclone/fs/operations.Copy({0x2b06880, 0xc000816af0}, {0x2b1b9e0, 0xc000344280}, {0x0, 0x0}, {0xc000013a50, 0xd}, {0x2b1ba50, 0xc0008169b0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:413 +0x4db github.com/rclone/rclone/fs/operations.move({0x2b06880, 0xc000816af0}, {0x2b1b9e0, 0xc000344280}, {0x0, 0x0}, {0xc000013a50, 0xd}, {0x2b1ba50, 0xc0008169b0}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:506 +0xc0e github.com/rclone/rclone/fs/operations.Move(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:415 github.com/rclone/rclone/fs/operations.DirMove.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2418 +0x154 golang.org/x/sync/errgroup.(*Group).add.func1() /home/rclone/go/pkg/mod/golang.org/x/sync@v0.15.0/errgroup/errgroup.go:128 +0x7e created by golang.org/x/sync/errgroup.(*Group).add in goroutine 9559 /home/rclone/go/pkg/mod/golang.org/x/sync@v0.15.0/errgroup/errgroup.go:96 +0x76 goroutine 1227 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1217 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 8523 [chan receive, 6 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 8522 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 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:255 +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:253 +0x378 goroutine 1320 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1198 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 9633 [IO wait]: internal/poll.runtime_pollWait(0x75793e2c7be8, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc000136900?, 0xc0001dec80?, 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(0xc000136900, {0xc0001dec80, 0x1980, 0x1980}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc000136900, {0xc0001dec80?, 0x1973?, 0xc001544960?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc00089e0f8, {0xc0001dec80?, 0xc0001fe1d0?, 0xd?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc0007a6678, {0xc0001dec80?, 0x757936fb2390?, 0x75798579cf30?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc00080eca8, {0xc0001dec80?, 0x1973?, 0xc0000969d0?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc0001fe2b8, {0x2adff00, 0xc00080eca8}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc0001fe008, {0x75793dabbe18, 0xc0007a6678}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc0001fe008, 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(0xc0001fe008, {0xc00155b000, 0x1000, 0xc0004c59b0?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc000742fc0, {0xc00155b000?, 0x7f4085?, 0x2ade0a0?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc00155f800) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc00155f800, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc000742fc0) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 9629 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 8634 [IO wait]: internal/poll.runtime_pollWait(0x75793e2c7f30, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc0001fae00?, 0xc0007e2c80?, 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(0xc0001fae00, {0xc0007e2c80, 0x1980, 0x1980}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc0001fae00, {0xc0007e2c80?, 0x1973?, 0xc0008ce3e0?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc000138238, {0xc0007e2c80?, 0xc000358c50?, 0xd?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000b809f0, {0xc0007e2c80?, 0x75793c05d300?, 0x75798579ca78?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc000b81b90, {0xc0007e2c80?, 0x1973?, 0xc0005a19d0?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc000358d38, {0x2adff00, 0xc000b81b90}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc000358a88, {0x75793dabbe18, 0xc000b809f0}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc000358a88, 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(0xc000358a88, {0xc0006d3000, 0x1000, 0xc0004c59b0?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc000742b40, {0xc0006d3000?, 0x7f4085?, 0x2ade0a0?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc0004aec00) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc0004aec00, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc000742b40) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 8657 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 1101 [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:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1091 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 9738 [select]: net/http.(*persistConn).roundTrip(0xc000b65560, 0xc0008cb590) /usr/local/go/src/net/http/transport.go:2826 +0x785 net/http.(*Transport).roundTrip(0xc0004b4340, 0xc00033b180) /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(0xc00047a1c0, 0xc00033b180) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc00033b180, {0x2adf6a0, 0xc00047a1c0}, {0xc000083501?, 0xd70150?, 0x0?}) /usr/local/go/src/net/http/client.go:259 +0x5e2 net/http.(*Client).send(0xc000714180, 0xc00033b180, {0x412c3e?, 0x482592?, 0x0?}) /usr/local/go/src/net/http/client.go:180 +0x91 net/http.(*Client).do(0xc000714180, 0xc00033b180) /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 9648 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:420 +0xb8 goroutine 3091 [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 2839 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9684 [select]: net/http.(*persistConn).writeLoop(0xc000b659e0) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 9661 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 1496 [chan receive (nil chan), 52 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1486 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 9653 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0004503c0, 0xc000326850, 0xc00033b400) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:425 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0004503c0, {0x2b06880, 0xc000816af0}, {0xc000838000, 0x4f}, {{0xc000632300, 0x18}, {0xc000632319, 0xf}, {0x26919a0, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:777 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc0004503c0, {0x2b06880, 0xc000816af0}, {{0xc000632300, 0x18}, {0xc000632319, 0xf}, {0x26919a0, 0x6}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:847 +0x151 github.com/ncw/swift/v2.(*Connection).ObjectDelete(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:1902 github.com/rclone/rclone/backend/swift.(*Object).Remove.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1620 +0x105 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0xc000383808?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc000834000, 0xc0008cb810, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:199 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc000834000, 0xc0008cb810) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:218 +0x93 github.com/rclone/rclone/backend/swift.(*Object).Remove(0xc001aaef60, {0x2b06880, 0xc000816af0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1619 +0x29b github.com/rclone/rclone/backend/compress.(*Object).Remove(0xc000816a00, {0x2b06880, 0xc000816af0}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1144 +0xbd github.com/rclone/rclone/fs/operations.DeleteFileWithBackupDir({0x2b06880, 0xc000816af0}, {0x2b1ba50, 0xc000816a00}, {0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:563 +0x268 github.com/rclone/rclone/fs/operations.DeleteFile(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:579 github.com/rclone/rclone/fs/operations.move({0x2b06880, 0xc000816af0}, {0x2b1b9e0, 0xc000344280}, {0x0, 0x0}, {0xc000013990, 0xb}, {0x2b1ba50, 0xc000816a00}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:512 +0xd13 github.com/rclone/rclone/fs/operations.Move(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:415 github.com/rclone/rclone/fs/operations.DirMove.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2418 +0x154 golang.org/x/sync/errgroup.(*Group).add.func1() /home/rclone/go/pkg/mod/golang.org/x/sync@v0.15.0/errgroup/errgroup.go:128 +0x7e created by golang.org/x/sync/errgroup.(*Group).add in goroutine 9559 /home/rclone/go/pkg/mod/golang.org/x/sync@v0.15.0/errgroup/errgroup.go:96 +0x76 goroutine 9749 [select]: net/http.(*persistConn).roundTrip(0xc000742fc0, 0xc000817770) /usr/local/go/src/net/http/transport.go:2826 +0x785 net/http.(*Transport).roundTrip(0xc0004b4340, 0xc000642280) /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(0xc00047a1c0, 0xc000642280) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc000642280, {0x2adf6a0, 0xc00047a1c0}, {0xc0008c8501?, 0xd70150?, 0x0?}) /usr/local/go/src/net/http/client.go:259 +0x5e2 net/http.(*Client).send(0xc000714180, 0xc000642280, {0x412c3e?, 0x482592?, 0x0?}) /usr/local/go/src/net/http/client.go:180 +0x91 net/http.(*Client).do(0xc000714180, 0xc000642280) /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 9649 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:420 +0xb8 goroutine 2909 [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 2839 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9683 [IO wait]: internal/poll.runtime_pollWait(0x75793e2c7d00, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc000136a00?, 0xc0007df980?, 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(0xc000136a00, {0xc0007df980, 0x1980, 0x1980}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc000136a00, {0xc0007df980?, 0x2000?, 0x0?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc00008a920, {0xc0007df980?, 0x0?, 0x3eca820?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc00080e7b0, {0xc0007df980?, 0x75793c05d300?, 0x75798579ca78?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc000b819c8, {0xc0007df980?, 0x3ed0dc0?, 0xc0000979c8?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc00060a2b8, {0x2adff00, 0xc000b819c8}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc00060a008, {0x75793dabbe18, 0xc00080e7b0}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc00060a008, 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(0xc00060a008, {0xc0008b3000, 0x1000, 0xc0004c59b0?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc000b659e0, {0xc0008b3000?, 0x7f4085?, 0x2ade0a0?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc00155f9e0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc00155f9e0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc000b659e0) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 9661 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 2840 [chan receive, 44 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2839 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9646 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0004503c0, 0xc000421180, 0xc00074de00) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:425 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0004503c0, {0x2b06880, 0xc000816af0}, {0xc000838000, 0x4f}, {{0xc000826b70, 0x18}, {0xc000826b89, 0xa}, {0x268abae, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:777 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc0004503c0, {0x2b06880, 0xc000816af0}, {{0xc000826b70, 0x18}, {0xc000826b89, 0xa}, {0x268abae, 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).ObjectCopy(0xc0004503c0, {0x2b06880, 0xc000816af0}, {0xc000826b70, 0x18}, {0xc000826b89, 0xa}, {0xc00045de60, 0x18}, {0xc00045de79, ...}, ...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:2253 +0x2f0 github.com/rclone/rclone/backend/swift.(*Fs).Copy.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1068 +0x70 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0xc000382008?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc000834000, 0xc0004210a0, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:199 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc000834000, 0xc0004210a0) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:218 +0x93 github.com/rclone/rclone/backend/swift.(*Fs).Copy(0xc000214c40, {0x2b06880, 0xc000816af0}, {0x2b1e3e0, 0xc001aaf0e0}, {0xc0005001f0, 0xa}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1066 +0x385 github.com/rclone/rclone/backend/compress.(*Fs).Copy(0xc000344280, {0x2b06880, 0xc000816af0}, {0x2b1ba50, 0xc000816aa0}, {0xc000013a10, 0x6}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:896 +0x258 github.com/rclone/rclone/fs/operations.(*copy).serverSideCopy(0xc00074a1b0, {0x2b06880, 0xc000816af0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:151 +0x152 github.com/rclone/rclone/fs/operations.(*copy).copy(0xc00074a1b0, {0x2b06880, 0xc000816af0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:307 +0xea github.com/rclone/rclone/fs/operations.Copy({0x2b06880, 0xc000816af0}, {0x2b1b9e0, 0xc000344280}, {0x0, 0x0}, {0xc000013a10, 0x6}, {0x2b1ba50, 0xc000816aa0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:413 +0x4db github.com/rclone/rclone/fs/operations.move({0x2b06880, 0xc000816af0}, {0x2b1b9e0, 0xc000344280}, {0x0, 0x0}, {0xc000013a10, 0x6}, {0x2b1ba50, 0xc000816aa0}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:506 +0xc0e github.com/rclone/rclone/fs/operations.Move(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:415 github.com/rclone/rclone/fs/operations.DirMove.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2418 +0x154 golang.org/x/sync/errgroup.(*Group).add.func1() /home/rclone/go/pkg/mod/golang.org/x/sync@v0.15.0/errgroup/errgroup.go:128 +0x7e created by golang.org/x/sync/errgroup.(*Group).add in goroutine 9559 /home/rclone/go/pkg/mod/golang.org/x/sync@v0.15.0/errgroup/errgroup.go:96 +0x76 goroutine 2987 [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 2839 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8635 [select]: net/http.(*persistConn).writeLoop(0xc000742b40) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 8657 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 3266 [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 2839 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9596 [select]: github.com/rclone/rclone/fs/accounting.(*Account).averageLoop(0xc00065a700) /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 9647 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:119 +0x436 goroutine 3344 [chan receive, 42 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2839 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3486 [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 2839 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3415 [chan receive, 42 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2839 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9647 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0004503c0, 0xc0004b3a40, 0xc00033a140) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:425 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0004503c0, {0x2b06880, 0xc000816af0}, {0xc000838000, 0x4f}, {{0xc00045df50, 0x18}, {0xc00045df69, 0x11}, {0x268abae, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:777 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc0004503c0, {0x2b06880, 0xc000816af0}, {{0xc00045df50, 0x18}, {0xc00045df69, 0x11}, {0x268abae, 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).ObjectCopy(0xc0004503c0, {0x2b06880, 0xc000816af0}, {0xc00045df50, 0x18}, {0xc00045df69, 0x11}, {0xc000826cc0, 0x18}, {0xc000826cd9, ...}, ...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:2253 +0x2f0 github.com/rclone/rclone/backend/swift.(*Fs).Copy.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1068 +0x70 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0xc000382008?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc000834000, 0xc0004b3880, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:199 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc000834000, 0xc0004b3880) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:218 +0x93 github.com/rclone/rclone/backend/swift.(*Fs).Copy(0xc000214c40, {0x2b06880, 0xc000816af0}, {0x2b1e3e0, 0xc001aaede0}, {0xc00014b710, 0x11}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1066 +0x385 github.com/rclone/rclone/backend/compress.(*Fs).Copy(0xc000344280, {0x2b06880, 0xc000816af0}, {0x2b1ba50, 0xc000816960}, {0xc000013a30, 0xd}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:896 +0x258 github.com/rclone/rclone/fs/operations.(*copy).serverSideCopy(0xc00074a480, {0x2b06880, 0xc000816af0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:151 +0x152 github.com/rclone/rclone/fs/operations.(*copy).copy(0xc00074a480, {0x2b06880, 0xc000816af0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:307 +0xea github.com/rclone/rclone/fs/operations.Copy({0x2b06880, 0xc000816af0}, {0x2b1b9e0, 0xc000344280}, {0x0, 0x0}, {0xc000013a30, 0xd}, {0x2b1ba50, 0xc000816960}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:413 +0x4db github.com/rclone/rclone/fs/operations.move({0x2b06880, 0xc000816af0}, {0x2b1b9e0, 0xc000344280}, {0x0, 0x0}, {0xc000013a30, 0xd}, {0x2b1ba50, 0xc000816960}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:506 +0xc0e github.com/rclone/rclone/fs/operations.Move(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:415 github.com/rclone/rclone/fs/operations.DirMove.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2418 +0x154 golang.org/x/sync/errgroup.(*Group).add.func1() /home/rclone/go/pkg/mod/golang.org/x/sync@v0.15.0/errgroup/errgroup.go:128 +0x7e created by golang.org/x/sync/errgroup.(*Group).add in goroutine 9559 /home/rclone/go/pkg/mod/golang.org/x/sync@v0.15.0/errgroup/errgroup.go:96 +0x76 goroutine 3529 [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 2839 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9617 [select]: net/http.(*persistConn).writeLoop(0xc000b65560) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 9658 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m0.931184502s (try 5/5): exit status 2: Failed []