"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 1/5) 2025/05/15 05:30:39 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kigusel3jufo" 2025/05/15 05:30:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 05:30:39 DEBUG : Swift container rclone-test-kigusel3jufo.json: Auto set use_segments_container to true 2025/05/15 05:30:40 DEBUG : Swift container rclone-test-kigusel3jufo: Auto set use_segments_container to true 2025/05/15 05:30:40 DEBUG : Creating backend with remote "/tmp/rclone3645075939" === 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-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", 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-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.06s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/05/15 05:30:40 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/15 05:30:40 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/15 05:30:40 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/05/15 05:30:40 DEBUG : potato: Seek from 10 to 0 2025/05/15 05:30:40 DEBUG : potato: Seek from 10 to 0 2025/05/15 05:30:40 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/05/15 05:30:40 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/15 05:30:40 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/15 05:30:40 DEBUG : potato: Seek from 5 to 2 2025/05/15 05:30:40 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/05/15 05:30:40 DEBUG : potato: Seek from 7 to 0 2025/05/15 05:30:40 DEBUG : potato: Seek from 7 to 0 2025/05/15 05:30:40 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/05/15 05:30:40 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/15 05:30:40 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/15 05:30:40 DEBUG : potato: Seek from 5 to 2 2025/05/15 05:30:40 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/05/15 05:30:40 DEBUG : potato: Seek from 8 to 0 2025/05/15 05:30:40 DEBUG : potato: Seek from 8 to 0 2025/05/15 05:30:40 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/05/15 05:30:40 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/15 05:30:40 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/15 05:30:40 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/15 05:30:40 DEBUG : potato: Seek from 5 to 2 2025/05/15 05:30:40 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/05/15 05:30:40 DEBUG : potato: Seek from 9 to 0 2025/05/15 05:30:40 DEBUG : potato: Seek from 9 to 0 2025/05/15 05:30:40 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-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" 2025/05/15 05:30:40 INFO : Swift container rclone-test-kigusel3jufo: Container "rclone-test-kigusel3jufo" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (148.39s) --- PASS: TestCheck/1 (5.14s) --- PASS: TestCheck/2 (5.14s) --- PASS: TestCheck/3 (5.24s) --- PASS: TestCheck/4 (10.19s) --- PASS: TestCheck/5 (5.15s) --- PASS: TestCheck/6 (5.15s) --- PASS: TestCheck/7 (10.35s) === RUN TestCheckFsError 2025/05/15 05:33:08 DEBUG : Creating backend with remote "nonexistent" 2025/05/15 05:33:08 DEBUG : Creating backend with remote "nonexistent" 2025/05/15 05:33:08 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/05/15 05:33:08 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/05/15 05:33:08 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/05/15 05:33:08 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-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", 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 (147.28s) --- PASS: TestCheckDownload/1 (0.25s) --- PASS: TestCheckDownload/2 (10.20s) --- PASS: TestCheckDownload/3 (5.19s) --- PASS: TestCheckDownload/4 (0.29s) --- PASS: TestCheckDownload/5 (15.19s) --- PASS: TestCheckDownload/6 (5.19s) --- PASS: TestCheckDownload/7 (5.23s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", 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 (134.07s) --- PASS: TestCheckSizeOnly/1 (0.17s) --- PASS: TestCheckSizeOnly/2 (0.05s) --- 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-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" 2025/05/15 05:38:02 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/15 05:38:02 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/15 05:38:02 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/15 05:38:02 NOTICE: test.sum: 2 warning(s) suppressed... 2025/05/15 05:38:08 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/15 05:38:08 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/15 05:38:08 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/15 05:38:08 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (28.40s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" 2025/05/15 05:38:18 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kigusel3jufo/data" 2025/05/15 05:38:18 DEBUG : Swift container rclone-test-kigusel3jufo path data.json: Auto set use_segments_container to true 2025/05/15 05:38:24 DEBUG : Swift container rclone-test-kigusel3jufo 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 (216.26s) --- PASS: TestCheckSum/subtest1 (5.37s) --- PASS: TestCheckSum/subtest2 (5.43s) --- PASS: TestCheckSum/subtest3 (5.48s) --- PASS: TestCheckSum/subtest4 (0.41s) --- PASS: TestCheckSum/subtest5 (5.46s) --- PASS: TestCheckSum/subtest6 (10.47s) --- PASS: TestCheckSum/subtest7 (5.49s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" 2025/05/15 05:41:54 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kigusel3jufo/data" 2025/05/15 05:41:54 DEBUG : Config file has changed externally - reloading 2025/05/15 05:41:55 DEBUG : Swift container rclone-test-kigusel3jufo path data.json: Auto set use_segments_container to true 2025/05/15 05:42:00 DEBUG : Swift container rclone-test-kigusel3jufo 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 (274.05s) --- PASS: TestCheckSumDownload/subtest1 (10.37s) --- PASS: TestCheckSumDownload/subtest2 (0.60s) --- PASS: TestCheckSumDownload/subtest3 (10.51s) --- PASS: TestCheckSumDownload/subtest4 (10.39s) --- PASS: TestCheckSumDownload/subtest5 (10.38s) --- PASS: TestCheckSumDownload/subtest6 (15.48s) --- PASS: TestCheckSumDownload/subtest7 (15.46s) === RUN TestApplyTransforms 2025/05/15 05:46:28 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gibulek1boxa" 2025/05/15 05:46:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 05:46:29 DEBUG : Swift container rclone-test-gibulek1boxa.json: Auto set use_segments_container to true 2025/05/15 05:46:29 DEBUG : Swift container rclone-test-gibulek1boxa: Auto set use_segments_container to true 2025/05/15 05:46:29 DEBUG : Creating backend with remote "/tmp/rclone1938112963" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gibulek1boxa", Local "Local file system at /tmp/rclone1938112963", Modify Window "1ns" 2025/05/15 05:46:30 INFO : Swift container rclone-test-gibulek1boxa: Container "rclone-test-gibulek1boxa" created upper checkfile vs. lower remote (without normalization) 2025/05/15 05:46:41 ERROR : hello, world!: sum not found 2025/05/15 05:46:41 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-gibulek1boxa 2025/05/15 05:46:41 NOTICE: Compressed: TestCompressSwift:rclone-test-gibulek1boxa: 1 files missing 2025/05/15 05:46:41 NOTICE: 1 hashes missing 2025/05/15 05:46:41 NOTICE: Compressed: TestCompressSwift:rclone-test-gibulek1boxa: 2 differences found 2025/05/15 05:46:41 NOTICE: Compressed: TestCompressSwift:rclone-test-gibulek1boxa: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/05/15 05:46:41 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 05:46:41 NOTICE: Compressed: TestCompressSwift:rclone-test-gibulek1boxa: 0 differences found 2025/05/15 05:46:41 NOTICE: Compressed: TestCompressSwift:rclone-test-gibulek1boxa: 1 matching files 2025/05/15 05:46:41 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-noteyaf2fabi" 2025/05/15 05:46:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 05:46:41 DEBUG : Swift container rclone-test-noteyaf2fabi.json: Auto set use_segments_container to true 2025/05/15 05:46:42 DEBUG : Swift container rclone-test-noteyaf2fabi: Auto set use_segments_container to true 2025/05/15 05:46:42 DEBUG : Creating backend with remote "/tmp/rclone97399653" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-noteyaf2fabi", Local "Local file system at /tmp/rclone97399653", Modify Window "1ns" 2025/05/15 05:46:42 INFO : Swift container rclone-test-noteyaf2fabi: Container "rclone-test-noteyaf2fabi" created lower checkfile vs. upper remote (without normalization) 2025/05/15 05:46:58 ERROR : HELLO, WORLD!: sum not found 2025/05/15 05:46:58 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-noteyaf2fabi 2025/05/15 05:46:58 NOTICE: Compressed: TestCompressSwift:rclone-test-noteyaf2fabi: 1 files missing 2025/05/15 05:46:58 NOTICE: 1 hashes missing 2025/05/15 05:46:58 NOTICE: Compressed: TestCompressSwift:rclone-test-noteyaf2fabi: 2 differences found 2025/05/15 05:46:58 NOTICE: Compressed: TestCompressSwift:rclone-test-noteyaf2fabi: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/05/15 05:47:08 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 05:47:08 NOTICE: Compressed: TestCompressSwift:rclone-test-noteyaf2fabi: 0 differences found 2025/05/15 05:47:08 NOTICE: Compressed: TestCompressSwift:rclone-test-noteyaf2fabi: 1 matching files 2025/05/15 05:47:08 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-cudotuf4cilu" 2025/05/15 05:47:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 05:47:09 DEBUG : Swift container rclone-test-cudotuf4cilu.json: Auto set use_segments_container to true 2025/05/15 05:47:09 DEBUG : Swift container rclone-test-cudotuf4cilu: Auto set use_segments_container to true 2025/05/15 05:47:09 DEBUG : Creating backend with remote "/tmp/rclone128985916" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cudotuf4cilu", Local "Local file system at /tmp/rclone128985916", Modify Window "1ns" 2025/05/15 05:47:09 INFO : Swift container rclone-test-cudotuf4cilu: Container "rclone-test-cudotuf4cilu" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/05/15 05:47:25 ERROR : HeLlO, wOrLd!: sum not found 2025/05/15 05:47:25 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-cudotuf4cilu 2025/05/15 05:47:25 NOTICE: Compressed: TestCompressSwift:rclone-test-cudotuf4cilu: 1 files missing 2025/05/15 05:47:25 NOTICE: 1 hashes missing 2025/05/15 05:47:25 NOTICE: Compressed: TestCompressSwift:rclone-test-cudotuf4cilu: 2 differences found 2025/05/15 05:47:25 NOTICE: Compressed: TestCompressSwift:rclone-test-cudotuf4cilu: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/05/15 05:47:30 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 05:47:30 NOTICE: Compressed: TestCompressSwift:rclone-test-cudotuf4cilu: 0 differences found 2025/05/15 05:47:30 NOTICE: Compressed: TestCompressSwift:rclone-test-cudotuf4cilu: 1 matching files 2025/05/15 05:47:30 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xamudig2dapo" 2025/05/15 05:47:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 05:47:31 DEBUG : Swift container rclone-test-xamudig2dapo.json: Auto set use_segments_container to true 2025/05/15 05:47:31 DEBUG : Swift container rclone-test-xamudig2dapo: Auto set use_segments_container to true 2025/05/15 05:47:31 DEBUG : Creating backend with remote "/tmp/rclone2745604320" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xamudig2dapo", Local "Local file system at /tmp/rclone2745604320", Modify Window "1ns" 2025/05/15 05:47:32 INFO : Swift container rclone-test-xamudig2dapo: Container "rclone-test-xamudig2dapo" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/05/15 05:47:43 ERROR : HELLO, WORLD!: sum not found 2025/05/15 05:47:43 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-xamudig2dapo 2025/05/15 05:47:43 NOTICE: Compressed: TestCompressSwift:rclone-test-xamudig2dapo: 1 files missing 2025/05/15 05:47:43 NOTICE: 1 hashes missing 2025/05/15 05:47:43 NOTICE: Compressed: TestCompressSwift:rclone-test-xamudig2dapo: 2 differences found 2025/05/15 05:47:43 NOTICE: Compressed: TestCompressSwift:rclone-test-xamudig2dapo: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/05/15 05:47:48 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 05:47:48 NOTICE: Compressed: TestCompressSwift:rclone-test-xamudig2dapo: 0 differences found 2025/05/15 05:47:48 NOTICE: Compressed: TestCompressSwift:rclone-test-xamudig2dapo: 1 matching files 2025/05/15 05:47:48 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tisaqik6kewi" 2025/05/15 05:47:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 05:47:49 DEBUG : Swift container rclone-test-tisaqik6kewi.json: Auto set use_segments_container to true 2025/05/15 05:47:49 DEBUG : Swift container rclone-test-tisaqik6kewi: Auto set use_segments_container to true 2025/05/15 05:47:49 DEBUG : Creating backend with remote "/tmp/rclone1148343727" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tisaqik6kewi", Local "Local file system at /tmp/rclone1148343727", Modify Window "1ns" 2025/05/15 05:47:49 INFO : Swift container rclone-test-tisaqik6kewi: Container "rclone-test-tisaqik6kewi" created NFD checkfile vs. NFC remote (without normalization) 2025/05/15 05:47:55 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/15 05:47:55 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-tisaqik6kewi 2025/05/15 05:47:55 NOTICE: Compressed: TestCompressSwift:rclone-test-tisaqik6kewi: 1 files missing 2025/05/15 05:47:55 NOTICE: 1 hashes missing 2025/05/15 05:47:55 NOTICE: Compressed: TestCompressSwift:rclone-test-tisaqik6kewi: 2 differences found 2025/05/15 05:47:55 NOTICE: Compressed: TestCompressSwift:rclone-test-tisaqik6kewi: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/05/15 05:47:56 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 05:47:56 NOTICE: Compressed: TestCompressSwift:rclone-test-tisaqik6kewi: 0 differences found 2025/05/15 05:47:56 NOTICE: Compressed: TestCompressSwift:rclone-test-tisaqik6kewi: 1 matching files 2025/05/15 05:47:56 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-lizijax3dagu" 2025/05/15 05:47:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 05:47:56 DEBUG : Swift container rclone-test-lizijax3dagu.json: Auto set use_segments_container to true 2025/05/15 05:47:56 DEBUG : Swift container rclone-test-lizijax3dagu: Auto set use_segments_container to true 2025/05/15 05:47:56 DEBUG : Creating backend with remote "/tmp/rclone813372114" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-lizijax3dagu", Local "Local file system at /tmp/rclone813372114", Modify Window "1ns" 2025/05/15 05:47:57 INFO : Swift container rclone-test-lizijax3dagu: Container "rclone-test-lizijax3dagu" created NFC checkfile vs. NFD remote (without normalization) 2025/05/15 05:48:13 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/15 05:48:13 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-lizijax3dagu 2025/05/15 05:48:13 NOTICE: Compressed: TestCompressSwift:rclone-test-lizijax3dagu: 1 files missing 2025/05/15 05:48:13 NOTICE: 1 hashes missing 2025/05/15 05:48:13 NOTICE: Compressed: TestCompressSwift:rclone-test-lizijax3dagu: 2 differences found 2025/05/15 05:48:13 NOTICE: Compressed: TestCompressSwift:rclone-test-lizijax3dagu: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/05/15 05:48:18 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 05:48:18 NOTICE: Compressed: TestCompressSwift:rclone-test-lizijax3dagu: 0 differences found 2025/05/15 05:48:18 NOTICE: Compressed: TestCompressSwift:rclone-test-lizijax3dagu: 1 matching files 2025/05/15 05:48:18 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xaquxir0puse" 2025/05/15 05:48:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 05:48:18 DEBUG : Swift container rclone-test-xaquxir0puse.json: Auto set use_segments_container to true 2025/05/15 05:48:19 DEBUG : Swift container rclone-test-xaquxir0puse: Auto set use_segments_container to true 2025/05/15 05:48:19 DEBUG : Creating backend with remote "/tmp/rclone2067957247" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xaquxir0puse", Local "Local file system at /tmp/rclone2067957247", Modify Window "1ns" 2025/05/15 05:48:19 INFO : Swift container rclone-test-xaquxir0puse: Container "rclone-test-xaquxir0puse" created NFDx2 checkfile vs. both remote (without normalization) 2025/05/15 05:48:35 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/15 05:48:35 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-xaquxir0puse 2025/05/15 05:48:35 NOTICE: Compressed: TestCompressSwift:rclone-test-xaquxir0puse: 1 files missing 2025/05/15 05:48:35 NOTICE: 1 hashes missing 2025/05/15 05:48:35 NOTICE: Compressed: TestCompressSwift:rclone-test-xaquxir0puse: 2 differences found 2025/05/15 05:48:35 NOTICE: Compressed: TestCompressSwift:rclone-test-xaquxir0puse: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/05/15 05:48:35 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 05:48:35 NOTICE: Compressed: TestCompressSwift:rclone-test-xaquxir0puse: 0 differences found 2025/05/15 05:48:35 NOTICE: Compressed: TestCompressSwift:rclone-test-xaquxir0puse: 1 matching files 2025/05/15 05:48:35 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-qeheter4budu" 2025/05/15 05:48:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 05:48:35 DEBUG : Swift container rclone-test-qeheter4budu.json: Auto set use_segments_container to true 2025/05/15 05:48:36 DEBUG : Swift container rclone-test-qeheter4budu: Auto set use_segments_container to true 2025/05/15 05:48:36 DEBUG : Creating backend with remote "/tmp/rclone786760031" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-qeheter4budu", Local "Local file system at /tmp/rclone786760031", Modify Window "1ns" 2025/05/15 05:48:36 INFO : Swift container rclone-test-qeheter4budu: Container "rclone-test-qeheter4budu" created NFCx2 checkfile vs. both remote (without normalization) 2025/05/15 05:48:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/15 05:48:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-qeheter4budu 2025/05/15 05:48:52 NOTICE: Compressed: TestCompressSwift:rclone-test-qeheter4budu: 1 files missing 2025/05/15 05:48:52 NOTICE: 1 hashes missing 2025/05/15 05:48:52 NOTICE: Compressed: TestCompressSwift:rclone-test-qeheter4budu: 2 differences found 2025/05/15 05:48:52 NOTICE: Compressed: TestCompressSwift:rclone-test-qeheter4budu: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/05/15 05:48:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 05:48:58 NOTICE: Compressed: TestCompressSwift:rclone-test-qeheter4budu: 0 differences found 2025/05/15 05:48:58 NOTICE: Compressed: TestCompressSwift:rclone-test-qeheter4budu: 1 matching files 2025/05/15 05:48:58 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yowizig4jasi" 2025/05/15 05:48:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 05:48:58 DEBUG : Swift container rclone-test-yowizig4jasi.json: Auto set use_segments_container to true 2025/05/15 05:48:58 DEBUG : Swift container rclone-test-yowizig4jasi: Auto set use_segments_container to true 2025/05/15 05:48:58 DEBUG : Creating backend with remote "/tmp/rclone2767409716" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yowizig4jasi", Local "Local file system at /tmp/rclone2767409716", Modify Window "1ns" 2025/05/15 05:48:58 INFO : Swift container rclone-test-yowizig4jasi: Container "rclone-test-yowizig4jasi" created both checkfile vs. NFDx2 remote (without normalization) 2025/05/15 05:49:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/15 05:49:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-yowizig4jasi 2025/05/15 05:49:05 NOTICE: Compressed: TestCompressSwift:rclone-test-yowizig4jasi: 1 files missing 2025/05/15 05:49:05 NOTICE: 1 hashes missing 2025/05/15 05:49:05 NOTICE: Compressed: TestCompressSwift:rclone-test-yowizig4jasi: 2 differences found 2025/05/15 05:49:05 NOTICE: Compressed: TestCompressSwift:rclone-test-yowizig4jasi: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/05/15 05:49:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 05:49:05 NOTICE: Compressed: TestCompressSwift:rclone-test-yowizig4jasi: 0 differences found 2025/05/15 05:49:05 NOTICE: Compressed: TestCompressSwift:rclone-test-yowizig4jasi: 1 matching files 2025/05/15 05:49:05 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-bojokeb6haja" 2025/05/15 05:49:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/15 05:49:05 DEBUG : Swift container rclone-test-bojokeb6haja.json: Auto set use_segments_container to true 2025/05/15 05:49:06 DEBUG : Swift container rclone-test-bojokeb6haja: Auto set use_segments_container to true 2025/05/15 05:49:06 DEBUG : Creating backend with remote "/tmp/rclone1452478768" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-bojokeb6haja", Local "Local file system at /tmp/rclone1452478768", Modify Window "1ns" 2025/05/15 05:49:06 INFO : Swift container rclone-test-bojokeb6haja: Container "rclone-test-bojokeb6haja" created both checkfile vs. NFCx2 remote (without normalization) 2025/05/15 05:49:22 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/15 05:49:22 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-bojokeb6haja 2025/05/15 05:49:22 NOTICE: Compressed: TestCompressSwift:rclone-test-bojokeb6haja: 1 files missing 2025/05/15 05:49:22 NOTICE: 1 hashes missing 2025/05/15 05:49:22 NOTICE: Compressed: TestCompressSwift:rclone-test-bojokeb6haja: 2 differences found 2025/05/15 05:49:22 NOTICE: Compressed: TestCompressSwift:rclone-test-bojokeb6haja: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/05/15 05:49:27 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/15 05:49:27 NOTICE: Compressed: TestCompressSwift:rclone-test-bojokeb6haja: 0 differences found 2025/05/15 05:49:27 NOTICE: Compressed: TestCompressSwift:rclone-test-bojokeb6haja: 1 matching files 2025/05/15 05:49:27 DEBUG : Compressed: TestCompressSwift:rclone-test-bojokeb6haja: Purge remote 2025/05/15 05:49:27 DEBUG : Waiting for deletions to finish 2025/05/15 05:49:33 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/15 05:49:38 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/15 05:49:38 INFO : Swift container rclone-test-bojokeb6haja: Container "rclone-test-bojokeb6haja" removed 2025/05/15 05:49:38 DEBUG : Compressed: TestCompressSwift:rclone-test-yowizig4jasi: Purge remote 2025/05/15 05:49:38 DEBUG : Waiting for deletions to finish 2025/05/15 05:49:38 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/15 05:49:38 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/15 05:49:38 INFO : Swift container rclone-test-yowizig4jasi: Container "rclone-test-yowizig4jasi" removed 2025/05/15 05:49:38 DEBUG : Compressed: TestCompressSwift:rclone-test-qeheter4budu: Purge remote 2025/05/15 05:49:38 DEBUG : Waiting for deletions to finish 2025/05/15 05:49:49 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/15 05:49:49 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/15 05:49:49 INFO : Swift container rclone-test-qeheter4budu: Container "rclone-test-qeheter4budu" removed 2025/05/15 05:49:49 DEBUG : Compressed: TestCompressSwift:rclone-test-xaquxir0puse: Purge remote 2025/05/15 05:49:49 DEBUG : Waiting for deletions to finish 2025/05/15 05:49:54 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/15 05:49:59 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/15 05:50:00 INFO : Swift container rclone-test-xaquxir0puse: Container "rclone-test-xaquxir0puse" removed 2025/05/15 05:50:00 DEBUG : Compressed: TestCompressSwift:rclone-test-lizijax3dagu: Purge remote 2025/05/15 05:50:00 DEBUG : Waiting for deletions to finish 2025/05/15 05:50:05 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/05/15 05:50:10 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/05/15 05:50:10 INFO : Swift container rclone-test-lizijax3dagu: Container "rclone-test-lizijax3dagu" removed 2025/05/15 05:50:10 DEBUG : Compressed: TestCompressSwift:rclone-test-tisaqik6kewi: Purge remote 2025/05/15 05:50:10 DEBUG : Waiting for deletions to finish 2025/05/15 05:50:10 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/05/15 05:50:10 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/05/15 05:50:11 INFO : Swift container rclone-test-tisaqik6kewi: Container "rclone-test-tisaqik6kewi" removed 2025/05/15 05:50:11 DEBUG : Compressed: TestCompressSwift:rclone-test-xamudig2dapo: Purge remote 2025/05/15 05:50:11 DEBUG : Waiting for deletions to finish 2025/05/15 05:50:12 INFO : HELLO, WORLD!.json: Deleted 2025/05/15 05:50:21 INFO : HELLO, WORLD!.bin: Deleted 2025/05/15 05:50:22 INFO : Swift container rclone-test-xamudig2dapo: Container "rclone-test-xamudig2dapo" removed 2025/05/15 05:50:22 DEBUG : Compressed: TestCompressSwift:rclone-test-cudotuf4cilu: Purge remote 2025/05/15 05:50:22 DEBUG : Waiting for deletions to finish 2025/05/15 05:50:27 INFO : HeLlO, wOrLd!.bin: Deleted 2025/05/15 05:50:32 INFO : HeLlO, wOrLd!.json: Deleted 2025/05/15 05:50:33 INFO : Swift container rclone-test-cudotuf4cilu: Container "rclone-test-cudotuf4cilu" removed 2025/05/15 05:50:33 DEBUG : Compressed: TestCompressSwift:rclone-test-noteyaf2fabi: Purge remote 2025/05/15 05:50:33 DEBUG : Waiting for deletions to finish 2025/05/15 05:50:38 INFO : HELLO, WORLD!.bin: Deleted 2025/05/15 05:50:43 INFO : HELLO, WORLD!.json: Deleted 2025/05/15 05:50:43 INFO : Swift container rclone-test-noteyaf2fabi: Container "rclone-test-noteyaf2fabi" removed 2025/05/15 05:50:43 DEBUG : Compressed: TestCompressSwift:rclone-test-gibulek1boxa: Purge remote 2025/05/15 05:50:43 DEBUG : Waiting for deletions to finish 2025/05/15 05:50:43 INFO : hello, world!.bin: Deleted 2025/05/15 05:50:48 INFO : hello, world!.json: Deleted 2025/05/15 05:50:49 INFO : Swift container rclone-test-gibulek1boxa: Container "rclone-test-gibulek1boxa" removed --- PASS: TestApplyTransforms (260.08s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" 2025/05/15 05:50:54 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/15 05:50:59 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/15 05:50:59 INFO : file1: Copied (new) to: sub/file2 2025/05/15 05:51:00 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/15 05:51:00 DEBUG : file1: Unchanged skipping 2025/05/15 05:51:00 DEBUG : Compressed: TestCompressSwift:rclone-test-kigusel3jufo: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (12.38s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.16s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" 2025/05/15 05:51:22 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kigusel3jufo/backup" 2025/05/15 05:51:22 DEBUG : Swift container rclone-test-kigusel3jufo path backup.json: Auto set use_segments_container to true 2025/05/15 05:51:28 DEBUG : Swift container rclone-test-kigusel3jufo path backup: Auto set use_segments_container to true 2025/05/15 05:51:33 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/15 05:52:05 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/05/15 05:52:05 INFO : dst/file1: Copied (server-side copy) 2025/05/15 05:52:10 INFO : dst/file1: Deleted 2025/05/15 05:52:21 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/15 05:52:21 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (100.93s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" 2025/05/15 05:52:42 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kigusel3jufo/dst" 2025/05/15 05:52:42 DEBUG : Swift container rclone-test-kigusel3jufo path dst.json: Auto set use_segments_container to true 2025/05/15 05:52:48 DEBUG : Swift container rclone-test-kigusel3jufo path dst: Auto set use_segments_container to true 2025/05/15 05:52:58 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kigusel3jufo/CompareDest" 2025/05/15 05:52:59 DEBUG : Swift container rclone-test-kigusel3jufo path CompareDest.json: Auto set use_segments_container to true 2025/05/15 05:53:04 DEBUG : Swift container rclone-test-kigusel3jufo path CompareDest: Auto set use_segments_container to true 2025/05/15 05:53:10 DEBUG : one: Need to transfer - File not found at Destination 2025/05/15 05:53:26 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/15 05:53:26 INFO : one: Copied (new) 2025/05/15 05:53:41 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/15 05:53:52 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/15 05:53:52 INFO : one: Copied (replaced existing) 2025/05/15 05:54:34 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/15 05:54:34 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/15 05:54:34 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/15 05:55:00 DEBUG : two: Need to transfer - File not found at Destination 2025/05/15 05:55:06 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/15 05:55:06 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/15 05:55:26 DEBUG : two: Need to transfer - File not found at Destination 2025/05/15 05:55:26 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/15 05:55:26 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/15 05:55:52 DEBUG : two: Need to transfer - File not found at Destination 2025/05/15 05:55:57 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/05/15 05:56:13 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/05/15 05:56:13 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (268.58s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" 2025/05/15 05:57:11 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kigusel3jufo/dst" 2025/05/15 05:57:11 DEBUG : Config file has changed externally - reloading 2025/05/15 05:57:11 DEBUG : Swift container rclone-test-kigusel3jufo path dst.json: Auto set use_segments_container to true 2025/05/15 05:57:16 DEBUG : Swift container rclone-test-kigusel3jufo path dst: Auto set use_segments_container to true 2025/05/15 05:57:27 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kigusel3jufo/CopyDest" 2025/05/15 05:57:27 DEBUG : Swift container rclone-test-kigusel3jufo path CopyDest.json: Auto set use_segments_container to true 2025/05/15 05:57:33 DEBUG : Swift container rclone-test-kigusel3jufo path CopyDest: Auto set use_segments_container to true 2025/05/15 05:57:38 DEBUG : one: Need to transfer - File not found at Destination 2025/05/15 05:57:54 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/15 05:57:54 INFO : one: Copied (new) 2025/05/15 05:58:15 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/15 05:58:25 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/15 05:58:25 INFO : one: Copied (replaced existing) 2025/05/15 05:59:07 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kigusel3jufo/BackupDir" 2025/05/15 05:59:07 DEBUG : Config file has changed externally - reloading 2025/05/15 05:59:07 DEBUG : Swift container rclone-test-kigusel3jufo path BackupDir.json: Auto set use_segments_container to true 2025/05/15 05:59:13 DEBUG : Swift container rclone-test-kigusel3jufo path BackupDir: Auto set use_segments_container to true 2025/05/15 05:59:18 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/15 05:59:24 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/15 05:59:24 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/15 05:59:50 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/15 05:59:50 INFO : one: Copied (server-side copy) 2025/05/15 05:59:55 INFO : one: Deleted 2025/05/15 06:00:16 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/15 06:00:16 INFO : one: Copied (server-side copy) 2025/05/15 06:00:16 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/05/15 06:00:43 DEBUG : two: Need to transfer - File not found at Destination 2025/05/15 06:00:43 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/15 06:01:14 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/05/15 06:01:14 INFO : two: Copied (server-side copy) 2025/05/15 06:01:14 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/05/15 06:01:45 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/15 06:01:45 DEBUG : two: Unchanged skipping 2025/05/15 06:02:28 DEBUG : three: Need to transfer - File not found at Destination 2025/05/15 06:02:33 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/05/15 06:02:33 DEBUG : three: Destination not found in --copy-dest 2025/05/15 06:02:39 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/05/15 06:02:39 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (485.52s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.16s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.16s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" 2025/05/15 06:05:22 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/05/15 06:05:37 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/15 06:05:37 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/05/15 06:05:48 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/05/15 06:05:53 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/05/15 06:05:53 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy1.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-kigusel3jufo/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/05/15 06:05:59 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/05/15 06:06:14 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/05/15 06:06:30 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 0ffb9d638127a74bcdbe7b4ef68a6cbe OK 2025/05/15 06:06:30 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (119.63s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.20s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.20s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", 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-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", 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-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", 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-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" 2025/05/15 06:08:22 INFO : Compressed: TestCompressSwift:rclone-test-kigusel3jufo: Looking for duplicate md5 hashes using newest mode. 2025/05/15 06:08:22 NOTICE: 2f9e19c43424a9eec7f1cfda5a641a58: Found 3 files with duplicate md5 hashes 2025/05/15 06:08:38 INFO : one: Deleted 2025/05/15 06:08:43 INFO : also/one: Deleted 2025/05/15 06:08:43 NOTICE: 2f9e19c43424a9eec7f1cfda5a641a58: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (106.78s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.25s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.10s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", 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-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", 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-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", 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-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" 2025/05/15 06:10:55 DEBUG : a.txt: Excluded (Size Filter) 2025/05/15 06:10:55 DEBUG : a.txt: Excluded 2025/05/15 06:10:55 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/15 06:10:55 DEBUG : sub dir/hello world: Excluded 2025/05/15 06:10:55 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/15 06:10:55 DEBUG : sub dir/hello world2: Excluded 2025/05/15 06:10:55 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/15 06:10:55 DEBUG : sub dir/hello world: Excluded 2025/05/15 06:10:55 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/15 06:10:55 DEBUG : sub dir/hello world2: Excluded 2025/05/15 06:10:55 DEBUG : sub dir/ignore dir: Excluded 2025/05/15 06:11:00 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (183.52s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" 2025/05/15 06:13:59 DEBUG : a.txt: Excluded (Size Filter) 2025/05/15 06:13:59 DEBUG : a.txt: Excluded 2025/05/15 06:13:59 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/15 06:13:59 DEBUG : sub dir/hello world: Excluded 2025/05/15 06:13:59 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/15 06:13:59 DEBUG : sub dir/hello world2: Excluded 2025/05/15 06:13:59 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/15 06:13:59 DEBUG : sub dir/hello world: Excluded 2025/05/15 06:13:59 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/15 06:13:59 DEBUG : sub dir/hello world2: Excluded 2025/05/15 06:13:59 DEBUG : sub dir/ignore dir: Excluded 2025/05/15 06:14:05 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (168.97s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", 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 (79.68s) --- PASS: TestListJSON/Default (10.19s) --- PASS: TestListJSON/FilesOnly (5.27s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (5.38s) --- PASS: TestListJSON/SubDir (0.20s) --- PASS: TestListJSON/NoModTime (0.15s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (5.19s) --- PASS: TestListJSON/HashTypes (5.19s) --- PASS: TestListJSON/Metadata (10.19s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/05/15 06:17:00 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kigusel3jufo/notfound" 2025/05/15 06:17:00 DEBUG : Config file has changed externally - reloading 2025/05/15 06:17:00 DEBUG : Swift container rclone-test-kigusel3jufo path notfound.json: Auto set use_segments_container to true 2025/05/15 06:17:06 DEBUG : Swift container rclone-test-kigusel3jufo path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (64.90s) --- PASS: TestStatJSON/Root (0.05s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.15s) --- PASS: TestStatJSON/Dir (5.28s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.10s) --- PASS: TestStatJSON/File (0.15s) --- PASS: TestStatJSON/NotFound (5.18s) --- PASS: TestStatJSON/DirFilesOnly (5.05s) --- PASS: TestStatJSON/FileFilesOnly (0.14s) --- PASS: TestStatJSON/NotFoundFilesOnly (5.05s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.10s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (11.10s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" 2025/05/15 06:17:22 INFO : Compressed: TestCompressSwift:rclone-test-kigusel3jufo: Making directory 2025/05/15 06:17:22 INFO : Compressed: TestCompressSwift:rclone-test-kigusel3jufo: Making directory --- PASS: TestMkdir (0.23s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" --- PASS: TestLsd (66.32s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" --- PASS: TestLs (72.47s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" 2025/05/15 06:20:02 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/05/15 06:20:02 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (37.67s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" --- PASS: TestLsLong (32.86s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (92.71s) --- PASS: TestHashSums/Md5 (0.23s) --- PASS: TestHashSums/Md5Download (0.21s) === RUN TestHashSumsWithErrors 2025/05/15 06:22:24 DEBUG : Creating backend with remote ":memory:" 2025/05/15 06:22:24 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/05/15 06:22:24 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/15 06:22:24 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/15 06:22:24 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/15 06:22:24 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/15 06:22:24 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/15 06:22:24 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/15 06:22:24 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/05/15 06:22:24 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-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" --- PASS: TestCount (124.37s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" 2025/05/15 06:25:17 DEBUG : Waiting for deletions to finish 2025/05/15 06:25:17 DEBUG : large: Excluded (Size Filter) 2025/05/15 06:25:17 INFO : medium: Deleted 2025/05/15 06:25:32 INFO : small: Deleted --- PASS: TestDelete (64.47s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" 2025/05/15 06:27:35 DEBUG : Waiting for deletions to finish 2025/05/15 06:27:35 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/05/15 06:27:36 INFO : medium: Deleted 2025/05/15 06:28:35 INFO : small: Deleted --- PASS: TestMaxDelete (183.17s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" 2025/05/15 06:29:23 DEBUG : Waiting for deletions to finish 2025/05/15 06:29:23 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/05/15 06:29:24 INFO : medium: Deleted 2025/05/15 06:29:33 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (58.19s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kigusel3jufo", Local "Local file system at /tmp/rclone3645075939", Modify Window "1ns" panic: test timed out after 1h0m0s running tests: TestMaxDeleteSize (1m5s) goroutine 8207 [running]: testing.(*M).startAlarm.func1() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2373 +0x385 created by time.goFunc /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/time/sleep.go:215 +0x2d goroutine 1 [chan receive, 1 minutes]: testing.(*T).Run(0xc000102340, {0x2606832?, 0x0?}, 0x27380a8) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1751 +0x3ab testing.runTests.func1(0xc000102340) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2168 +0x37 testing.tRunner(0xc000102340, 0xc000907c18) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 testing.runTests(0xc00092e5b8, {0x3d23960, 0x6d, 0x6d}, {0x3d383c0?, 0x1?, 0x3d383c0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2166 +0x43d testing.(*M).Run(0xc0003f2fa0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2034 +0x64a github.com/rclone/rclone/fstest.TestMain(0xc0003f2fa0) /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 16 [syscall, 60 minutes]: os/signal.signal_recv() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/sigqueue.go:152 +0x29 os/signal.loop() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/os/signal/signal_unix.go:23 +0x13 created by os/signal.Notify.func1.1 in goroutine 1 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/os/signal/signal.go:151 +0x1f goroutine 18 [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 8178 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0004e0a80, 0xc00085d260, 0xc0005a68c0) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0004e0a80, {0x2a15ea0, 0x3d5b8a0}, {0xc000936000, 0x4f}, {{0xc0006f6630, 0x18}, {0xc0006f6649, 0x9}, {0x25e058f, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc0004e0a80, {0x2a15ea0, 0x3d5b8a0}, {{0xc0006f6630, 0x18}, {0xc0006f6649, 0x9}, {0x25e058f, 0x4}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).objectBase(0xc000913238?, {0x2a15ea0?, 0x3d5b8a0?}, {0xc0006f6630?, 0xc0009132a0?}, {0xc0006f6649, 0x9}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2142 +0xf8 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1.(*Connection).Object.1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2131 +0x85 github.com/ncw/swift/v2.withLORetry(0x0, 0xc0009135d8) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/largeobjects.go:303 +0xa2 github.com/ncw/swift/v2.(*Connection).Object(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2130 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1334 +0x156 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x60?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc00091c060, 0xc00085d1a0, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc00091c060, 0xc00085d1a0) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Object).readMetaData(0xc00085c9c0, {0x2a15ea0, 0x3d5b8a0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1333 +0x172 github.com/rclone/rclone/backend/swift.(*Object).ModTime(0xc00085c9c0, {0x2a15ea0?, 0x3d5b8a0?}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1359 +0x3d github.com/rclone/rclone/fstest.(*Item).Check(0xc00084a0b0, 0xc00058e4e0, {0x2a2a470, 0xc00048e4b0}, 0x1) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:145 +0x1e9 github.com/rclone/rclone/fstest.(*Items).Find(0xc000913af0, 0xc00058e4e0, {0x2a2a470, 0xc00048e4b0}, 0x1) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189 +0x189 github.com/rclone/rclone/fstest.CheckListingWithRoot(0xc00058e4e0, {0x2a2a400, 0xc0005f2280}, {0x0, 0x0}, {0xc00084a0b0, 0x3, 0x3}, {0x0, 0x0, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 +0x8ea github.com/rclone/rclone/fstest.CheckListingWithPrecision(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 github.com/rclone/rclone/fstest.CheckItemsWithPrecision(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 github.com/rclone/rclone/fstest.(*Run).CheckRemoteItems(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 github.com/rclone/rclone/fs/operations_test.TestMaxDeleteSize(0xc00058e4e0) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:486 +0x514 testing.tRunner(0xc00058e4e0, 0x27380a8) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 created by testing.(*T).Run in goroutine 1 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1743 +0x390 goroutine 1477 [chan receive (nil chan), 54 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1451 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 8230 [select]: net/http.(*persistConn).roundTrip(0xc0006f0b40, 0xc00048eb40) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2755 +0x7b0 net/http.(*Transport).roundTrip(0xc00040b380, 0xc0005a68c0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:644 +0xb91 net/http.(*Transport).RoundTrip(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/roundtrip.go:30 github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0xc000599c70, 0xc0005a68c0) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc0005a68c0, {0x29ef960, 0xc000599c70}, {0x1?, 0x9ce101?, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:259 +0x5e4 net/http.(*Client).send(0xc000aadc50, 0xc0005a68c0, {0x40af3e?, 0x47e292?, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:180 +0x98 net/http.(*Client).do(0xc000aadc50, 0xc0005a68c0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:725 +0x8bc net/http.(*Client).Do(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:590 github.com/ncw/swift/v2.(*Connection).doTimeoutRequest.func1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:420 +0x2b created by github.com/ncw/swift/v2.(*Connection).doTimeoutRequest in goroutine 8178 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 3506 [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 2785 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8179 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc0004e1180) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:343 +0x13d created by github.com/rclone/rclone/fs/accounting.(*StatsInfo)._startAverageLoop in goroutine 8178 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:408 +0xb6 goroutine 2818 [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 2785 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 447 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 437 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 227 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 217 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 166 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 156 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 332 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 322 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 288 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 278 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 501 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 491 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3229 [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 2785 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 675 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 665 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 365 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1351 [chan receive (nil chan), 54 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1293 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1299 [chan receive (nil chan), 54 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1273 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2892 [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 2785 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 632 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 607 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1042 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1016 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3585 [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 2785 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 954 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 944 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3169 [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 2785 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1404 [chan receive (nil chan), 54 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1394 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 732 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 722 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 857 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 751 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3083 [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 2785 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1468 [chan receive (nil chan), 54 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1458 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 803 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 777 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3359 [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 2785 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3338 [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 2785 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1088 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1078 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2980 [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 2785 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1203 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1193 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 7791 [select]: net/http.(*persistConn).writeLoop(0xc0006f0b40) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2519 +0xe7 created by net/http.(*Transport).dialConn in goroutine 7848 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 1253 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1243 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 7790 [IO wait]: internal/poll.runtime_pollWait(0x7f2b8c498dc8, 0x72) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc0018de280?, 0xc000aba000?, 0x0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc0018de280, {0xc000aba000, 0x1980, 0x1980}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc0018de280, {0xc000aba000?, 0xc000297350?, 0x2?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc00008dd38, {0xc000aba000?, 0x3d383c0?, 0xc0007ea9d0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/net.go:189 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc0003da0a8, {0xc000aba000?, 0x18?, 0x7f2b890d1878?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000ab0348, {0xc000aba000?, 0x0?, 0xc000ab0348?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc000297438, {0x29f00e0, 0xc000ab0348}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc000297188, {0x7f2b8a2ae800, 0xc0003da0a8}, 0xc0007eaa40?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc000297188, 0x0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:629 +0x3cf crypto/tls.(*Conn).readRecord(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:591 crypto/tls.(*Conn).Read(0xc000297188, {0xc0008b6000, 0x1000, 0xc000300508?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:1385 +0x150 net/http.(*persistConn).Read(0xc0006f0b40, {0xc0008b6000?, 0x81d5e5?, 0x2159720?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2052 +0x4a bufio.(*Reader).fill(0xc0015aa4e0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:110 +0x103 bufio.(*Reader).Peek(0xc0015aa4e0, 0x1) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:148 +0x53 net/http.(*persistConn).readLoop(0xc0006f0b40) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2205 +0x185 created by net/http.(*Transport).dialConn in goroutine 7848 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m0.828113582s (try 1/5): exit status 2: Failed []