"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 3/5) 2025/06/28 07:14:36 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-besepok2yecu" 2025/06/28 07:14:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 07:14:36 DEBUG : Swift container rclone-test-besepok2yecu.json: Auto set use_segments_container to true 2025/06/28 07:14:37 DEBUG : Swift container rclone-test-besepok2yecu: Auto set use_segments_container to true 2025/06/28 07:14:37 DEBUG : Creating backend with remote "/tmp/rclone1674889795" === 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-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", 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-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.05s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/06/28 07:14:37 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/28 07:14:37 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/28 07:14:37 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/06/28 07:14:37 DEBUG : potato: Seek from 10 to 0 2025/06/28 07:14:37 DEBUG : potato: Seek from 10 to 0 2025/06/28 07:14:37 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/06/28 07:14:37 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/28 07:14:37 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/28 07:14:37 DEBUG : potato: Seek from 5 to 2 2025/06/28 07:14:37 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/06/28 07:14:37 DEBUG : potato: Seek from 7 to 0 2025/06/28 07:14:37 DEBUG : potato: Seek from 7 to 0 2025/06/28 07:14:37 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/06/28 07:14:37 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/28 07:14:37 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/28 07:14:37 DEBUG : potato: Seek from 5 to 2 2025/06/28 07:14:37 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/06/28 07:14:37 DEBUG : potato: Seek from 8 to 0 2025/06/28 07:14:37 DEBUG : potato: Seek from 8 to 0 2025/06/28 07:14:37 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/06/28 07:14:37 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/28 07:14:37 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/28 07:14:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/28 07:14:37 DEBUG : potato: Seek from 5 to 2 2025/06/28 07:14:37 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/06/28 07:14:37 DEBUG : potato: Seek from 9 to 0 2025/06/28 07:14:37 DEBUG : potato: Seek from 9 to 0 2025/06/28 07:14:37 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-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" 2025/06/28 07:14:37 INFO : Swift container rclone-test-besepok2yecu: Container "rclone-test-besepok2yecu" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (143.79s) --- PASS: TestCheck/1 (5.13s) --- PASS: TestCheck/2 (0.14s) --- PASS: TestCheck/3 (5.27s) --- PASS: TestCheck/4 (0.22s) --- PASS: TestCheck/5 (5.13s) --- PASS: TestCheck/6 (0.15s) --- PASS: TestCheck/7 (5.13s) === RUN TestCheckFsError 2025/06/28 07:17:01 DEBUG : Creating backend with remote "nonexistent" 2025/06/28 07:17:01 DEBUG : Creating backend with remote "nonexistent" 2025/06/28 07:17:01 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/06/28 07:17:01 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/28 07:17:01 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/06/28 07:17:01 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-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", 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 (146.36s) --- PASS: TestCheckDownload/1 (10.19s) --- PASS: TestCheckDownload/2 (10.18s) --- PASS: TestCheckDownload/3 (0.17s) --- PASS: TestCheckDownload/4 (0.33s) --- PASS: TestCheckDownload/5 (5.31s) --- PASS: TestCheckDownload/6 (5.20s) --- PASS: TestCheckDownload/7 (5.21s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", 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 (125.04s) --- PASS: TestCheckSizeOnly/1 (0.05s) --- PASS: TestCheckSizeOnly/2 (0.09s) --- PASS: TestCheckSizeOnly/3 (0.11s) --- 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-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" 2025/06/28 07:21:43 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/28 07:21:43 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/28 07:21:43 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/28 07:21:43 NOTICE: test.sum: 2 warning(s) suppressed... 2025/06/28 07:21:54 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/28 07:21:54 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/28 07:21:54 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/28 07:21:54 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (27.07s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" 2025/06/28 07:21:59 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-besepok2yecu/data" 2025/06/28 07:22:00 DEBUG : Swift container rclone-test-besepok2yecu path data.json: Auto set use_segments_container to true 2025/06/28 07:22:05 DEBUG : Swift container rclone-test-besepok2yecu 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 (345.08s) --- PASS: TestCheckSum/subtest1 (15.37s) --- PASS: TestCheckSum/subtest2 (5.32s) --- PASS: TestCheckSum/subtest3 (5.41s) --- PASS: TestCheckSum/subtest4 (10.42s) --- PASS: TestCheckSum/subtest5 (5.42s) --- PASS: TestCheckSum/subtest6 (15.40s) --- PASS: TestCheckSum/subtest7 (5.66s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" 2025/06/28 07:27:44 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-besepok2yecu/data" 2025/06/28 07:27:44 DEBUG : Config file has changed externally - reloading 2025/06/28 07:27:45 DEBUG : Swift container rclone-test-besepok2yecu path data.json: Auto set use_segments_container to true 2025/06/28 07:27:50 DEBUG : Swift container rclone-test-besepok2yecu 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 (325.23s) --- PASS: TestCheckSumDownload/subtest1 (10.63s) --- PASS: TestCheckSumDownload/subtest2 (0.40s) --- PASS: TestCheckSumDownload/subtest3 (20.45s) --- PASS: TestCheckSumDownload/subtest4 (15.40s) --- PASS: TestCheckSumDownload/subtest5 (10.38s) --- PASS: TestCheckSumDownload/subtest6 (10.41s) --- PASS: TestCheckSumDownload/subtest7 (10.78s) === RUN TestApplyTransforms 2025/06/28 07:33:09 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xuhakij2gusi" 2025/06/28 07:33:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 07:33:10 DEBUG : Swift container rclone-test-xuhakij2gusi.json: Auto set use_segments_container to true 2025/06/28 07:33:10 DEBUG : Swift container rclone-test-xuhakij2gusi: Auto set use_segments_container to true 2025/06/28 07:33:10 DEBUG : Creating backend with remote "/tmp/rclone117482652" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xuhakij2gusi", Local "Local file system at /tmp/rclone117482652", Modify Window "1ns" 2025/06/28 07:33:11 INFO : Swift container rclone-test-xuhakij2gusi: Container "rclone-test-xuhakij2gusi" created upper checkfile vs. lower remote (without normalization) 2025/06/28 07:33:27 ERROR : hello, world!: sum not found 2025/06/28 07:33:27 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-xuhakij2gusi 2025/06/28 07:33:27 NOTICE: Compressed: TestCompressSwift:rclone-test-xuhakij2gusi: 1 files missing 2025/06/28 07:33:27 NOTICE: 1 hashes missing 2025/06/28 07:33:27 NOTICE: Compressed: TestCompressSwift:rclone-test-xuhakij2gusi: 2 differences found 2025/06/28 07:33:27 NOTICE: Compressed: TestCompressSwift:rclone-test-xuhakij2gusi: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/06/28 07:33:43 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 07:33:43 NOTICE: Compressed: TestCompressSwift:rclone-test-xuhakij2gusi: 0 differences found 2025/06/28 07:33:43 NOTICE: Compressed: TestCompressSwift:rclone-test-xuhakij2gusi: 1 matching files 2025/06/28 07:33:43 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-zixalay2ziru" 2025/06/28 07:33:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 07:33:43 DEBUG : Swift container rclone-test-zixalay2ziru.json: Auto set use_segments_container to true 2025/06/28 07:33:43 DEBUG : Swift container rclone-test-zixalay2ziru: Auto set use_segments_container to true 2025/06/28 07:33:43 DEBUG : Creating backend with remote "/tmp/rclone3806746299" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-zixalay2ziru", Local "Local file system at /tmp/rclone3806746299", Modify Window "1ns" 2025/06/28 07:33:44 INFO : Swift container rclone-test-zixalay2ziru: Container "rclone-test-zixalay2ziru" created lower checkfile vs. upper remote (without normalization) 2025/06/28 07:34:00 ERROR : HELLO, WORLD!: sum not found 2025/06/28 07:34:00 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-zixalay2ziru 2025/06/28 07:34:00 NOTICE: Compressed: TestCompressSwift:rclone-test-zixalay2ziru: 1 files missing 2025/06/28 07:34:00 NOTICE: 1 hashes missing 2025/06/28 07:34:00 NOTICE: Compressed: TestCompressSwift:rclone-test-zixalay2ziru: 2 differences found 2025/06/28 07:34:00 NOTICE: Compressed: TestCompressSwift:rclone-test-zixalay2ziru: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/06/28 07:34:01 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 07:34:01 NOTICE: Compressed: TestCompressSwift:rclone-test-zixalay2ziru: 0 differences found 2025/06/28 07:34:01 NOTICE: Compressed: TestCompressSwift:rclone-test-zixalay2ziru: 1 matching files 2025/06/28 07:34:01 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-nuwukig3qutu" 2025/06/28 07:34:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 07:34:01 DEBUG : Swift container rclone-test-nuwukig3qutu.json: Auto set use_segments_container to true 2025/06/28 07:34:01 DEBUG : Swift container rclone-test-nuwukig3qutu: Auto set use_segments_container to true 2025/06/28 07:34:01 DEBUG : Creating backend with remote "/tmp/rclone3499207080" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-nuwukig3qutu", Local "Local file system at /tmp/rclone3499207080", Modify Window "1ns" 2025/06/28 07:34:02 INFO : Swift container rclone-test-nuwukig3qutu: Container "rclone-test-nuwukig3qutu" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/06/28 07:34:08 ERROR : HeLlO, wOrLd!: sum not found 2025/06/28 07:34:08 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-nuwukig3qutu 2025/06/28 07:34:08 NOTICE: Compressed: TestCompressSwift:rclone-test-nuwukig3qutu: 1 files missing 2025/06/28 07:34:08 NOTICE: 1 hashes missing 2025/06/28 07:34:08 NOTICE: Compressed: TestCompressSwift:rclone-test-nuwukig3qutu: 2 differences found 2025/06/28 07:34:08 NOTICE: Compressed: TestCompressSwift:rclone-test-nuwukig3qutu: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/06/28 07:34:09 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 07:34:09 NOTICE: Compressed: TestCompressSwift:rclone-test-nuwukig3qutu: 0 differences found 2025/06/28 07:34:09 NOTICE: Compressed: TestCompressSwift:rclone-test-nuwukig3qutu: 1 matching files 2025/06/28 07:34:09 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vicutap8tiyi" 2025/06/28 07:34:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 07:34:09 DEBUG : Swift container rclone-test-vicutap8tiyi.json: Auto set use_segments_container to true 2025/06/28 07:34:09 DEBUG : Swift container rclone-test-vicutap8tiyi: Auto set use_segments_container to true 2025/06/28 07:34:09 DEBUG : Creating backend with remote "/tmp/rclone253314907" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vicutap8tiyi", Local "Local file system at /tmp/rclone253314907", Modify Window "1ns" 2025/06/28 07:34:10 INFO : Swift container rclone-test-vicutap8tiyi: Container "rclone-test-vicutap8tiyi" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/06/28 07:34:16 ERROR : HELLO, WORLD!: sum not found 2025/06/28 07:34:16 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-vicutap8tiyi 2025/06/28 07:34:16 NOTICE: Compressed: TestCompressSwift:rclone-test-vicutap8tiyi: 1 files missing 2025/06/28 07:34:16 NOTICE: 1 hashes missing 2025/06/28 07:34:16 NOTICE: Compressed: TestCompressSwift:rclone-test-vicutap8tiyi: 2 differences found 2025/06/28 07:34:16 NOTICE: Compressed: TestCompressSwift:rclone-test-vicutap8tiyi: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/06/28 07:34:16 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 07:34:16 NOTICE: Compressed: TestCompressSwift:rclone-test-vicutap8tiyi: 0 differences found 2025/06/28 07:34:16 NOTICE: Compressed: TestCompressSwift:rclone-test-vicutap8tiyi: 1 matching files 2025/06/28 07:34:16 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-bosodul7leno" 2025/06/28 07:34:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 07:34:16 DEBUG : Swift container rclone-test-bosodul7leno.json: Auto set use_segments_container to true 2025/06/28 07:34:17 DEBUG : Swift container rclone-test-bosodul7leno: Auto set use_segments_container to true 2025/06/28 07:34:17 DEBUG : Creating backend with remote "/tmp/rclone1451110422" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-bosodul7leno", Local "Local file system at /tmp/rclone1451110422", Modify Window "1ns" 2025/06/28 07:34:17 INFO : Swift container rclone-test-bosodul7leno: Container "rclone-test-bosodul7leno" created NFD checkfile vs. NFC remote (without normalization) 2025/06/28 07:34:23 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/28 07:34:23 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-bosodul7leno 2025/06/28 07:34:23 NOTICE: Compressed: TestCompressSwift:rclone-test-bosodul7leno: 1 files missing 2025/06/28 07:34:23 NOTICE: 1 hashes missing 2025/06/28 07:34:23 NOTICE: Compressed: TestCompressSwift:rclone-test-bosodul7leno: 2 differences found 2025/06/28 07:34:23 NOTICE: Compressed: TestCompressSwift:rclone-test-bosodul7leno: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/06/28 07:34:24 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 07:34:24 NOTICE: Compressed: TestCompressSwift:rclone-test-bosodul7leno: 0 differences found 2025/06/28 07:34:24 NOTICE: Compressed: TestCompressSwift:rclone-test-bosodul7leno: 1 matching files 2025/06/28 07:34:24 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gizinod4basa" 2025/06/28 07:34:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 07:34:24 DEBUG : Swift container rclone-test-gizinod4basa.json: Auto set use_segments_container to true 2025/06/28 07:34:24 DEBUG : Swift container rclone-test-gizinod4basa: Auto set use_segments_container to true 2025/06/28 07:34:24 DEBUG : Creating backend with remote "/tmp/rclone779657739" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gizinod4basa", Local "Local file system at /tmp/rclone779657739", Modify Window "1ns" 2025/06/28 07:34:25 INFO : Swift container rclone-test-gizinod4basa: Container "rclone-test-gizinod4basa" created NFC checkfile vs. NFD remote (without normalization) 2025/06/28 07:34:36 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/28 07:34:36 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-gizinod4basa 2025/06/28 07:34:36 NOTICE: Compressed: TestCompressSwift:rclone-test-gizinod4basa: 1 files missing 2025/06/28 07:34:36 NOTICE: 1 hashes missing 2025/06/28 07:34:36 NOTICE: Compressed: TestCompressSwift:rclone-test-gizinod4basa: 2 differences found 2025/06/28 07:34:36 NOTICE: Compressed: TestCompressSwift:rclone-test-gizinod4basa: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/06/28 07:34:36 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 07:34:36 NOTICE: Compressed: TestCompressSwift:rclone-test-gizinod4basa: 0 differences found 2025/06/28 07:34:36 NOTICE: Compressed: TestCompressSwift:rclone-test-gizinod4basa: 1 matching files 2025/06/28 07:34:36 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-moreker4tama" 2025/06/28 07:34:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 07:34:36 DEBUG : Swift container rclone-test-moreker4tama.json: Auto set use_segments_container to true 2025/06/28 07:34:37 DEBUG : Swift container rclone-test-moreker4tama: Auto set use_segments_container to true 2025/06/28 07:34:37 DEBUG : Creating backend with remote "/tmp/rclone1392050060" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-moreker4tama", Local "Local file system at /tmp/rclone1392050060", Modify Window "1ns" 2025/06/28 07:34:37 INFO : Swift container rclone-test-moreker4tama: Container "rclone-test-moreker4tama" created NFDx2 checkfile vs. both remote (without normalization) 2025/06/28 07:34:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/28 07:34:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-moreker4tama 2025/06/28 07:34:49 NOTICE: Compressed: TestCompressSwift:rclone-test-moreker4tama: 1 files missing 2025/06/28 07:34:49 NOTICE: 1 hashes missing 2025/06/28 07:34:49 NOTICE: Compressed: TestCompressSwift:rclone-test-moreker4tama: 2 differences found 2025/06/28 07:34:49 NOTICE: Compressed: TestCompressSwift:rclone-test-moreker4tama: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/06/28 07:34:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 07:34:49 NOTICE: Compressed: TestCompressSwift:rclone-test-moreker4tama: 0 differences found 2025/06/28 07:34:49 NOTICE: Compressed: TestCompressSwift:rclone-test-moreker4tama: 1 matching files 2025/06/28 07:34:49 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-zesizur6vuca" 2025/06/28 07:34:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 07:34:49 DEBUG : Swift container rclone-test-zesizur6vuca.json: Auto set use_segments_container to true 2025/06/28 07:34:50 DEBUG : Swift container rclone-test-zesizur6vuca: Auto set use_segments_container to true 2025/06/28 07:34:50 DEBUG : Creating backend with remote "/tmp/rclone695250286" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-zesizur6vuca", Local "Local file system at /tmp/rclone695250286", Modify Window "1ns" 2025/06/28 07:34:50 INFO : Swift container rclone-test-zesizur6vuca: Container "rclone-test-zesizur6vuca" created NFCx2 checkfile vs. both remote (without normalization) 2025/06/28 07:35:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/28 07:35:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-zesizur6vuca 2025/06/28 07:35:01 NOTICE: Compressed: TestCompressSwift:rclone-test-zesizur6vuca: 1 files missing 2025/06/28 07:35:01 NOTICE: 1 hashes missing 2025/06/28 07:35:01 NOTICE: Compressed: TestCompressSwift:rclone-test-zesizur6vuca: 2 differences found 2025/06/28 07:35:01 NOTICE: Compressed: TestCompressSwift:rclone-test-zesizur6vuca: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/06/28 07:35:01 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 07:35:01 NOTICE: Compressed: TestCompressSwift:rclone-test-zesizur6vuca: 0 differences found 2025/06/28 07:35:01 NOTICE: Compressed: TestCompressSwift:rclone-test-zesizur6vuca: 1 matching files 2025/06/28 07:35:01 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-boconax3zeyo" 2025/06/28 07:35:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 07:35:01 DEBUG : Swift container rclone-test-boconax3zeyo.json: Auto set use_segments_container to true 2025/06/28 07:35:02 DEBUG : Swift container rclone-test-boconax3zeyo: Auto set use_segments_container to true 2025/06/28 07:35:02 DEBUG : Creating backend with remote "/tmp/rclone2858347150" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-boconax3zeyo", Local "Local file system at /tmp/rclone2858347150", Modify Window "1ns" 2025/06/28 07:35:02 INFO : Swift container rclone-test-boconax3zeyo: Container "rclone-test-boconax3zeyo" created both checkfile vs. NFDx2 remote (without normalization) 2025/06/28 07:35:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/28 07:35:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-boconax3zeyo 2025/06/28 07:35:14 NOTICE: Compressed: TestCompressSwift:rclone-test-boconax3zeyo: 1 files missing 2025/06/28 07:35:14 NOTICE: 1 hashes missing 2025/06/28 07:35:14 NOTICE: Compressed: TestCompressSwift:rclone-test-boconax3zeyo: 2 differences found 2025/06/28 07:35:14 NOTICE: Compressed: TestCompressSwift:rclone-test-boconax3zeyo: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/06/28 07:35:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 07:35:14 NOTICE: Compressed: TestCompressSwift:rclone-test-boconax3zeyo: 0 differences found 2025/06/28 07:35:14 NOTICE: Compressed: TestCompressSwift:rclone-test-boconax3zeyo: 1 matching files 2025/06/28 07:35:14 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-fedebes7gefi" 2025/06/28 07:35:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 07:35:14 DEBUG : Swift container rclone-test-fedebes7gefi.json: Auto set use_segments_container to true 2025/06/28 07:35:14 DEBUG : Swift container rclone-test-fedebes7gefi: Auto set use_segments_container to true 2025/06/28 07:35:14 DEBUG : Creating backend with remote "/tmp/rclone2709281270" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fedebes7gefi", Local "Local file system at /tmp/rclone2709281270", Modify Window "1ns" 2025/06/28 07:35:15 INFO : Swift container rclone-test-fedebes7gefi: Container "rclone-test-fedebes7gefi" created both checkfile vs. NFCx2 remote (without normalization) 2025/06/28 07:35:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/28 07:35:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-fedebes7gefi 2025/06/28 07:35:26 NOTICE: Compressed: TestCompressSwift:rclone-test-fedebes7gefi: 1 files missing 2025/06/28 07:35:26 NOTICE: 1 hashes missing 2025/06/28 07:35:26 NOTICE: Compressed: TestCompressSwift:rclone-test-fedebes7gefi: 2 differences found 2025/06/28 07:35:26 NOTICE: Compressed: TestCompressSwift:rclone-test-fedebes7gefi: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/06/28 07:35:31 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 07:35:31 NOTICE: Compressed: TestCompressSwift:rclone-test-fedebes7gefi: 0 differences found 2025/06/28 07:35:31 NOTICE: Compressed: TestCompressSwift:rclone-test-fedebes7gefi: 1 matching files 2025/06/28 07:35:31 DEBUG : Compressed: TestCompressSwift:rclone-test-fedebes7gefi: Purge remote 2025/06/28 07:35:31 DEBUG : Waiting for deletions to finish 2025/06/28 07:35:32 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/28 07:35:37 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/28 07:35:37 INFO : Swift container rclone-test-fedebes7gefi: Container "rclone-test-fedebes7gefi" removed 2025/06/28 07:35:37 DEBUG : Compressed: TestCompressSwift:rclone-test-boconax3zeyo: Purge remote 2025/06/28 07:35:37 DEBUG : Waiting for deletions to finish 2025/06/28 07:35:37 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/28 07:35:37 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/28 07:35:38 INFO : Swift container rclone-test-boconax3zeyo: Container "rclone-test-boconax3zeyo" removed 2025/06/28 07:35:38 DEBUG : Compressed: TestCompressSwift:rclone-test-zesizur6vuca: Purge remote 2025/06/28 07:35:38 DEBUG : Waiting for deletions to finish 2025/06/28 07:35:38 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/28 07:35:43 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/28 07:35:43 INFO : Swift container rclone-test-zesizur6vuca: Container "rclone-test-zesizur6vuca" removed 2025/06/28 07:35:43 DEBUG : Compressed: TestCompressSwift:rclone-test-moreker4tama: Purge remote 2025/06/28 07:35:43 DEBUG : Waiting for deletions to finish 2025/06/28 07:35:44 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/28 07:35:49 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/28 07:35:49 INFO : Swift container rclone-test-moreker4tama: Container "rclone-test-moreker4tama" removed 2025/06/28 07:35:49 DEBUG : Compressed: TestCompressSwift:rclone-test-gizinod4basa: Purge remote 2025/06/28 07:35:49 DEBUG : Waiting for deletions to finish 2025/06/28 07:35:49 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/06/28 07:35:54 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/06/28 07:35:54 INFO : Swift container rclone-test-gizinod4basa: Container "rclone-test-gizinod4basa" removed 2025/06/28 07:35:54 DEBUG : Compressed: TestCompressSwift:rclone-test-bosodul7leno: Purge remote 2025/06/28 07:35:54 DEBUG : Waiting for deletions to finish 2025/06/28 07:35:55 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/06/28 07:35:55 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/06/28 07:35:55 INFO : Swift container rclone-test-bosodul7leno: Container "rclone-test-bosodul7leno" removed 2025/06/28 07:35:55 DEBUG : Compressed: TestCompressSwift:rclone-test-vicutap8tiyi: Purge remote 2025/06/28 07:35:55 DEBUG : Waiting for deletions to finish 2025/06/28 07:35:55 INFO : HELLO, WORLD!.bin: Deleted 2025/06/28 07:35:56 INFO : HELLO, WORLD!.json: Deleted 2025/06/28 07:35:56 INFO : Swift container rclone-test-vicutap8tiyi: Container "rclone-test-vicutap8tiyi" removed 2025/06/28 07:35:56 DEBUG : Compressed: TestCompressSwift:rclone-test-nuwukig3qutu: Purge remote 2025/06/28 07:35:56 DEBUG : Waiting for deletions to finish 2025/06/28 07:35:56 INFO : HeLlO, wOrLd!.bin: Deleted 2025/06/28 07:35:56 INFO : HeLlO, wOrLd!.json: Deleted 2025/06/28 07:35:57 INFO : Swift container rclone-test-nuwukig3qutu: Container "rclone-test-nuwukig3qutu" removed 2025/06/28 07:35:57 DEBUG : Compressed: TestCompressSwift:rclone-test-zixalay2ziru: Purge remote 2025/06/28 07:35:57 DEBUG : Waiting for deletions to finish 2025/06/28 07:35:57 INFO : HELLO, WORLD!.bin: Deleted 2025/06/28 07:36:07 INFO : HELLO, WORLD!.json: Deleted 2025/06/28 07:36:07 INFO : Swift container rclone-test-zixalay2ziru: Container "rclone-test-zixalay2ziru" removed 2025/06/28 07:36:07 DEBUG : Compressed: TestCompressSwift:rclone-test-xuhakij2gusi: Purge remote 2025/06/28 07:36:07 DEBUG : Waiting for deletions to finish 2025/06/28 07:36:17 INFO : hello, world!.bin: Deleted 2025/06/28 07:36:17 INFO : hello, world!.json: Deleted 2025/06/28 07:36:18 INFO : Swift container rclone-test-xuhakij2gusi: Container "rclone-test-xuhakij2gusi" removed --- PASS: TestApplyTransforms (188.12s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" 2025/06/28 07:36:23 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/28 07:36:38 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/28 07:36:38 INFO : file1: Copied (new) to: sub/file2 2025/06/28 07:37:04 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/28 07:37:04 DEBUG : file1: Unchanged skipping 2025/06/28 07:37:09 DEBUG : Compressed: TestCompressSwift:rclone-test-besepok2yecu: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (71.89s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.19s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" 2025/06/28 07:37:56 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-besepok2yecu/backup" 2025/06/28 07:37:56 DEBUG : Swift container rclone-test-besepok2yecu path backup.json: Auto set use_segments_container to true 2025/06/28 07:38:02 DEBUG : Swift container rclone-test-besepok2yecu path backup: Auto set use_segments_container to true 2025/06/28 07:38:07 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/06/28 07:38:38 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/06/28 07:38:38 INFO : dst/file1: Copied (server-side copy) 2025/06/28 07:38:44 INFO : dst/file1: Deleted 2025/06/28 07:38:54 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/28 07:38:54 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (115.67s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" 2025/06/28 07:39:25 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-besepok2yecu/dst" 2025/06/28 07:39:26 DEBUG : Swift container rclone-test-besepok2yecu path dst.json: Auto set use_segments_container to true 2025/06/28 07:39:31 DEBUG : Swift container rclone-test-besepok2yecu path dst: Auto set use_segments_container to true 2025/06/28 07:40:12 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-besepok2yecu/CompareDest" 2025/06/28 07:40:12 DEBUG : Swift container rclone-test-besepok2yecu path CompareDest.json: Auto set use_segments_container to true 2025/06/28 07:40:17 DEBUG : Swift container rclone-test-besepok2yecu path CompareDest: Auto set use_segments_container to true 2025/06/28 07:40:23 DEBUG : one: Need to transfer - File not found at Destination 2025/06/28 07:40:45 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/28 07:40:45 INFO : one: Copied (new) 2025/06/28 07:41:51 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/28 07:42:37 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/28 07:42:37 INFO : one: Copied (replaced existing) 2025/06/28 07:43:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/28 07:43:49 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/28 07:43:49 DEBUG : one: Destination found in --compare-dest, skipping 2025/06/28 07:44:16 DEBUG : two: Need to transfer - File not found at Destination 2025/06/28 07:44:16 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/28 07:44:16 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/28 07:44:22 DEBUG : two: Need to transfer - File not found at Destination 2025/06/28 07:44:22 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/28 07:44:22 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/28 07:44:38 DEBUG : two: Need to transfer - File not found at Destination 2025/06/28 07:44:38 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/06/28 07:44:59 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/06/28 07:44:59 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (370.63s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" 2025/06/28 07:45:36 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-besepok2yecu/dst" 2025/06/28 07:45:36 DEBUG : Swift container rclone-test-besepok2yecu path dst.json: Auto set use_segments_container to true 2025/06/28 07:45:42 DEBUG : Swift container rclone-test-besepok2yecu path dst: Auto set use_segments_container to true 2025/06/28 07:45:52 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-besepok2yecu/CopyDest" 2025/06/28 07:45:52 DEBUG : Swift container rclone-test-besepok2yecu path CopyDest.json: Auto set use_segments_container to true 2025/06/28 07:45:58 DEBUG : Swift container rclone-test-besepok2yecu path CopyDest: Auto set use_segments_container to true 2025/06/28 07:46:18 DEBUG : one: Need to transfer - File not found at Destination 2025/06/28 07:46:54 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/28 07:46:54 INFO : one: Copied (new) 2025/06/28 07:47:15 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/28 07:47:45 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/28 07:47:45 INFO : one: Copied (replaced existing) 2025/06/28 07:48:52 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-besepok2yecu/BackupDir" 2025/06/28 07:48:53 DEBUG : Swift container rclone-test-besepok2yecu path BackupDir.json: Auto set use_segments_container to true 2025/06/28 07:48:58 DEBUG : Swift container rclone-test-besepok2yecu path BackupDir: Auto set use_segments_container to true 2025/06/28 07:49:04 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/28 07:49:04 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/28 07:49:04 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/28 07:49:45 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/28 07:49:45 INFO : one: Copied (server-side copy) 2025/06/28 07:49:56 INFO : one: Deleted 2025/06/28 07:50:26 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/28 07:50:26 INFO : one: Copied (server-side copy) 2025/06/28 07:50:26 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/06/28 07:51:04 DEBUG : two: Need to transfer - File not found at Destination 2025/06/28 07:51:04 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/28 07:51:23 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/06/28 07:51:23 INFO : two: Copied (server-side copy) 2025/06/28 07:51:23 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/06/28 07:51:44 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/28 07:51:44 DEBUG : two: Unchanged skipping 2025/06/28 07:52:37 DEBUG : three: Need to transfer - File not found at Destination 2025/06/28 07:52:38 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/06/28 07:52:38 DEBUG : three: Destination not found in --copy-dest 2025/06/28 07:52:53 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/06/28 07:52:53 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (546.06s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.33s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.09s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" 2025/06/28 07:54:48 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/06/28 07:54:59 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/28 07:54:59 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/06/28 07:55:14 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/06/28 07:55:20 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/06/28 07:55:20 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy5.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-besepok2yecu/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/06/28 07:55:30 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/06/28 07:55:41 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/06/28 07:55:46 DEBUG : TestCopyFileMaxTransfer/file4: md5 = a1f8f16d0a24dfa5f65875822226e087 OK 2025/06/28 07:55:46 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (70.30s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.21s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.15s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.09s) === RUN TestDeduplicateFirst run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.15s) === RUN TestDeduplicateNewest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", 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-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" 2025/06/28 07:57:08 INFO : Compressed: TestCompressSwift:rclone-test-besepok2yecu: Looking for duplicate md5 hashes using newest mode. 2025/06/28 07:57:23 NOTICE: 3de3579f72b7a8b4cb2e8f108e01ea09: Found 3 files with duplicate md5 hashes 2025/06/28 07:57:38 INFO : one: Deleted 2025/06/28 07:57:49 INFO : also/one: Deleted 2025/06/28 07:57:49 NOTICE: 3de3579f72b7a8b4cb2e8f108e01ea09: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (131.09s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.19s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.31s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.09s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.15s) === RUN TestMergeDirs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", 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-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" 2025/06/28 07:59:44 DEBUG : a.txt: Excluded (Size Filter) 2025/06/28 07:59:44 DEBUG : a.txt: Excluded 2025/06/28 07:59:45 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/28 07:59:45 DEBUG : sub dir/hello world: Excluded 2025/06/28 07:59:45 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/28 07:59:45 DEBUG : sub dir/hello world2: Excluded 2025/06/28 07:59:45 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/28 07:59:45 DEBUG : sub dir/hello world: Excluded 2025/06/28 07:59:45 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/28 07:59:45 DEBUG : sub dir/hello world2: Excluded 2025/06/28 07:59:50 DEBUG : sub dir/ignore dir: Excluded 2025/06/28 07:59:55 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (167.12s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" 2025/06/28 08:02:12 DEBUG : a.txt: Excluded (Size Filter) 2025/06/28 08:02:12 DEBUG : a.txt: Excluded 2025/06/28 08:02:13 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/28 08:02:13 DEBUG : sub dir/hello world: Excluded 2025/06/28 08:02:13 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/28 08:02:13 DEBUG : sub dir/hello world2: Excluded 2025/06/28 08:02:13 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/28 08:02:13 DEBUG : sub dir/hello world: Excluded 2025/06/28 08:02:13 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/28 08:02:13 DEBUG : sub dir/hello world2: Excluded 2025/06/28 08:02:23 DEBUG : sub dir/ignore dir: Excluded 2025/06/28 08:02:28 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (133.03s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", 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 (103.97s) --- PASS: TestListJSON/Default (5.28s) --- PASS: TestListJSON/FilesOnly (5.18s) --- PASS: TestListJSON/DirsOnly (0.04s) --- PASS: TestListJSON/Recurse (5.31s) --- PASS: TestListJSON/SubDir (0.17s) --- PASS: TestListJSON/NoModTime (10.13s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (5.18s) --- PASS: TestListJSON/HashTypes (0.17s) --- PASS: TestListJSON/Metadata (10.17s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", 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/28 08:05:42 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-besepok2yecu/notfound" 2025/06/28 08:05:43 DEBUG : Swift container rclone-test-besepok2yecu path notfound.json: Auto set use_segments_container to true 2025/06/28 08:05:48 DEBUG : Swift container rclone-test-besepok2yecu path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (84.65s) --- PASS: TestStatJSON/Root (0.12s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.13s) --- PASS: TestStatJSON/Dir (5.15s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.10s) --- PASS: TestStatJSON/File (0.13s) --- PASS: TestStatJSON/NotFound (5.16s) --- PASS: TestStatJSON/DirFilesOnly (5.05s) --- PASS: TestStatJSON/FileFilesOnly (5.13s) --- PASS: TestStatJSON/NotFoundFilesOnly (5.05s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.10s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (11.38s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" 2025/06/28 08:06:14 INFO : Compressed: TestCompressSwift:rclone-test-besepok2yecu: Making directory 2025/06/28 08:06:15 INFO : Compressed: TestCompressSwift:rclone-test-besepok2yecu: Making directory --- PASS: TestMkdir (0.30s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" --- PASS: TestLsd (21.45s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" --- PASS: TestLs (52.18s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" 2025/06/28 08:08:00 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/06/28 08:08:00 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (67.88s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" --- PASS: TestLsLong (51.88s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (65.54s) --- PASS: TestHashSums/Md5 (5.30s) --- PASS: TestHashSums/Md5Download (10.20s) === RUN TestHashSumsWithErrors 2025/06/28 08:10:34 DEBUG : Creating backend with remote ":memory:" 2025/06/28 08:10:34 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/06/28 08:10:34 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/28 08:10:34 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/28 08:10:34 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/28 08:10:34 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/28 08:10:34 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/28 08:10:34 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/28 08:10:34 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/06/28 08:10:34 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-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" --- PASS: TestCount (68.15s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" 2025/06/28 08:12:00 DEBUG : Waiting for deletions to finish 2025/06/28 08:12:00 DEBUG : large: Excluded (Size Filter) 2025/06/28 08:12:00 INFO : medium: Deleted 2025/06/28 08:12:00 INFO : small: Deleted --- PASS: TestDelete (19.24s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" 2025/06/28 08:12:18 DEBUG : Waiting for deletions to finish 2025/06/28 08:12:18 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/06/28 08:12:18 INFO : large: Deleted 2025/06/28 08:12:18 INFO : medium: Deleted --- PASS: TestMaxDelete (17.90s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" 2025/06/28 08:12:36 DEBUG : Waiting for deletions to finish 2025/06/28 08:12:36 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/06/28 08:12:36 INFO : small: Deleted 2025/06/28 08:12:36 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (18.11s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" 2025/06/28 08:12:54 DEBUG : Waiting for deletions to finish 2025/06/28 08:12:54 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/06/28 08:12:54 INFO : large: Deleted 2025/06/28 08:12:54 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (17.88s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" --- PASS: TestReadFile (7.04s) === RUN TestRetry 2025/06/28 08:13:02 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/06/28 08:13:02 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/06/28 08:13:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/06/28 08:13:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/06/28 08:13:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/06/28 08:13:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/06/28 08:13:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-besepok2yecu", Local "Local file system at /tmp/rclone1674889795", Modify Window "1ns" --- PASS: TestCat (93.69s) === RUN TestPurge 2025/06/28 08:14:36 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jocuqod4miju" 2025/06/28 08:14:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 08:14:36 DEBUG : Swift container rclone-test-jocuqod4miju.json: Auto set use_segments_container to true 2025/06/28 08:14:36 DEBUG : Swift container rclone-test-jocuqod4miju: Auto set use_segments_container to true 2025/06/28 08:14:36 DEBUG : Creating backend with remote "/tmp/rclone3026194417" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jocuqod4miju", Local "Local file system at /tmp/rclone3026194417", Modify Window "1ns" 2025/06/28 08:14:37 INFO : Swift container rclone-test-jocuqod4miju: Container "rclone-test-jocuqod4miju" created panic: test timed out after 1h0m0s running tests: TestPurge (1s) goroutine 8563 [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(0xc000217340, {0x269d8b7?, 0xc00080fad8?}, 0x27d5660) /usr/local/go/src/testing/testing.go:1859 +0x431 testing.runTests.func1(0xc000217340) /usr/local/go/src/testing/testing.go:2279 +0x37 testing.tRunner(0xc000217340, 0xc00080fc18) /usr/local/go/src/testing/testing.go:1792 +0xf4 testing.runTests(0xc00093b2c0, {0x3e9c140, 0x6d, 0x6d}, {0xedff18d5d?, 0x3eb2140?, 0x3eb2140?}) /usr/local/go/src/testing/testing.go:2277 +0x4b4 testing.(*M).Run(0xc000588780) /usr/local/go/src/testing/testing.go:2142 +0x64a github.com/rclone/rclone/fstest.TestMain(0xc000588780) /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 1063 [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 989 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 11 [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 12 [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 8304 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0007e2000, 0xc0005257a0, 0xc0008828c0) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:425 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0007e2000, {0x2b09be8, 0x3ed5700}, {0xc00005d3b0, 0x4f}, {{0xc001878540, 0x18}, {0xc001878559, 0x11}, {0x268db6e, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:777 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc0007e2000, {0x2b09be8, 0x3ed5700}, {{0xc001878540, 0x18}, {0xc001878559, 0x11}, {0x268db6e, 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(0x0?, {0x2b09be8?, 0x3ed5700?}, {0xc001878540?, 0x0?}, {0xc001878559, 0x11}) /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, 0xc0008c7710) /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, 0xc00200a008?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc00080b740, 0xc000a186c0, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:199 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc00080b740, 0xc000a186c0) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:218 +0x93 github.com/rclone/rclone/backend/swift.(*Object).readMetaData(0xc000a18660, {0x2b09be8, 0x3ed5700}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1333 +0x165 github.com/rclone/rclone/backend/swift.(*Fs).newObjectWithInfo(0xc0005b2fc0, {0x2b09be8, 0x3ed5700}, {0xc000055a40, 0x11}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:666 +0x251 github.com/rclone/rclone/backend/swift.(*Fs).NewObject(0xc0008c79f0?, {0x2b09be8?, 0x3ed5700?}, {0xc000055a40?, 0x41ac01?}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:677 +0x25 github.com/rclone/rclone/backend/compress.(*Fs).NewObject(0xc000344b80, {0x2b09be8, 0x3ed5700}, {0x26a5b5f, 0xc}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:422 +0x70 github.com/rclone/rclone/backend/compress.(*Fs).Put(0xc000344b80, {0x2b09be8, 0x3ed5700}, {0x2ae18c0, 0xc0001354d0}, {0x2b14cf0, 0xc000525500}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:751 +0x7e github.com/rclone/rclone/fstest.(*Run).WriteObjectTo(0xc000524230, {0x2b09be8, 0x3ed5700}, {0x2b1ef20, 0xc000344b80}, {0x26a5b5f, 0xc}, {0x268c9e5, 0x3}, {0x1dcd64ff, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:275 +0x3f2 github.com/rclone/rclone/fstest.(*Run).WriteObject(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 github.com/rclone/rclone/fs/operations_test.TestPurge(0xc001e75880) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:578 +0xde testing.tRunner(0xc001e75880, 0x27d5660) /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 441 [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 431 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3504 [chan receive, 39 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2848 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1499 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1457 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3235 [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 2848 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1507 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1465 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 294 [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 268 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 161 [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 151 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 336 [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 326 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 8562 [select]: net/http.(*persistConn).writeLoop(0xc0004d1560) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 8539 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 848 [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 838 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3411 [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 2848 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3315 [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 2848 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 223 [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 213 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 2849 [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 2848 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3072 [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 2848 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 515 [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 505 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 551 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 525 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1313 [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 1303 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 2939 [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 2848 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1358 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1348 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1116 [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 1106 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 645 [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 620 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3649 [chan receive, 39 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2848 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 793 [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 719 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 696 [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 686 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1285 [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 1275 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 754 [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 744 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3473 [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 2848 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 968 [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 958 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1243 [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 1201 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1432 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1422 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 2977 [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 2848 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8554 [select]: net/http.(*persistConn).roundTrip(0xc0004d1560, 0xc0004626e0) /usr/local/go/src/net/http/transport.go:2826 +0x785 net/http.(*Transport).roundTrip(0xc0005a0ea0, 0xc0008828c0) /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(0xc000118310, 0xc0008828c0) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc0008828c0, {0x2ae2a80, 0xc000118310}, {0xc000779d01?, 0x540c73?, 0x0?}) /usr/local/go/src/net/http/client.go:259 +0x5e2 net/http.(*Client).send(0xc0003e8360, 0xc0008828c0, {0x3412c3e?, 0x482592?, 0x0?}) /usr/local/go/src/net/http/client.go:180 +0x91 net/http.(*Client).do(0xc0003e8360, 0xc0008828c0) /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 8304 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:420 +0xb8 goroutine 8545 [IO wait]: internal/poll.runtime_pollWait(0x73ce10a84f30, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc00176d180?, 0xc00081f300?, 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(0xc00176d180, {0xc00081f300, 0x1980, 0x1980}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc00176d180, {0xc00081f300?, 0x1973?, 0xc000868ac0?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc00059c418, {0xc00081f300?, 0xc00014ac50?, 0xd?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc00093b110, {0xc00081f300?, 0x73ce10a3d548?, 0x73ce10b0da78?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc00070cfd8, {0xc00081f300?, 0x1973?, 0xc0007d59d0?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc00014ad38, {0x2ae32e0, 0xc00070cfd8}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc00014aa88, {0x73cdc846e8d8, 0xc00093b110}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc00014aa88, 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(0xc00014aa88, {0xc000a09000, 0x1000, 0xc000151b30?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc0004d1560, {0xc000a09000?, 0x7f4085?, 0x2ae1480?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc000941260) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc000941260, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc0004d1560) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 8539 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 8305 [chan receive]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 8304 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m0.780529497s (try 3/5): exit status 2: Failed []