"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 3/5) 2025/05/10 05:10:25 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-walolad3vamo" 2025/05/10 05:10:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/10 05:10:25 DEBUG : Swift container rclone-test-walolad3vamo.json: Auto set use_segments_container to true 2025/05/10 05:10:26 DEBUG : Swift container rclone-test-walolad3vamo: Auto set use_segments_container to true 2025/05/10 05:10:26 DEBUG : Creating backend with remote "/tmp/rclone3920023046" === 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-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.19s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.06s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/05/10 05:10:26 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/10 05:10:26 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/10 05:10:26 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/05/10 05:10:26 DEBUG : potato: Seek from 10 to 0 2025/05/10 05:10:26 DEBUG : potato: Seek from 10 to 0 2025/05/10 05:10:26 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/05/10 05:10:26 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/10 05:10:26 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/10 05:10:26 DEBUG : potato: Seek from 5 to 2 2025/05/10 05:10:26 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/05/10 05:10:26 DEBUG : potato: Seek from 7 to 0 2025/05/10 05:10:26 DEBUG : potato: Seek from 7 to 0 2025/05/10 05:10:26 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/05/10 05:10:26 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/10 05:10:26 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/10 05:10:26 DEBUG : potato: Seek from 5 to 2 2025/05/10 05:10:26 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/05/10 05:10:26 DEBUG : potato: Seek from 8 to 0 2025/05/10 05:10:26 DEBUG : potato: Seek from 8 to 0 2025/05/10 05:10:26 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/05/10 05:10:26 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/10 05:10:26 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/10 05:10:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/10 05:10:26 DEBUG : potato: Seek from 5 to 2 2025/05/10 05:10:26 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/05/10 05:10:26 DEBUG : potato: Seek from 9 to 0 2025/05/10 05:10:26 DEBUG : potato: Seek from 9 to 0 2025/05/10 05:10:26 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-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" 2025/05/10 05:10:26 INFO : Swift container rclone-test-walolad3vamo: Container "rclone-test-walolad3vamo" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (157.48s) --- PASS: TestCheck/1 (0.19s) --- PASS: TestCheck/2 (0.14s) --- PASS: TestCheck/3 (0.14s) --- PASS: TestCheck/4 (0.28s) --- PASS: TestCheck/5 (10.14s) --- PASS: TestCheck/6 (5.19s) --- PASS: TestCheck/7 (0.14s) === RUN TestCheckFsError 2025/05/10 05:13:03 DEBUG : Creating backend with remote "nonexistent" 2025/05/10 05:13:03 DEBUG : Config file has changed externally - reloading 2025/05/10 05:13:03 DEBUG : Creating backend with remote "nonexistent" 2025/05/10 05:13:03 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/05/10 05:13:03 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/05/10 05:13:03 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/05/10 05:13:03 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-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", 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 (161.05s) --- PASS: TestCheckDownload/1 (0.21s) --- PASS: TestCheckDownload/2 (0.19s) --- PASS: TestCheckDownload/3 (0.25s) --- PASS: TestCheckDownload/4 (10.28s) --- PASS: TestCheckDownload/5 (10.19s) --- PASS: TestCheckDownload/6 (0.22s) --- PASS: TestCheckDownload/7 (0.19s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", 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 (105.05s) --- PASS: TestCheckSizeOnly/1 (0.05s) --- PASS: TestCheckSizeOnly/2 (0.10s) --- PASS: TestCheckSizeOnly/3 (0.05s) --- PASS: TestCheckSizeOnly/4 (0.05s) --- PASS: TestCheckSizeOnly/5 (0.05s) --- PASS: TestCheckSizeOnly/6 (0.05s) --- PASS: TestCheckSizeOnly/7 (0.10s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" 2025/05/10 05:17:46 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/10 05:17:46 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/10 05:17:46 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/10 05:17:46 NOTICE: test.sum: 2 warning(s) suppressed... 2025/05/10 05:17:51 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/10 05:17:51 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/10 05:17:51 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/10 05:17:51 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (27.56s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" 2025/05/10 05:17:57 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-walolad3vamo/data" 2025/05/10 05:17:58 DEBUG : Swift container rclone-test-walolad3vamo path data.json: Auto set use_segments_container to true 2025/05/10 05:18:03 DEBUG : Swift container rclone-test-walolad3vamo 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 (230.94s) --- PASS: TestCheckSum/subtest1 (0.53s) --- PASS: TestCheckSum/subtest2 (0.36s) --- PASS: TestCheckSum/subtest3 (15.44s) --- PASS: TestCheckSum/subtest4 (10.42s) --- PASS: TestCheckSum/subtest5 (10.45s) --- PASS: TestCheckSum/subtest6 (5.42s) --- PASS: TestCheckSum/subtest7 (10.46s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" 2025/05/10 05:21:48 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-walolad3vamo/data" 2025/05/10 05:21:49 DEBUG : Swift container rclone-test-walolad3vamo path data.json: Auto set use_segments_container to true 2025/05/10 05:21:54 DEBUG : Swift container rclone-test-walolad3vamo 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 (284.30s) --- PASS: TestCheckSumDownload/subtest1 (10.53s) --- PASS: TestCheckSumDownload/subtest2 (5.39s) --- PASS: TestCheckSumDownload/subtest3 (10.52s) --- PASS: TestCheckSumDownload/subtest4 (5.41s) --- PASS: TestCheckSumDownload/subtest5 (10.44s) --- PASS: TestCheckSumDownload/subtest6 (5.37s) --- PASS: TestCheckSumDownload/subtest7 (10.39s) === RUN TestApplyTransforms 2025/05/10 05:26:32 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hihageg8godu" 2025/05/10 05:26:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/10 05:26:33 DEBUG : Swift container rclone-test-hihageg8godu.json: Auto set use_segments_container to true 2025/05/10 05:26:33 DEBUG : Swift container rclone-test-hihageg8godu: Auto set use_segments_container to true 2025/05/10 05:26:33 DEBUG : Creating backend with remote "/tmp/rclone3453097428" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hihageg8godu", Local "Local file system at /tmp/rclone3453097428", Modify Window "1ns" 2025/05/10 05:26:34 INFO : Swift container rclone-test-hihageg8godu: Container "rclone-test-hihageg8godu" created upper checkfile vs. lower remote (without normalization) 2025/05/10 05:26:41 ERROR : hello, world!: sum not found 2025/05/10 05:26:41 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-hihageg8godu 2025/05/10 05:26:41 NOTICE: Compressed: TestCompressSwift:rclone-test-hihageg8godu: 1 files missing 2025/05/10 05:26:41 NOTICE: 1 hashes missing 2025/05/10 05:26:41 NOTICE: Compressed: TestCompressSwift:rclone-test-hihageg8godu: 2 differences found 2025/05/10 05:26:41 NOTICE: Compressed: TestCompressSwift:rclone-test-hihageg8godu: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/05/10 05:26:41 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/10 05:26:41 NOTICE: Compressed: TestCompressSwift:rclone-test-hihageg8godu: 0 differences found 2025/05/10 05:26:41 NOTICE: Compressed: TestCompressSwift:rclone-test-hihageg8godu: 1 matching files 2025/05/10 05:26:41 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-natahok4fuwi" 2025/05/10 05:26:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/10 05:26:42 DEBUG : Swift container rclone-test-natahok4fuwi.json: Auto set use_segments_container to true 2025/05/10 05:26:42 DEBUG : Swift container rclone-test-natahok4fuwi: Auto set use_segments_container to true 2025/05/10 05:26:42 DEBUG : Creating backend with remote "/tmp/rclone3627136772" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-natahok4fuwi", Local "Local file system at /tmp/rclone3627136772", Modify Window "1ns" 2025/05/10 05:26:42 INFO : Swift container rclone-test-natahok4fuwi: Container "rclone-test-natahok4fuwi" created lower checkfile vs. upper remote (without normalization) 2025/05/10 05:26:54 ERROR : HELLO, WORLD!: sum not found 2025/05/10 05:26:54 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-natahok4fuwi 2025/05/10 05:26:54 NOTICE: Compressed: TestCompressSwift:rclone-test-natahok4fuwi: 1 files missing 2025/05/10 05:26:54 NOTICE: 1 hashes missing 2025/05/10 05:26:54 NOTICE: Compressed: TestCompressSwift:rclone-test-natahok4fuwi: 2 differences found 2025/05/10 05:26:54 NOTICE: Compressed: TestCompressSwift:rclone-test-natahok4fuwi: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/05/10 05:26:54 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/10 05:26:54 NOTICE: Compressed: TestCompressSwift:rclone-test-natahok4fuwi: 0 differences found 2025/05/10 05:26:54 NOTICE: Compressed: TestCompressSwift:rclone-test-natahok4fuwi: 1 matching files 2025/05/10 05:26:54 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-zanunin3lawu" 2025/05/10 05:26:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/10 05:26:54 DEBUG : Swift container rclone-test-zanunin3lawu.json: Auto set use_segments_container to true 2025/05/10 05:26:55 DEBUG : Swift container rclone-test-zanunin3lawu: Auto set use_segments_container to true 2025/05/10 05:26:55 DEBUG : Creating backend with remote "/tmp/rclone4172846457" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-zanunin3lawu", Local "Local file system at /tmp/rclone4172846457", Modify Window "1ns" 2025/05/10 05:26:55 INFO : Swift container rclone-test-zanunin3lawu: Container "rclone-test-zanunin3lawu" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/05/10 05:27:11 ERROR : HeLlO, wOrLd!: sum not found 2025/05/10 05:27:11 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-zanunin3lawu 2025/05/10 05:27:11 NOTICE: Compressed: TestCompressSwift:rclone-test-zanunin3lawu: 1 files missing 2025/05/10 05:27:11 NOTICE: 1 hashes missing 2025/05/10 05:27:11 NOTICE: Compressed: TestCompressSwift:rclone-test-zanunin3lawu: 2 differences found 2025/05/10 05:27:11 NOTICE: Compressed: TestCompressSwift:rclone-test-zanunin3lawu: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/05/10 05:27:16 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/10 05:27:16 NOTICE: Compressed: TestCompressSwift:rclone-test-zanunin3lawu: 0 differences found 2025/05/10 05:27:16 NOTICE: Compressed: TestCompressSwift:rclone-test-zanunin3lawu: 1 matching files 2025/05/10 05:27:16 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-ziwicur5zaci" 2025/05/10 05:27:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/10 05:27:17 DEBUG : Swift container rclone-test-ziwicur5zaci.json: Auto set use_segments_container to true 2025/05/10 05:27:17 DEBUG : Swift container rclone-test-ziwicur5zaci: Auto set use_segments_container to true 2025/05/10 05:27:17 DEBUG : Creating backend with remote "/tmp/rclone4259686137" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-ziwicur5zaci", Local "Local file system at /tmp/rclone4259686137", Modify Window "1ns" 2025/05/10 05:27:17 INFO : Swift container rclone-test-ziwicur5zaci: Container "rclone-test-ziwicur5zaci" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/05/10 05:27:25 ERROR : HELLO, WORLD!: sum not found 2025/05/10 05:27:25 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-ziwicur5zaci 2025/05/10 05:27:25 NOTICE: Compressed: TestCompressSwift:rclone-test-ziwicur5zaci: 1 files missing 2025/05/10 05:27:25 NOTICE: 1 hashes missing 2025/05/10 05:27:25 NOTICE: Compressed: TestCompressSwift:rclone-test-ziwicur5zaci: 2 differences found 2025/05/10 05:27:25 NOTICE: Compressed: TestCompressSwift:rclone-test-ziwicur5zaci: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/05/10 05:27:25 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/10 05:27:25 NOTICE: Compressed: TestCompressSwift:rclone-test-ziwicur5zaci: 0 differences found 2025/05/10 05:27:25 NOTICE: Compressed: TestCompressSwift:rclone-test-ziwicur5zaci: 1 matching files 2025/05/10 05:27:25 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hiqokod8dome" 2025/05/10 05:27:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/10 05:27:25 DEBUG : Swift container rclone-test-hiqokod8dome.json: Auto set use_segments_container to true 2025/05/10 05:27:26 DEBUG : Swift container rclone-test-hiqokod8dome: Auto set use_segments_container to true 2025/05/10 05:27:26 DEBUG : Creating backend with remote "/tmp/rclone580752320" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hiqokod8dome", Local "Local file system at /tmp/rclone580752320", Modify Window "1ns" 2025/05/10 05:27:26 INFO : Swift container rclone-test-hiqokod8dome: Container "rclone-test-hiqokod8dome" created NFD checkfile vs. NFC remote (without normalization) 2025/05/10 05:27:37 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/10 05:27:37 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-hiqokod8dome 2025/05/10 05:27:37 NOTICE: Compressed: TestCompressSwift:rclone-test-hiqokod8dome: 1 files missing 2025/05/10 05:27:37 NOTICE: 1 hashes missing 2025/05/10 05:27:37 NOTICE: Compressed: TestCompressSwift:rclone-test-hiqokod8dome: 2 differences found 2025/05/10 05:27:37 NOTICE: Compressed: TestCompressSwift:rclone-test-hiqokod8dome: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/05/10 05:27:42 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/10 05:27:42 NOTICE: Compressed: TestCompressSwift:rclone-test-hiqokod8dome: 0 differences found 2025/05/10 05:27:42 NOTICE: Compressed: TestCompressSwift:rclone-test-hiqokod8dome: 1 matching files 2025/05/10 05:27:42 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-pufitoq9rone" 2025/05/10 05:27:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/10 05:27:43 DEBUG : Swift container rclone-test-pufitoq9rone.json: Auto set use_segments_container to true 2025/05/10 05:27:43 DEBUG : Swift container rclone-test-pufitoq9rone: Auto set use_segments_container to true 2025/05/10 05:27:43 DEBUG : Creating backend with remote "/tmp/rclone1391195573" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pufitoq9rone", Local "Local file system at /tmp/rclone1391195573", Modify Window "1ns" 2025/05/10 05:27:43 INFO : Swift container rclone-test-pufitoq9rone: Container "rclone-test-pufitoq9rone" created NFC checkfile vs. NFD remote (without normalization) 2025/05/10 05:27:54 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/10 05:27:54 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-pufitoq9rone 2025/05/10 05:27:54 NOTICE: Compressed: TestCompressSwift:rclone-test-pufitoq9rone: 1 files missing 2025/05/10 05:27:54 NOTICE: 1 hashes missing 2025/05/10 05:27:54 NOTICE: Compressed: TestCompressSwift:rclone-test-pufitoq9rone: 2 differences found 2025/05/10 05:27:54 NOTICE: Compressed: TestCompressSwift:rclone-test-pufitoq9rone: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/05/10 05:27:59 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/10 05:27:59 NOTICE: Compressed: TestCompressSwift:rclone-test-pufitoq9rone: 0 differences found 2025/05/10 05:27:59 NOTICE: Compressed: TestCompressSwift:rclone-test-pufitoq9rone: 1 matching files 2025/05/10 05:27:59 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jimepuj3sifo" 2025/05/10 05:27:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/10 05:28:00 DEBUG : Swift container rclone-test-jimepuj3sifo.json: Auto set use_segments_container to true 2025/05/10 05:28:00 DEBUG : Swift container rclone-test-jimepuj3sifo: Auto set use_segments_container to true 2025/05/10 05:28:00 DEBUG : Creating backend with remote "/tmp/rclone700862056" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jimepuj3sifo", Local "Local file system at /tmp/rclone700862056", Modify Window "1ns" 2025/05/10 05:28:01 INFO : Swift container rclone-test-jimepuj3sifo: Container "rclone-test-jimepuj3sifo" created NFDx2 checkfile vs. both remote (without normalization) 2025/05/10 05:28:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/10 05:28:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-jimepuj3sifo 2025/05/10 05:28:17 NOTICE: Compressed: TestCompressSwift:rclone-test-jimepuj3sifo: 1 files missing 2025/05/10 05:28:17 NOTICE: 1 hashes missing 2025/05/10 05:28:17 NOTICE: Compressed: TestCompressSwift:rclone-test-jimepuj3sifo: 2 differences found 2025/05/10 05:28:17 NOTICE: Compressed: TestCompressSwift:rclone-test-jimepuj3sifo: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/05/10 05:28:27 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/10 05:28:27 NOTICE: Compressed: TestCompressSwift:rclone-test-jimepuj3sifo: 0 differences found 2025/05/10 05:28:27 NOTICE: Compressed: TestCompressSwift:rclone-test-jimepuj3sifo: 1 matching files 2025/05/10 05:28:27 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xotoruz0runi" 2025/05/10 05:28:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/10 05:28:27 DEBUG : Swift container rclone-test-xotoruz0runi.json: Auto set use_segments_container to true 2025/05/10 05:28:27 DEBUG : Swift container rclone-test-xotoruz0runi: Auto set use_segments_container to true 2025/05/10 05:28:27 DEBUG : Creating backend with remote "/tmp/rclone378191897" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xotoruz0runi", Local "Local file system at /tmp/rclone378191897", Modify Window "1ns" 2025/05/10 05:28:28 INFO : Swift container rclone-test-xotoruz0runi: Container "rclone-test-xotoruz0runi" created NFCx2 checkfile vs. both remote (without normalization) 2025/05/10 05:28:44 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/10 05:28:44 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-xotoruz0runi 2025/05/10 05:28:44 NOTICE: Compressed: TestCompressSwift:rclone-test-xotoruz0runi: 1 files missing 2025/05/10 05:28:44 NOTICE: 1 hashes missing 2025/05/10 05:28:44 NOTICE: Compressed: TestCompressSwift:rclone-test-xotoruz0runi: 2 differences found 2025/05/10 05:28:44 NOTICE: Compressed: TestCompressSwift:rclone-test-xotoruz0runi: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/05/10 05:28:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/10 05:28:49 NOTICE: Compressed: TestCompressSwift:rclone-test-xotoruz0runi: 0 differences found 2025/05/10 05:28:49 NOTICE: Compressed: TestCompressSwift:rclone-test-xotoruz0runi: 1 matching files 2025/05/10 05:28:49 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kelijaq2waxu" 2025/05/10 05:28:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/10 05:28:49 DEBUG : Swift container rclone-test-kelijaq2waxu.json: Auto set use_segments_container to true 2025/05/10 05:28:50 DEBUG : Swift container rclone-test-kelijaq2waxu: Auto set use_segments_container to true 2025/05/10 05:28:50 DEBUG : Creating backend with remote "/tmp/rclone1880944196" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kelijaq2waxu", Local "Local file system at /tmp/rclone1880944196", Modify Window "1ns" 2025/05/10 05:28:50 INFO : Swift container rclone-test-kelijaq2waxu: Container "rclone-test-kelijaq2waxu" created both checkfile vs. NFDx2 remote (without normalization) 2025/05/10 05:29:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/10 05:29:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-kelijaq2waxu 2025/05/10 05:29:01 NOTICE: Compressed: TestCompressSwift:rclone-test-kelijaq2waxu: 1 files missing 2025/05/10 05:29:01 NOTICE: 1 hashes missing 2025/05/10 05:29:01 NOTICE: Compressed: TestCompressSwift:rclone-test-kelijaq2waxu: 2 differences found 2025/05/10 05:29:01 NOTICE: Compressed: TestCompressSwift:rclone-test-kelijaq2waxu: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/05/10 05:29:06 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/10 05:29:06 NOTICE: Compressed: TestCompressSwift:rclone-test-kelijaq2waxu: 0 differences found 2025/05/10 05:29:06 NOTICE: Compressed: TestCompressSwift:rclone-test-kelijaq2waxu: 1 matching files 2025/05/10 05:29:06 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-janeguk1kala" 2025/05/10 05:29:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/10 05:29:07 DEBUG : Swift container rclone-test-janeguk1kala.json: Auto set use_segments_container to true 2025/05/10 05:29:07 DEBUG : Swift container rclone-test-janeguk1kala: Auto set use_segments_container to true 2025/05/10 05:29:07 DEBUG : Creating backend with remote "/tmp/rclone1887444420" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-janeguk1kala", Local "Local file system at /tmp/rclone1887444420", Modify Window "1ns" 2025/05/10 05:29:07 INFO : Swift container rclone-test-janeguk1kala: Container "rclone-test-janeguk1kala" created both checkfile vs. NFCx2 remote (without normalization) 2025/05/10 05:29:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/10 05:29:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-janeguk1kala 2025/05/10 05:29:23 NOTICE: Compressed: TestCompressSwift:rclone-test-janeguk1kala: 1 files missing 2025/05/10 05:29:23 NOTICE: 1 hashes missing 2025/05/10 05:29:23 NOTICE: Compressed: TestCompressSwift:rclone-test-janeguk1kala: 2 differences found 2025/05/10 05:29:23 NOTICE: Compressed: TestCompressSwift:rclone-test-janeguk1kala: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/05/10 05:29:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/10 05:29:34 NOTICE: Compressed: TestCompressSwift:rclone-test-janeguk1kala: 0 differences found 2025/05/10 05:29:34 NOTICE: Compressed: TestCompressSwift:rclone-test-janeguk1kala: 1 matching files 2025/05/10 05:29:34 DEBUG : Compressed: TestCompressSwift:rclone-test-janeguk1kala: Purge remote 2025/05/10 05:29:34 DEBUG : Waiting for deletions to finish 2025/05/10 05:29:39 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/10 05:29:44 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/10 05:29:44 INFO : Swift container rclone-test-janeguk1kala: Container "rclone-test-janeguk1kala" removed 2025/05/10 05:29:44 DEBUG : Compressed: TestCompressSwift:rclone-test-kelijaq2waxu: Purge remote 2025/05/10 05:29:44 DEBUG : Waiting for deletions to finish 2025/05/10 05:29:45 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/10 05:29:55 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/10 05:29:55 INFO : Swift container rclone-test-kelijaq2waxu: Container "rclone-test-kelijaq2waxu" removed 2025/05/10 05:29:55 DEBUG : Compressed: TestCompressSwift:rclone-test-xotoruz0runi: Purge remote 2025/05/10 05:29:55 DEBUG : Waiting for deletions to finish 2025/05/10 05:30:00 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/10 05:30:05 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/10 05:30:06 INFO : Swift container rclone-test-xotoruz0runi: Container "rclone-test-xotoruz0runi" removed 2025/05/10 05:30:06 DEBUG : Compressed: TestCompressSwift:rclone-test-jimepuj3sifo: Purge remote 2025/05/10 05:30:06 DEBUG : Waiting for deletions to finish 2025/05/10 05:30:11 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/10 05:30:16 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/10 05:30:16 INFO : Swift container rclone-test-jimepuj3sifo: Container "rclone-test-jimepuj3sifo" removed 2025/05/10 05:30:16 DEBUG : Compressed: TestCompressSwift:rclone-test-pufitoq9rone: Purge remote 2025/05/10 05:30:16 DEBUG : Waiting for deletions to finish 2025/05/10 05:30:16 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/05/10 05:30:21 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/05/10 05:30:22 INFO : Swift container rclone-test-pufitoq9rone: Container "rclone-test-pufitoq9rone" removed 2025/05/10 05:30:22 DEBUG : Compressed: TestCompressSwift:rclone-test-hiqokod8dome: Purge remote 2025/05/10 05:30:22 DEBUG : Waiting for deletions to finish 2025/05/10 05:30:22 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/05/10 05:30:27 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/05/10 05:30:27 INFO : Swift container rclone-test-hiqokod8dome: Container "rclone-test-hiqokod8dome" removed 2025/05/10 05:30:27 DEBUG : Compressed: TestCompressSwift:rclone-test-ziwicur5zaci: Purge remote 2025/05/10 05:30:27 DEBUG : Waiting for deletions to finish 2025/05/10 05:30:27 INFO : HELLO, WORLD!.json: Deleted 2025/05/10 05:30:28 INFO : HELLO, WORLD!.bin: Deleted 2025/05/10 05:30:28 INFO : Swift container rclone-test-ziwicur5zaci: Container "rclone-test-ziwicur5zaci" removed 2025/05/10 05:30:28 DEBUG : Compressed: TestCompressSwift:rclone-test-zanunin3lawu: Purge remote 2025/05/10 05:30:28 DEBUG : Waiting for deletions to finish 2025/05/10 05:30:28 INFO : HeLlO, wOrLd!.bin: Deleted 2025/05/10 05:30:33 INFO : HeLlO, wOrLd!.json: Deleted 2025/05/10 05:30:34 INFO : Swift container rclone-test-zanunin3lawu: Container "rclone-test-zanunin3lawu" removed 2025/05/10 05:30:34 DEBUG : Compressed: TestCompressSwift:rclone-test-natahok4fuwi: Purge remote 2025/05/10 05:30:34 DEBUG : Waiting for deletions to finish 2025/05/10 05:30:34 INFO : HELLO, WORLD!.bin: Deleted 2025/05/10 05:30:39 INFO : HELLO, WORLD!.json: Deleted 2025/05/10 05:30:39 INFO : Swift container rclone-test-natahok4fuwi: Container "rclone-test-natahok4fuwi" removed 2025/05/10 05:30:39 DEBUG : Compressed: TestCompressSwift:rclone-test-hihageg8godu: Purge remote 2025/05/10 05:30:39 DEBUG : Waiting for deletions to finish 2025/05/10 05:30:39 INFO : hello, world!.bin: Deleted 2025/05/10 05:30:39 INFO : hello, world!.json: Deleted 2025/05/10 05:30:40 INFO : Swift container rclone-test-hihageg8godu: Container "rclone-test-hihageg8godu" removed --- PASS: TestApplyTransforms (247.33s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" 2025/05/10 05:30:45 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/10 05:30:51 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/10 05:30:51 INFO : file1: Copied (new) to: sub/file2 2025/05/10 05:30:51 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/10 05:30:51 DEBUG : file1: Unchanged skipping 2025/05/10 05:30:51 DEBUG : Compressed: TestCompressSwift:rclone-test-walolad3vamo: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (12.16s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.10s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" 2025/05/10 05:31:23 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-walolad3vamo/backup" 2025/05/10 05:31:23 DEBUG : Swift container rclone-test-walolad3vamo path backup.json: Auto set use_segments_container to true 2025/05/10 05:31:29 DEBUG : Swift container rclone-test-walolad3vamo path backup: Auto set use_segments_container to true 2025/05/10 05:31:34 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/10 05:32:01 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/05/10 05:32:01 INFO : dst/file1: Copied (server-side copy) 2025/05/10 05:32:11 INFO : dst/file1: Deleted 2025/05/10 05:32:26 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/10 05:32:26 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (130.35s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" 2025/05/10 05:33:02 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-walolad3vamo/dst" 2025/05/10 05:33:03 DEBUG : Swift container rclone-test-walolad3vamo path dst.json: Auto set use_segments_container to true 2025/05/10 05:33:08 DEBUG : Swift container rclone-test-walolad3vamo path dst: Auto set use_segments_container to true 2025/05/10 05:33:19 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-walolad3vamo/CompareDest" 2025/05/10 05:33:19 DEBUG : Swift container rclone-test-walolad3vamo path CompareDest.json: Auto set use_segments_container to true 2025/05/10 05:33:25 DEBUG : Swift container rclone-test-walolad3vamo path CompareDest: Auto set use_segments_container to true 2025/05/10 05:33:30 DEBUG : one: Need to transfer - File not found at Destination 2025/05/10 05:33:46 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/10 05:33:46 INFO : one: Copied (new) 2025/05/10 05:33:52 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/10 05:34:02 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/10 05:34:02 INFO : one: Copied (replaced existing) 2025/05/10 05:34:25 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/10 05:34:30 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/10 05:34:30 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/10 05:34:57 DEBUG : two: Need to transfer - File not found at Destination 2025/05/10 05:34:57 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/10 05:34:57 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/10 05:35:13 DEBUG : two: Need to transfer - File not found at Destination 2025/05/10 05:35:13 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/10 05:35:13 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/10 05:35:34 DEBUG : two: Need to transfer - File not found at Destination 2025/05/10 05:35:34 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/05/10 05:35:40 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/05/10 05:35:40 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (189.50s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" 2025/05/10 05:36:12 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-walolad3vamo/dst" 2025/05/10 05:36:12 DEBUG : Config file has changed externally - reloading 2025/05/10 05:36:12 DEBUG : Swift container rclone-test-walolad3vamo path dst.json: Auto set use_segments_container to true 2025/05/10 05:36:18 DEBUG : Swift container rclone-test-walolad3vamo path dst: Auto set use_segments_container to true 2025/05/10 05:36:28 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-walolad3vamo/CopyDest" 2025/05/10 05:36:28 DEBUG : Swift container rclone-test-walolad3vamo path CopyDest.json: Auto set use_segments_container to true 2025/05/10 05:36:34 DEBUG : Swift container rclone-test-walolad3vamo path CopyDest: Auto set use_segments_container to true 2025/05/10 05:36:39 DEBUG : one: Need to transfer - File not found at Destination 2025/05/10 05:36:55 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/10 05:36:55 INFO : one: Copied (new) 2025/05/10 05:37:00 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/10 05:37:11 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/10 05:37:11 INFO : one: Copied (replaced existing) 2025/05/10 05:37:33 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-walolad3vamo/BackupDir" 2025/05/10 05:37:33 DEBUG : Swift container rclone-test-walolad3vamo path BackupDir.json: Auto set use_segments_container to true 2025/05/10 05:37:39 DEBUG : Swift container rclone-test-walolad3vamo path BackupDir: Auto set use_segments_container to true 2025/05/10 05:37:44 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/10 05:37:49 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/10 05:37:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/10 05:38:20 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/10 05:38:20 INFO : one: Copied (server-side copy) 2025/05/10 05:38:26 INFO : one: Deleted 2025/05/10 05:38:51 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/10 05:38:51 INFO : one: Copied (server-side copy) 2025/05/10 05:38:51 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/05/10 05:39:19 DEBUG : two: Need to transfer - File not found at Destination 2025/05/10 05:39:19 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/10 05:39:35 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/05/10 05:39:35 INFO : two: Copied (server-side copy) 2025/05/10 05:39:35 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/05/10 05:39:46 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/10 05:39:46 DEBUG : two: Unchanged skipping 2025/05/10 05:40:24 DEBUG : three: Need to transfer - File not found at Destination 2025/05/10 05:40:24 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/05/10 05:40:24 DEBUG : three: Destination not found in --copy-dest 2025/05/10 05:40:39 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/05/10 05:40:39 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (326.15s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.16s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.21s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" 2025/05/10 05:41:44 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/05/10 05:41:54 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/10 05:41:54 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/05/10 05:42:00 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/05/10 05:42:06 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/05/10 05:42:06 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy2.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-walolad3vamo/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/05/10 05:42:11 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/05/10 05:42:22 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/05/10 05:42:37 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 49d9146fed7d8e75204a46b94cf039d3 OK 2025/05/10 05:42:37 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (79.98s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.20s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.20s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.20s) === RUN TestDeduplicateFirst run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.20s) === RUN TestDeduplicateNewest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.20s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" 2025/05/10 05:44:13 INFO : Compressed: TestCompressSwift:rclone-test-walolad3vamo: Looking for duplicate md5 hashes using newest mode. 2025/05/10 05:44:29 NOTICE: ab0dd1ad9a596c32ca06a434f677f475: Found 3 files with duplicate md5 hashes 2025/05/10 05:44:44 INFO : one: Deleted 2025/05/10 05:44:49 INFO : also/one: Deleted 2025/05/10 05:44:49 NOTICE: ab0dd1ad9a596c32ca06a434f677f475: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (136.05s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.19s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.18s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.17s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.20s) === RUN TestMergeDirs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.20s) === RUN TestListDirSorted run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" 2025/05/10 05:47:09 DEBUG : a.txt: Excluded (Size Filter) 2025/05/10 05:47:09 DEBUG : a.txt: Excluded 2025/05/10 05:47:10 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/10 05:47:10 DEBUG : sub dir/hello world: Excluded 2025/05/10 05:47:10 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/10 05:47:10 DEBUG : sub dir/hello world2: Excluded 2025/05/10 05:47:10 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/10 05:47:10 DEBUG : sub dir/hello world: Excluded 2025/05/10 05:47:10 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/10 05:47:10 DEBUG : sub dir/hello world2: Excluded 2025/05/10 05:47:15 DEBUG : sub dir/ignore dir: Excluded 2025/05/10 05:47:20 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (176.60s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" 2025/05/10 05:49:42 DEBUG : a.txt: Excluded (Size Filter) 2025/05/10 05:49:42 DEBUG : a.txt: Excluded 2025/05/10 05:49:43 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/10 05:49:43 DEBUG : sub dir/hello world: Excluded 2025/05/10 05:49:43 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/10 05:49:43 DEBUG : sub dir/hello world2: Excluded 2025/05/10 05:49:43 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/10 05:49:43 DEBUG : sub dir/hello world: Excluded 2025/05/10 05:49:43 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/10 05:49:43 DEBUG : sub dir/hello world2: Excluded 2025/05/10 05:49:43 DEBUG : sub dir/ignore dir: Excluded 2025/05/10 05:49:48 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (157.66s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes === RUN TestListJSON/Metadata --- PASS: TestListJSON (34.57s) --- PASS: TestListJSON/Default (0.21s) --- PASS: TestListJSON/FilesOnly (0.19s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (0.41s) --- PASS: TestListJSON/SubDir (0.20s) --- PASS: TestListJSON/NoModTime (0.15s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (0.19s) --- PASS: TestListJSON/HashTypes (0.20s) --- PASS: TestListJSON/Metadata (0.20s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/05/10 05:52:08 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-walolad3vamo/notfound" 2025/05/10 05:52:08 DEBUG : Config file has changed externally - reloading 2025/05/10 05:52:08 DEBUG : Swift container rclone-test-walolad3vamo path notfound.json: Auto set use_segments_container to true 2025/05/10 05:52:14 DEBUG : Swift container rclone-test-walolad3vamo path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (59.89s) --- PASS: TestStatJSON/Root (0.05s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.12s) --- PASS: TestStatJSON/Dir (5.17s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.10s) --- PASS: TestStatJSON/File (5.15s) --- PASS: TestStatJSON/NotFound (5.20s) --- PASS: TestStatJSON/DirFilesOnly (5.05s) --- PASS: TestStatJSON/FileFilesOnly (0.14s) --- PASS: TestStatJSON/NotFoundFilesOnly (5.05s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.10s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (11.17s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" 2025/05/10 05:52:25 INFO : Compressed: TestCompressSwift:rclone-test-walolad3vamo: Making directory 2025/05/10 05:52:25 INFO : Compressed: TestCompressSwift:rclone-test-walolad3vamo: Making directory --- PASS: TestMkdir (0.25s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" --- PASS: TestLsd (21.31s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" --- PASS: TestLs (71.79s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" 2025/05/10 05:54:44 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/05/10 05:54:44 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (81.91s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" --- PASS: TestLsLong (66.76s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (82.15s) --- PASS: TestHashSums/Md5 (0.26s) --- PASS: TestHashSums/Md5Download (10.27s) === RUN TestHashSumsWithErrors 2025/05/10 05:57:49 DEBUG : Creating backend with remote ":memory:" 2025/05/10 05:57:49 DEBUG : Config file has changed externally - reloading 2025/05/10 05:57:49 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/05/10 05:57:49 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/10 05:57:49 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/10 05:57:49 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/10 05:57:49 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/10 05:57:49 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/10 05:57:49 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/10 05:57:49 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/05/10 05:57: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-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" --- PASS: TestCount (93.50s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" 2025/05/10 05:59:57 DEBUG : Waiting for deletions to finish 2025/05/10 05:59:57 DEBUG : large: Excluded (Size Filter) 2025/05/10 06:00:02 INFO : medium: Deleted 2025/05/10 06:00:07 INFO : small: Deleted --- PASS: TestDelete (60.96s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" 2025/05/10 06:01:05 DEBUG : Waiting for deletions to finish 2025/05/10 06:01:05 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/05/10 06:01:11 INFO : medium: Deleted 2025/05/10 06:01:11 INFO : large: Deleted --- PASS: TestMaxDelete (58.37s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" 2025/05/10 06:01:59 DEBUG : Waiting for deletions to finish 2025/05/10 06:01:59 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/05/10 06:02:04 INFO : medium: Deleted 2025/05/10 06:02:09 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (58.51s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" 2025/05/10 06:02:58 DEBUG : Waiting for deletions to finish 2025/05/10 06:02:58 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/05/10 06:03:03 INFO : medium: Deleted 2025/05/10 06:03:08 INFO : large: Deleted --- PASS: TestMaxDeleteSize (53.43s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" --- PASS: TestReadFile (55.34s) === RUN TestRetry 2025/05/10 06:04:09 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/05/10 06:04:09 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/05/10 06:04:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/10 06:04:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/10 06:04:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/10 06:04:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/10 06:04:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" --- PASS: TestCat (39.74s) === RUN TestPurge 2025/05/10 06:04:49 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-furaqar5voxe" 2025/05/10 06:04:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/10 06:04:49 DEBUG : Swift container rclone-test-furaqar5voxe.json: Auto set use_segments_container to true 2025/05/10 06:04:50 DEBUG : Swift container rclone-test-furaqar5voxe: Auto set use_segments_container to true 2025/05/10 06:04:50 DEBUG : Creating backend with remote "/tmp/rclone2661521107" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-furaqar5voxe", Local "Local file system at /tmp/rclone2661521107", Modify Window "1ns" 2025/05/10 06:04:50 INFO : Swift container rclone-test-furaqar5voxe: Container "rclone-test-furaqar5voxe" created 2025/05/10 06:05:32 INFO : A2: Making directory 2025/05/10 06:05:32 INFO : A1/B2: Making directory 2025/05/10 06:05:32 INFO : A1/B2/C2: Making directory 2025/05/10 06:05:32 INFO : A1/B1/C3: Making directory 2025/05/10 06:05:32 INFO : A3: Making directory 2025/05/10 06:05:32 INFO : A3/B3: Making directory 2025/05/10 06:05:32 INFO : A3/B3/C4: Making directory fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A1/B1/C3" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" fstest.go:244: Filtering empty directory "A3/B3/C4" 2025/05/10 06:05:43 DEBUG : Waiting for deletions to finish 2025/05/10 06:05:43 INFO : A1/B1/C1/one.json: Deleted 2025/05/10 06:05:53 INFO : A1/B1/C1/one.bin: Deleted fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" fstest.go:244: Filtering empty directory "A3/B3/C4" 2025/05/10 06:05:53 DEBUG : Waiting for deletions to finish 2025/05/10 06:05:53 INFO : A1/two.json: Deleted 2025/05/10 06:05:58 INFO : A1/two.bin: Deleted 2025/05/10 06:05:59 INFO : Swift container rclone-test-furaqar5voxe: Container "rclone-test-furaqar5voxe" removed 2025/05/10 06:05:59 DEBUG : Compressed: TestCompressSwift:rclone-test-furaqar5voxe: Purge remote 2025/05/10 06:05:59 DEBUG : Waiting for deletions to finish 2025/05/10 06:05:59 NOTICE: purge failed: directory not found --- PASS: TestPurge (69.75s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" 2025/05/10 06:06:15 INFO : A2: Making directory 2025/05/10 06:06:15 INFO : A1/B2: Making directory 2025/05/10 06:06:15 INFO : A1/B2/C2: Making directory 2025/05/10 06:06:15 INFO : A1/B1/C3: Making directory 2025/05/10 06:06:15 INFO : A3: Making directory 2025/05/10 06:06:15 INFO : A3/B3: Making directory 2025/05/10 06:06:15 INFO : A3/B3/C4: Making directory fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A1/B1/C3" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" fstest.go:244: Filtering empty directory "A3/B3/C4" 2025/05/10 06:06:31 DEBUG : removing 1 level 3 directories 2025/05/10 06:06:31 INFO : A3/B3/C4: Removing directory fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A1/B1/C3" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" 2025/05/10 06:07:15 DEBUG : removing 1 level 0 directories 2025/05/10 06:07:15 INFO : Compressed: TestCompressSwift:rclone-test-walolad3vamo: Removing directory 2025/05/10 06:07:15 INFO : Swift container rclone-test-walolad3vamo: Container "rclone-test-walolad3vamo" removed --- PASS: TestRmdirsNoLeaveRoot (76.12s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" 2025/05/10 06:07:15 INFO : Swift container rclone-test-walolad3vamo: Container "rclone-test-walolad3vamo" created 2025/05/10 06:07:15 INFO : A1: Making directory 2025/05/10 06:07:15 INFO : A1/B1: Making directory 2025/05/10 06:07:15 INFO : A1/B1/C1: Making directory fstest.go:244: Filtering empty directory "A1" fstest.go:244: Filtering empty directory "A1/B1" fstest.go:244: Filtering empty directory "A1/B1/C1" fstest.go:244: Filtering empty directory "A1" --- PASS: TestRmdirsLeaveRoot (0.54s) === RUN TestRmdirsWithFilter run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" 2025/05/10 06:07:16 INFO : A1: Making directory 2025/05/10 06:07:16 INFO : A1/B1: Making directory 2025/05/10 06:07:16 INFO : A1/B1/C1: Making directory fstest.go:244: Filtering empty directory "A1" fstest.go:244: Filtering empty directory "A1/B1" fstest.go:244: Filtering empty directory "A1/B1/C1" fstest.go:244: Filtering empty directory "A1" --- PASS: TestRmdirsWithFilter (0.24s) === RUN TestCopyURL run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" 2025/05/10 06:07:37 DEBUG : filename.txt: File name found in url 2025/05/10 06:07:48 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (61.02s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" 2025/05/10 06:08:22 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/10 06:08:27 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/10 06:08:27 INFO : file1: Copied (new) to: sub/file2 2025/05/10 06:08:27 INFO : file1: Deleted 2025/05/10 06:08:28 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/10 06:08:28 DEBUG : file1: Unchanged skipping 2025/05/10 06:08:28 INFO : file1: Deleted 2025/05/10 06:08:28 DEBUG : Compressed: TestCompressSwift:rclone-test-walolad3vamo: don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (11.68s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" 2025/05/10 06:08:34 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/10 06:08:47 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/10 06:08:47 INFO : file1: Copied (new) 2025/05/10 06:08:47 INFO : file1: Deleted 2025/05/10 06:08:47 DEBUG : file1: Destination exists, skipping 2025/05/10 06:08:47 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (24.46s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFile (0.20s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.20s) === RUN TestMoveFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-walolad3vamo", Local "Local file system at /tmp/rclone3920023046", Modify Window "1ns" 2025/05/10 06:09:19 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-walolad3vamo/backup" 2025/05/10 06:09:19 DEBUG : Config file has changed externally - reloading 2025/05/10 06:09:20 DEBUG : Swift container rclone-test-walolad3vamo path backup.json: Auto set use_segments_container to true 2025/05/10 06:09:25 DEBUG : Swift container rclone-test-walolad3vamo path backup: Auto set use_segments_container to true 2025/05/10 06:09:30 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/10 06:10:04 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/05/10 06:10:04 INFO : dst/file1: Copied (server-side copy) 2025/05/10 06:10:14 INFO : dst/file1: Deleted panic: test timed out after 1h0m0s running tests: TestMoveFileBackupDir (1m32s) goroutine 9480 [running]: testing.(*M).startAlarm.func1() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2373 +0x385 created by time.goFunc /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/time/sleep.go:215 +0x2d goroutine 1 [chan receive]: testing.(*T).Run(0xc00035a1a0, {0x26138d6?, 0x0?}, 0x2738080) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1751 +0x3ab testing.runTests.func1(0xc00035a1a0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2168 +0x37 testing.tRunner(0xc00035a1a0, 0xc000803c18) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 testing.runTests(0xc000b46ac8, {0x3d238a0, 0x6d, 0x6d}, {0x3d38300?, 0x1?, 0x3d38300?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2166 +0x43d testing.(*M).Run(0xc000733a40) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2034 +0x64a github.com/rclone/rclone/fstest.TestMain(0xc000733a40) /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 3058 [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 2790 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 26 [syscall, 60 minutes]: os/signal.signal_recv() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/sigqueue.go:152 +0x29 os/signal.loop() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/os/signal/signal_unix.go:23 +0x13 created by os/signal.Notify.func1.1 in goroutine 1 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/os/signal/signal.go:151 +0x1f goroutine 27 [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 9342 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc000784a80, 0xc0000c0780, 0xc0009f6a00) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc000784a80, {0x2a15f00, 0xc00088a990}, {0xc000abe000, 0x4f}, {{0xc000699e60, 0x18}, {0xc000699e79, 0xe}, {0x25df62f, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc000784a80, {0x2a15f00, 0xc00088a990}, {{0xc000699e60, 0x18}, {0xc000699e79, 0xe}, {0x25df62f, 0x3}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).objectPut(0xc000784a80, {0x2a15f00, 0xc00088a990}, {0xc000699e60, 0x18}, {0xc000699e79, 0xe}, {0x29ee5a0, 0xc000691800}, 0x1, ...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:1568 +0x1f5 github.com/ncw/swift/v2.(*Connection).ObjectPut(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:1614 github.com/rclone/rclone/backend/swift.(*Object).Update.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1559 +0xb0 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0x1, 0xc000356b00?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc000b81020, 0xc000356b00, 0x1) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).CallNoRetry(...) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:225 github.com/rclone/rclone/backend/swift.(*Object).Update(0xc0000c0720, {0x2a15f00, 0xc00088a990}, {0x29ee5a0, 0xc000691800}, {0x2a20a30, 0xc000691830}, {0xc000069ef0, 0x1, 0x1}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1558 +0x7cb github.com/rclone/rclone/backend/swift.(*Fs).Put(0xc000105880, {0x2a15f00, 0xc00088a990}, {0x29ee5a0, 0xc000691800}, {0x2a20a30, 0xc000691830}, {0xc000069ef0, 0x1, 0x1}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:937 +0x139 github.com/rclone/rclone/backend/compress.(*Fs).putMetadata(0xc000810300, {0x2a15f00, 0xc00088a990}, 0x19?, {0x7f41f4826278, 0xc00153af00}, {0xc000069ef0, 0x1, 0x1}, 0xc0008775a8) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:696 +0x1e6 github.com/rclone/rclone/backend/compress.(*Fs).putWithCustomFunctions(0xc000810300, {0x2a15f00, 0xc00088a990}, {0x29eedc0?, 0xc000b07248?}, {0x7f41f4826278, 0xc00153af00}, {0xc000069ef0, 0x1, 0x1}, ...) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:729 +0x15b github.com/rclone/rclone/backend/compress.(*Fs).Put(0xc000810300, {0x2a15f00, 0xc00088a990}, {0x29ee540, 0xc00085eb00}, {0x7f41f4826278, 0xc00153af00}, {0xc000069ef0, 0x1, 0x1}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:758 +0x266 github.com/rclone/rclone/fs/operations.(*copy).updateOrPut(0xc000675710, {0x2a15f00, 0xc00088a990}, {0x2a01748?, 0xc0007cc0e0?}, {0xc000069ef0, 0x1, 0x1}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:217 +0x226 github.com/rclone/rclone/fs/operations.(*copy).manualCopy(0xc000675710, {0x2a15f00, 0xc00088a990}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:270 +0x6d8 github.com/rclone/rclone/fs/operations.(*copy).copy(0xc000675710, {0x2a15f00, 0xc00088a990}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:310 +0x176 github.com/rclone/rclone/fs/operations.Copy({0x2a15f00, 0xc00088a990}, {0x2a2a380, 0xc000810300}, {0x0, 0x0}, {0x25f02b8, 0x9}, {0x2a2b650, 0xc00153af00}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:412 +0x493 github.com/rclone/rclone/fs/operations.move({0x2a15f00, 0xc00088a990}, {0x2a2a380, 0xc000810300}, {0x0, 0x0}, {0x25f02b8, 0x9}, {0x2a2b650, 0xc00153af00}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:491 +0x989 github.com/rclone/rclone/fs/operations.MoveTransfer({0x2a15f00?, 0xc00088a990?}, {0x2a2a380?, 0xc000810300?}, {0x0?, 0x0?}, {0x25f02b8?, 0x2a2a3f0?}, {0x2a2b650, 0xc00153af00}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:422 +0x65 github.com/rclone/rclone/fs/operations.moveOrCopyFile({0x2a15f00, 0xc00088a990}, {0x2a2a380, 0xc000810300}, {0x2a2b5e0, 0xc000abc140}, {0x25f02b8, 0x9}, {0x25f02b8, 0x9}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2092 +0xcf1 github.com/rclone/rclone/fs/operations.MoveFile(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2109 github.com/rclone/rclone/fs/operations_test.TestMoveFileBackupDir(0xc00035a680) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1051 +0x42c testing.tRunner(0xc00035a680, 0x2738080) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 created by testing.(*T).Run in goroutine 1 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1743 +0x390 goroutine 3552 [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 2790 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8147 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc00034e1c0) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:343 +0x13d created by github.com/rclone/rclone/fs/accounting.(*StatsInfo)._startAverageLoop in goroutine 8146 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:408 +0xb6 goroutine 8666 [select]: net/http.(*persistConn).writeLoop(0xc000a73e60) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2519 +0xe7 created by net/http.(*Transport).dialConn in goroutine 8636 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 648 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 639 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2886 [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 2790 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1050 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1040 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1499 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1489 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3361 [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 2790 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 2968 [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 2790 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9423 [select]: net/http.(*persistConn).writeLoop(0xc00086e120) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2519 +0xe7 created by net/http.(*Transport).dialConn in goroutine 9417 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 169 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 47 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3489 [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 2790 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 220 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 210 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1092 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1066 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1369 [chan receive (nil chan), 54 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1343 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 798 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 788 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 295 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 269 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 566 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 508 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 348 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 338 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1200 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1190 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1305 [chan receive (nil chan), 54 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1215 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 754 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 744 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1481 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1439 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 436 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 426 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3119 [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 2790 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 718 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 708 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 518 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 476 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3196 [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 2790 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3311 [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 2790 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 2791 [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 2790 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9422 [IO wait]: internal/poll.runtime_pollWait(0x7f41f6ac2468, 0x72) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc000810380?, 0xc000b08000?, 0x0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc000810380, {0xc000b08000, 0x1980, 0x1980}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc000810380, {0xc000b08000?, 0xc000ad2550?, 0x2?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc0006061d0, {0xc000b08000?, 0x3d38300?, 0xc0005fc9d0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/net.go:189 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000012ba0, {0xc000b08000?, 0x18?, 0x7f423e595fa8?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000013020, {0xc000b08000?, 0x0?, 0xc000013020?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc000ad2638, {0x29f0060, 0xc000013020}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc000ad2388, {0x7f41f4748c98, 0xc000012ba0}, 0xc0005fca40?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc000ad2388, 0x0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:629 +0x3cf crypto/tls.(*Conn).readRecord(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:591 crypto/tls.(*Conn).Read(0xc000ad2388, {0xc000b4c000, 0x1000, 0xc0006e2108?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:1385 +0x150 net/http.(*persistConn).Read(0xc00086e120, {0xc000b4c000?, 0x81d5e5?, 0x2159720?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2052 +0x4a bufio.(*Reader).fill(0xc000789320) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:110 +0x103 bufio.(*Reader).Peek(0xc000789320, 0x1) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:148 +0x53 net/http.(*persistConn).readLoop(0xc00086e120) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2205 +0x185 created by net/http.(*Transport).dialConn in goroutine 9417 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 1416 [chan receive (nil chan), 54 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1406 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1261 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1251 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 872 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 830 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 8665 [IO wait]: internal/poll.runtime_pollWait(0x7f41f6ac1f40, 0x72) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc0003b2480?, 0xc0001be600?, 0x0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc0003b2480, {0xc0001be600, 0x1980, 0x1980}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc0003b2480, {0xc0001be600?, 0xc000177350?, 0x2?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc000694188, {0xc0001be600?, 0x3d38300?, 0xc00199e9d0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/net.go:189 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc0001438c0, {0xc0001be600?, 0x18?, 0x2000?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000b07338, {0xc0001be600?, 0x0?, 0xc000b07338?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc000177438, {0x29f0060, 0xc000b07338}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc000177188, {0x7f41f4748c98, 0xc0001438c0}, 0xc00199ea40?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc000177188, 0x0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:629 +0x3cf crypto/tls.(*Conn).readRecord(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:591 crypto/tls.(*Conn).Read(0xc000177188, {0xc000aca000, 0x1000, 0xc000100508?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:1385 +0x150 net/http.(*persistConn).Read(0xc000a73e60, {0xc000aca000?, 0x81d5e5?, 0x2159720?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2052 +0x4a bufio.(*Reader).fill(0xc000a2d9e0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:110 +0x103 bufio.(*Reader).Peek(0xc000a2d9e0, 0x1) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:148 +0x53 net/http.(*persistConn).readLoop(0xc000a73e60) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2205 +0x185 created by net/http.(*Transport).dialConn in goroutine 8636 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 974 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 964 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 8519 [chan receive, 7 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 8518 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9451 [select]: net/http.(*persistConn).roundTrip(0xc000a73e60, 0xc00099d180) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2755 +0x7b0 net/http.(*Transport).roundTrip(0xc0003a9200, 0xc0009f6a00) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:644 +0xb91 net/http.(*Transport).RoundTrip(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/roundtrip.go:30 github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0xc00037d8f0, 0xc0009f6a00) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc0009f6a00, {0x29ef8e0, 0xc00037d8f0}, {0x7f41f48b7d01?, 0x7f41f48b7cb8?, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:259 +0x5e4 net/http.(*Client).send(0xc000ad00f0, 0xc0009f6a00, {0x470ef9?, 0xc00082a5f0?, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:180 +0x98 net/http.(*Client).do(0xc000ad00f0, 0xc0009f6a00) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:725 +0x8bc net/http.(*Client).Do(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:590 github.com/ncw/swift/v2.(*Connection).doTimeoutRequest.func1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:420 +0x2b created by github.com/ncw/swift/v2.(*Connection).doTimeoutRequest in goroutine 9342 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 9477 [select]: github.com/rclone/rclone/fs/accounting.(*Account).averageLoop(0xc00085eb00) /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 9342 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:119 +0x438 goroutine 9476 [chan receive]: github.com/rclone/rclone/backend/local.(*fadvise).worker(0xc000761180) /home/rclone/go/src/github.com/rclone/rclone/backend/local/fadvise_unix.go:114 +0x3f created by github.com/rclone/rclone/backend/local.newFadvise in goroutine 9342 /home/rclone/go/src/github.com/rclone/rclone/backend/local/fadvise_unix.go:74 +0x11f "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m0.689404974s (try 3/5): exit status 2: Failed []