"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 3/5) 2025/06/23 03:00:42 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gomahop8bixa" 2025/06/23 03:00:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 03:00:42 DEBUG : Swift container rclone-test-gomahop8bixa.json: Auto set use_segments_container to true 2025/06/23 03:00:43 DEBUG : Swift container rclone-test-gomahop8bixa: Auto set use_segments_container to true 2025/06/23 03:00:43 DEBUG : Creating backend with remote "/tmp/rclone1180315510" === 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-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", 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-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", 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/06/23 03:00:43 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/23 03:00:43 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/23 03:00:43 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/06/23 03:00:43 DEBUG : potato: Seek from 10 to 0 2025/06/23 03:00:43 DEBUG : potato: Seek from 10 to 0 2025/06/23 03:00:43 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/06/23 03:00:43 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/23 03:00:43 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/23 03:00:43 DEBUG : potato: Seek from 5 to 2 2025/06/23 03:00:43 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/06/23 03:00:43 DEBUG : potato: Seek from 7 to 0 2025/06/23 03:00:43 DEBUG : potato: Seek from 7 to 0 2025/06/23 03:00:43 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/06/23 03:00:43 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/23 03:00:43 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/23 03:00:43 DEBUG : potato: Seek from 5 to 2 2025/06/23 03:00:43 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/06/23 03:00:43 DEBUG : potato: Seek from 8 to 0 2025/06/23 03:00:43 DEBUG : potato: Seek from 8 to 0 2025/06/23 03:00:43 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/06/23 03:00:43 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/23 03:00:43 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/23 03:00:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/23 03:00:43 DEBUG : potato: Seek from 5 to 2 2025/06/23 03:00:43 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/06/23 03:00:43 DEBUG : potato: Seek from 9 to 0 2025/06/23 03:00:43 DEBUG : potato: Seek from 9 to 0 2025/06/23 03:00:43 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-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" 2025/06/23 03:00:43 INFO : Swift container rclone-test-gomahop8bixa: Container "rclone-test-gomahop8bixa" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (108.32s) --- PASS: TestCheck/1 (0.49s) --- PASS: TestCheck/2 (0.15s) --- PASS: TestCheck/3 (0.21s) --- PASS: TestCheck/4 (5.19s) --- PASS: TestCheck/5 (5.14s) --- PASS: TestCheck/6 (5.15s) --- PASS: TestCheck/7 (10.17s) === RUN TestCheckFsError 2025/06/23 03:02:31 DEBUG : Creating backend with remote "nonexistent" 2025/06/23 03:02:31 DEBUG : Creating backend with remote "nonexistent" 2025/06/23 03:02:31 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/06/23 03:02:31 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/23 03:02:31 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/06/23 03:02:31 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-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", 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 (103.06s) --- PASS: TestCheckDownload/1 (0.21s) --- PASS: TestCheckDownload/2 (0.19s) --- PASS: TestCheckDownload/3 (0.20s) --- PASS: TestCheckDownload/4 (10.22s) --- PASS: TestCheckDownload/5 (0.22s) --- PASS: TestCheckDownload/6 (5.20s) --- PASS: TestCheckDownload/7 (10.23s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", 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 (82.32s) --- PASS: TestCheckSizeOnly/1 (0.23s) --- PASS: TestCheckSizeOnly/2 (0.05s) --- PASS: TestCheckSizeOnly/3 (0.05s) --- PASS: TestCheckSizeOnly/4 (0.05s) --- PASS: TestCheckSizeOnly/5 (0.08s) --- PASS: TestCheckSizeOnly/6 (0.12s) --- PASS: TestCheckSizeOnly/7 (0.05s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" 2025/06/23 03:06:03 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/23 03:06:03 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/23 03:06:03 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/23 03:06:03 NOTICE: test.sum: 2 warning(s) suppressed... 2025/06/23 03:06:39 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/23 03:06:39 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/23 03:06:39 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/23 03:06:39 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (77.49s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" 2025/06/23 03:06:54 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gomahop8bixa/data" 2025/06/23 03:06:54 DEBUG : Config file has changed externally - reloading 2025/06/23 03:06:54 DEBUG : Swift container rclone-test-gomahop8bixa path data.json: Auto set use_segments_container to true 2025/06/23 03:07:00 DEBUG : Swift container rclone-test-gomahop8bixa 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 (444.94s) --- PASS: TestCheckSum/subtest1 (15.35s) --- PASS: TestCheckSum/subtest2 (15.46s) --- PASS: TestCheckSum/subtest3 (25.59s) --- PASS: TestCheckSum/subtest4 (25.45s) --- PASS: TestCheckSum/subtest5 (10.44s) --- PASS: TestCheckSum/subtest6 (15.45s) --- PASS: TestCheckSum/subtest7 (10.57s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" 2025/06/23 03:14:19 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gomahop8bixa/data" 2025/06/23 03:14:19 DEBUG : Config file has changed externally - reloading 2025/06/23 03:14:19 DEBUG : Swift container rclone-test-gomahop8bixa path data.json: Auto set use_segments_container to true 2025/06/23 03:14:25 DEBUG : Swift container rclone-test-gomahop8bixa 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 (455.43s) --- PASS: TestCheckSumDownload/subtest1 (15.40s) --- PASS: TestCheckSumDownload/subtest2 (10.39s) --- PASS: TestCheckSumDownload/subtest3 (15.42s) --- PASS: TestCheckSumDownload/subtest4 (25.46s) --- PASS: TestCheckSumDownload/subtest5 (25.59s) --- PASS: TestCheckSumDownload/subtest6 (20.44s) --- PASS: TestCheckSumDownload/subtest7 (25.65s) === RUN TestApplyTransforms 2025/06/23 03:21:54 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-rugevib5refe" 2025/06/23 03:21:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 03:21:55 DEBUG : Swift container rclone-test-rugevib5refe.json: Auto set use_segments_container to true 2025/06/23 03:21:55 DEBUG : Swift container rclone-test-rugevib5refe: Auto set use_segments_container to true 2025/06/23 03:21:55 DEBUG : Creating backend with remote "/tmp/rclone1355588874" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rugevib5refe", Local "Local file system at /tmp/rclone1355588874", Modify Window "1ns" 2025/06/23 03:21:55 INFO : Swift container rclone-test-rugevib5refe: Container "rclone-test-rugevib5refe" created upper checkfile vs. lower remote (without normalization) 2025/06/23 03:22:12 ERROR : hello, world!: sum not found 2025/06/23 03:22:12 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-rugevib5refe 2025/06/23 03:22:12 NOTICE: Compressed: TestCompressSwift:rclone-test-rugevib5refe: 1 files missing 2025/06/23 03:22:12 NOTICE: 1 hashes missing 2025/06/23 03:22:12 NOTICE: Compressed: TestCompressSwift:rclone-test-rugevib5refe: 2 differences found 2025/06/23 03:22:12 NOTICE: Compressed: TestCompressSwift:rclone-test-rugevib5refe: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/06/23 03:22:17 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 03:22:17 NOTICE: Compressed: TestCompressSwift:rclone-test-rugevib5refe: 0 differences found 2025/06/23 03:22:17 NOTICE: Compressed: TestCompressSwift:rclone-test-rugevib5refe: 1 matching files 2025/06/23 03:22:17 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-lorumir4voyi" 2025/06/23 03:22:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 03:22:17 DEBUG : Swift container rclone-test-lorumir4voyi.json: Auto set use_segments_container to true 2025/06/23 03:22:17 DEBUG : Swift container rclone-test-lorumir4voyi: Auto set use_segments_container to true 2025/06/23 03:22:17 DEBUG : Creating backend with remote "/tmp/rclone2730118471" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-lorumir4voyi", Local "Local file system at /tmp/rclone2730118471", Modify Window "1ns" 2025/06/23 03:22:18 INFO : Swift container rclone-test-lorumir4voyi: Container "rclone-test-lorumir4voyi" created lower checkfile vs. upper remote (without normalization) 2025/06/23 03:22:29 ERROR : HELLO, WORLD!: sum not found 2025/06/23 03:22:29 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-lorumir4voyi 2025/06/23 03:22:29 NOTICE: Compressed: TestCompressSwift:rclone-test-lorumir4voyi: 1 files missing 2025/06/23 03:22:29 NOTICE: 1 hashes missing 2025/06/23 03:22:29 NOTICE: Compressed: TestCompressSwift:rclone-test-lorumir4voyi: 2 differences found 2025/06/23 03:22:29 NOTICE: Compressed: TestCompressSwift:rclone-test-lorumir4voyi: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/06/23 03:22:35 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 03:22:35 NOTICE: Compressed: TestCompressSwift:rclone-test-lorumir4voyi: 0 differences found 2025/06/23 03:22:35 NOTICE: Compressed: TestCompressSwift:rclone-test-lorumir4voyi: 1 matching files 2025/06/23 03:22:35 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tetefoy5wizi" 2025/06/23 03:22:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 03:22:35 DEBUG : Swift container rclone-test-tetefoy5wizi.json: Auto set use_segments_container to true 2025/06/23 03:22:35 DEBUG : Swift container rclone-test-tetefoy5wizi: Auto set use_segments_container to true 2025/06/23 03:22:35 DEBUG : Creating backend with remote "/tmp/rclone276902156" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tetefoy5wizi", Local "Local file system at /tmp/rclone276902156", Modify Window "1ns" 2025/06/23 03:22:36 INFO : Swift container rclone-test-tetefoy5wizi: Container "rclone-test-tetefoy5wizi" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/06/23 03:23:08 ERROR : HeLlO, wOrLd!: sum not found 2025/06/23 03:23:08 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-tetefoy5wizi 2025/06/23 03:23:08 NOTICE: Compressed: TestCompressSwift:rclone-test-tetefoy5wizi: 1 files missing 2025/06/23 03:23:08 NOTICE: 1 hashes missing 2025/06/23 03:23:08 NOTICE: Compressed: TestCompressSwift:rclone-test-tetefoy5wizi: 2 differences found 2025/06/23 03:23:08 NOTICE: Compressed: TestCompressSwift:rclone-test-tetefoy5wizi: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/06/23 03:23:14 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 03:23:14 NOTICE: Compressed: TestCompressSwift:rclone-test-tetefoy5wizi: 0 differences found 2025/06/23 03:23:14 NOTICE: Compressed: TestCompressSwift:rclone-test-tetefoy5wizi: 1 matching files 2025/06/23 03:23:14 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-luzusik9xogo" 2025/06/23 03:23:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 03:23:14 DEBUG : Swift container rclone-test-luzusik9xogo.json: Auto set use_segments_container to true 2025/06/23 03:23:14 DEBUG : Swift container rclone-test-luzusik9xogo: Auto set use_segments_container to true 2025/06/23 03:23:14 DEBUG : Creating backend with remote "/tmp/rclone903414843" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-luzusik9xogo", Local "Local file system at /tmp/rclone903414843", Modify Window "1ns" 2025/06/23 03:23:15 INFO : Swift container rclone-test-luzusik9xogo: Container "rclone-test-luzusik9xogo" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/06/23 03:23:26 ERROR : HELLO, WORLD!: sum not found 2025/06/23 03:23:26 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-luzusik9xogo 2025/06/23 03:23:26 NOTICE: Compressed: TestCompressSwift:rclone-test-luzusik9xogo: 1 files missing 2025/06/23 03:23:26 NOTICE: 1 hashes missing 2025/06/23 03:23:26 NOTICE: Compressed: TestCompressSwift:rclone-test-luzusik9xogo: 2 differences found 2025/06/23 03:23:26 NOTICE: Compressed: TestCompressSwift:rclone-test-luzusik9xogo: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/06/23 03:23:27 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 03:23:27 NOTICE: Compressed: TestCompressSwift:rclone-test-luzusik9xogo: 0 differences found 2025/06/23 03:23:27 NOTICE: Compressed: TestCompressSwift:rclone-test-luzusik9xogo: 1 matching files 2025/06/23 03:23:27 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-sesusex4hore" 2025/06/23 03:23:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 03:23:27 DEBUG : Swift container rclone-test-sesusex4hore.json: Auto set use_segments_container to true 2025/06/23 03:23:27 DEBUG : Swift container rclone-test-sesusex4hore: Auto set use_segments_container to true 2025/06/23 03:23:27 DEBUG : Creating backend with remote "/tmp/rclone809718608" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sesusex4hore", Local "Local file system at /tmp/rclone809718608", Modify Window "1ns" 2025/06/23 03:23:28 INFO : Swift container rclone-test-sesusex4hore: Container "rclone-test-sesusex4hore" created NFD checkfile vs. NFC remote (without normalization) 2025/06/23 03:23:44 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/23 03:23:44 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-sesusex4hore 2025/06/23 03:23:44 NOTICE: Compressed: TestCompressSwift:rclone-test-sesusex4hore: 1 files missing 2025/06/23 03:23:44 NOTICE: 1 hashes missing 2025/06/23 03:23:44 NOTICE: Compressed: TestCompressSwift:rclone-test-sesusex4hore: 2 differences found 2025/06/23 03:23:44 NOTICE: Compressed: TestCompressSwift:rclone-test-sesusex4hore: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/06/23 03:23:59 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 03:23:59 NOTICE: Compressed: TestCompressSwift:rclone-test-sesusex4hore: 0 differences found 2025/06/23 03:23:59 NOTICE: Compressed: TestCompressSwift:rclone-test-sesusex4hore: 1 matching files 2025/06/23 03:23:59 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-cibuyok6lati" 2025/06/23 03:23:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 03:23:59 DEBUG : Swift container rclone-test-cibuyok6lati.json: Auto set use_segments_container to true 2025/06/23 03:24:00 DEBUG : Swift container rclone-test-cibuyok6lati: Auto set use_segments_container to true 2025/06/23 03:24:00 DEBUG : Creating backend with remote "/tmp/rclone512698573" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cibuyok6lati", Local "Local file system at /tmp/rclone512698573", Modify Window "1ns" 2025/06/23 03:24:00 INFO : Swift container rclone-test-cibuyok6lati: Container "rclone-test-cibuyok6lati" created NFC checkfile vs. NFD remote (without normalization) 2025/06/23 03:24:07 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/23 03:24:07 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-cibuyok6lati 2025/06/23 03:24:07 NOTICE: Compressed: TestCompressSwift:rclone-test-cibuyok6lati: 1 files missing 2025/06/23 03:24:07 NOTICE: 1 hashes missing 2025/06/23 03:24:07 NOTICE: Compressed: TestCompressSwift:rclone-test-cibuyok6lati: 2 differences found 2025/06/23 03:24:07 NOTICE: Compressed: TestCompressSwift:rclone-test-cibuyok6lati: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/06/23 03:24:07 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 03:24:07 NOTICE: Compressed: TestCompressSwift:rclone-test-cibuyok6lati: 0 differences found 2025/06/23 03:24:07 NOTICE: Compressed: TestCompressSwift:rclone-test-cibuyok6lati: 1 matching files 2025/06/23 03:24:07 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kobaqeq8zebo" 2025/06/23 03:24:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 03:24:07 DEBUG : Swift container rclone-test-kobaqeq8zebo.json: Auto set use_segments_container to true 2025/06/23 03:24:07 DEBUG : Swift container rclone-test-kobaqeq8zebo: Auto set use_segments_container to true 2025/06/23 03:24:07 DEBUG : Creating backend with remote "/tmp/rclone3782562864" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kobaqeq8zebo", Local "Local file system at /tmp/rclone3782562864", Modify Window "1ns" 2025/06/23 03:24:08 INFO : Swift container rclone-test-kobaqeq8zebo: Container "rclone-test-kobaqeq8zebo" created NFDx2 checkfile vs. both remote (without normalization) 2025/06/23 03:24:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/23 03:24:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-kobaqeq8zebo 2025/06/23 03:24:19 NOTICE: Compressed: TestCompressSwift:rclone-test-kobaqeq8zebo: 1 files missing 2025/06/23 03:24:19 NOTICE: 1 hashes missing 2025/06/23 03:24:19 NOTICE: Compressed: TestCompressSwift:rclone-test-kobaqeq8zebo: 2 differences found 2025/06/23 03:24:19 NOTICE: Compressed: TestCompressSwift:rclone-test-kobaqeq8zebo: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/06/23 03:24:25 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 03:24:25 NOTICE: Compressed: TestCompressSwift:rclone-test-kobaqeq8zebo: 0 differences found 2025/06/23 03:24:25 NOTICE: Compressed: TestCompressSwift:rclone-test-kobaqeq8zebo: 1 matching files 2025/06/23 03:24:25 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yixoros5pebu" 2025/06/23 03:24:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 03:24:25 DEBUG : Swift container rclone-test-yixoros5pebu.json: Auto set use_segments_container to true 2025/06/23 03:24:25 DEBUG : Swift container rclone-test-yixoros5pebu: Auto set use_segments_container to true 2025/06/23 03:24:25 DEBUG : Creating backend with remote "/tmp/rclone3321802416" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yixoros5pebu", Local "Local file system at /tmp/rclone3321802416", Modify Window "1ns" 2025/06/23 03:24:26 INFO : Swift container rclone-test-yixoros5pebu: Container "rclone-test-yixoros5pebu" created NFCx2 checkfile vs. both remote (without normalization) 2025/06/23 03:24:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/23 03:24:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-yixoros5pebu 2025/06/23 03:24:37 NOTICE: Compressed: TestCompressSwift:rclone-test-yixoros5pebu: 1 files missing 2025/06/23 03:24:37 NOTICE: 1 hashes missing 2025/06/23 03:24:37 NOTICE: Compressed: TestCompressSwift:rclone-test-yixoros5pebu: 2 differences found 2025/06/23 03:24:37 NOTICE: Compressed: TestCompressSwift:rclone-test-yixoros5pebu: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/06/23 03:24:37 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 03:24:37 NOTICE: Compressed: TestCompressSwift:rclone-test-yixoros5pebu: 0 differences found 2025/06/23 03:24:37 NOTICE: Compressed: TestCompressSwift:rclone-test-yixoros5pebu: 1 matching files 2025/06/23 03:24:37 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yonokir6wadu" 2025/06/23 03:24:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 03:24:37 DEBUG : Swift container rclone-test-yonokir6wadu.json: Auto set use_segments_container to true 2025/06/23 03:24:38 DEBUG : Swift container rclone-test-yonokir6wadu: Auto set use_segments_container to true 2025/06/23 03:24:38 DEBUG : Creating backend with remote "/tmp/rclone135498046" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yonokir6wadu", Local "Local file system at /tmp/rclone135498046", Modify Window "1ns" 2025/06/23 03:24:38 INFO : Swift container rclone-test-yonokir6wadu: Container "rclone-test-yonokir6wadu" created both checkfile vs. NFDx2 remote (without normalization) 2025/06/23 03:24:44 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/23 03:24:44 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-yonokir6wadu 2025/06/23 03:24:44 NOTICE: Compressed: TestCompressSwift:rclone-test-yonokir6wadu: 1 files missing 2025/06/23 03:24:44 NOTICE: 1 hashes missing 2025/06/23 03:24:44 NOTICE: Compressed: TestCompressSwift:rclone-test-yonokir6wadu: 2 differences found 2025/06/23 03:24:44 NOTICE: Compressed: TestCompressSwift:rclone-test-yonokir6wadu: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/06/23 03:24:44 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 03:24:44 NOTICE: Compressed: TestCompressSwift:rclone-test-yonokir6wadu: 0 differences found 2025/06/23 03:24:44 NOTICE: Compressed: TestCompressSwift:rclone-test-yonokir6wadu: 1 matching files 2025/06/23 03:24:44 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-rewibif5votu" 2025/06/23 03:24:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 03:24:45 DEBUG : Swift container rclone-test-rewibif5votu.json: Auto set use_segments_container to true 2025/06/23 03:24:45 DEBUG : Swift container rclone-test-rewibif5votu: Auto set use_segments_container to true 2025/06/23 03:24:45 DEBUG : Creating backend with remote "/tmp/rclone2964018887" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rewibif5votu", Local "Local file system at /tmp/rclone2964018887", Modify Window "1ns" 2025/06/23 03:24:46 INFO : Swift container rclone-test-rewibif5votu: Container "rclone-test-rewibif5votu" created both checkfile vs. NFCx2 remote (without normalization) 2025/06/23 03:25:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/23 03:25:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-rewibif5votu 2025/06/23 03:25:02 NOTICE: Compressed: TestCompressSwift:rclone-test-rewibif5votu: 1 files missing 2025/06/23 03:25:02 NOTICE: 1 hashes missing 2025/06/23 03:25:02 NOTICE: Compressed: TestCompressSwift:rclone-test-rewibif5votu: 2 differences found 2025/06/23 03:25:02 NOTICE: Compressed: TestCompressSwift:rclone-test-rewibif5votu: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/06/23 03:25:02 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 03:25:02 NOTICE: Compressed: TestCompressSwift:rclone-test-rewibif5votu: 0 differences found 2025/06/23 03:25:02 NOTICE: Compressed: TestCompressSwift:rclone-test-rewibif5votu: 1 matching files 2025/06/23 03:25:02 DEBUG : Compressed: TestCompressSwift:rclone-test-rewibif5votu: Purge remote 2025/06/23 03:25:02 DEBUG : Waiting for deletions to finish 2025/06/23 03:25:08 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/23 03:25:13 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/23 03:25:13 INFO : Swift container rclone-test-rewibif5votu: Container "rclone-test-rewibif5votu" removed 2025/06/23 03:25:13 DEBUG : Compressed: TestCompressSwift:rclone-test-yonokir6wadu: Purge remote 2025/06/23 03:25:13 DEBUG : Waiting for deletions to finish 2025/06/23 03:25:13 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/23 03:25:13 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/23 03:25:14 INFO : Swift container rclone-test-yonokir6wadu: Container "rclone-test-yonokir6wadu" removed 2025/06/23 03:25:14 DEBUG : Compressed: TestCompressSwift:rclone-test-yixoros5pebu: Purge remote 2025/06/23 03:25:14 DEBUG : Waiting for deletions to finish 2025/06/23 03:25:14 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/23 03:25:19 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/23 03:25:20 INFO : Swift container rclone-test-yixoros5pebu: Container "rclone-test-yixoros5pebu" removed 2025/06/23 03:25:20 DEBUG : Compressed: TestCompressSwift:rclone-test-kobaqeq8zebo: Purge remote 2025/06/23 03:25:20 DEBUG : Waiting for deletions to finish 2025/06/23 03:25:20 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/23 03:25:25 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/23 03:25:26 INFO : Swift container rclone-test-kobaqeq8zebo: Container "rclone-test-kobaqeq8zebo" removed 2025/06/23 03:25:26 DEBUG : Compressed: TestCompressSwift:rclone-test-cibuyok6lati: Purge remote 2025/06/23 03:25:26 DEBUG : Waiting for deletions to finish 2025/06/23 03:25:26 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/06/23 03:25:26 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/06/23 03:25:27 INFO : Swift container rclone-test-cibuyok6lati: Container "rclone-test-cibuyok6lati" removed 2025/06/23 03:25:27 DEBUG : Compressed: TestCompressSwift:rclone-test-sesusex4hore: Purge remote 2025/06/23 03:25:27 DEBUG : Waiting for deletions to finish 2025/06/23 03:25:32 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/06/23 03:25:37 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/06/23 03:25:37 INFO : Swift container rclone-test-sesusex4hore: Container "rclone-test-sesusex4hore" removed 2025/06/23 03:25:37 DEBUG : Compressed: TestCompressSwift:rclone-test-luzusik9xogo: Purge remote 2025/06/23 03:25:37 DEBUG : Waiting for deletions to finish 2025/06/23 03:25:37 INFO : HELLO, WORLD!.bin: Deleted 2025/06/23 03:25:43 INFO : HELLO, WORLD!.json: Deleted 2025/06/23 03:25:43 INFO : Swift container rclone-test-luzusik9xogo: Container "rclone-test-luzusik9xogo" removed 2025/06/23 03:25:43 DEBUG : Compressed: TestCompressSwift:rclone-test-tetefoy5wizi: Purge remote 2025/06/23 03:25:43 DEBUG : Waiting for deletions to finish 2025/06/23 03:25:48 INFO : HeLlO, wOrLd!.json: Deleted 2025/06/23 03:25:48 INFO : HeLlO, wOrLd!.bin: Deleted 2025/06/23 03:25:48 INFO : Swift container rclone-test-tetefoy5wizi: Container "rclone-test-tetefoy5wizi" removed 2025/06/23 03:25:48 DEBUG : Compressed: TestCompressSwift:rclone-test-lorumir4voyi: Purge remote 2025/06/23 03:25:48 DEBUG : Waiting for deletions to finish 2025/06/23 03:25:49 INFO : HELLO, WORLD!.bin: Deleted 2025/06/23 03:26:00 INFO : HELLO, WORLD!.json: Deleted 2025/06/23 03:26:00 INFO : Swift container rclone-test-lorumir4voyi: Container "rclone-test-lorumir4voyi" removed 2025/06/23 03:26:00 DEBUG : Compressed: TestCompressSwift:rclone-test-rugevib5refe: Purge remote 2025/06/23 03:26:00 DEBUG : Waiting for deletions to finish 2025/06/23 03:26:05 INFO : hello, world!.bin: Deleted 2025/06/23 03:26:05 INFO : hello, world!.json: Deleted 2025/06/23 03:26:05 INFO : Swift container rclone-test-rugevib5refe: Container "rclone-test-rugevib5refe" removed --- PASS: TestApplyTransforms (251.06s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" 2025/06/23 03:26:11 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/23 03:26:27 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/23 03:26:27 INFO : file1: Copied (new) to: sub/file2 2025/06/23 03:26:37 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/23 03:26:37 DEBUG : file1: Unchanged skipping 2025/06/23 03:26:48 DEBUG : Compressed: TestCompressSwift:rclone-test-gomahop8bixa: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (62.70s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.29s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" 2025/06/23 03:27:30 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gomahop8bixa/backup" 2025/06/23 03:27:30 DEBUG : Swift container rclone-test-gomahop8bixa path backup.json: Auto set use_segments_container to true 2025/06/23 03:27:36 DEBUG : Swift container rclone-test-gomahop8bixa path backup: Auto set use_segments_container to true 2025/06/23 03:27:41 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/06/23 03:28:07 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/06/23 03:28:07 INFO : dst/file1: Copied (server-side copy) 2025/06/23 03:28:13 INFO : dst/file1: Deleted 2025/06/23 03:28:23 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/23 03:28:23 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (96.18s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" 2025/06/23 03:28:45 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gomahop8bixa/dst" 2025/06/23 03:28:45 DEBUG : Config file has changed externally - reloading 2025/06/23 03:28:45 DEBUG : Swift container rclone-test-gomahop8bixa path dst.json: Auto set use_segments_container to true 2025/06/23 03:28:50 DEBUG : Swift container rclone-test-gomahop8bixa path dst: Auto set use_segments_container to true 2025/06/23 03:29:01 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gomahop8bixa/CompareDest" 2025/06/23 03:29:01 DEBUG : Swift container rclone-test-gomahop8bixa path CompareDest.json: Auto set use_segments_container to true 2025/06/23 03:29:07 DEBUG : Swift container rclone-test-gomahop8bixa path CompareDest: Auto set use_segments_container to true 2025/06/23 03:29:12 DEBUG : one: Need to transfer - File not found at Destination 2025/06/23 03:29:28 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/23 03:29:28 INFO : one: Copied (new) 2025/06/23 03:29:34 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/23 03:29:45 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/23 03:29:45 INFO : one: Copied (replaced existing) 2025/06/23 03:30:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/23 03:30:12 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/23 03:30:12 DEBUG : one: Destination found in --compare-dest, skipping 2025/06/23 03:31:04 DEBUG : two: Need to transfer - File not found at Destination 2025/06/23 03:31:15 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/23 03:31:15 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/23 03:31:30 DEBUG : two: Need to transfer - File not found at Destination 2025/06/23 03:31:40 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/23 03:31:40 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/23 03:32:26 DEBUG : two: Need to transfer - File not found at Destination 2025/06/23 03:32:36 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/06/23 03:32:57 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/06/23 03:32:57 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (309.47s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" 2025/06/23 03:33:54 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gomahop8bixa/dst" 2025/06/23 03:33:54 DEBUG : Config file has changed externally - reloading 2025/06/23 03:33:54 DEBUG : Swift container rclone-test-gomahop8bixa path dst.json: Auto set use_segments_container to true 2025/06/23 03:34:00 DEBUG : Swift container rclone-test-gomahop8bixa path dst: Auto set use_segments_container to true 2025/06/23 03:34:10 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gomahop8bixa/CopyDest" 2025/06/23 03:34:10 DEBUG : Swift container rclone-test-gomahop8bixa path CopyDest.json: Auto set use_segments_container to true 2025/06/23 03:34:16 DEBUG : Swift container rclone-test-gomahop8bixa path CopyDest: Auto set use_segments_container to true 2025/06/23 03:34:21 DEBUG : one: Need to transfer - File not found at Destination 2025/06/23 03:34:37 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/23 03:34:37 INFO : one: Copied (new) 2025/06/23 03:34:48 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/23 03:34:58 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/23 03:34:58 INFO : one: Copied (replaced existing) 2025/06/23 03:35:15 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gomahop8bixa/BackupDir" 2025/06/23 03:35:15 DEBUG : Swift container rclone-test-gomahop8bixa path BackupDir.json: Auto set use_segments_container to true 2025/06/23 03:35:21 DEBUG : Swift container rclone-test-gomahop8bixa path BackupDir: Auto set use_segments_container to true 2025/06/23 03:35:27 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/23 03:35:27 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/23 03:35:27 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/23 03:35:58 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/23 03:35:58 INFO : one: Copied (server-side copy) 2025/06/23 03:36:03 INFO : one: Deleted 2025/06/23 03:36:24 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/23 03:36:24 INFO : one: Copied (server-side copy) 2025/06/23 03:36:24 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/06/23 03:37:06 DEBUG : two: Need to transfer - File not found at Destination 2025/06/23 03:37:07 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/23 03:37:42 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/06/23 03:37:42 INFO : two: Copied (server-side copy) 2025/06/23 03:37:42 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/06/23 03:38:08 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/23 03:38:08 DEBUG : two: Unchanged skipping 2025/06/23 03:38:52 DEBUG : three: Need to transfer - File not found at Destination 2025/06/23 03:38:52 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/06/23 03:38:52 DEBUG : three: Destination not found in --copy-dest 2025/06/23 03:39:03 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/06/23 03:39:03 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (362.75s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.23s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.10s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" 2025/06/23 03:40:02 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/06/23 03:40:18 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/23 03:40:18 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/06/23 03:40:39 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/06/23 03:40:45 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/06/23 03:40:45 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy2.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-gomahop8bixa/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/06/23 03:41:05 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/06/23 03:41:21 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/06/23 03:41:31 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 9727780c3d54490c92727c06c8599ac2 OK 2025/06/23 03:41:31 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (120.39s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.10s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.14s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.22s) === RUN TestDeduplicateFirst run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.18s) === RUN TestDeduplicateNewest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", 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-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" 2025/06/23 03:43:07 INFO : Compressed: TestCompressSwift:rclone-test-gomahop8bixa: Looking for duplicate md5 hashes using newest mode. 2025/06/23 03:43:17 NOTICE: daa454d882a91326659bf86797442c66: Found 3 files with duplicate md5 hashes 2025/06/23 03:43:28 INFO : one: Deleted 2025/06/23 03:43:33 INFO : also/one: Deleted 2025/06/23 03:43:33 NOTICE: daa454d882a91326659bf86797442c66: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (140.60s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.65s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", 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-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.10s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.10s) === RUN TestMergeDirs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.10s) === RUN TestListDirSorted run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" 2025/06/23 03:45:43 DEBUG : a.txt: Excluded (Size Filter) 2025/06/23 03:45:43 DEBUG : a.txt: Excluded 2025/06/23 03:45:43 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/23 03:45:43 DEBUG : sub dir/hello world: Excluded 2025/06/23 03:45:43 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/23 03:45:43 DEBUG : sub dir/hello world2: Excluded 2025/06/23 03:45:43 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/23 03:45:43 DEBUG : sub dir/hello world: Excluded 2025/06/23 03:45:43 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/23 03:45:43 DEBUG : sub dir/hello world2: Excluded 2025/06/23 03:45:48 DEBUG : sub dir/ignore dir: Excluded 2025/06/23 03:45:54 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (136.37s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" 2025/06/23 03:48:05 DEBUG : a.txt: Excluded (Size Filter) 2025/06/23 03:48:05 DEBUG : a.txt: Excluded 2025/06/23 03:48:05 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/23 03:48:05 DEBUG : sub dir/hello world: Excluded 2025/06/23 03:48:05 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/23 03:48:05 DEBUG : sub dir/hello world2: Excluded 2025/06/23 03:48:06 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/23 03:48:06 DEBUG : sub dir/hello world: Excluded 2025/06/23 03:48:06 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/23 03:48:06 DEBUG : sub dir/hello world2: Excluded 2025/06/23 03:48:06 DEBUG : sub dir/ignore dir: Excluded 2025/06/23 03:48:11 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (132.08s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", 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 (135.58s) --- PASS: TestListJSON/Default (5.26s) --- PASS: TestListJSON/FilesOnly (5.21s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (15.38s) --- PASS: TestListJSON/SubDir (11.21s) --- PASS: TestListJSON/NoModTime (5.14s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (0.18s) --- PASS: TestListJSON/HashTypes (0.20s) --- PASS: TestListJSON/Metadata (10.19s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", 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/23 03:52:25 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gomahop8bixa/notfound" 2025/06/23 03:52:25 DEBUG : Config file has changed externally - reloading 2025/06/23 03:52:25 DEBUG : Swift container rclone-test-gomahop8bixa path notfound.json: Auto set use_segments_container to true 2025/06/23 03:52:30 DEBUG : Swift container rclone-test-gomahop8bixa path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (122.60s) --- PASS: TestStatJSON/Root (0.05s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.10s) --- PASS: TestStatJSON/Dir (8.22s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.10s) --- PASS: TestStatJSON/File (10.14s) --- PASS: TestStatJSON/NotFound (5.25s) --- PASS: TestStatJSON/DirFilesOnly (5.05s) --- PASS: TestStatJSON/FileFilesOnly (5.15s) --- 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-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" 2025/06/23 03:53:07 INFO : Compressed: TestCompressSwift:rclone-test-gomahop8bixa: Making directory 2025/06/23 03:53:07 INFO : Compressed: TestCompressSwift:rclone-test-gomahop8bixa: Making directory --- PASS: TestMkdir (0.42s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" --- PASS: TestLsd (26.51s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" --- PASS: TestLs (47.35s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" 2025/06/23 03:54:42 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/06/23 03:54:42 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (37.49s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" --- PASS: TestLsLong (37.32s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (52.34s) --- PASS: TestHashSums/Md5 (5.19s) --- PASS: TestHashSums/Md5Download (5.20s) === RUN TestHashSumsWithErrors 2025/06/23 03:56:28 DEBUG : Creating backend with remote ":memory:" 2025/06/23 03:56:28 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/06/23 03:56:28 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/23 03:56:28 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/23 03:56:28 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/23 03:56:28 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/23 03:56:28 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/23 03:56:28 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/23 03:56:28 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/06/23 03:56:28 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-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" --- PASS: TestCount (53.97s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" 2025/06/23 03:58:16 DEBUG : Waiting for deletions to finish 2025/06/23 03:58:16 DEBUG : large: Excluded (Size Filter) 2025/06/23 03:58:22 INFO : medium: Deleted 2025/06/23 03:58:32 INFO : small: Deleted --- PASS: TestDelete (95.42s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" 2025/06/23 03:59:49 DEBUG : Waiting for deletions to finish 2025/06/23 03:59:49 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/06/23 03:59:55 INFO : medium: Deleted 2025/06/23 04:00:05 INFO : small: Deleted --- PASS: TestMaxDelete (88.52s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gomahop8bixa", Local "Local file system at /tmp/rclone1180315510", Modify Window "1ns" panic: test timed out after 1h0m0s running tests: TestMaxDeleteSizeLargeFile (17s) goroutine 8182 [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(0xc00084f340, {0x26d2dd3?, 0xc000459ad8?}, 0x27d54f0) /usr/local/go/src/testing/testing.go:1859 +0x431 testing.runTests.func1(0xc00084f340) /usr/local/go/src/testing/testing.go:2279 +0x37 testing.tRunner(0xc00084f340, 0xc000459c18) /usr/local/go/src/testing/testing.go:1792 +0xf4 testing.runTests(0xc00070e900, {0x3e9b120, 0x6d, 0x6d}, {0xedfeaba5b?, 0x3eb1120?, 0x3eb1120?}) /usr/local/go/src/testing/testing.go:2277 +0x4b4 testing.(*M).Run(0xc0003ff180) /usr/local/go/src/testing/testing.go:2142 +0x64a github.com/rclone/rclone/fstest.TestMain(0xc0003ff180) /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 23 [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 24 [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 3134 [chan receive, 38 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2919 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 189 [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 179 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3004 [chan receive, 38 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2919 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 342 [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 300 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 444 [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 434 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3348 [chan receive, 37 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2919 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 242 [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 232 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 783 [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 773 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 273 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 263 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 868 [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 842 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 568 [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 494 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 510 [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 500 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3090 [chan receive, 38 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2919 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 645 [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 604 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 735 [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 725 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3649 [chan receive, 35 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2919 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1023 [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 1013 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 679 [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 669 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 7934 [select]: net/http.(*persistConn).writeLoop(0xc000343200) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 7928 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 8181 [select]: net/http.(*persistConn).roundTrip(0xc00075c7e0, 0xc00061b900) /usr/local/go/src/net/http/transport.go:2826 +0x785 net/http.(*Transport).roundTrip(0xc000115380, 0xc00065e280) /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(0xc000380380, 0xc00065e280) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc00065e280, {0x2ae28a0, 0xc000380380}, {0x458701?, 0x47c06e?, 0x0?}) /usr/local/go/src/net/http/client.go:259 +0x5e2 net/http.(*Client).send(0xc0003d42d0, 0xc00065e280, {0x0?, 0x2?, 0x0?}) /usr/local/go/src/net/http/client.go:180 +0x91 net/http.(*Client).do(0xc0003d42d0, 0xc00065e280) /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 8168 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:420 +0xb8 goroutine 3518 [chan receive, 36 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2919 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3626 [chan receive, 36 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2919 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8168 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc000254f00, 0xc0003557a0, 0xc00065e280) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:425 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc000254f00, {0x2b09ae8, 0xc0014cc7e0}, {0xc0006d20a0, 0x4f}, {{0xc001005e00, 0x18}, {0xc001005e19, 0xb}, {0x268db6a, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:777 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc000254f00, {0x2b09ae8, 0xc0014cc7e0}, {{0xc001005e00, 0x18}, {0xc001005e19, 0xb}, {0x268db6a, 0x4}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:847 +0x151 github.com/ncw/swift/v2.(*Connection).objectBase(0x6ed9eba16ed9eba1?, {0x2b09ae8?, 0xc0014cc7e0?}, {0xc001005e00?, 0x8f1bbcdc8f1bbcdc?}, {0xc001005e19, 0xb}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:2143 +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.4/swift.go:2132 +0x85 github.com/ncw/swift/v2.withLORetry(0x0, 0xc00045f800) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/largeobjects.go:303 +0x9f github.com/ncw/swift/v2.(*Connection).Object(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:2131 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, 0xc000053808?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc00067f680, 0xc000801b60, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc00067f680, 0xc000801b60) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x93 github.com/rclone/rclone/backend/swift.(*Object).readMetaData(0xc0008019e0, {0x2b09ae8, 0xc0014cc7e0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1333 +0x165 github.com/rclone/rclone/backend/swift.(*Fs).newObjectWithInfo(0xc00084efc0, {0x2b09ae8, 0xc0014cc7e0}, {0xc00154c130, 0xb}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:666 +0x251 github.com/rclone/rclone/backend/swift.(*Fs).NewObject(0xc00045fae0?, {0x2b09ae8?, 0xc0014cc7e0?}, {0xc00154c130?, 0x41d41e?}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:677 +0x25 github.com/rclone/rclone/backend/compress.(*Fs).NewObject(0xc000312a80, {0x2b09ae8, 0xc0014cc7e0}, {0x269457e, 0x6}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:422 +0x70 github.com/rclone/rclone/backend/compress.(*Fs).Put(0xc000312a80, {0x2b09ae8, 0xc0014cc7e0}, {0x2ae16e0, 0xc0003f6c00}, {0x2b14b10, 0xc0003552d0}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:751 +0x7e github.com/rclone/rclone/fstest.(*Run).WriteObjectTo(0xc0003803f0, {0x2b09ae8, 0xc0014cc7e0}, {0x2b1ed40, 0xc000312a80}, {0x269457e, 0x6}, {0x273e427, 0x3c}, {0x1dcd64ff, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:275 +0x3f2 github.com/rclone/rclone/fstest.(*Run).WriteObject(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 github.com/rclone/rclone/fs/operations_test.TestMaxDeleteSizeLargeFile(0xc000e7a700) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:466 +0x233 testing.tRunner(0xc000e7a700, 0x27d54f0) /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 8169 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc0002550e0, {0x2b09b20, 0xc00099eff0}) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:339 +0x145 created by github.com/rclone/rclone/fs/accounting.(*StatsInfo)._startAverageLoop in goroutine 8168 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:376 +0x117 goroutine 963 [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 953 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1414 [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 1404 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1076 [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 1050 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1469 [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 1459 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1307 [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 1169 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1206 [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 1180 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1260 [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 1250 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1348 [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 1290 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3231 [chan receive, 37 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2919 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 2920 [chan receive, 40 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2919 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1476 [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 1450 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3434 [chan receive, 37 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2919 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8075 [select]: net/http.(*persistConn).writeLoop(0xc00075c7e0) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 8032 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 8074 [IO wait]: internal/poll.runtime_pollWait(0x7bba22e3c278, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc00043e200?, 0xc000823980?, 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(0xc00043e200, {0xc000823980, 0x1980, 0x1980}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc00043e200, {0xc000823980?, 0x1973?, 0xc000656c80?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc00047c050, {0xc000823980?, 0x8bb?, 0x43d367?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000f7e198, {0xc000823980?, 0x7bb9d913f538?, 0x7bba22fc0108?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc000b6f680, {0xc000823980?, 0xc00072b9a8?, 0xc00072b9d0?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc00017f7b8, {0x2ae3100, 0xc000b6f680}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc00017f508, {0x7bb9d9254a98, 0xc000f7e198}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc00017f508, 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(0xc00017f508, {0xc000435000, 0x1000, 0xc0001b9cb0?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc00075c7e0, {0xc000435000?, 0x7f3f65?, 0x2ae12a0?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc0008c98c0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc0008c98c0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc00075c7e0) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 8032 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 7933 [IO wait]: internal/poll.runtime_pollWait(0x7bba22e3c7f0, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc00017a280?, 0xc000822000?, 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(0xc00017a280, {0xc000822000, 0x1980, 0x1980}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc00017a280, {0xc000822000?, 0x1973?, 0xc000e58240?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc00070a0c0, {0xc000822000?, 0xc0006088d0?, 0xd?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000f7e630, {0xc000822000?, 0x7bb9d913f538?, 0x7bba22fc0108?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc000b6eee8, {0xc000822000?, 0x1973?, 0xc00045b9d0?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc0006089b8, {0x2ae3100, 0xc000b6eee8}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc000608708, {0x7bb9d9254a98, 0xc000f7e630}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc000608708, 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(0xc000608708, {0xc000847000, 0x1000, 0xc0001b9cb0?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc000343200, {0xc000847000?, 0x7f3f65?, 0x2ae12a0?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc000542a80) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc000542a80, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc000343200) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 7928 /usr/local/go/src/net/http/transport.go:1944 +0x174f "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m0.706418202s (try 3/5): exit status 2: Failed []