"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 2/5) 2025/07/02 05:29:02 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vukeloh8lalu" 2025/07/02 05:29:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/02 05:29:02 DEBUG : Swift container rclone-test-vukeloh8lalu.json: Auto set use_segments_container to true 2025/07/02 05:29:03 DEBUG : Swift container rclone-test-vukeloh8lalu: Auto set use_segments_container to true 2025/07/02 05:29:03 DEBUG : Creating backend with remote "/tmp/rclone2935244203" === 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-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", 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-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.06s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/07/02 05:29:03 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/02 05:29:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/02 05:29:03 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/07/02 05:29:03 DEBUG : potato: Seek from 10 to 0 2025/07/02 05:29:03 DEBUG : potato: Seek from 10 to 0 2025/07/02 05:29:03 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/07/02 05:29:03 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/02 05:29:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/02 05:29:03 DEBUG : potato: Seek from 5 to 2 2025/07/02 05:29:03 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/07/02 05:29:03 DEBUG : potato: Seek from 7 to 0 2025/07/02 05:29:03 DEBUG : potato: Seek from 7 to 0 2025/07/02 05:29:03 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/07/02 05:29:03 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/02 05:29:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/02 05:29:03 DEBUG : potato: Seek from 5 to 2 2025/07/02 05:29:03 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/07/02 05:29:03 DEBUG : potato: Seek from 8 to 0 2025/07/02 05:29:03 DEBUG : potato: Seek from 8 to 0 2025/07/02 05:29:03 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/07/02 05:29:03 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/02 05:29:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/02 05:29:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/02 05:29:03 DEBUG : potato: Seek from 5 to 2 2025/07/02 05:29:03 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/07/02 05:29:03 DEBUG : potato: Seek from 9 to 0 2025/07/02 05:29:03 DEBUG : potato: Seek from 9 to 0 2025/07/02 05:29:03 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" 2025/07/02 05:29:03 INFO : Swift container rclone-test-vukeloh8lalu: Container "rclone-test-vukeloh8lalu" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (198.08s) --- PASS: TestCheck/1 (5.18s) --- PASS: TestCheck/2 (10.16s) --- PASS: TestCheck/3 (10.16s) --- PASS: TestCheck/4 (5.14s) --- PASS: TestCheck/5 (5.16s) --- PASS: TestCheck/6 (10.15s) --- PASS: TestCheck/7 (5.14s) === RUN TestCheckFsError 2025/07/02 05:32:21 DEBUG : Creating backend with remote "nonexistent" 2025/07/02 05:32:21 DEBUG : Config file has changed externally - reloading 2025/07/02 05:32:21 DEBUG : Creating backend with remote "nonexistent" 2025/07/02 05:32:21 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/07/02 05:32:21 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/07/02 05:32:21 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/07/02 05:32:21 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-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", 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 (221.38s) --- PASS: TestCheckDownload/1 (10.28s) --- PASS: TestCheckDownload/2 (10.21s) --- PASS: TestCheckDownload/3 (0.20s) --- PASS: TestCheckDownload/4 (0.29s) --- PASS: TestCheckDownload/5 (15.22s) --- PASS: TestCheckDownload/6 (10.20s) --- PASS: TestCheckDownload/7 (5.20s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", 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 (273.20s) --- PASS: TestCheckSizeOnly/1 (0.09s) --- PASS: TestCheckSizeOnly/2 (0.14s) --- 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-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" 2025/07/02 05:40:53 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/02 05:40:53 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/02 05:40:53 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/02 05:40:53 NOTICE: test.sum: 2 warning(s) suppressed... 2025/07/02 05:41:04 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/02 05:41:04 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/02 05:41:04 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/02 05:41:04 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (38.59s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" 2025/07/02 05:41:14 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vukeloh8lalu/data" 2025/07/02 05:41:14 DEBUG : Config file has changed externally - reloading 2025/07/02 05:41:15 DEBUG : Swift container rclone-test-vukeloh8lalu path data.json: Auto set use_segments_container to true 2025/07/02 05:41:20 DEBUG : Swift container rclone-test-vukeloh8lalu 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 (303.03s) --- PASS: TestCheckSum/subtest1 (0.34s) --- PASS: TestCheckSum/subtest2 (5.57s) --- PASS: TestCheckSum/subtest3 (20.58s) --- PASS: TestCheckSum/subtest4 (0.49s) --- PASS: TestCheckSum/subtest5 (21.48s) --- PASS: TestCheckSum/subtest6 (0.62s) --- PASS: TestCheckSum/subtest7 (0.45s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" 2025/07/02 05:46:17 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vukeloh8lalu/data" 2025/07/02 05:46:18 DEBUG : Swift container rclone-test-vukeloh8lalu path data.json: Auto set use_segments_container to true 2025/07/02 05:46:23 DEBUG : Swift container rclone-test-vukeloh8lalu path data: Auto set use_segments_container to true === RUN TestCheckSumDownload/subtest1 === RUN TestCheckSumDownload/subtest2 === RUN TestCheckSumDownload/subtest3 === RUN TestCheckSumDownload/subtest4 === RUN TestCheckSumDownload/subtest5 === RUN TestCheckSumDownload/subtest6 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (209.80s) --- PASS: TestCheckSumDownload/subtest1 (10.45s) --- PASS: TestCheckSumDownload/subtest2 (5.42s) --- PASS: TestCheckSumDownload/subtest3 (10.45s) --- PASS: TestCheckSumDownload/subtest4 (5.53s) --- PASS: TestCheckSumDownload/subtest5 (10.42s) --- PASS: TestCheckSumDownload/subtest6 (10.42s) --- PASS: TestCheckSumDownload/subtest7 (10.42s) === RUN TestApplyTransforms 2025/07/02 05:49:47 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-nefavab6qade" 2025/07/02 05:49:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/02 05:49:47 DEBUG : Swift container rclone-test-nefavab6qade.json: Auto set use_segments_container to true 2025/07/02 05:49:48 DEBUG : Swift container rclone-test-nefavab6qade: Auto set use_segments_container to true 2025/07/02 05:49:48 DEBUG : Creating backend with remote "/tmp/rclone4206483960" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-nefavab6qade", Local "Local file system at /tmp/rclone4206483960", Modify Window "1ns" 2025/07/02 05:49:48 INFO : Swift container rclone-test-nefavab6qade: Container "rclone-test-nefavab6qade" created upper checkfile vs. lower remote (without normalization) 2025/07/02 05:49:59 ERROR : hello, world!: sum not found 2025/07/02 05:49:59 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-nefavab6qade 2025/07/02 05:49:59 NOTICE: Compressed: TestCompressSwift:rclone-test-nefavab6qade: 1 files missing 2025/07/02 05:49:59 NOTICE: 1 hashes missing 2025/07/02 05:49:59 NOTICE: Compressed: TestCompressSwift:rclone-test-nefavab6qade: 2 differences found 2025/07/02 05:49:59 NOTICE: Compressed: TestCompressSwift:rclone-test-nefavab6qade: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/07/02 05:49:59 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/02 05:49:59 NOTICE: Compressed: TestCompressSwift:rclone-test-nefavab6qade: 0 differences found 2025/07/02 05:49:59 NOTICE: Compressed: TestCompressSwift:rclone-test-nefavab6qade: 1 matching files 2025/07/02 05:49:59 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xeqakin4miqa" 2025/07/02 05:49:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/02 05:50:00 DEBUG : Swift container rclone-test-xeqakin4miqa.json: Auto set use_segments_container to true 2025/07/02 05:50:00 DEBUG : Swift container rclone-test-xeqakin4miqa: Auto set use_segments_container to true 2025/07/02 05:50:00 DEBUG : Creating backend with remote "/tmp/rclone1505414933" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xeqakin4miqa", Local "Local file system at /tmp/rclone1505414933", Modify Window "1ns" 2025/07/02 05:50:00 INFO : Swift container rclone-test-xeqakin4miqa: Container "rclone-test-xeqakin4miqa" created lower checkfile vs. upper remote (without normalization) 2025/07/02 05:50:16 ERROR : HELLO, WORLD!: sum not found 2025/07/02 05:50:16 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-xeqakin4miqa 2025/07/02 05:50:16 NOTICE: Compressed: TestCompressSwift:rclone-test-xeqakin4miqa: 1 files missing 2025/07/02 05:50:16 NOTICE: 1 hashes missing 2025/07/02 05:50:16 NOTICE: Compressed: TestCompressSwift:rclone-test-xeqakin4miqa: 2 differences found 2025/07/02 05:50:16 NOTICE: Compressed: TestCompressSwift:rclone-test-xeqakin4miqa: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/07/02 05:50:21 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/02 05:50:21 NOTICE: Compressed: TestCompressSwift:rclone-test-xeqakin4miqa: 0 differences found 2025/07/02 05:50:21 NOTICE: Compressed: TestCompressSwift:rclone-test-xeqakin4miqa: 1 matching files 2025/07/02 05:50:21 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-luholuh1dugu" 2025/07/02 05:50:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/02 05:50:22 DEBUG : Swift container rclone-test-luholuh1dugu.json: Auto set use_segments_container to true 2025/07/02 05:50:22 DEBUG : Swift container rclone-test-luholuh1dugu: Auto set use_segments_container to true 2025/07/02 05:50:22 DEBUG : Creating backend with remote "/tmp/rclone3765407386" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-luholuh1dugu", Local "Local file system at /tmp/rclone3765407386", Modify Window "1ns" 2025/07/02 05:50:23 INFO : Swift container rclone-test-luholuh1dugu: Container "rclone-test-luholuh1dugu" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/07/02 05:50:34 ERROR : HeLlO, wOrLd!: sum not found 2025/07/02 05:50:34 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-luholuh1dugu 2025/07/02 05:50:34 NOTICE: Compressed: TestCompressSwift:rclone-test-luholuh1dugu: 1 files missing 2025/07/02 05:50:34 NOTICE: 1 hashes missing 2025/07/02 05:50:34 NOTICE: Compressed: TestCompressSwift:rclone-test-luholuh1dugu: 2 differences found 2025/07/02 05:50:34 NOTICE: Compressed: TestCompressSwift:rclone-test-luholuh1dugu: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/07/02 05:50:39 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/02 05:50:39 NOTICE: Compressed: TestCompressSwift:rclone-test-luholuh1dugu: 0 differences found 2025/07/02 05:50:39 NOTICE: Compressed: TestCompressSwift:rclone-test-luholuh1dugu: 1 matching files 2025/07/02 05:50:39 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-zuhakon2fejo" 2025/07/02 05:50:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/02 05:50:40 DEBUG : Swift container rclone-test-zuhakon2fejo.json: Auto set use_segments_container to true 2025/07/02 05:50:40 DEBUG : Swift container rclone-test-zuhakon2fejo: Auto set use_segments_container to true 2025/07/02 05:50:40 DEBUG : Creating backend with remote "/tmp/rclone2971677161" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-zuhakon2fejo", Local "Local file system at /tmp/rclone2971677161", Modify Window "1ns" 2025/07/02 05:50:41 INFO : Swift container rclone-test-zuhakon2fejo: Container "rclone-test-zuhakon2fejo" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/07/02 05:50:51 ERROR : HELLO, WORLD!: sum not found 2025/07/02 05:50:51 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-zuhakon2fejo 2025/07/02 05:50:51 NOTICE: Compressed: TestCompressSwift:rclone-test-zuhakon2fejo: 1 files missing 2025/07/02 05:50:51 NOTICE: 1 hashes missing 2025/07/02 05:50:51 NOTICE: Compressed: TestCompressSwift:rclone-test-zuhakon2fejo: 2 differences found 2025/07/02 05:50:51 NOTICE: Compressed: TestCompressSwift:rclone-test-zuhakon2fejo: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/07/02 05:50:52 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/02 05:50:52 NOTICE: Compressed: TestCompressSwift:rclone-test-zuhakon2fejo: 0 differences found 2025/07/02 05:50:52 NOTICE: Compressed: TestCompressSwift:rclone-test-zuhakon2fejo: 1 matching files 2025/07/02 05:50:52 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jodikar4xeca" 2025/07/02 05:50:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/02 05:50:52 DEBUG : Swift container rclone-test-jodikar4xeca.json: Auto set use_segments_container to true 2025/07/02 05:50:52 DEBUG : Swift container rclone-test-jodikar4xeca: Auto set use_segments_container to true 2025/07/02 05:50:52 DEBUG : Creating backend with remote "/tmp/rclone3555726510" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jodikar4xeca", Local "Local file system at /tmp/rclone3555726510", Modify Window "1ns" 2025/07/02 05:50:53 INFO : Swift container rclone-test-jodikar4xeca: Container "rclone-test-jodikar4xeca" created NFD checkfile vs. NFC remote (without normalization) 2025/07/02 05:51:04 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/02 05:51:04 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-jodikar4xeca 2025/07/02 05:51:04 NOTICE: Compressed: TestCompressSwift:rclone-test-jodikar4xeca: 1 files missing 2025/07/02 05:51:04 NOTICE: 1 hashes missing 2025/07/02 05:51:04 NOTICE: Compressed: TestCompressSwift:rclone-test-jodikar4xeca: 2 differences found 2025/07/02 05:51:04 NOTICE: Compressed: TestCompressSwift:rclone-test-jodikar4xeca: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/07/02 05:51:04 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/02 05:51:04 NOTICE: Compressed: TestCompressSwift:rclone-test-jodikar4xeca: 0 differences found 2025/07/02 05:51:04 NOTICE: Compressed: TestCompressSwift:rclone-test-jodikar4xeca: 1 matching files 2025/07/02 05:51:04 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gudovaw5vava" 2025/07/02 05:51:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/02 05:51:04 DEBUG : Swift container rclone-test-gudovaw5vava.json: Auto set use_segments_container to true 2025/07/02 05:51:05 DEBUG : Swift container rclone-test-gudovaw5vava: Auto set use_segments_container to true 2025/07/02 05:51:05 DEBUG : Creating backend with remote "/tmp/rclone3965614962" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gudovaw5vava", Local "Local file system at /tmp/rclone3965614962", Modify Window "1ns" 2025/07/02 05:51:05 INFO : Swift container rclone-test-gudovaw5vava: Container "rclone-test-gudovaw5vava" created NFC checkfile vs. NFD remote (without normalization) 2025/07/02 05:51:16 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/02 05:51:16 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-gudovaw5vava 2025/07/02 05:51:16 NOTICE: Compressed: TestCompressSwift:rclone-test-gudovaw5vava: 1 files missing 2025/07/02 05:51:16 NOTICE: 1 hashes missing 2025/07/02 05:51:16 NOTICE: Compressed: TestCompressSwift:rclone-test-gudovaw5vava: 2 differences found 2025/07/02 05:51:16 NOTICE: Compressed: TestCompressSwift:rclone-test-gudovaw5vava: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/07/02 05:51:26 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/02 05:51:26 NOTICE: Compressed: TestCompressSwift:rclone-test-gudovaw5vava: 0 differences found 2025/07/02 05:51:26 NOTICE: Compressed: TestCompressSwift:rclone-test-gudovaw5vava: 1 matching files 2025/07/02 05:51:26 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-pitotos3daya" 2025/07/02 05:51:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/02 05:51:27 DEBUG : Swift container rclone-test-pitotos3daya.json: Auto set use_segments_container to true 2025/07/02 05:51:27 DEBUG : Swift container rclone-test-pitotos3daya: Auto set use_segments_container to true 2025/07/02 05:51:27 DEBUG : Creating backend with remote "/tmp/rclone1631205912" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pitotos3daya", Local "Local file system at /tmp/rclone1631205912", Modify Window "1ns" 2025/07/02 05:51:27 INFO : Swift container rclone-test-pitotos3daya: Container "rclone-test-pitotos3daya" created NFDx2 checkfile vs. both remote (without normalization) 2025/07/02 05:51:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/02 05:51:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-pitotos3daya 2025/07/02 05:51:43 NOTICE: Compressed: TestCompressSwift:rclone-test-pitotos3daya: 1 files missing 2025/07/02 05:51:43 NOTICE: 1 hashes missing 2025/07/02 05:51:43 NOTICE: Compressed: TestCompressSwift:rclone-test-pitotos3daya: 2 differences found 2025/07/02 05:51:43 NOTICE: Compressed: TestCompressSwift:rclone-test-pitotos3daya: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/07/02 05:51:48 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/02 05:51:48 NOTICE: Compressed: TestCompressSwift:rclone-test-pitotos3daya: 0 differences found 2025/07/02 05:51:48 NOTICE: Compressed: TestCompressSwift:rclone-test-pitotos3daya: 1 matching files 2025/07/02 05:51:48 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-zobojit6cuya" 2025/07/02 05:51:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/02 05:51:49 DEBUG : Swift container rclone-test-zobojit6cuya.json: Auto set use_segments_container to true 2025/07/02 05:51:49 DEBUG : Swift container rclone-test-zobojit6cuya: Auto set use_segments_container to true 2025/07/02 05:51:49 DEBUG : Creating backend with remote "/tmp/rclone649762239" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-zobojit6cuya", Local "Local file system at /tmp/rclone649762239", Modify Window "1ns" 2025/07/02 05:51:49 INFO : Swift container rclone-test-zobojit6cuya: Container "rclone-test-zobojit6cuya" created NFCx2 checkfile vs. both remote (without normalization) 2025/07/02 05:52:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/02 05:52:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-zobojit6cuya 2025/07/02 05:52:01 NOTICE: Compressed: TestCompressSwift:rclone-test-zobojit6cuya: 1 files missing 2025/07/02 05:52:01 NOTICE: 1 hashes missing 2025/07/02 05:52:01 NOTICE: Compressed: TestCompressSwift:rclone-test-zobojit6cuya: 2 differences found 2025/07/02 05:52:01 NOTICE: Compressed: TestCompressSwift:rclone-test-zobojit6cuya: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/07/02 05:52:06 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/02 05:52:06 NOTICE: Compressed: TestCompressSwift:rclone-test-zobojit6cuya: 0 differences found 2025/07/02 05:52:06 NOTICE: Compressed: TestCompressSwift:rclone-test-zobojit6cuya: 1 matching files 2025/07/02 05:52:06 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vufohim3bojo" 2025/07/02 05:52:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/02 05:52:07 DEBUG : Swift container rclone-test-vufohim3bojo.json: Auto set use_segments_container to true 2025/07/02 05:52:07 DEBUG : Swift container rclone-test-vufohim3bojo: Auto set use_segments_container to true 2025/07/02 05:52:07 DEBUG : Creating backend with remote "/tmp/rclone2884510194" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vufohim3bojo", Local "Local file system at /tmp/rclone2884510194", Modify Window "1ns" 2025/07/02 05:52:07 INFO : Swift container rclone-test-vufohim3bojo: Container "rclone-test-vufohim3bojo" created both checkfile vs. NFDx2 remote (without normalization) 2025/07/02 05:52:18 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/02 05:52:18 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-vufohim3bojo 2025/07/02 05:52:18 NOTICE: Compressed: TestCompressSwift:rclone-test-vufohim3bojo: 1 files missing 2025/07/02 05:52:18 NOTICE: 1 hashes missing 2025/07/02 05:52:18 NOTICE: Compressed: TestCompressSwift:rclone-test-vufohim3bojo: 2 differences found 2025/07/02 05:52:18 NOTICE: Compressed: TestCompressSwift:rclone-test-vufohim3bojo: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/07/02 05:52:19 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/02 05:52:19 NOTICE: Compressed: TestCompressSwift:rclone-test-vufohim3bojo: 0 differences found 2025/07/02 05:52:19 NOTICE: Compressed: TestCompressSwift:rclone-test-vufohim3bojo: 1 matching files 2025/07/02 05:52:19 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tuzomur7maka" 2025/07/02 05:52:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/02 05:52:19 DEBUG : Swift container rclone-test-tuzomur7maka.json: Auto set use_segments_container to true 2025/07/02 05:52:19 DEBUG : Swift container rclone-test-tuzomur7maka: Auto set use_segments_container to true 2025/07/02 05:52:19 DEBUG : Creating backend with remote "/tmp/rclone1633334561" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tuzomur7maka", Local "Local file system at /tmp/rclone1633334561", Modify Window "1ns" 2025/07/02 05:52:20 INFO : Swift container rclone-test-tuzomur7maka: Container "rclone-test-tuzomur7maka" created both checkfile vs. NFCx2 remote (without normalization) 2025/07/02 05:52:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/02 05:52:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-tuzomur7maka 2025/07/02 05:52:31 NOTICE: Compressed: TestCompressSwift:rclone-test-tuzomur7maka: 1 files missing 2025/07/02 05:52:31 NOTICE: 1 hashes missing 2025/07/02 05:52:31 NOTICE: Compressed: TestCompressSwift:rclone-test-tuzomur7maka: 2 differences found 2025/07/02 05:52:31 NOTICE: Compressed: TestCompressSwift:rclone-test-tuzomur7maka: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/07/02 05:52:31 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/02 05:52:31 NOTICE: Compressed: TestCompressSwift:rclone-test-tuzomur7maka: 0 differences found 2025/07/02 05:52:31 NOTICE: Compressed: TestCompressSwift:rclone-test-tuzomur7maka: 1 matching files 2025/07/02 05:52:31 DEBUG : Compressed: TestCompressSwift:rclone-test-tuzomur7maka: Purge remote 2025/07/02 05:52:31 DEBUG : Waiting for deletions to finish 2025/07/02 05:52:31 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/07/02 05:52:36 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/07/02 05:52:36 INFO : Swift container rclone-test-tuzomur7maka: Container "rclone-test-tuzomur7maka" removed 2025/07/02 05:52:36 DEBUG : Compressed: TestCompressSwift:rclone-test-vufohim3bojo: Purge remote 2025/07/02 05:52:36 DEBUG : Waiting for deletions to finish 2025/07/02 05:52:37 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/07/02 05:52:42 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/07/02 05:52:42 INFO : Swift container rclone-test-vufohim3bojo: Container "rclone-test-vufohim3bojo" removed 2025/07/02 05:52:42 DEBUG : Compressed: TestCompressSwift:rclone-test-zobojit6cuya: Purge remote 2025/07/02 05:52:42 DEBUG : Waiting for deletions to finish 2025/07/02 05:52:43 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/07/02 05:52:52 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/07/02 05:52:53 INFO : Swift container rclone-test-zobojit6cuya: Container "rclone-test-zobojit6cuya" removed 2025/07/02 05:52:53 DEBUG : Compressed: TestCompressSwift:rclone-test-pitotos3daya: Purge remote 2025/07/02 05:52:53 DEBUG : Waiting for deletions to finish 2025/07/02 05:52:58 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/07/02 05:52:58 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/07/02 05:52:58 INFO : Swift container rclone-test-pitotos3daya: Container "rclone-test-pitotos3daya" removed 2025/07/02 05:52:58 DEBUG : Compressed: TestCompressSwift:rclone-test-gudovaw5vava: Purge remote 2025/07/02 05:52:58 DEBUG : Waiting for deletions to finish 2025/07/02 05:52:58 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/07/02 05:53:03 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/07/02 05:53:04 INFO : Swift container rclone-test-gudovaw5vava: Container "rclone-test-gudovaw5vava" removed 2025/07/02 05:53:04 DEBUG : Compressed: TestCompressSwift:rclone-test-jodikar4xeca: Purge remote 2025/07/02 05:53:04 DEBUG : Waiting for deletions to finish 2025/07/02 05:53:04 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/07/02 05:53:14 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/07/02 05:53:14 INFO : Swift container rclone-test-jodikar4xeca: Container "rclone-test-jodikar4xeca" removed 2025/07/02 05:53:14 DEBUG : Compressed: TestCompressSwift:rclone-test-zuhakon2fejo: Purge remote 2025/07/02 05:53:14 DEBUG : Waiting for deletions to finish 2025/07/02 05:53:15 INFO : HELLO, WORLD!.json: Deleted 2025/07/02 05:53:20 INFO : HELLO, WORLD!.bin: Deleted 2025/07/02 05:53:20 INFO : Swift container rclone-test-zuhakon2fejo: Container "rclone-test-zuhakon2fejo" removed 2025/07/02 05:53:20 DEBUG : Compressed: TestCompressSwift:rclone-test-luholuh1dugu: Purge remote 2025/07/02 05:53:20 DEBUG : Waiting for deletions to finish 2025/07/02 05:53:20 INFO : HeLlO, wOrLd!.bin: Deleted 2025/07/02 05:53:25 INFO : HeLlO, wOrLd!.json: Deleted 2025/07/02 05:53:25 INFO : Swift container rclone-test-luholuh1dugu: Container "rclone-test-luholuh1dugu" removed 2025/07/02 05:53:25 DEBUG : Compressed: TestCompressSwift:rclone-test-xeqakin4miqa: Purge remote 2025/07/02 05:53:25 DEBUG : Waiting for deletions to finish 2025/07/02 05:53:31 INFO : HELLO, WORLD!.json: Deleted 2025/07/02 05:53:36 INFO : HELLO, WORLD!.bin: Deleted 2025/07/02 05:53:36 INFO : Swift container rclone-test-xeqakin4miqa: Container "rclone-test-xeqakin4miqa" removed 2025/07/02 05:53:36 DEBUG : Compressed: TestCompressSwift:rclone-test-nefavab6qade: Purge remote 2025/07/02 05:53:36 DEBUG : Waiting for deletions to finish 2025/07/02 05:53:36 INFO : hello, world!.bin: Deleted 2025/07/02 05:53:46 INFO : hello, world!.json: Deleted 2025/07/02 05:53:46 INFO : Swift container rclone-test-nefavab6qade: Container "rclone-test-nefavab6qade" removed --- PASS: TestApplyTransforms (239.37s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" 2025/07/02 05:53:51 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/02 05:54:07 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/07/02 05:54:07 INFO : file1: Copied (new) to: sub/file2 2025/07/02 05:54:17 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/02 05:54:17 DEBUG : file1: Unchanged skipping 2025/07/02 05:54:28 DEBUG : Compressed: TestCompressSwift:rclone-test-vukeloh8lalu: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (56.99s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.14s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" 2025/07/02 05:55:05 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vukeloh8lalu/backup" 2025/07/02 05:55:05 DEBUG : Swift container rclone-test-vukeloh8lalu path backup.json: Auto set use_segments_container to true 2025/07/02 05:55:11 DEBUG : Swift container rclone-test-vukeloh8lalu path backup: Auto set use_segments_container to true 2025/07/02 05:55:16 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/02 05:55:47 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/07/02 05:55:47 INFO : dst/file1: Copied (server-side copy) 2025/07/02 05:55:53 INFO : dst/file1: Deleted 2025/07/02 05:56:03 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/07/02 05:56:03 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (106.16s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" 2025/07/02 05:56:30 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vukeloh8lalu/dst" 2025/07/02 05:56:30 DEBUG : Swift container rclone-test-vukeloh8lalu path dst.json: Auto set use_segments_container to true 2025/07/02 05:56:36 DEBUG : Swift container rclone-test-vukeloh8lalu path dst: Auto set use_segments_container to true 2025/07/02 05:56:46 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vukeloh8lalu/CompareDest" 2025/07/02 05:56:46 DEBUG : Swift container rclone-test-vukeloh8lalu path CompareDest.json: Auto set use_segments_container to true 2025/07/02 05:56:52 DEBUG : Swift container rclone-test-vukeloh8lalu path CompareDest: Auto set use_segments_container to true 2025/07/02 05:56:57 DEBUG : one: Need to transfer - File not found at Destination 2025/07/02 05:57:13 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/07/02 05:57:13 INFO : one: Copied (new) 2025/07/02 05:57:24 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/02 05:57:35 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/07/02 05:57:35 INFO : one: Copied (replaced existing) 2025/07/02 05:58:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/02 05:58:12 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/02 05:58:12 DEBUG : one: Destination found in --compare-dest, skipping 2025/07/02 05:58:34 DEBUG : two: Need to transfer - File not found at Destination 2025/07/02 05:58:34 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/02 05:58:34 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/02 05:58:49 DEBUG : two: Need to transfer - File not found at Destination 2025/07/02 05:58:49 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/02 05:58:49 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/02 05:59:11 DEBUG : two: Need to transfer - File not found at Destination 2025/07/02 05:59:11 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/07/02 05:59:27 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/07/02 05:59:27 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (219.18s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" 2025/07/02 06:00:09 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vukeloh8lalu/dst" 2025/07/02 06:00:09 DEBUG : Config file has changed externally - reloading 2025/07/02 06:00:09 DEBUG : Swift container rclone-test-vukeloh8lalu path dst.json: Auto set use_segments_container to true 2025/07/02 06:00:15 DEBUG : Swift container rclone-test-vukeloh8lalu path dst: Auto set use_segments_container to true 2025/07/02 06:00:25 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vukeloh8lalu/CopyDest" 2025/07/02 06:00:25 DEBUG : Swift container rclone-test-vukeloh8lalu path CopyDest.json: Auto set use_segments_container to true 2025/07/02 06:00:31 DEBUG : Config file has changed externally - reloading 2025/07/02 06:00:31 DEBUG : Swift container rclone-test-vukeloh8lalu path CopyDest: Auto set use_segments_container to true 2025/07/02 06:00:36 DEBUG : one: Need to transfer - File not found at Destination 2025/07/02 06:00:52 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/07/02 06:00:52 INFO : one: Copied (new) 2025/07/02 06:01:02 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/02 06:01:13 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/07/02 06:01:13 INFO : one: Copied (replaced existing) 2025/07/02 06:01:55 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vukeloh8lalu/BackupDir" 2025/07/02 06:01:55 DEBUG : Swift container rclone-test-vukeloh8lalu path BackupDir.json: Auto set use_segments_container to true 2025/07/02 06:02:01 DEBUG : Swift container rclone-test-vukeloh8lalu path BackupDir: Auto set use_segments_container to true 2025/07/02 06:02:06 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/02 06:02:06 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/02 06:02:06 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/02 06:02:32 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/07/02 06:02:32 INFO : one: Copied (server-side copy) 2025/07/02 06:02:37 INFO : one: Deleted 2025/07/02 06:02:58 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/07/02 06:02:58 INFO : one: Copied (server-side copy) 2025/07/02 06:02:58 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/07/02 06:03:40 DEBUG : two: Need to transfer - File not found at Destination 2025/07/02 06:03:40 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/02 06:04:15 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/07/02 06:04:15 INFO : two: Copied (server-side copy) 2025/07/02 06:04:15 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/07/02 06:04:26 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/02 06:04:26 DEBUG : two: Unchanged skipping 2025/07/02 06:05:09 DEBUG : three: Need to transfer - File not found at Destination 2025/07/02 06:05:19 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/07/02 06:05:19 DEBUG : three: Destination not found in --copy-dest 2025/07/02 06:05:30 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/07/02 06:05:30 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (424.72s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.26s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.10s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" 2025/07/02 06:07:19 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/07/02 06:07:30 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/07/02 06:07:30 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/07/02 06:07:41 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/07/02 06:07:46 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/07/02 06:07:46 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy1.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-vukeloh8lalu/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/07/02 06:07:57 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/07/02 06:08:13 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/07/02 06:08:28 DEBUG : TestCopyFileMaxTransfer/file4: md5 = a16d5999de66f1837d8c6c3e18edaf5d OK 2025/07/02 06:08:28 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (120.39s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.19s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.15s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.39s) === RUN TestDeduplicateFirst run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.10s) === RUN TestDeduplicateNewest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.12s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" 2025/07/02 06:09:54 INFO : Compressed: TestCompressSwift:rclone-test-vukeloh8lalu: Looking for duplicate md5 hashes using newest mode. 2025/07/02 06:09:55 NOTICE: ca36abec2ecb5077a1e4119017419246: Found 3 files with duplicate md5 hashes 2025/07/02 06:09:55 INFO : one: Deleted 2025/07/02 06:10:00 INFO : also/one: Deleted 2025/07/02 06:10:00 NOTICE: ca36abec2ecb5077a1e4119017419246: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (55.84s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.20s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.15s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.20s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.21s) === RUN TestMergeDirs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.19s) === RUN TestListDirSorted run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" 2025/07/02 06:11:55 DEBUG : a.txt: Excluded (Size Filter) 2025/07/02 06:11:55 DEBUG : a.txt: Excluded 2025/07/02 06:11:55 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/02 06:11:55 DEBUG : sub dir/hello world: Excluded 2025/07/02 06:11:55 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/02 06:11:55 DEBUG : sub dir/hello world2: Excluded 2025/07/02 06:11:56 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/02 06:11:56 DEBUG : sub dir/hello world: Excluded 2025/07/02 06:11:56 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/02 06:11:56 DEBUG : sub dir/hello world2: Excluded 2025/07/02 06:12:01 DEBUG : sub dir/ignore dir: Excluded 2025/07/02 06:12:06 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (161.42s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" 2025/07/02 06:14:38 DEBUG : a.txt: Excluded (Size Filter) 2025/07/02 06:14:38 DEBUG : a.txt: Excluded 2025/07/02 06:14:38 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/02 06:14:38 DEBUG : sub dir/hello world: Excluded 2025/07/02 06:14:38 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/02 06:14:38 DEBUG : sub dir/hello world2: Excluded 2025/07/02 06:14:38 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/02 06:14:38 DEBUG : sub dir/hello world: Excluded 2025/07/02 06:14:38 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/02 06:14:38 DEBUG : sub dir/hello world2: Excluded 2025/07/02 06:14:38 DEBUG : sub dir/ignore dir: Excluded 2025/07/02 06:14:44 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (167.69s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", 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.14s) --- PASS: TestListJSON/Default (5.27s) --- PASS: TestListJSON/FilesOnly (5.20s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (10.35s) --- PASS: TestListJSON/SubDir (10.19s) --- PASS: TestListJSON/NoModTime (10.15s) --- PASS: TestListJSON/NoMimeType (0.10s) --- PASS: TestListJSON/ShowHash (5.21s) --- PASS: TestListJSON/HashTypes (5.20s) --- PASS: TestListJSON/Metadata (0.19s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/07/02 06:22:04 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vukeloh8lalu/notfound" 2025/07/02 06:22:04 DEBUG : Config file has changed externally - reloading 2025/07/02 06:22:04 DEBUG : Swift container rclone-test-vukeloh8lalu path notfound.json: Auto set use_segments_container to true 2025/07/02 06:22:15 DEBUG : Swift container rclone-test-vukeloh8lalu path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (305.45s) --- PASS: TestStatJSON/Root (0.05s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.10s) --- PASS: TestStatJSON/Dir (23.21s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.10s) --- PASS: TestStatJSON/File (0.16s) --- PASS: TestStatJSON/NotFound (40.19s) --- PASS: TestStatJSON/DirFilesOnly (20.06s) --- PASS: TestStatJSON/FileFilesOnly (0.15s) --- PASS: TestStatJSON/NotFoundFilesOnly (40.06s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.05s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (16.06s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" 2025/07/02 06:22:51 INFO : Compressed: TestCompressSwift:rclone-test-vukeloh8lalu: Making directory 2025/07/02 06:22:51 INFO : Compressed: TestCompressSwift:rclone-test-vukeloh8lalu: Making directory --- PASS: TestMkdir (0.29s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" --- PASS: TestLsd (16.23s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" --- PASS: TestLs (191.98s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" 2025/07/02 06:27:28 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/07/02 06:27:28 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (130.97s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vukeloh8lalu", Local "Local file system at /tmp/rclone2935244203", Modify Window "1ns" panic: test timed out after 1h0m0s running tests: TestLsLong (32s) goroutine 7428 [running]: testing.(*M).startAlarm.func1() /usr/local/go/src/testing/testing.go:2484 +0x394 created by time.goFunc /usr/local/go/src/time/sleep.go:215 +0x2d goroutine 1 [chan receive, 2 minutes]: testing.(*T).Run(0xc000585340, {0x26a02c4?, 0xc00044dad8?}, 0x27d55e0) /usr/local/go/src/testing/testing.go:1859 +0x431 testing.runTests.func1(0xc000585340) /usr/local/go/src/testing/testing.go:2279 +0x37 testing.tRunner(0xc000585340, 0xc00044dc18) /usr/local/go/src/testing/testing.go:1792 +0xf4 testing.runTests(0xc000736cc0, {0x3e9c140, 0x6d, 0x6d}, {0xedff6ba9f?, 0x3eb2140?, 0x3eb2140?}) /usr/local/go/src/testing/testing.go:2277 +0x4b4 testing.(*M).Run(0xc0005dbea0) /usr/local/go/src/testing/testing.go:2142 +0x64a github.com/rclone/rclone/fstest.TestMain(0xc0005dbea0) /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 51 [syscall, 60 minutes]: os/signal.signal_recv() /usr/local/go/src/runtime/sigqueue.go:152 +0x29 os/signal.loop() /usr/local/go/src/os/signal/signal_unix.go:23 +0x13 created by os/signal.Notify.func1.1 in goroutine 1 /usr/local/go/src/os/signal/signal.go:152 +0x1f goroutine 52 [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 7420 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0002d50e0, 0xc00040e070, 0xc00074c000) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:425 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0002d50e0, {0x2b09c28, 0x3ed5700}, {0xc0005fea50, 0x4f}, {{0xc0019b8060, 0x18}, {0xc0019b8079, 0xb}, {0x268cbfb, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:777 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc0002d50e0, {0x2b09c28, 0x3ed5700}, {{0xc0019b8060, 0x18}, {0xc0019b8079, 0xb}, {0x268cbfb, 0x3}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:847 +0x151 github.com/ncw/swift/v2.(*Connection).objectPut(0xc0002d50e0, {0x2b09c28, 0x3ed5700}, {0xc0019b8060, 0x18}, {0xc0019b8079, 0xb}, {0x2ae1840, 0xc0005900a0}, 0x1, ...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:1569 +0x1f5 github.com/ncw/swift/v2.(*Connection).ObjectPut(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:1615 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, 0x0?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc00073ee40, 0xc000f06080, 0x1) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:199 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).CallNoRetry(...) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:227 github.com/rclone/rclone/backend/swift.(*Object).Update(0xc000aa6000, {0x2b09c28, 0x3ed5700}, {0x2ae1840, 0xc0005900a0}, {0x2b15190, 0xc0005679b0}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1558 +0x7b8 github.com/rclone/rclone/backend/swift.(*Fs).Put(0xc000584fc0, {0x2b09c28, 0x3ed5700}, {0x2ae1840, 0xc0005900a0}, {0x2b15190, 0xc0005679b0}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:937 +0x139 github.com/rclone/rclone/backend/compress.(*Fs).putUncompress(0xc000516200, {0x2b09c28, 0x3ed5700}, {0x2ae1860?, 0xc000810048?}, {0x2b14d30, 0xc000316f50}, 0xc000453ad8, {0x0, 0x0, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:660 +0x336 github.com/rclone/rclone/backend/compress.(*Fs).putWithCustomFunctions(0xc000516200, {0x2b09c28, 0x3ed5700}, {0x2ae1860?, 0xc000810048?}, {0x2b14d30, 0xc000316f50}, {0x0, 0x0, 0x0}, ...) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:723 +0xec github.com/rclone/rclone/backend/compress.(*Fs).Put(0xc000516200, {0x2b09c28, 0x3ed5700}, {0x2ae1900, 0xc000801e90}, {0x2b14d30, 0xc000316f50}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:758 +0x266 github.com/rclone/rclone/fstest.(*Run).WriteObjectTo(0xc000316d20, {0x2b09c28, 0x3ed5700}, {0x2b1ef60, 0xc000516200}, {0x2698bcc, 0x7}, {0x273e545, 0x3c}, {0x1dcd64ff, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:275 +0x3f2 github.com/rclone/rclone/fstest.(*Run).WriteObject(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 github.com/rclone/rclone/fstest.(*Run).WriteBoth(0xc000316d20, {0x2b09c28, 0x3ed5700}, {0x2698bcc, 0x7}, {0x273e545, 0x3c}, {0x1dcd64ff, 0xeb20d7a72, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:303 +0x109 github.com/rclone/rclone/fs/operations_test.TestLsLong(0xc0009f0700) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:141 +0x89 testing.tRunner(0xc0009f0700, 0x27d55e0) /usr/local/go/src/testing/testing.go:1792 +0xf4 created by testing.(*T).Run in goroutine 1 /usr/local/go/src/testing/testing.go:1851 +0x413 goroutine 666 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 656 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3376 [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 2800 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 7173 [IO wait]: internal/poll.runtime_pollWait(0x7f8de5069278, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc000f06b00?, 0xc0001e0600?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc000f06b00, {0xc0001e0600, 0x1980, 0x1980}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc000f06b00, {0xc0001e0600?, 0xc0004778d0?, 0x42b5fc?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc0003ba4f0, {0xc0001e0600?, 0x422eb6?, 0x3ed7f80?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000914a20, {0xc0001e0600?, 0x7f8d9c3bb018?, 0x7f8de51c0a78?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc00080a030, {0xc0001e0600?, 0x0?, 0x4779d0?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc0006a0638, {0x2ae3320, 0xc00080a030}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc0006a0388, {0x7f8d9c4dd2d8, 0xc000914a20}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc0006a0388, 0x0) /usr/local/go/src/crypto/tls/conn.go:629 +0x3cf crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:591 crypto/tls.(*Conn).Read(0xc0006a0388, {0xc000785000, 0x1000, 0xc0003fb9e0?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc0007186c0, {0xc000785000?, 0x7f4085?, 0x2ae14c0?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc00087b2c0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc00087b2c0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc0007186c0) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 7135 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 791 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 749 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3530 [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 2800 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 175 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 165 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1218 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1208 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 959 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 949 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 250 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 32 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3171 [chan receive, 38 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 2800 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 273 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 263 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 551 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 525 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1406 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1396 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1449 [chan receive (nil chan), 51 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1423 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 832 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 822 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1307 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1297 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 362 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 288 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 513 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 503 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 2891 [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 2800 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 686 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 676 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3347 [chan receive, 38 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 2800 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 2801 [chan receive, 40 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2800 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 434 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 424 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1357 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1347 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3097 [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 2800 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 621 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 612 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1248 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1238 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1043 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 985 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1076 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1066 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 7174 [select]: net/http.(*persistConn).writeLoop(0xc0007186c0) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 7135 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 1480 [chan receive (nil chan), 51 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1454 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 2988 [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 2800 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3245 [chan receive, 38 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 2800 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 7427 [select]: net/http.(*persistConn).roundTrip(0xc0007186c0, 0xc0004340a0) /usr/local/go/src/net/http/transport.go:2826 +0x785 net/http.(*Transport).roundTrip(0xc0003ce340, 0xc00074c000) /usr/local/go/src/net/http/transport.go:696 +0xb9a net/http.(*Transport).RoundTrip(...) /usr/local/go/src/net/http/roundtrip.go:30 github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0xc00042b260, 0xc00074c000) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc00074c000, {0x2ae2ac0, 0xc00042b260}, {0x3ebe401?, 0xc0008208a0?, 0x0?}) /usr/local/go/src/net/http/client.go:259 +0x5e2 net/http.(*Client).send(0xc00073a150, 0xc00074c000, {0x412c3e?, 0x482592?, 0x0?}) /usr/local/go/src/net/http/client.go:180 +0x91 net/http.(*Client).do(0xc00073a150, 0xc00074c000) /usr/local/go/src/net/http/client.go:728 +0x989 net/http.(*Client).Do(...) /usr/local/go/src/net/http/client.go:587 github.com/ncw/swift/v2.(*Connection).doTimeoutRequest.func1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:421 +0x2b created by github.com/ncw/swift/v2.(*Connection).doTimeoutRequest in goroutine 7420 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:420 +0xb8 goroutine 3624 [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 2800 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 6047 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc0006f6000, {0x2b09d40, 0xc000752690}) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:339 +0x145 created by github.com/rclone/rclone/fs/accounting.(*StatsInfo)._startAverageLoop in goroutine 5753 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:376 +0x117 "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m0.720857909s (try 2/5): exit status 2: Failed []