"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 2/5) 2025/05/06 06:25:31 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-miyolez7zojo" 2025/05/06 06:25:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 06:25:31 DEBUG : Swift container rclone-test-miyolez7zojo.json: Auto set use_segments_container to true 2025/05/06 06:25:32 DEBUG : Swift container rclone-test-miyolez7zojo: Auto set use_segments_container to true 2025/05/06 06:25:32 DEBUG : Creating backend with remote "/tmp/rclone1255016575" === 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-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", 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-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.06s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/05/06 06:25:32 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/06 06:25:32 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/06 06:25:32 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/05/06 06:25:32 DEBUG : potato: Seek from 10 to 0 2025/05/06 06:25:32 DEBUG : potato: Seek from 10 to 0 2025/05/06 06:25:32 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/05/06 06:25:32 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/06 06:25:32 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/06 06:25:32 DEBUG : potato: Seek from 5 to 2 2025/05/06 06:25:32 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/05/06 06:25:32 DEBUG : potato: Seek from 7 to 0 2025/05/06 06:25:32 DEBUG : potato: Seek from 7 to 0 2025/05/06 06:25:32 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/05/06 06:25:32 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/06 06:25:32 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/06 06:25:32 DEBUG : potato: Seek from 5 to 2 2025/05/06 06:25:32 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/05/06 06:25:32 DEBUG : potato: Seek from 8 to 0 2025/05/06 06:25:32 DEBUG : potato: Seek from 8 to 0 2025/05/06 06:25:32 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/05/06 06:25:32 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/06 06:25:32 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/06 06:25:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/06 06:25:32 DEBUG : potato: Seek from 5 to 2 2025/05/06 06:25:32 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/05/06 06:25:32 DEBUG : potato: Seek from 9 to 0 2025/05/06 06:25:32 DEBUG : potato: Seek from 9 to 0 2025/05/06 06:25:32 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-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" 2025/05/06 06:25:33 INFO : Swift container rclone-test-miyolez7zojo: Container "rclone-test-miyolez7zojo" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (179.34s) --- PASS: TestCheck/1 (5.23s) --- PASS: TestCheck/2 (0.15s) --- PASS: TestCheck/3 (0.16s) --- PASS: TestCheck/4 (5.29s) --- PASS: TestCheck/5 (5.16s) --- PASS: TestCheck/6 (5.16s) --- PASS: TestCheck/7 (5.16s) === RUN TestCheckFsError 2025/05/06 06:28:32 DEBUG : Creating backend with remote "nonexistent" 2025/05/06 06:28:32 DEBUG : Creating backend with remote "nonexistent" 2025/05/06 06:28:32 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/05/06 06:28:32 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/05/06 06:28:32 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/05/06 06:28:32 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-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", 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 (186.84s) --- PASS: TestCheckDownload/1 (10.30s) --- PASS: TestCheckDownload/2 (10.19s) --- PASS: TestCheckDownload/3 (5.21s) --- PASS: TestCheckDownload/4 (10.20s) --- PASS: TestCheckDownload/5 (10.19s) --- PASS: TestCheckDownload/6 (5.22s) --- PASS: TestCheckDownload/7 (10.19s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", 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 (131.29s) --- PASS: TestCheckSizeOnly/1 (0.05s) --- PASS: TestCheckSizeOnly/2 (0.09s) --- PASS: TestCheckSizeOnly/3 (0.05s) --- PASS: TestCheckSizeOnly/4 (0.05s) --- PASS: TestCheckSizeOnly/5 (0.09s) --- PASS: TestCheckSizeOnly/6 (0.05s) --- PASS: TestCheckSizeOnly/7 (0.10s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" 2025/05/06 06:34:16 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/06 06:34:16 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/06 06:34:16 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/06 06:34:16 NOTICE: test.sum: 2 warning(s) suppressed... 2025/05/06 06:34:32 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/06 06:34:32 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/06 06:34:32 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/06 06:34:32 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (52.66s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" 2025/05/06 06:34:43 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-miyolez7zojo/data" 2025/05/06 06:34:43 DEBUG : Swift container rclone-test-miyolez7zojo path data.json: Auto set use_segments_container to true 2025/05/06 06:34:49 DEBUG : Swift container rclone-test-miyolez7zojo 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 (387.55s) --- PASS: TestCheckSum/subtest1 (5.54s) --- PASS: TestCheckSum/subtest2 (0.44s) --- PASS: TestCheckSum/subtest3 (10.48s) --- PASS: TestCheckSum/subtest4 (10.44s) --- PASS: TestCheckSum/subtest5 (15.44s) --- PASS: TestCheckSum/subtest6 (5.48s) --- PASS: TestCheckSum/subtest7 (5.61s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" 2025/05/06 06:41:10 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-miyolez7zojo/data" 2025/05/06 06:41:11 DEBUG : Swift container rclone-test-miyolez7zojo path data.json: Auto set use_segments_container to true 2025/05/06 06:41:16 DEBUG : Swift container rclone-test-miyolez7zojo 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 (390.34s) --- PASS: TestCheckSumDownload/subtest1 (5.53s) --- PASS: TestCheckSumDownload/subtest2 (10.54s) --- PASS: TestCheckSumDownload/subtest3 (15.50s) --- PASS: TestCheckSumDownload/subtest4 (0.43s) --- PASS: TestCheckSumDownload/subtest5 (5.43s) --- PASS: TestCheckSumDownload/subtest6 (20.42s) --- PASS: TestCheckSumDownload/subtest7 (5.65s) === RUN TestApplyTransforms 2025/05/06 06:47:40 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-zakujub5doko" 2025/05/06 06:47:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 06:47:41 DEBUG : Swift container rclone-test-zakujub5doko.json: Auto set use_segments_container to true 2025/05/06 06:47:42 DEBUG : Swift container rclone-test-zakujub5doko: Auto set use_segments_container to true 2025/05/06 06:47:42 DEBUG : Creating backend with remote "/tmp/rclone459629508" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-zakujub5doko", Local "Local file system at /tmp/rclone459629508", Modify Window "1ns" 2025/05/06 06:47:42 INFO : Swift container rclone-test-zakujub5doko: Container "rclone-test-zakujub5doko" created upper checkfile vs. lower remote (without normalization) 2025/05/06 06:47:53 ERROR : hello, world!: sum not found 2025/05/06 06:47:53 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-zakujub5doko 2025/05/06 06:47:53 NOTICE: Compressed: TestCompressSwift:rclone-test-zakujub5doko: 1 files missing 2025/05/06 06:47:53 NOTICE: 1 hashes missing 2025/05/06 06:47:53 NOTICE: Compressed: TestCompressSwift:rclone-test-zakujub5doko: 2 differences found 2025/05/06 06:47:53 NOTICE: Compressed: TestCompressSwift:rclone-test-zakujub5doko: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/05/06 06:47:53 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 06:47:53 NOTICE: Compressed: TestCompressSwift:rclone-test-zakujub5doko: 0 differences found 2025/05/06 06:47:53 NOTICE: Compressed: TestCompressSwift:rclone-test-zakujub5doko: 1 matching files 2025/05/06 06:47:53 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-larixaf2gaqe" 2025/05/06 06:47:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 06:47:54 DEBUG : Swift container rclone-test-larixaf2gaqe.json: Auto set use_segments_container to true 2025/05/06 06:47:54 DEBUG : Swift container rclone-test-larixaf2gaqe: Auto set use_segments_container to true 2025/05/06 06:47:54 DEBUG : Creating backend with remote "/tmp/rclone3861498156" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-larixaf2gaqe", Local "Local file system at /tmp/rclone3861498156", Modify Window "1ns" 2025/05/06 06:47:55 INFO : Swift container rclone-test-larixaf2gaqe: Container "rclone-test-larixaf2gaqe" created lower checkfile vs. upper remote (without normalization) 2025/05/06 06:48:06 ERROR : HELLO, WORLD!: sum not found 2025/05/06 06:48:06 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-larixaf2gaqe 2025/05/06 06:48:06 NOTICE: Compressed: TestCompressSwift:rclone-test-larixaf2gaqe: 1 files missing 2025/05/06 06:48:06 NOTICE: 1 hashes missing 2025/05/06 06:48:06 NOTICE: Compressed: TestCompressSwift:rclone-test-larixaf2gaqe: 2 differences found 2025/05/06 06:48:06 NOTICE: Compressed: TestCompressSwift:rclone-test-larixaf2gaqe: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/05/06 06:48:06 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 06:48:06 NOTICE: Compressed: TestCompressSwift:rclone-test-larixaf2gaqe: 0 differences found 2025/05/06 06:48:06 NOTICE: Compressed: TestCompressSwift:rclone-test-larixaf2gaqe: 1 matching files 2025/05/06 06:48:06 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gataquk2petu" 2025/05/06 06:48:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 06:48:07 DEBUG : Swift container rclone-test-gataquk2petu.json: Auto set use_segments_container to true 2025/05/06 06:48:07 DEBUG : Swift container rclone-test-gataquk2petu: Auto set use_segments_container to true 2025/05/06 06:48:07 DEBUG : Creating backend with remote "/tmp/rclone4140841437" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gataquk2petu", Local "Local file system at /tmp/rclone4140841437", Modify Window "1ns" 2025/05/06 06:48:08 INFO : Swift container rclone-test-gataquk2petu: Container "rclone-test-gataquk2petu" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/05/06 06:48:19 ERROR : HeLlO, wOrLd!: sum not found 2025/05/06 06:48:19 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-gataquk2petu 2025/05/06 06:48:19 NOTICE: Compressed: TestCompressSwift:rclone-test-gataquk2petu: 1 files missing 2025/05/06 06:48:19 NOTICE: 1 hashes missing 2025/05/06 06:48:19 NOTICE: Compressed: TestCompressSwift:rclone-test-gataquk2petu: 2 differences found 2025/05/06 06:48:19 NOTICE: Compressed: TestCompressSwift:rclone-test-gataquk2petu: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/05/06 06:48:24 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 06:48:24 NOTICE: Compressed: TestCompressSwift:rclone-test-gataquk2petu: 0 differences found 2025/05/06 06:48:24 NOTICE: Compressed: TestCompressSwift:rclone-test-gataquk2petu: 1 matching files 2025/05/06 06:48:24 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vobilip6luku" 2025/05/06 06:48:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 06:48:25 DEBUG : Swift container rclone-test-vobilip6luku.json: Auto set use_segments_container to true 2025/05/06 06:48:25 DEBUG : Swift container rclone-test-vobilip6luku: Auto set use_segments_container to true 2025/05/06 06:48:25 DEBUG : Creating backend with remote "/tmp/rclone3023780079" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vobilip6luku", Local "Local file system at /tmp/rclone3023780079", Modify Window "1ns" 2025/05/06 06:48:27 INFO : Swift container rclone-test-vobilip6luku: Container "rclone-test-vobilip6luku" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/05/06 06:48:33 ERROR : HELLO, WORLD!: sum not found 2025/05/06 06:48:33 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-vobilip6luku 2025/05/06 06:48:33 NOTICE: Compressed: TestCompressSwift:rclone-test-vobilip6luku: 1 files missing 2025/05/06 06:48:33 NOTICE: 1 hashes missing 2025/05/06 06:48:33 NOTICE: Compressed: TestCompressSwift:rclone-test-vobilip6luku: 2 differences found 2025/05/06 06:48:33 NOTICE: Compressed: TestCompressSwift:rclone-test-vobilip6luku: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/05/06 06:48:34 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 06:48:34 NOTICE: Compressed: TestCompressSwift:rclone-test-vobilip6luku: 0 differences found 2025/05/06 06:48:34 NOTICE: Compressed: TestCompressSwift:rclone-test-vobilip6luku: 1 matching files 2025/05/06 06:48:34 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-befegot5fano" 2025/05/06 06:48:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 06:48:34 DEBUG : Swift container rclone-test-befegot5fano.json: Auto set use_segments_container to true 2025/05/06 06:48:35 DEBUG : Swift container rclone-test-befegot5fano: Auto set use_segments_container to true 2025/05/06 06:48:35 DEBUG : Creating backend with remote "/tmp/rclone2242873873" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-befegot5fano", Local "Local file system at /tmp/rclone2242873873", Modify Window "1ns" 2025/05/06 06:48:35 INFO : Swift container rclone-test-befegot5fano: Container "rclone-test-befegot5fano" created NFD checkfile vs. NFC remote (without normalization) 2025/05/06 06:48:46 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/06 06:48:46 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-befegot5fano 2025/05/06 06:48:46 NOTICE: Compressed: TestCompressSwift:rclone-test-befegot5fano: 1 files missing 2025/05/06 06:48:46 NOTICE: 1 hashes missing 2025/05/06 06:48:46 NOTICE: Compressed: TestCompressSwift:rclone-test-befegot5fano: 2 differences found 2025/05/06 06:48:46 NOTICE: Compressed: TestCompressSwift:rclone-test-befegot5fano: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/05/06 06:48:46 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 06:48:46 NOTICE: Compressed: TestCompressSwift:rclone-test-befegot5fano: 0 differences found 2025/05/06 06:48:46 NOTICE: Compressed: TestCompressSwift:rclone-test-befegot5fano: 1 matching files 2025/05/06 06:48:46 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-zoxikad5xumi" 2025/05/06 06:48:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 06:48:47 DEBUG : Swift container rclone-test-zoxikad5xumi.json: Auto set use_segments_container to true 2025/05/06 06:48:48 DEBUG : Swift container rclone-test-zoxikad5xumi: Auto set use_segments_container to true 2025/05/06 06:48:48 DEBUG : Creating backend with remote "/tmp/rclone695627201" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-zoxikad5xumi", Local "Local file system at /tmp/rclone695627201", Modify Window "1ns" 2025/05/06 06:48:48 INFO : Swift container rclone-test-zoxikad5xumi: Container "rclone-test-zoxikad5xumi" created NFC checkfile vs. NFD remote (without normalization) 2025/05/06 06:49:04 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/06 06:49:04 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-zoxikad5xumi 2025/05/06 06:49:04 NOTICE: Compressed: TestCompressSwift:rclone-test-zoxikad5xumi: 1 files missing 2025/05/06 06:49:04 NOTICE: 1 hashes missing 2025/05/06 06:49:04 NOTICE: Compressed: TestCompressSwift:rclone-test-zoxikad5xumi: 2 differences found 2025/05/06 06:49:04 NOTICE: Compressed: TestCompressSwift:rclone-test-zoxikad5xumi: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/05/06 06:49:10 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 06:49:10 NOTICE: Compressed: TestCompressSwift:rclone-test-zoxikad5xumi: 0 differences found 2025/05/06 06:49:10 NOTICE: Compressed: TestCompressSwift:rclone-test-zoxikad5xumi: 1 matching files 2025/05/06 06:49:10 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-sujacoj3masi" 2025/05/06 06:49:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 06:49:10 DEBUG : Swift container rclone-test-sujacoj3masi.json: Auto set use_segments_container to true 2025/05/06 06:49:11 DEBUG : Swift container rclone-test-sujacoj3masi: Auto set use_segments_container to true 2025/05/06 06:49:11 DEBUG : Creating backend with remote "/tmp/rclone1211488753" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sujacoj3masi", Local "Local file system at /tmp/rclone1211488753", Modify Window "1ns" 2025/05/06 06:49:11 INFO : Swift container rclone-test-sujacoj3masi: Container "rclone-test-sujacoj3masi" created NFDx2 checkfile vs. both remote (without normalization) 2025/05/06 06:49:18 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/06 06:49:18 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-sujacoj3masi 2025/05/06 06:49:18 NOTICE: Compressed: TestCompressSwift:rclone-test-sujacoj3masi: 1 files missing 2025/05/06 06:49:18 NOTICE: 1 hashes missing 2025/05/06 06:49:18 NOTICE: Compressed: TestCompressSwift:rclone-test-sujacoj3masi: 2 differences found 2025/05/06 06:49:18 NOTICE: Compressed: TestCompressSwift:rclone-test-sujacoj3masi: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/05/06 06:49:18 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 06:49:18 NOTICE: Compressed: TestCompressSwift:rclone-test-sujacoj3masi: 0 differences found 2025/05/06 06:49:18 NOTICE: Compressed: TestCompressSwift:rclone-test-sujacoj3masi: 1 matching files 2025/05/06 06:49:18 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tacajih4siqo" 2025/05/06 06:49:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 06:49:19 DEBUG : Swift container rclone-test-tacajih4siqo.json: Auto set use_segments_container to true 2025/05/06 06:49:19 DEBUG : Swift container rclone-test-tacajih4siqo: Auto set use_segments_container to true 2025/05/06 06:49:19 DEBUG : Creating backend with remote "/tmp/rclone2307974619" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tacajih4siqo", Local "Local file system at /tmp/rclone2307974619", Modify Window "1ns" 2025/05/06 06:49:20 INFO : Swift container rclone-test-tacajih4siqo: Container "rclone-test-tacajih4siqo" created NFCx2 checkfile vs. both remote (without normalization) 2025/05/06 06:49:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/06 06:49:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-tacajih4siqo 2025/05/06 06:49:31 NOTICE: Compressed: TestCompressSwift:rclone-test-tacajih4siqo: 1 files missing 2025/05/06 06:49:31 NOTICE: 1 hashes missing 2025/05/06 06:49:31 NOTICE: Compressed: TestCompressSwift:rclone-test-tacajih4siqo: 2 differences found 2025/05/06 06:49:31 NOTICE: Compressed: TestCompressSwift:rclone-test-tacajih4siqo: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/05/06 06:49:31 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 06:49:31 NOTICE: Compressed: TestCompressSwift:rclone-test-tacajih4siqo: 0 differences found 2025/05/06 06:49:31 NOTICE: Compressed: TestCompressSwift:rclone-test-tacajih4siqo: 1 matching files 2025/05/06 06:49:31 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yoqovas6gijo" 2025/05/06 06:49:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 06:49:31 DEBUG : Swift container rclone-test-yoqovas6gijo.json: Auto set use_segments_container to true 2025/05/06 06:49:32 DEBUG : Swift container rclone-test-yoqovas6gijo: Auto set use_segments_container to true 2025/05/06 06:49:32 DEBUG : Creating backend with remote "/tmp/rclone393159614" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yoqovas6gijo", Local "Local file system at /tmp/rclone393159614", Modify Window "1ns" 2025/05/06 06:49:32 INFO : Swift container rclone-test-yoqovas6gijo: Container "rclone-test-yoqovas6gijo" created both checkfile vs. NFDx2 remote (without normalization) 2025/05/06 06:49:44 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/06 06:49:44 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-yoqovas6gijo 2025/05/06 06:49:44 NOTICE: Compressed: TestCompressSwift:rclone-test-yoqovas6gijo: 1 files missing 2025/05/06 06:49:44 NOTICE: 1 hashes missing 2025/05/06 06:49:44 NOTICE: Compressed: TestCompressSwift:rclone-test-yoqovas6gijo: 2 differences found 2025/05/06 06:49:44 NOTICE: Compressed: TestCompressSwift:rclone-test-yoqovas6gijo: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/05/06 06:49:44 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 06:49:44 NOTICE: Compressed: TestCompressSwift:rclone-test-yoqovas6gijo: 0 differences found 2025/05/06 06:49:44 NOTICE: Compressed: TestCompressSwift:rclone-test-yoqovas6gijo: 1 matching files 2025/05/06 06:49:44 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-foxixap1bida" 2025/05/06 06:49:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 06:49:45 DEBUG : Swift container rclone-test-foxixap1bida.json: Auto set use_segments_container to true 2025/05/06 06:49:45 DEBUG : Swift container rclone-test-foxixap1bida: Auto set use_segments_container to true 2025/05/06 06:49:45 DEBUG : Creating backend with remote "/tmp/rclone1812138290" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-foxixap1bida", Local "Local file system at /tmp/rclone1812138290", Modify Window "1ns" 2025/05/06 06:49:46 INFO : Swift container rclone-test-foxixap1bida: Container "rclone-test-foxixap1bida" created both checkfile vs. NFCx2 remote (without normalization) 2025/05/06 06:49:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/06 06:49:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-foxixap1bida 2025/05/06 06:49:57 NOTICE: Compressed: TestCompressSwift:rclone-test-foxixap1bida: 1 files missing 2025/05/06 06:49:57 NOTICE: 1 hashes missing 2025/05/06 06:49:57 NOTICE: Compressed: TestCompressSwift:rclone-test-foxixap1bida: 2 differences found 2025/05/06 06:49:57 NOTICE: Compressed: TestCompressSwift:rclone-test-foxixap1bida: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/05/06 06:49:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 06:49:57 NOTICE: Compressed: TestCompressSwift:rclone-test-foxixap1bida: 0 differences found 2025/05/06 06:49:57 NOTICE: Compressed: TestCompressSwift:rclone-test-foxixap1bida: 1 matching files 2025/05/06 06:49:57 DEBUG : Compressed: TestCompressSwift:rclone-test-foxixap1bida: Purge remote 2025/05/06 06:49:57 DEBUG : Waiting for deletions to finish 2025/05/06 06:49:58 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/06 06:50:08 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/06 06:50:09 INFO : Swift container rclone-test-foxixap1bida: Container "rclone-test-foxixap1bida" removed 2025/05/06 06:50:09 DEBUG : Compressed: TestCompressSwift:rclone-test-yoqovas6gijo: Purge remote 2025/05/06 06:50:09 DEBUG : Waiting for deletions to finish 2025/05/06 06:50:09 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/06 06:50:29 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/06 06:50:29 INFO : Swift container rclone-test-yoqovas6gijo: Container "rclone-test-yoqovas6gijo" removed 2025/05/06 06:50:29 DEBUG : Compressed: TestCompressSwift:rclone-test-tacajih4siqo: Purge remote 2025/05/06 06:50:29 DEBUG : Waiting for deletions to finish 2025/05/06 06:50:30 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/06 06:50:40 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/06 06:50:40 INFO : Swift container rclone-test-tacajih4siqo: Container "rclone-test-tacajih4siqo" removed 2025/05/06 06:50:40 DEBUG : Compressed: TestCompressSwift:rclone-test-sujacoj3masi: Purge remote 2025/05/06 06:50:40 DEBUG : Waiting for deletions to finish 2025/05/06 06:50:40 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/06 06:50:40 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/06 06:50:41 INFO : Swift container rclone-test-sujacoj3masi: Container "rclone-test-sujacoj3masi" removed 2025/05/06 06:50:41 DEBUG : Compressed: TestCompressSwift:rclone-test-zoxikad5xumi: Purge remote 2025/05/06 06:50:41 DEBUG : Waiting for deletions to finish 2025/05/06 06:50:46 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/05/06 06:50:51 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/05/06 06:50:51 INFO : Swift container rclone-test-zoxikad5xumi: Container "rclone-test-zoxikad5xumi" removed 2025/05/06 06:50:51 DEBUG : Compressed: TestCompressSwift:rclone-test-befegot5fano: Purge remote 2025/05/06 06:50:51 DEBUG : Waiting for deletions to finish 2025/05/06 06:50:52 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/05/06 06:50:57 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/05/06 06:50:57 INFO : Swift container rclone-test-befegot5fano: Container "rclone-test-befegot5fano" removed 2025/05/06 06:50:57 DEBUG : Compressed: TestCompressSwift:rclone-test-vobilip6luku: Purge remote 2025/05/06 06:50:57 DEBUG : Waiting for deletions to finish 2025/05/06 06:50:57 INFO : HELLO, WORLD!.json: Deleted 2025/05/06 06:50:57 INFO : HELLO, WORLD!.bin: Deleted 2025/05/06 06:50:57 INFO : Swift container rclone-test-vobilip6luku: Container "rclone-test-vobilip6luku" removed 2025/05/06 06:50:57 DEBUG : Compressed: TestCompressSwift:rclone-test-gataquk2petu: Purge remote 2025/05/06 06:50:57 DEBUG : Waiting for deletions to finish 2025/05/06 06:50:58 INFO : HeLlO, wOrLd!.json: Deleted 2025/05/06 06:51:08 INFO : HeLlO, wOrLd!.bin: Deleted 2025/05/06 06:51:08 INFO : Swift container rclone-test-gataquk2petu: Container "rclone-test-gataquk2petu" removed 2025/05/06 06:51:08 DEBUG : Compressed: TestCompressSwift:rclone-test-larixaf2gaqe: Purge remote 2025/05/06 06:51:08 DEBUG : Waiting for deletions to finish 2025/05/06 06:51:08 INFO : HELLO, WORLD!.bin: Deleted 2025/05/06 06:51:18 INFO : HELLO, WORLD!.json: Deleted 2025/05/06 06:51:18 INFO : Swift container rclone-test-larixaf2gaqe: Container "rclone-test-larixaf2gaqe" removed 2025/05/06 06:51:18 DEBUG : Compressed: TestCompressSwift:rclone-test-zakujub5doko: Purge remote 2025/05/06 06:51:18 DEBUG : Waiting for deletions to finish 2025/05/06 06:51:19 INFO : hello, world!.json: Deleted 2025/05/06 06:51:39 INFO : hello, world!.bin: Deleted 2025/05/06 06:51:39 INFO : Swift container rclone-test-zakujub5doko: Container "rclone-test-zakujub5doko" removed --- PASS: TestApplyTransforms (238.54s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" 2025/05/06 06:51:44 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/06 06:52:00 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/06 06:52:00 INFO : file1: Copied (new) to: sub/file2 2025/05/06 06:52:05 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/06 06:52:05 DEBUG : file1: Unchanged skipping 2025/05/06 06:52:10 DEBUG : Compressed: TestCompressSwift:rclone-test-miyolez7zojo: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (60.04s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.20s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" 2025/05/06 06:52:51 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-miyolez7zojo/backup" 2025/05/06 06:52:51 DEBUG : Config file has changed externally - reloading 2025/05/06 06:52:52 DEBUG : Swift container rclone-test-miyolez7zojo path backup.json: Auto set use_segments_container to true 2025/05/06 06:52:57 DEBUG : Swift container rclone-test-miyolez7zojo path backup: Auto set use_segments_container to true 2025/05/06 06:53:03 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/06 06:53:29 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/05/06 06:53:29 INFO : dst/file1: Copied (server-side copy) 2025/05/06 06:53:35 INFO : dst/file1: Deleted 2025/05/06 06:53:46 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/06 06:53:46 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (90.85s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" 2025/05/06 06:54:10 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-miyolez7zojo/dst" 2025/05/06 06:54:11 DEBUG : Swift container rclone-test-miyolez7zojo path dst.json: Auto set use_segments_container to true 2025/05/06 06:54:17 DEBUG : Swift container rclone-test-miyolez7zojo path dst: Auto set use_segments_container to true 2025/05/06 06:54:42 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-miyolez7zojo/CompareDest" 2025/05/06 06:54:42 DEBUG : Config file has changed externally - reloading 2025/05/06 06:54:43 DEBUG : Swift container rclone-test-miyolez7zojo path CompareDest.json: Auto set use_segments_container to true 2025/05/06 06:54:49 DEBUG : Swift container rclone-test-miyolez7zojo path CompareDest: Auto set use_segments_container to true 2025/05/06 06:54:54 DEBUG : one: Need to transfer - File not found at Destination 2025/05/06 06:55:15 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/06 06:55:15 INFO : one: Copied (new) 2025/05/06 06:55:41 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/06 06:55:57 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/06 06:55:57 INFO : one: Copied (replaced existing) 2025/05/06 06:56:40 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/06 06:56:40 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/06 06:56:40 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/06 06:57:07 DEBUG : two: Need to transfer - File not found at Destination 2025/05/06 06:57:08 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/06 06:57:08 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/06 06:57:29 DEBUG : two: Need to transfer - File not found at Destination 2025/05/06 06:57:29 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/06 06:57:29 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/06 06:57:45 DEBUG : two: Need to transfer - File not found at Destination 2025/05/06 06:57:46 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/05/06 06:57:57 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/05/06 06:57:57 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (278.83s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" 2025/05/06 06:58:49 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-miyolez7zojo/dst" 2025/05/06 06:58:49 DEBUG : Swift container rclone-test-miyolez7zojo path dst.json: Auto set use_segments_container to true 2025/05/06 06:58:55 DEBUG : Swift container rclone-test-miyolez7zojo path dst: Auto set use_segments_container to true 2025/05/06 06:59:06 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-miyolez7zojo/CopyDest" 2025/05/06 06:59:06 DEBUG : Swift container rclone-test-miyolez7zojo path CopyDest.json: Auto set use_segments_container to true 2025/05/06 06:59:12 DEBUG : Swift container rclone-test-miyolez7zojo path CopyDest: Auto set use_segments_container to true 2025/05/06 06:59:17 DEBUG : one: Need to transfer - File not found at Destination 2025/05/06 06:59:38 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/06 06:59:38 INFO : one: Copied (new) 2025/05/06 07:00:04 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/06 07:00:20 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/06 07:00:20 INFO : one: Copied (replaced existing) 2025/05/06 07:00:57 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-miyolez7zojo/BackupDir" 2025/05/06 07:00:58 DEBUG : Swift container rclone-test-miyolez7zojo path BackupDir.json: Auto set use_segments_container to true 2025/05/06 07:01:04 DEBUG : Swift container rclone-test-miyolez7zojo path BackupDir: Auto set use_segments_container to true 2025/05/06 07:01:09 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/06 07:01:09 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/06 07:01:09 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/06 07:01:30 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/06 07:01:30 INFO : one: Copied (server-side copy) 2025/05/06 07:01:41 INFO : one: Deleted 2025/05/06 07:02:11 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/06 07:02:11 INFO : one: Copied (server-side copy) 2025/05/06 07:02:11 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/05/06 07:02:59 DEBUG : two: Need to transfer - File not found at Destination 2025/05/06 07:02:59 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/06 07:03:25 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/05/06 07:03:25 INFO : two: Copied (server-side copy) 2025/05/06 07:03:25 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/05/06 07:03:26 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/06 07:03:26 DEBUG : two: Unchanged skipping 2025/05/06 07:04:19 DEBUG : three: Need to transfer - File not found at Destination 2025/05/06 07:04:24 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/05/06 07:04:24 DEBUG : three: Destination not found in --copy-dest 2025/05/06 07:04:35 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/05/06 07:04:35 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (419.75s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", 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-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.26s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" 2025/05/06 07:05:54 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/05/06 07:06:05 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/06 07:06:05 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/05/06 07:06:16 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/05/06 07:06:32 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/05/06 07:06:32 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy2.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-miyolez7zojo/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/05/06 07:06:42 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/05/06 07:06:53 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/05/06 07:07:09 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 0217008b48a7c1cfc9b97dd54be21248 OK 2025/05/06 07:07:09 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (105.59s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", 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-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", 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-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", 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-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", 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-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", 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-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" 2025/05/06 07:08:20 INFO : Compressed: TestCompressSwift:rclone-test-miyolez7zojo: Looking for duplicate md5 hashes using newest mode. 2025/05/06 07:08:26 NOTICE: abad1c4a879dbf604eb80ee58a4bda66: Found 3 files with duplicate md5 hashes 2025/05/06 07:08:41 INFO : one: Deleted 2025/05/06 07:08:42 INFO : also/one: Deleted 2025/05/06 07:08:42 NOTICE: abad1c4a879dbf604eb80ee58a4bda66: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (77.22s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.14s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.27s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.13s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.27s) === RUN TestMergeDirs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.14s) === RUN TestListDirSorted run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" 2025/05/06 07:10:31 DEBUG : a.txt: Excluded (Size Filter) 2025/05/06 07:10:31 DEBUG : a.txt: Excluded 2025/05/06 07:10:31 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/06 07:10:31 DEBUG : sub dir/hello world: Excluded 2025/05/06 07:10:31 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/06 07:10:31 DEBUG : sub dir/hello world2: Excluded 2025/05/06 07:10:31 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/06 07:10:31 DEBUG : sub dir/hello world: Excluded 2025/05/06 07:10:31 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/06 07:10:31 DEBUG : sub dir/hello world2: Excluded 2025/05/06 07:10:36 DEBUG : sub dir/ignore dir: Excluded 2025/05/06 07:10:42 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (184.95s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" 2025/05/06 07:13:53 DEBUG : a.txt: Excluded (Size Filter) 2025/05/06 07:13:53 DEBUG : a.txt: Excluded 2025/05/06 07:13:53 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/06 07:13:53 DEBUG : sub dir/hello world: Excluded 2025/05/06 07:13:53 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/06 07:13:53 DEBUG : sub dir/hello world2: Excluded 2025/05/06 07:13:53 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/06 07:13:53 DEBUG : sub dir/hello world: Excluded 2025/05/06 07:13:53 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/06 07:13:53 DEBUG : sub dir/hello world2: Excluded 2025/05/06 07:14:03 DEBUG : sub dir/ignore dir: Excluded 2025/05/06 07:14:08 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (191.57s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", 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 (124.24s) --- PASS: TestListJSON/Default (5.19s) --- PASS: TestListJSON/FilesOnly (5.20s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (15.39s) --- PASS: TestListJSON/SubDir (15.22s) --- PASS: TestListJSON/NoModTime (10.14s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (10.21s) --- PASS: TestListJSON/HashTypes (5.19s) --- PASS: TestListJSON/Metadata (5.19s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/05/06 07:18:12 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-miyolez7zojo/notfound" 2025/05/06 07:18:12 DEBUG : Config file has changed externally - reloading 2025/05/06 07:18:13 DEBUG : Swift container rclone-test-miyolez7zojo path notfound.json: Auto set use_segments_container to true 2025/05/06 07:18:19 DEBUG : Swift container rclone-test-miyolez7zojo path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (93.76s) --- PASS: TestStatJSON/Root (0.13s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.05s) --- PASS: TestStatJSON/Dir (5.19s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.19s) --- PASS: TestStatJSON/File (0.15s) --- PASS: TestStatJSON/NotFound (5.33s) --- 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 (12.01s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" 2025/05/06 07:18:48 INFO : Compressed: TestCompressSwift:rclone-test-miyolez7zojo: Making directory 2025/05/06 07:18:48 INFO : Compressed: TestCompressSwift:rclone-test-miyolez7zojo: Making directory --- PASS: TestMkdir (0.32s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" --- PASS: TestLsd (16.13s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" --- PASS: TestLs (52.30s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" 2025/05/06 07:20:38 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/05/06 07:20:38 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (62.19s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" --- PASS: TestLsLong (62.06s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (72.66s) --- PASS: TestHashSums/Md5 (5.19s) --- PASS: TestHashSums/Md5Download (5.34s) === RUN TestHashSumsWithErrors 2025/05/06 07:23:14 DEBUG : Creating backend with remote ":memory:" 2025/05/06 07:23:14 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/05/06 07:23:14 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/06 07:23:14 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/06 07:23:14 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/06 07:23:14 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/06 07:23:14 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/06 07:23:14 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/06 07:23:14 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/05/06 07:23:14 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-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" --- PASS: TestCount (83.52s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" 2025/05/06 07:25:06 DEBUG : Waiting for deletions to finish 2025/05/06 07:25:06 DEBUG : large: Excluded (Size Filter) 2025/05/06 07:25:07 INFO : medium: Deleted 2025/05/06 07:25:17 INFO : small: Deleted --- PASS: TestDelete (40.14s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-miyolez7zojo", Local "Local file system at /tmp/rclone1255016575", Modify Window "1ns" panic: test timed out after 1h0m0s running tests: TestMaxDelete (14s) goroutine 7960 [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(0xc000798000, {0x25fae97?, 0x0?}, 0x2738360) /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(0xc000798000) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2168 +0x37 testing.tRunner(0xc000798000, 0xc000a07c18) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 testing.runTests(0xc000395d58, {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(0xc000486c80) /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(0xc000486c80) /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 7914 [IO wait]: internal/poll.runtime_pollWait(0x7f5ed9bc9cc0, 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(0xc00063c480?, 0xc000b0a000?, 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(0xc00063c480, {0xc000b0a000, 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(0xc00063c480, {0xc000b0a000?, 0x0?, 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(0xc0006dc168, {0xc000b0a000?, 0x0?, 0x0?}) /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(0xc001b802b8, {0xc000b0a000?, 0x18?, 0x0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc00128a870, {0xc000b0a000?, 0x0?, 0xc00128a870?}) /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(0xc0007b2d38, {0x29f03a0, 0xc00128a870}) /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(0xc0007b2a88, {0x7f5ee01accc8, 0xc001b802b8}, 0xc00103ba40?) /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(0xc0007b2a88, 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(0xc0007b2a88, {0xc0005db000, 0x1000, 0x30?}) /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(0xc00073aea0, {0xc0005db000?, 0x40a8a5?, 0x68?}) /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(0xc0019caea0) /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(0xc0019caea0, 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(0xc00073aea0) /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 7865 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 19 [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 20 [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 7947 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0004d68c0, 0xc000a89680, 0xc000499180) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0004d68c0, {0x2a16240, 0xc0013f5500}, {0xc0000619a0, 0x4f}, {{0xc001a2ea20, 0x18}, {0xc001a2ea39, 0xa}, {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(0xc0004d68c0, {0x2a16240, 0xc0013f5500}, {{0xc001a2ea20, 0x18}, {0xc001a2ea39, 0xa}, {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(0xc0004d68c0, {0x2a16240, 0xc0013f5500}, {0xc001a2ea20, 0x18}, {0xc001a2ea39, 0xa}, {0x29ee8e0, 0xc000665830}, 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, 0xc000416280?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc0003ecb40, 0xc000416280, 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(0xc000a89620, {0x2a16240, 0xc0013f5500}, {0x29ee8e0, 0xc000665830}, {0x2a20d70, 0xc000665890}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1558 +0x7cb github.com/rclone/rclone/backend/swift.(*Fs).Put(0xc0004d6fc0, {0x2a16240, 0xc0013f5500}, {0x29ee8e0, 0xc000665830}, {0x2a20d70, 0xc000665890}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:937 +0x139 github.com/rclone/rclone/backend/compress.(*Fs).putMetadata(0xc000334300, {0x2a16240, 0xc0013f5500}, 0x19?, {0x2a20870, 0xc00034e0e0}, {0x0, 0x0, 0x0}, 0xc0003f1b90) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:696 +0x1e6 github.com/rclone/rclone/backend/compress.(*Fs).putWithCustomFunctions(0xc000334300, {0x2a16240, 0xc0013f5500}, {0x29eeae0?, 0xc00067b6e0?}, {0x2a20870, 0xc00034e0e0}, {0x0, 0x0, 0x0}, ...) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:729 +0x15b github.com/rclone/rclone/backend/compress.(*Fs).Put(0xc000334300, {0x2a16240, 0xc0013f5500}, {0x29eeb60, 0xc0013f56e0}, {0x2a20870, 0xc00034e0e0}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:758 +0x266 github.com/rclone/rclone/fstest.(*Run).WriteObjectTo(0xc00034e000, {0x2a16240, 0xc0013f5500}, {0x2a2a6c0, 0xc000334300}, {0x25e1a08, 0x5}, {0x25f2c3c, 0xa}, {0x75bcd15, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:275 +0x3f8 github.com/rclone/rclone/fstest.(*Run).WriteObject(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 github.com/rclone/rclone/fs/operations_test.TestMaxDelete(0xc000182000) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:444 +0x170 testing.tRunner(0xc000182000, 0x2738360) /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 7887 [select]: net/http.(*persistConn).writeLoop(0xc000b12900) /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 7893 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 7948 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc0004d61c0) /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 7947 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:408 +0xb6 goroutine 1385 [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 1375 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1235 [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 1225 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 238 [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 228 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1008 [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 998 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 731 [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 721 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 7915 [select]: net/http.(*persistConn).writeLoop(0xc00073aea0) /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 7865 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 176 [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 166 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 7908 [IO wait]: internal/poll.runtime_pollWait(0x7f5ed9bc9fd8, 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(0xc001046780?, 0xc000b85300?, 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(0xc001046780, {0xc000b85300, 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(0xc001046780, {0xc000b85300?, 0xc0007b2550?, 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(0xc0006dc150, {0xc000b85300?, 0x3d38300?, 0xc0009699d0?}) /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(0xc001b80210, {0xc000b85300?, 0x18?, 0x0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc00128a888, {0xc000b85300?, 0x0?, 0xc00128a888?}) /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(0xc0007b2638, {0x29f03a0, 0xc00128a888}) /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(0xc0007b2388, {0x7f5ee01accc8, 0xc001b80210}, 0xc000969a40?) /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(0xc0007b2388, 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(0xc0007b2388, {0xc0003a9000, 0x1000, 0x0?}) /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(0xc000b12c60, {0xc0003a9000?, 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(0xc0003ed800) /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(0xc0003ed800, 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(0xc000b12c60) /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 7899 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 849 [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 839 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 431 [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 421 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1071 [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 1061 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 936 [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 926 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1266 [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 1256 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 275 [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 265 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 7911 [select]: net/http.(*persistConn).writeLoop(0xc000b12ea0) /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 7902 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 3286 [chan receive, 37 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 2853 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 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 613 [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 604 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 654 [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 644 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 7577 [IO wait]: internal/poll.runtime_pollWait(0x7f5ed9bc9798, 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(0xc001046680?, 0xc000b82000?, 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(0xc001046680, {0xc000b82000, 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(0xc001046680, {0xc000b82000?, 0xc0007ea1d0?, 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(0xc0006dc250, {0xc000b82000?, 0x3d38300?, 0xc00009b9d0?}) /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(0xc001b804c8, {0xc000b82000?, 0x18?, 0x7f5ee019cf48?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc00128ab10, {0xc000b82000?, 0x0?, 0xc00128ab10?}) /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(0xc0007ea2b8, {0x29f03a0, 0xc00128ab10}) /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(0xc0007ea008, {0x7f5ee01accc8, 0xc001b804c8}, 0xc00009ba40?) /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(0xc0007ea008, 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(0xc0007ea008, {0xc0009f0000, 0x1000, 0xc000538508?}) /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(0xc001006ea0, {0xc0009f0000?, 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(0xc0005a78c0) /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(0xc0005a78c0, 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(0xc001006ea0) /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 7642 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 777 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 767 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 512 [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 502 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1336 [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 1294 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1182 [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 1172 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2854 [chan receive, 39 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 2853 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 535 [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 525 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 7886 [IO wait]: internal/poll.runtime_pollWait(0x7f5ed9bc9ab0, 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(0xc00063c300?, 0xc000b86c80?, 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(0xc00063c300, {0xc000b86c80, 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(0xc00063c300, {0xc000b86c80?, 0x2a16278?, 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(0xc000906080, {0xc000b86c80?, 0xc000415180?, 0xc000b12c60?}) /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(0xc00067a768, {0xc000b86c80?, 0x18?, 0x0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc00067a8e8, {0xc000b86c80?, 0x0?, 0xc00067a8e8?}) /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(0xc0007ea9b8, {0x29f03a0, 0xc00067a8e8}) /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(0xc0007ea708, {0x7f5ee01accc8, 0xc00067a768}, 0xc00103aa40?) /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(0xc0007ea708, 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(0xc0007ea708, {0xc0006d2000, 0x1000, 0x471965?}) /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(0xc000b12900, {0xc0006d2000?, 0x40a8a5?, 0x68?}) /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(0xc00143ec60) /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(0xc00143ec60, 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(0xc000b12900) /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 7893 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 1439 [chan receive (nil chan), 52 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1429 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1476 [chan receive (nil chan), 52 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1450 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2924 [chan receive, 39 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 2853 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 7910 [IO wait]: internal/poll.runtime_pollWait(0x7f5ed9bc9dc8, 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(0xc00063c380?, 0xc0001c2c80?, 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(0xc00063c380, {0xc0001c2c80, 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(0xc00063c380, {0xc0001c2c80?, 0x682c7d31817bb531?, 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(0xc000906088, {0xc0001c2c80?, 0x4434e7?, 0x44a266?}) /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(0xc00067a828, {0xc0001c2c80?, 0x18?, 0xc00007cf08?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc001b802a0, {0xc0001c2c80?, 0x0?, 0xc001b802a0?}) /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(0xc0007eb0b8, {0x29f03a0, 0xc001b802a0}) /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(0xc0007eae08, {0x7f5ee01accc8, 0xc00067a828}, 0xc00103ca40?) /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(0xc0007eae08, 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(0xc0007eae08, {0xc0005a5000, 0x1000, 0x30?}) /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(0xc000b12ea0, {0xc0005a5000?, 0x40a8a5?, 0x68?}) /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(0xc0003edda0) /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(0xc0003edda0, 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(0xc000b12ea0) /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 7902 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 3044 [chan receive, 39 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 2853 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3640 [chan receive, 35 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 2853 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3087 [chan receive, 37 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 2853 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3179 [chan receive, 37 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 2853 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 7959 [select]: net/http.(*persistConn).roundTrip(0xc001006ea0, 0xc0000c16d0) /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(0xc0004af500, 0xc000499180) /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(0xc00048e1c0, 0xc000499180) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc000499180, {0x29efc20, 0xc00048e1c0}, {0xc000727101?, 0xc0005d0710?, 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(0xc0006d60f0, 0xc000499180, {0x40af3e?, 0x47e292?, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:180 +0x98 net/http.(*Client).do(0xc0006d60f0, 0xc000499180) /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 7947 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 7909 [select]: net/http.(*persistConn).writeLoop(0xc000b12c60) /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 7899 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 3398 [chan receive, 36 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 2853 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3481 [chan receive, 36 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 2853 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3552 [chan receive, 36 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 2853 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 7578 [select]: net/http.(*persistConn).writeLoop(0xc001006ea0) /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 7642 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m1.327544335s (try 2/5): exit status 2: Failed []