"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 1/5) 2025/06/25 03:16:22 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gabowim8weco" 2025/06/25 03:16:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/25 03:16:22 DEBUG : Swift container rclone-test-gabowim8weco.json: Auto set use_segments_container to true 2025/06/25 03:16:23 DEBUG : Swift container rclone-test-gabowim8weco: Auto set use_segments_container to true 2025/06/25 03:16:23 DEBUG : Creating backend with remote "/tmp/rclone3597301094" === 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-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.18s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.05s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/06/25 03:16:23 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/25 03:16:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/25 03:16:23 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/06/25 03:16:23 DEBUG : potato: Seek from 10 to 0 2025/06/25 03:16:23 DEBUG : potato: Seek from 10 to 0 2025/06/25 03:16:23 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/06/25 03:16:23 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/25 03:16:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/25 03:16:23 DEBUG : potato: Seek from 5 to 2 2025/06/25 03:16:23 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/06/25 03:16:23 DEBUG : potato: Seek from 7 to 0 2025/06/25 03:16:23 DEBUG : potato: Seek from 7 to 0 2025/06/25 03:16:23 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/06/25 03:16:23 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/25 03:16:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/25 03:16:23 DEBUG : potato: Seek from 5 to 2 2025/06/25 03:16:23 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/06/25 03:16:23 DEBUG : potato: Seek from 8 to 0 2025/06/25 03:16:23 DEBUG : potato: Seek from 8 to 0 2025/06/25 03:16:23 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/06/25 03:16:23 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/25 03:16:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/25 03:16:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/25 03:16:23 DEBUG : potato: Seek from 5 to 2 2025/06/25 03:16:23 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/06/25 03:16:23 DEBUG : potato: Seek from 9 to 0 2025/06/25 03:16:23 DEBUG : potato: Seek from 9 to 0 2025/06/25 03:16:23 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-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" 2025/06/25 03:16:23 INFO : Swift container rclone-test-gabowim8weco: Container "rclone-test-gabowim8weco" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (81.74s) --- PASS: TestCheck/1 (0.20s) --- PASS: TestCheck/2 (0.16s) --- PASS: TestCheck/3 (0.13s) --- PASS: TestCheck/4 (0.21s) --- PASS: TestCheck/5 (5.15s) --- PASS: TestCheck/6 (0.18s) --- PASS: TestCheck/7 (0.22s) === RUN TestCheckFsError 2025/06/25 03:17:45 DEBUG : Creating backend with remote "nonexistent" 2025/06/25 03:17:45 DEBUG : Creating backend with remote "nonexistent" 2025/06/25 03:17:45 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/06/25 03:17:45 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/06/25 03:17:45 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/06/25 03:17:45 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-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", 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 (98.21s) --- PASS: TestCheckDownload/1 (0.19s) --- PASS: TestCheckDownload/2 (0.17s) --- PASS: TestCheckDownload/3 (0.17s) --- PASS: TestCheckDownload/4 (5.36s) --- PASS: TestCheckDownload/5 (5.23s) --- PASS: TestCheckDownload/6 (5.19s) --- PASS: TestCheckDownload/7 (5.21s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", 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 (76.12s) --- PASS: TestCheckSizeOnly/1 (0.05s) --- PASS: TestCheckSizeOnly/2 (0.05s) --- PASS: TestCheckSizeOnly/3 (0.05s) --- PASS: TestCheckSizeOnly/4 (0.04s) --- PASS: TestCheckSizeOnly/5 (0.04s) --- 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-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" 2025/06/25 03:20:55 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/25 03:20:55 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/25 03:20:55 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/25 03:20:55 NOTICE: test.sum: 2 warning(s) suppressed... 2025/06/25 03:21:06 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/25 03:21:06 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/25 03:21:06 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/25 03:21:06 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (42.47s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" 2025/06/25 03:21:21 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gabowim8weco/data" 2025/06/25 03:21:21 DEBUG : Config file has changed externally - reloading 2025/06/25 03:21:22 DEBUG : Swift container rclone-test-gabowim8weco path data.json: Auto set use_segments_container to true 2025/06/25 03:21:32 DEBUG : Swift container rclone-test-gabowim8weco 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 (335.40s) --- PASS: TestCheckSum/subtest1 (5.32s) --- PASS: TestCheckSum/subtest2 (20.54s) --- PASS: TestCheckSum/subtest3 (0.58s) --- PASS: TestCheckSum/subtest4 (0.54s) --- PASS: TestCheckSum/subtest5 (40.54s) --- PASS: TestCheckSum/subtest6 (5.40s) --- PASS: TestCheckSum/subtest7 (0.41s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" 2025/06/25 03:26:57 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gabowim8weco/data" 2025/06/25 03:26:57 DEBUG : Config file has changed externally - reloading 2025/06/25 03:26:57 DEBUG : Swift container rclone-test-gabowim8weco path data.json: Auto set use_segments_container to true 2025/06/25 03:27:08 DEBUG : Swift container rclone-test-gabowim8weco 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 (336.93s) --- PASS: TestCheckSumDownload/subtest1 (0.48s) --- PASS: TestCheckSumDownload/subtest2 (0.35s) --- PASS: TestCheckSumDownload/subtest3 (40.59s) --- PASS: TestCheckSumDownload/subtest4 (5.41s) --- PASS: TestCheckSumDownload/subtest5 (5.40s) --- PASS: TestCheckSumDownload/subtest6 (5.37s) --- PASS: TestCheckSumDownload/subtest7 (0.37s) === RUN TestApplyTransforms 2025/06/25 03:32:34 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-lenuteb7seta" 2025/06/25 03:32:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/25 03:32:34 DEBUG : Swift container rclone-test-lenuteb7seta.json: Auto set use_segments_container to true 2025/06/25 03:32:34 DEBUG : Swift container rclone-test-lenuteb7seta: Auto set use_segments_container to true 2025/06/25 03:32:34 DEBUG : Creating backend with remote "/tmp/rclone2031306431" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-lenuteb7seta", Local "Local file system at /tmp/rclone2031306431", Modify Window "1ns" 2025/06/25 03:32:35 INFO : Swift container rclone-test-lenuteb7seta: Container "rclone-test-lenuteb7seta" created upper checkfile vs. lower remote (without normalization) 2025/06/25 03:33:07 ERROR : hello, world!: sum not found 2025/06/25 03:33:07 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-lenuteb7seta 2025/06/25 03:33:07 NOTICE: Compressed: TestCompressSwift:rclone-test-lenuteb7seta: 1 files missing 2025/06/25 03:33:07 NOTICE: 1 hashes missing 2025/06/25 03:33:07 NOTICE: Compressed: TestCompressSwift:rclone-test-lenuteb7seta: 2 differences found 2025/06/25 03:33:07 NOTICE: Compressed: TestCompressSwift:rclone-test-lenuteb7seta: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/06/25 03:33:12 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/25 03:33:12 NOTICE: Compressed: TestCompressSwift:rclone-test-lenuteb7seta: 0 differences found 2025/06/25 03:33:12 NOTICE: Compressed: TestCompressSwift:rclone-test-lenuteb7seta: 1 matching files 2025/06/25 03:33:12 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-texubus9soci" 2025/06/25 03:33:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/25 03:33:13 DEBUG : Swift container rclone-test-texubus9soci.json: Auto set use_segments_container to true 2025/06/25 03:33:13 DEBUG : Swift container rclone-test-texubus9soci: Auto set use_segments_container to true 2025/06/25 03:33:13 DEBUG : Creating backend with remote "/tmp/rclone18829835" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-texubus9soci", Local "Local file system at /tmp/rclone18829835", Modify Window "1ns" 2025/06/25 03:33:13 INFO : Swift container rclone-test-texubus9soci: Container "rclone-test-texubus9soci" created lower checkfile vs. upper remote (without normalization) 2025/06/25 03:33:29 ERROR : HELLO, WORLD!: sum not found 2025/06/25 03:33:29 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-texubus9soci 2025/06/25 03:33:29 NOTICE: Compressed: TestCompressSwift:rclone-test-texubus9soci: 1 files missing 2025/06/25 03:33:29 NOTICE: 1 hashes missing 2025/06/25 03:33:29 NOTICE: Compressed: TestCompressSwift:rclone-test-texubus9soci: 2 differences found 2025/06/25 03:33:29 NOTICE: Compressed: TestCompressSwift:rclone-test-texubus9soci: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/06/25 03:33:34 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/25 03:33:34 NOTICE: Compressed: TestCompressSwift:rclone-test-texubus9soci: 0 differences found 2025/06/25 03:33:34 NOTICE: Compressed: TestCompressSwift:rclone-test-texubus9soci: 1 matching files 2025/06/25 03:33:34 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vubekoq6qixe" 2025/06/25 03:33:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/25 03:33:34 DEBUG : Swift container rclone-test-vubekoq6qixe.json: Auto set use_segments_container to true 2025/06/25 03:33:35 DEBUG : Swift container rclone-test-vubekoq6qixe: Auto set use_segments_container to true 2025/06/25 03:33:35 DEBUG : Creating backend with remote "/tmp/rclone370036174" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vubekoq6qixe", Local "Local file system at /tmp/rclone370036174", Modify Window "1ns" 2025/06/25 03:33:35 INFO : Swift container rclone-test-vubekoq6qixe: Container "rclone-test-vubekoq6qixe" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/06/25 03:33:51 ERROR : HeLlO, wOrLd!: sum not found 2025/06/25 03:33:51 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-vubekoq6qixe 2025/06/25 03:33:51 NOTICE: Compressed: TestCompressSwift:rclone-test-vubekoq6qixe: 1 files missing 2025/06/25 03:33:51 NOTICE: 1 hashes missing 2025/06/25 03:33:51 NOTICE: Compressed: TestCompressSwift:rclone-test-vubekoq6qixe: 2 differences found 2025/06/25 03:33:51 NOTICE: Compressed: TestCompressSwift:rclone-test-vubekoq6qixe: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/06/25 03:33:56 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/25 03:33:56 NOTICE: Compressed: TestCompressSwift:rclone-test-vubekoq6qixe: 0 differences found 2025/06/25 03:33:56 NOTICE: Compressed: TestCompressSwift:rclone-test-vubekoq6qixe: 1 matching files 2025/06/25 03:33:56 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-zorefah2rudi" 2025/06/25 03:33:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/25 03:33:57 DEBUG : Swift container rclone-test-zorefah2rudi.json: Auto set use_segments_container to true 2025/06/25 03:33:57 DEBUG : Swift container rclone-test-zorefah2rudi: Auto set use_segments_container to true 2025/06/25 03:33:57 DEBUG : Creating backend with remote "/tmp/rclone3090904333" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-zorefah2rudi", Local "Local file system at /tmp/rclone3090904333", Modify Window "1ns" 2025/06/25 03:33:57 INFO : Swift container rclone-test-zorefah2rudi: Container "rclone-test-zorefah2rudi" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/06/25 03:34:04 ERROR : HELLO, WORLD!: sum not found 2025/06/25 03:34:04 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-zorefah2rudi 2025/06/25 03:34:04 NOTICE: Compressed: TestCompressSwift:rclone-test-zorefah2rudi: 1 files missing 2025/06/25 03:34:04 NOTICE: 1 hashes missing 2025/06/25 03:34:04 NOTICE: Compressed: TestCompressSwift:rclone-test-zorefah2rudi: 2 differences found 2025/06/25 03:34:04 NOTICE: Compressed: TestCompressSwift:rclone-test-zorefah2rudi: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/06/25 03:34:04 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/25 03:34:04 NOTICE: Compressed: TestCompressSwift:rclone-test-zorefah2rudi: 0 differences found 2025/06/25 03:34:04 NOTICE: Compressed: TestCompressSwift:rclone-test-zorefah2rudi: 1 matching files 2025/06/25 03:34:04 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-dodulaj8mona" 2025/06/25 03:34:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/25 03:34:05 DEBUG : Swift container rclone-test-dodulaj8mona.json: Auto set use_segments_container to true 2025/06/25 03:34:05 DEBUG : Swift container rclone-test-dodulaj8mona: Auto set use_segments_container to true 2025/06/25 03:34:05 DEBUG : Creating backend with remote "/tmp/rclone3415420261" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-dodulaj8mona", Local "Local file system at /tmp/rclone3415420261", Modify Window "1ns" 2025/06/25 03:34:05 INFO : Swift container rclone-test-dodulaj8mona: Container "rclone-test-dodulaj8mona" created NFD checkfile vs. NFC remote (without normalization) 2025/06/25 03:34:21 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/25 03:34:21 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-dodulaj8mona 2025/06/25 03:34:21 NOTICE: Compressed: TestCompressSwift:rclone-test-dodulaj8mona: 1 files missing 2025/06/25 03:34:21 NOTICE: 1 hashes missing 2025/06/25 03:34:21 NOTICE: Compressed: TestCompressSwift:rclone-test-dodulaj8mona: 2 differences found 2025/06/25 03:34:21 NOTICE: Compressed: TestCompressSwift:rclone-test-dodulaj8mona: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/06/25 03:34:31 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/25 03:34:31 NOTICE: Compressed: TestCompressSwift:rclone-test-dodulaj8mona: 0 differences found 2025/06/25 03:34:31 NOTICE: Compressed: TestCompressSwift:rclone-test-dodulaj8mona: 1 matching files 2025/06/25 03:34:31 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-sobuwos2xeme" 2025/06/25 03:34:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/25 03:34:32 DEBUG : Swift container rclone-test-sobuwos2xeme.json: Auto set use_segments_container to true 2025/06/25 03:34:32 DEBUG : Swift container rclone-test-sobuwos2xeme: Auto set use_segments_container to true 2025/06/25 03:34:32 DEBUG : Creating backend with remote "/tmp/rclone3391753261" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sobuwos2xeme", Local "Local file system at /tmp/rclone3391753261", Modify Window "1ns" 2025/06/25 03:34:32 INFO : Swift container rclone-test-sobuwos2xeme: Container "rclone-test-sobuwos2xeme" created NFC checkfile vs. NFD remote (without normalization) 2025/06/25 03:34:43 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/25 03:34:43 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-sobuwos2xeme 2025/06/25 03:34:43 NOTICE: Compressed: TestCompressSwift:rclone-test-sobuwos2xeme: 1 files missing 2025/06/25 03:34:43 NOTICE: 1 hashes missing 2025/06/25 03:34:43 NOTICE: Compressed: TestCompressSwift:rclone-test-sobuwos2xeme: 2 differences found 2025/06/25 03:34:43 NOTICE: Compressed: TestCompressSwift:rclone-test-sobuwos2xeme: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/06/25 03:34:44 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/25 03:34:44 NOTICE: Compressed: TestCompressSwift:rclone-test-sobuwos2xeme: 0 differences found 2025/06/25 03:34:44 NOTICE: Compressed: TestCompressSwift:rclone-test-sobuwos2xeme: 1 matching files 2025/06/25 03:34:44 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vasimem1meha" 2025/06/25 03:34:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/25 03:34:44 DEBUG : Swift container rclone-test-vasimem1meha.json: Auto set use_segments_container to true 2025/06/25 03:34:44 DEBUG : Swift container rclone-test-vasimem1meha: Auto set use_segments_container to true 2025/06/25 03:34:44 DEBUG : Creating backend with remote "/tmp/rclone2875901263" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vasimem1meha", Local "Local file system at /tmp/rclone2875901263", Modify Window "1ns" 2025/06/25 03:34:45 INFO : Swift container rclone-test-vasimem1meha: Container "rclone-test-vasimem1meha" created NFDx2 checkfile vs. both remote (without normalization) 2025/06/25 03:34:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/25 03:34:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-vasimem1meha 2025/06/25 03:34:51 NOTICE: Compressed: TestCompressSwift:rclone-test-vasimem1meha: 1 files missing 2025/06/25 03:34:51 NOTICE: 1 hashes missing 2025/06/25 03:34:51 NOTICE: Compressed: TestCompressSwift:rclone-test-vasimem1meha: 2 differences found 2025/06/25 03:34:51 NOTICE: Compressed: TestCompressSwift:rclone-test-vasimem1meha: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/06/25 03:34:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/25 03:34:51 NOTICE: Compressed: TestCompressSwift:rclone-test-vasimem1meha: 0 differences found 2025/06/25 03:34:51 NOTICE: Compressed: TestCompressSwift:rclone-test-vasimem1meha: 1 matching files 2025/06/25 03:34:51 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-segoqih0jeso" 2025/06/25 03:34:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/25 03:34:51 DEBUG : Swift container rclone-test-segoqih0jeso.json: Auto set use_segments_container to true 2025/06/25 03:34:52 DEBUG : Swift container rclone-test-segoqih0jeso: Auto set use_segments_container to true 2025/06/25 03:34:52 DEBUG : Creating backend with remote "/tmp/rclone2127639769" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-segoqih0jeso", Local "Local file system at /tmp/rclone2127639769", Modify Window "1ns" 2025/06/25 03:34:52 INFO : Swift container rclone-test-segoqih0jeso: Container "rclone-test-segoqih0jeso" created NFCx2 checkfile vs. both remote (without normalization) 2025/06/25 03:34:58 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/25 03:34:58 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-segoqih0jeso 2025/06/25 03:34:58 NOTICE: Compressed: TestCompressSwift:rclone-test-segoqih0jeso: 1 files missing 2025/06/25 03:34:58 NOTICE: 1 hashes missing 2025/06/25 03:34:58 NOTICE: Compressed: TestCompressSwift:rclone-test-segoqih0jeso: 2 differences found 2025/06/25 03:34:58 NOTICE: Compressed: TestCompressSwift:rclone-test-segoqih0jeso: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/06/25 03:34:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/25 03:34:58 NOTICE: Compressed: TestCompressSwift:rclone-test-segoqih0jeso: 0 differences found 2025/06/25 03:34:58 NOTICE: Compressed: TestCompressSwift:rclone-test-segoqih0jeso: 1 matching files 2025/06/25 03:34:58 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-huhenuc1bare" 2025/06/25 03:34:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/25 03:34:59 DEBUG : Swift container rclone-test-huhenuc1bare.json: Auto set use_segments_container to true 2025/06/25 03:34:59 DEBUG : Swift container rclone-test-huhenuc1bare: Auto set use_segments_container to true 2025/06/25 03:34:59 DEBUG : Creating backend with remote "/tmp/rclone164864991" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-huhenuc1bare", Local "Local file system at /tmp/rclone164864991", Modify Window "1ns" 2025/06/25 03:34:59 INFO : Swift container rclone-test-huhenuc1bare: Container "rclone-test-huhenuc1bare" created both checkfile vs. NFDx2 remote (without normalization) 2025/06/25 03:35:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/25 03:35:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-huhenuc1bare 2025/06/25 03:35:05 NOTICE: Compressed: TestCompressSwift:rclone-test-huhenuc1bare: 1 files missing 2025/06/25 03:35:05 NOTICE: 1 hashes missing 2025/06/25 03:35:05 NOTICE: Compressed: TestCompressSwift:rclone-test-huhenuc1bare: 2 differences found 2025/06/25 03:35:05 NOTICE: Compressed: TestCompressSwift:rclone-test-huhenuc1bare: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/06/25 03:35:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/25 03:35:05 NOTICE: Compressed: TestCompressSwift:rclone-test-huhenuc1bare: 0 differences found 2025/06/25 03:35:05 NOTICE: Compressed: TestCompressSwift:rclone-test-huhenuc1bare: 1 matching files 2025/06/25 03:35:05 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-sifonas8tiye" 2025/06/25 03:35:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/25 03:35:06 DEBUG : Swift container rclone-test-sifonas8tiye.json: Auto set use_segments_container to true 2025/06/25 03:35:06 DEBUG : Swift container rclone-test-sifonas8tiye: Auto set use_segments_container to true 2025/06/25 03:35:06 DEBUG : Creating backend with remote "/tmp/rclone1125584331" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sifonas8tiye", Local "Local file system at /tmp/rclone1125584331", Modify Window "1ns" 2025/06/25 03:35:06 INFO : Swift container rclone-test-sifonas8tiye: Container "rclone-test-sifonas8tiye" created both checkfile vs. NFCx2 remote (without normalization) 2025/06/25 03:35:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/25 03:35:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-sifonas8tiye 2025/06/25 03:35:17 NOTICE: Compressed: TestCompressSwift:rclone-test-sifonas8tiye: 1 files missing 2025/06/25 03:35:17 NOTICE: 1 hashes missing 2025/06/25 03:35:17 NOTICE: Compressed: TestCompressSwift:rclone-test-sifonas8tiye: 2 differences found 2025/06/25 03:35:17 NOTICE: Compressed: TestCompressSwift:rclone-test-sifonas8tiye: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/06/25 03:35:18 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/25 03:35:18 NOTICE: Compressed: TestCompressSwift:rclone-test-sifonas8tiye: 0 differences found 2025/06/25 03:35:18 NOTICE: Compressed: TestCompressSwift:rclone-test-sifonas8tiye: 1 matching files 2025/06/25 03:35:18 DEBUG : Compressed: TestCompressSwift:rclone-test-sifonas8tiye: Purge remote 2025/06/25 03:35:18 DEBUG : Waiting for deletions to finish 2025/06/25 03:35:18 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/25 03:35:28 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/25 03:35:28 INFO : Swift container rclone-test-sifonas8tiye: Container "rclone-test-sifonas8tiye" removed 2025/06/25 03:35:28 DEBUG : Compressed: TestCompressSwift:rclone-test-huhenuc1bare: Purge remote 2025/06/25 03:35:28 DEBUG : Waiting for deletions to finish 2025/06/25 03:35:28 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/25 03:35:29 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/25 03:35:29 INFO : Swift container rclone-test-huhenuc1bare: Container "rclone-test-huhenuc1bare" removed 2025/06/25 03:35:29 DEBUG : Compressed: TestCompressSwift:rclone-test-segoqih0jeso: Purge remote 2025/06/25 03:35:29 DEBUG : Waiting for deletions to finish 2025/06/25 03:35:29 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/25 03:35:29 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/25 03:35:29 INFO : Swift container rclone-test-segoqih0jeso: Container "rclone-test-segoqih0jeso" removed 2025/06/25 03:35:29 DEBUG : Compressed: TestCompressSwift:rclone-test-vasimem1meha: Purge remote 2025/06/25 03:35:29 DEBUG : Waiting for deletions to finish 2025/06/25 03:35:29 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/25 03:35:30 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/25 03:35:30 INFO : Swift container rclone-test-vasimem1meha: Container "rclone-test-vasimem1meha" removed 2025/06/25 03:35:30 DEBUG : Compressed: TestCompressSwift:rclone-test-sobuwos2xeme: Purge remote 2025/06/25 03:35:30 DEBUG : Waiting for deletions to finish 2025/06/25 03:35:30 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/06/25 03:35:35 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/06/25 03:35:35 INFO : Swift container rclone-test-sobuwos2xeme: Container "rclone-test-sobuwos2xeme" removed 2025/06/25 03:35:35 DEBUG : Compressed: TestCompressSwift:rclone-test-dodulaj8mona: Purge remote 2025/06/25 03:35:35 DEBUG : Waiting for deletions to finish 2025/06/25 03:35:41 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/06/25 03:35:41 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/06/25 03:35:41 INFO : Swift container rclone-test-dodulaj8mona: Container "rclone-test-dodulaj8mona" removed 2025/06/25 03:35:41 DEBUG : Compressed: TestCompressSwift:rclone-test-zorefah2rudi: Purge remote 2025/06/25 03:35:41 DEBUG : Waiting for deletions to finish 2025/06/25 03:35:41 INFO : HELLO, WORLD!.json: Deleted 2025/06/25 03:35:41 INFO : HELLO, WORLD!.bin: Deleted 2025/06/25 03:35:41 INFO : Swift container rclone-test-zorefah2rudi: Container "rclone-test-zorefah2rudi" removed 2025/06/25 03:35:41 DEBUG : Compressed: TestCompressSwift:rclone-test-vubekoq6qixe: Purge remote 2025/06/25 03:35:41 DEBUG : Waiting for deletions to finish 2025/06/25 03:35:47 INFO : HeLlO, wOrLd!.json: Deleted 2025/06/25 03:35:47 INFO : HeLlO, wOrLd!.bin: Deleted 2025/06/25 03:35:47 INFO : Swift container rclone-test-vubekoq6qixe: Container "rclone-test-vubekoq6qixe" removed 2025/06/25 03:35:47 DEBUG : Compressed: TestCompressSwift:rclone-test-texubus9soci: Purge remote 2025/06/25 03:35:47 DEBUG : Waiting for deletions to finish 2025/06/25 03:35:52 INFO : HELLO, WORLD!.json: Deleted 2025/06/25 03:35:52 INFO : HELLO, WORLD!.bin: Deleted 2025/06/25 03:35:53 INFO : Swift container rclone-test-texubus9soci: Container "rclone-test-texubus9soci" removed 2025/06/25 03:35:53 DEBUG : Compressed: TestCompressSwift:rclone-test-lenuteb7seta: Purge remote 2025/06/25 03:35:53 DEBUG : Waiting for deletions to finish 2025/06/25 03:35:53 INFO : hello, world!.bin: Deleted 2025/06/25 03:35:58 INFO : hello, world!.json: Deleted 2025/06/25 03:35:58 INFO : Swift container rclone-test-lenuteb7seta: Container "rclone-test-lenuteb7seta" removed --- PASS: TestApplyTransforms (204.58s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" 2025/06/25 03:36:04 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/25 03:36:10 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/25 03:36:10 INFO : file1: Copied (new) to: sub/file2 2025/06/25 03:36:11 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/25 03:36:11 DEBUG : file1: Unchanged skipping 2025/06/25 03:36:11 DEBUG : Compressed: TestCompressSwift:rclone-test-gabowim8weco: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (13.61s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.09s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" 2025/06/25 03:36:33 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gabowim8weco/backup" 2025/06/25 03:36:34 DEBUG : Swift container rclone-test-gabowim8weco path backup.json: Auto set use_segments_container to true 2025/06/25 03:36:39 DEBUG : Swift container rclone-test-gabowim8weco path backup: Auto set use_segments_container to true 2025/06/25 03:36:44 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/06/25 03:37:26 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/06/25 03:37:26 INFO : dst/file1: Copied (server-side copy) 2025/06/25 03:37:36 INFO : dst/file1: Deleted 2025/06/25 03:37:52 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/25 03:37:52 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (146.26s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" 2025/06/25 03:38:38 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gabowim8weco/dst" 2025/06/25 03:38:39 DEBUG : Swift container rclone-test-gabowim8weco path dst.json: Auto set use_segments_container to true 2025/06/25 03:38:44 DEBUG : Swift container rclone-test-gabowim8weco path dst: Auto set use_segments_container to true 2025/06/25 03:38:55 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gabowim8weco/CompareDest" 2025/06/25 03:38:55 DEBUG : Swift container rclone-test-gabowim8weco path CompareDest.json: Auto set use_segments_container to true 2025/06/25 03:39:23 DEBUG : Config file has changed externally - reloading 2025/06/25 03:39:24 DEBUG : Swift container rclone-test-gabowim8weco path CompareDest: Auto set use_segments_container to true 2025/06/25 03:39:29 DEBUG : one: Need to transfer - File not found at Destination 2025/06/25 03:39:50 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/25 03:39:50 INFO : one: Copied (new) 2025/06/25 03:40:36 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/25 03:40:51 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/25 03:40:51 INFO : one: Copied (replaced existing) 2025/06/25 03:41:24 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/25 03:41:29 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/25 03:41:29 DEBUG : one: Destination found in --compare-dest, skipping 2025/06/25 03:41:56 DEBUG : two: Need to transfer - File not found at Destination 2025/06/25 03:41:56 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/25 03:41:56 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/25 03:42:01 DEBUG : two: Need to transfer - File not found at Destination 2025/06/25 03:42:01 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/25 03:42:01 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/25 03:42:23 DEBUG : two: Need to transfer - File not found at Destination 2025/06/25 03:42:23 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/06/25 03:42:38 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/06/25 03:42:38 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (297.72s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" 2025/06/25 03:43:36 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gabowim8weco/dst" 2025/06/25 03:43:36 DEBUG : Config file has changed externally - reloading 2025/06/25 03:43:36 DEBUG : Swift container rclone-test-gabowim8weco path dst.json: Auto set use_segments_container to true 2025/06/25 03:43:42 DEBUG : Swift container rclone-test-gabowim8weco path dst: Auto set use_segments_container to true 2025/06/25 03:43:52 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gabowim8weco/CopyDest" 2025/06/25 03:43:52 DEBUG : Swift container rclone-test-gabowim8weco path CopyDest.json: Auto set use_segments_container to true 2025/06/25 03:43:58 DEBUG : Swift container rclone-test-gabowim8weco path CopyDest: Auto set use_segments_container to true 2025/06/25 03:44:03 DEBUG : one: Need to transfer - File not found at Destination 2025/06/25 03:44:24 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/25 03:44:24 INFO : one: Copied (new) 2025/06/25 03:44:45 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/25 03:45:00 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/25 03:45:00 INFO : one: Copied (replaced existing) 2025/06/25 03:45:42 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gabowim8weco/BackupDir" 2025/06/25 03:45:42 DEBUG : Config file has changed externally - reloading 2025/06/25 03:45:43 DEBUG : Swift container rclone-test-gabowim8weco path BackupDir.json: Auto set use_segments_container to true 2025/06/25 03:45:48 DEBUG : Swift container rclone-test-gabowim8weco path BackupDir: Auto set use_segments_container to true 2025/06/25 03:45:54 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/25 03:45:59 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/25 03:45:59 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/25 03:46:25 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/25 03:46:25 INFO : one: Copied (server-side copy) 2025/06/25 03:46:35 INFO : one: Deleted 2025/06/25 03:47:06 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/25 03:47:06 INFO : one: Copied (server-side copy) 2025/06/25 03:47:06 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/06/25 03:47:49 DEBUG : two: Need to transfer - File not found at Destination 2025/06/25 03:47:54 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/25 03:48:20 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/06/25 03:48:20 INFO : two: Copied (server-side copy) 2025/06/25 03:48:20 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/06/25 03:49:06 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/25 03:49:06 DEBUG : two: Unchanged skipping 2025/06/25 03:50:04 DEBUG : three: Need to transfer - File not found at Destination 2025/06/25 03:50:04 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/06/25 03:50:04 DEBUG : three: Destination not found in --copy-dest 2025/06/25 03:50:19 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/06/25 03:50:19 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (487.13s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.35s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.09s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" 2025/06/25 03:51:49 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/06/25 03:52:00 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/25 03:52:00 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/06/25 03:52:05 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/06/25 03:52:11 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/06/25 03:52:11 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy1.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-gabowim8weco/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/06/25 03:52:21 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/06/25 03:52:32 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/06/25 03:52:38 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 78922c80b6ad0951671d79790302fdc7 OK 2025/06/25 03:52:38 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (65.43s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.09s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.12s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", 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-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", 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-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", 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-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" 2025/06/25 03:53:54 INFO : Compressed: TestCompressSwift:rclone-test-gabowim8weco: Looking for duplicate md5 hashes using newest mode. 2025/06/25 03:53:54 NOTICE: 8550c44d44893deb1e2d3115059b970c: Found 3 files with duplicate md5 hashes 2025/06/25 03:54:09 INFO : one: Deleted 2025/06/25 03:54:15 INFO : also/one: Deleted 2025/06/25 03:54:15 NOTICE: 8550c44d44893deb1e2d3115059b970c: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (111.29s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.09s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", 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-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", 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-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.20s) === RUN TestMergeDirs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.20s) === RUN TestListDirSorted run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" 2025/06/25 03:56:15 DEBUG : a.txt: Excluded (Size Filter) 2025/06/25 03:56:15 DEBUG : a.txt: Excluded 2025/06/25 03:56:16 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/25 03:56:16 DEBUG : sub dir/hello world: Excluded 2025/06/25 03:56:16 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/25 03:56:16 DEBUG : sub dir/hello world2: Excluded 2025/06/25 03:56:16 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/25 03:56:16 DEBUG : sub dir/hello world: Excluded 2025/06/25 03:56:16 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/25 03:56:16 DEBUG : sub dir/hello world2: Excluded 2025/06/25 03:56:21 DEBUG : sub dir/ignore dir: Excluded 2025/06/25 03:56:26 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (147.25s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" 2025/06/25 03:59:02 DEBUG : a.txt: Excluded (Size Filter) 2025/06/25 03:59:02 DEBUG : a.txt: Excluded 2025/06/25 03:59:02 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/25 03:59:02 DEBUG : sub dir/hello world: Excluded 2025/06/25 03:59:02 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/25 03:59:02 DEBUG : sub dir/hello world2: Excluded 2025/06/25 03:59:02 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/25 03:59:02 DEBUG : sub dir/hello world: Excluded 2025/06/25 03:59:02 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/25 03:59:02 DEBUG : sub dir/hello world2: Excluded 2025/06/25 03:59:03 DEBUG : sub dir/ignore dir: Excluded 2025/06/25 03:59:23 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (261.85s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", 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 (56.21s) --- PASS: TestListJSON/Default (10.22s) --- PASS: TestListJSON/FilesOnly (0.19s) --- PASS: TestListJSON/DirsOnly (0.04s) --- PASS: TestListJSON/Recurse (5.33s) --- PASS: TestListJSON/SubDir (0.20s) --- PASS: TestListJSON/NoModTime (0.13s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (5.17s) --- PASS: TestListJSON/HashTypes (5.17s) --- PASS: TestListJSON/Metadata (0.17s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", 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/06/25 04:04:53 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gabowim8weco/notfound" 2025/06/25 04:04:53 DEBUG : Config file has changed externally - reloading 2025/06/25 04:04:54 DEBUG : Swift container rclone-test-gabowim8weco path notfound.json: Auto set use_segments_container to true 2025/06/25 04:04:59 DEBUG : Swift container rclone-test-gabowim8weco path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (163.68s) --- PASS: TestStatJSON/Root (0.05s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.10s) --- PASS: TestStatJSON/Dir (20.21s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.10s) --- PASS: TestStatJSON/File (20.14s) --- PASS: TestStatJSON/NotFound (5.38s) --- PASS: TestStatJSON/DirFilesOnly (5.05s) --- PASS: TestStatJSON/FileFilesOnly (5.17s) --- PASS: TestStatJSON/NotFoundFilesOnly (5.05s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.10s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (11.25s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" 2025/06/25 04:05:11 INFO : Compressed: TestCompressSwift:rclone-test-gabowim8weco: Making directory 2025/06/25 04:05:11 INFO : Compressed: TestCompressSwift:rclone-test-gabowim8weco: Making directory --- PASS: TestMkdir (0.14s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" --- PASS: TestLsd (74.87s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" --- PASS: TestLs (57.59s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" 2025/06/25 04:07:50 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/06/25 04:07:50 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (47.64s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" --- PASS: TestLsLong (37.63s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (38.15s) --- PASS: TestHashSums/Md5 (0.21s) --- PASS: TestHashSums/Md5Download (0.19s) === RUN TestHashSumsWithErrors 2025/06/25 04:09:27 DEBUG : Creating backend with remote ":memory:" 2025/06/25 04:09:27 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/06/25 04:09:27 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/25 04:09:27 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/25 04:09:27 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/25 04:09:27 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/25 04:09:27 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/25 04:09:27 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/25 04:09:27 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/06/25 04:09:27 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-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" --- PASS: TestCount (43.87s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" 2025/06/25 04:10:41 DEBUG : Waiting for deletions to finish 2025/06/25 04:10:41 DEBUG : large: Excluded (Size Filter) 2025/06/25 04:10:42 INFO : small: Deleted 2025/06/25 04:10:47 INFO : medium: Deleted --- PASS: TestDelete (52.00s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" 2025/06/25 04:11:40 DEBUG : Waiting for deletions to finish 2025/06/25 04:11:40 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/06/25 04:11:46 INFO : medium: Deleted 2025/06/25 04:11:51 INFO : large: Deleted --- PASS: TestMaxDelete (49.29s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" 2025/06/25 04:12:20 DEBUG : Waiting for deletions to finish 2025/06/25 04:12:20 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/06/25 04:12:20 INFO : small: Deleted 2025/06/25 04:12:30 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (43.82s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" 2025/06/25 04:13:03 DEBUG : Waiting for deletions to finish 2025/06/25 04:13:03 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/06/25 04:13:09 INFO : large: Deleted 2025/06/25 04:13:09 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (34.09s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" --- PASS: TestReadFile (56.96s) === RUN TestRetry 2025/06/25 04:14:07 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/06/25 04:14:07 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/06/25 04:14:07 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/25 04:14:07 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/25 04:14:07 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/25 04:14:07 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/25 04:14:07 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gabowim8weco", Local "Local file system at /tmp/rclone3597301094", Modify Window "1ns" --- PASS: TestCat (120.98s) === RUN TestPurge 2025/06/25 04:16:08 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-suloqul1data" 2025/06/25 04:16:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/25 04:16:08 DEBUG : Swift container rclone-test-suloqul1data.json: Auto set use_segments_container to true 2025/06/25 04:16:09 DEBUG : Swift container rclone-test-suloqul1data: Auto set use_segments_container to true 2025/06/25 04:16:09 DEBUG : Creating backend with remote "/tmp/rclone368068188" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-suloqul1data", Local "Local file system at /tmp/rclone368068188", Modify Window "1ns" 2025/06/25 04:16:09 INFO : Swift container rclone-test-suloqul1data: Container "rclone-test-suloqul1data" created panic: test timed out after 1h0m0s running tests: TestPurge (15s) goroutine 8593 [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]: testing.(*T).Run(0xc0008c2380, {0x269c8af?, 0xc00012fad8?}, 0x27d4540) /usr/local/go/src/testing/testing.go:1859 +0x431 testing.runTests.func1(0xc0008c2380) /usr/local/go/src/testing/testing.go:2279 +0x37 testing.tRunner(0xc0008c2380, 0xc00012fc18) /usr/local/go/src/testing/testing.go:1792 +0xf4 testing.runTests(0xc0002fd9c8, {0x3e9a120, 0x6d, 0x6d}, {0xedfed6107?, 0x3eb0120?, 0x3eb0120?}) /usr/local/go/src/testing/testing.go:2277 +0x4b4 testing.(*M).Run(0xc00041d680) /usr/local/go/src/testing/testing.go:2142 +0x64a github.com/rclone/rclone/fstest.TestMain(0xc00041d680) /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 8549 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0002d6780, 0xc0003161c0, 0xc000420000) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:425 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0002d6780, {0x2b08a08, 0x3ed36e0}, {0xc0004d0ff0, 0x4f}, {{0xc0007e0270, 0x18}, {0xc0007e0289, 0x11}, {0x268bbfb, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:777 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc0002d6780, {0x2b08a08, 0x3ed36e0}, {{0xc0007e0270, 0x18}, {0xc0007e0289, 0x11}, {0x268bbfb, 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(0xc0002d6780, {0x2b08a08, 0x3ed36e0}, {0xc0007e0270, 0x18}, {0xc0007e0289, 0x11}, {0x2ae0460, 0xc00014faa0}, 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(0xc000a5b080, 0xc0007ec100, 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(0xc000480d20, {0x2b08a08, 0x3ed36e0}, {0x2ae0460, 0xc00014faa0}, {0x2b13f70, 0xc00014fbc0}, {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(0xc00079dc00, {0x2b08a08, 0x3ed36e0}, {0x2ae0460, 0xc00014faa0}, {0x2b13f70, 0xc00014fbc0}, {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(0xc000560180, {0x2b08a08, 0x3ed36e0}, 0x19?, {0x2b13b10, 0xc0003aa8c0}, {0x0, 0x0, 0x0}, 0xc0006e1ac8) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:696 +0x1e6 github.com/rclone/rclone/backend/compress.(*Fs).putWithCustomFunctions(0xc000560180, {0x2b08a08, 0x3ed36e0}, {0x2ae0640?, 0xc0028fea50?}, {0x2b13b10, 0xc0003aa8c0}, {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(0xc000560180, {0x2b08a08, 0x3ed36e0}, {0x2ae06e0, 0xc0002ff350}, {0x2b13b10, 0xc0003aa8c0}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:758 +0x266 github.com/rclone/rclone/fstest.(*Run).WriteObjectTo(0xc000515ea0, {0x2b08a08, 0x3ed36e0}, {0x2b1dd40, 0xc000560180}, {0x26a4b57, 0xc}, {0x268b9e5, 0x3}, {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/fs/operations_test.TestPurge(0xc0013dc380) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:578 +0xde testing.tRunner(0xc0013dc380, 0x27d4540) /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 34 [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 35 [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 537 [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 495 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1275 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1265 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 446 [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 436 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 8589 [IO wait]: internal/poll.runtime_pollWait(0x740b56099278, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc0007ec000?, 0xc0001e2600?, 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(0xc0007ec000, {0xc0001e2600, 0x1980, 0x1980}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc0007ec000, {0xc0001e2600?, 0x1973?, 0xc00011dcc0?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc00070e1f8, {0xc0001e2600?, 0xc000201350?, 0xd?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc0017053f8, {0xc0001e2600?, 0x740b0d21f208?, 0x740b56121f30?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc0003a65b8, {0xc0001e2600?, 0x1973?, 0xc0001319d0?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc000201438, {0x2ae2100, 0xc0003a65b8}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc000201188, {0x740b0c05f058, 0xc0017053f8}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc000201188, 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(0xc000201188, {0xc00089c000, 0x1000, 0xc000167b90?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc0007a4120, {0xc00089c000?, 0x7f3f65?, 0x2ae02a0?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc0007e2660) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc0007e2660, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc0007a4120) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 8583 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 3476 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2860 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 180 [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 170 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 8590 [select]: net/http.(*persistConn).writeLoop(0xc0007a4120) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 8583 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 239 [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 229 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 321 [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 311 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 558 [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 548 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 8550 [chan receive]: 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 8549 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 280 [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 206 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 806 [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 700 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3124 [chan receive, 43 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2860 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1063 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1021 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 8595 [select]: net/http.(*persistConn).roundTrip(0xc0007a4120, 0xc00041e0f0) /usr/local/go/src/net/http/transport.go:2826 +0x785 net/http.(*Transport).roundTrip(0xc0002ee000, 0xc000420000) /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(0xc0003820e0, 0xc000420000) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc000420000, {0x2ae18a0, 0xc0003820e0}, {0x1?, 0xc00070e178?, 0x0?}) /usr/local/go/src/net/http/client.go:259 +0x5e2 net/http.(*Client).send(0xc000179bf0, 0xc000420000, {0x412c3e?, 0x482592?, 0x0?}) /usr/local/go/src/net/http/client.go:180 +0x91 net/http.(*Client).do(0xc000179bf0, 0xc000420000) /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 8549 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:420 +0xb8 goroutine 629 [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 620 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1221 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1211 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3394 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2860 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1306 [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 1200 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1094 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1052 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 682 [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 640 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1355 [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 1329 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 2950 [chan receive, 43 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2860 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3196 [chan receive, 42 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2860 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 747 [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 737 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1483 [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 1345 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1495 [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 1453 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 855 [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 829 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 965 [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 955 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3611 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2860 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1424 [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 1414 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3316 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2860 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 2861 [chan receive, 44 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2860 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3037 [chan receive, 43 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2860 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3564 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2860 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m0.655368508s (try 1/5): exit status 2: Failed []