"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 5/5) 2025/06/24 05:50:23 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-teciyov8dija" 2025/06/24 05:50:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 05:50:24 DEBUG : Swift container rclone-test-teciyov8dija.json: Auto set use_segments_container to true 2025/06/24 05:50:24 DEBUG : Swift container rclone-test-teciyov8dija: Auto set use_segments_container to true 2025/06/24 05:50:24 DEBUG : Creating backend with remote "/tmp/rclone2586910790" === 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-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.19s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", 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/24 05:50:24 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/24 05:50:24 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/24 05:50:24 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/06/24 05:50:24 DEBUG : potato: Seek from 10 to 0 2025/06/24 05:50:24 DEBUG : potato: Seek from 10 to 0 2025/06/24 05:50:24 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/06/24 05:50:24 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/24 05:50:24 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/24 05:50:24 DEBUG : potato: Seek from 5 to 2 2025/06/24 05:50:24 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/06/24 05:50:24 DEBUG : potato: Seek from 7 to 0 2025/06/24 05:50:24 DEBUG : potato: Seek from 7 to 0 2025/06/24 05:50:24 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/06/24 05:50:24 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/24 05:50:24 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/24 05:50:24 DEBUG : potato: Seek from 5 to 2 2025/06/24 05:50:24 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/06/24 05:50:24 DEBUG : potato: Seek from 8 to 0 2025/06/24 05:50:24 DEBUG : potato: Seek from 8 to 0 2025/06/24 05:50:24 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/06/24 05:50:24 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/24 05:50:24 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/24 05:50:24 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/24 05:50:24 DEBUG : potato: Seek from 5 to 2 2025/06/24 05:50:24 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/06/24 05:50:24 DEBUG : potato: Seek from 9 to 0 2025/06/24 05:50:24 DEBUG : potato: Seek from 9 to 0 2025/06/24 05:50:24 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-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 05:50:24 INFO : Swift container rclone-test-teciyov8dija: Container "rclone-test-teciyov8dija" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (83.81s) --- PASS: TestCheck/1 (0.15s) --- PASS: TestCheck/2 (0.20s) --- PASS: TestCheck/3 (0.14s) --- PASS: TestCheck/4 (5.16s) --- PASS: TestCheck/5 (0.15s) --- PASS: TestCheck/6 (5.14s) --- PASS: TestCheck/7 (0.14s) === RUN TestCheckFsError 2025/06/24 05:51:48 DEBUG : Creating backend with remote "nonexistent" 2025/06/24 05:51:48 DEBUG : Config file has changed externally - reloading 2025/06/24 05:51:48 DEBUG : Creating backend with remote "nonexistent" 2025/06/24 05:51:48 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/06/24 05:51:48 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/24 05:51:48 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/06/24 05:51:48 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-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", 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 (107.31s) --- PASS: TestCheckDownload/1 (0.31s) --- PASS: TestCheckDownload/2 (0.27s) --- PASS: TestCheckDownload/3 (0.19s) --- PASS: TestCheckDownload/4 (0.31s) --- PASS: TestCheckDownload/5 (5.31s) --- PASS: TestCheckDownload/6 (0.22s) --- PASS: TestCheckDownload/7 (5.19s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", 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 (150.99s) --- PASS: TestCheckSizeOnly/1 (0.05s) --- PASS: TestCheckSizeOnly/2 (0.05s) --- PASS: TestCheckSizeOnly/3 (0.05s) --- PASS: TestCheckSizeOnly/4 (0.21s) --- PASS: TestCheckSizeOnly/5 (0.05s) --- 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-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 05:57:02 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/24 05:57:02 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/24 05:57:02 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/24 05:57:02 NOTICE: test.sum: 2 warning(s) suppressed... 2025/06/24 05:57:49 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/24 05:57:49 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/24 05:57:49 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/24 05:57:49 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (112.98s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 05:57:59 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-teciyov8dija/data" 2025/06/24 05:58:00 DEBUG : Swift container rclone-test-teciyov8dija path data.json: Auto set use_segments_container to true 2025/06/24 05:58:05 DEBUG : Config file has changed externally - reloading 2025/06/24 05:58:05 DEBUG : Swift container rclone-test-teciyov8dija 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 (380.32s) --- PASS: TestCheckSum/subtest1 (50.50s) --- PASS: TestCheckSum/subtest2 (10.56s) --- PASS: TestCheckSum/subtest3 (0.46s) --- PASS: TestCheckSum/subtest4 (10.44s) --- PASS: TestCheckSum/subtest5 (5.47s) --- PASS: TestCheckSum/subtest6 (15.45s) --- PASS: TestCheckSum/subtest7 (5.46s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 06:04:20 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-teciyov8dija/data" 2025/06/24 06:04:20 DEBUG : Config file has changed externally - reloading 2025/06/24 06:04:20 DEBUG : Swift container rclone-test-teciyov8dija path data.json: Auto set use_segments_container to true 2025/06/24 06:04:25 DEBUG : Swift container rclone-test-teciyov8dija 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 (335.53s) --- PASS: TestCheckSumDownload/subtest1 (5.40s) --- PASS: TestCheckSumDownload/subtest2 (20.56s) --- PASS: TestCheckSumDownload/subtest3 (15.49s) --- PASS: TestCheckSumDownload/subtest4 (10.40s) --- PASS: TestCheckSumDownload/subtest5 (10.45s) --- PASS: TestCheckSumDownload/subtest6 (15.44s) --- PASS: TestCheckSumDownload/subtest7 (10.69s) === RUN TestApplyTransforms 2025/06/24 06:09:55 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gigacet4xebo" 2025/06/24 06:09:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 06:09:56 DEBUG : Swift container rclone-test-gigacet4xebo.json: Auto set use_segments_container to true 2025/06/24 06:09:56 DEBUG : Swift container rclone-test-gigacet4xebo: Auto set use_segments_container to true 2025/06/24 06:09:56 DEBUG : Creating backend with remote "/tmp/rclone4049513016" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gigacet4xebo", Local "Local file system at /tmp/rclone4049513016", Modify Window "1ns" 2025/06/24 06:09:56 INFO : Swift container rclone-test-gigacet4xebo: Container "rclone-test-gigacet4xebo" created upper checkfile vs. lower remote (without normalization) 2025/06/24 06:10:12 ERROR : hello, world!: sum not found 2025/06/24 06:10:12 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-gigacet4xebo 2025/06/24 06:10:12 NOTICE: Compressed: TestCompressSwift:rclone-test-gigacet4xebo: 1 files missing 2025/06/24 06:10:12 NOTICE: 1 hashes missing 2025/06/24 06:10:12 NOTICE: Compressed: TestCompressSwift:rclone-test-gigacet4xebo: 2 differences found 2025/06/24 06:10:12 NOTICE: Compressed: TestCompressSwift:rclone-test-gigacet4xebo: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/06/24 06:10:28 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 06:10:28 NOTICE: Compressed: TestCompressSwift:rclone-test-gigacet4xebo: 0 differences found 2025/06/24 06:10:28 NOTICE: Compressed: TestCompressSwift:rclone-test-gigacet4xebo: 1 matching files 2025/06/24 06:10:28 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kiyubuy6bave" 2025/06/24 06:10:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 06:10:28 DEBUG : Swift container rclone-test-kiyubuy6bave.json: Auto set use_segments_container to true 2025/06/24 06:10:28 DEBUG : Swift container rclone-test-kiyubuy6bave: Auto set use_segments_container to true 2025/06/24 06:10:28 DEBUG : Creating backend with remote "/tmp/rclone2250909777" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyubuy6bave", Local "Local file system at /tmp/rclone2250909777", Modify Window "1ns" 2025/06/24 06:10:29 INFO : Swift container rclone-test-kiyubuy6bave: Container "rclone-test-kiyubuy6bave" created lower checkfile vs. upper remote (without normalization) 2025/06/24 06:10:35 ERROR : HELLO, WORLD!: sum not found 2025/06/24 06:10:35 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-kiyubuy6bave 2025/06/24 06:10:35 NOTICE: Compressed: TestCompressSwift:rclone-test-kiyubuy6bave: 1 files missing 2025/06/24 06:10:35 NOTICE: 1 hashes missing 2025/06/24 06:10:35 NOTICE: Compressed: TestCompressSwift:rclone-test-kiyubuy6bave: 2 differences found 2025/06/24 06:10:35 NOTICE: Compressed: TestCompressSwift:rclone-test-kiyubuy6bave: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/06/24 06:10:35 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 06:10:35 NOTICE: Compressed: TestCompressSwift:rclone-test-kiyubuy6bave: 0 differences found 2025/06/24 06:10:35 NOTICE: Compressed: TestCompressSwift:rclone-test-kiyubuy6bave: 1 matching files 2025/06/24 06:10:35 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-goharux2qopa" 2025/06/24 06:10:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 06:10:35 DEBUG : Swift container rclone-test-goharux2qopa.json: Auto set use_segments_container to true 2025/06/24 06:10:36 DEBUG : Swift container rclone-test-goharux2qopa: Auto set use_segments_container to true 2025/06/24 06:10:36 DEBUG : Creating backend with remote "/tmp/rclone3853054092" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-goharux2qopa", Local "Local file system at /tmp/rclone3853054092", Modify Window "1ns" 2025/06/24 06:10:36 INFO : Swift container rclone-test-goharux2qopa: Container "rclone-test-goharux2qopa" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/06/24 06:10:42 ERROR : HeLlO, wOrLd!: sum not found 2025/06/24 06:10:42 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-goharux2qopa 2025/06/24 06:10:42 NOTICE: Compressed: TestCompressSwift:rclone-test-goharux2qopa: 1 files missing 2025/06/24 06:10:42 NOTICE: 1 hashes missing 2025/06/24 06:10:42 NOTICE: Compressed: TestCompressSwift:rclone-test-goharux2qopa: 2 differences found 2025/06/24 06:10:42 NOTICE: Compressed: TestCompressSwift:rclone-test-goharux2qopa: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/06/24 06:10:42 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 06:10:42 NOTICE: Compressed: TestCompressSwift:rclone-test-goharux2qopa: 0 differences found 2025/06/24 06:10:42 NOTICE: Compressed: TestCompressSwift:rclone-test-goharux2qopa: 1 matching files 2025/06/24 06:10:42 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vemutek0nexa" 2025/06/24 06:10:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 06:10:43 DEBUG : Swift container rclone-test-vemutek0nexa.json: Auto set use_segments_container to true 2025/06/24 06:10:43 DEBUG : Swift container rclone-test-vemutek0nexa: Auto set use_segments_container to true 2025/06/24 06:10:43 DEBUG : Creating backend with remote "/tmp/rclone3882853015" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vemutek0nexa", Local "Local file system at /tmp/rclone3882853015", Modify Window "1ns" 2025/06/24 06:10:44 INFO : Swift container rclone-test-vemutek0nexa: Container "rclone-test-vemutek0nexa" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/06/24 06:10:55 ERROR : HELLO, WORLD!: sum not found 2025/06/24 06:10:55 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-vemutek0nexa 2025/06/24 06:10:55 NOTICE: Compressed: TestCompressSwift:rclone-test-vemutek0nexa: 1 files missing 2025/06/24 06:10:55 NOTICE: 1 hashes missing 2025/06/24 06:10:55 NOTICE: Compressed: TestCompressSwift:rclone-test-vemutek0nexa: 2 differences found 2025/06/24 06:10:55 NOTICE: Compressed: TestCompressSwift:rclone-test-vemutek0nexa: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/06/24 06:10:55 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 06:10:55 NOTICE: Compressed: TestCompressSwift:rclone-test-vemutek0nexa: 0 differences found 2025/06/24 06:10:55 NOTICE: Compressed: TestCompressSwift:rclone-test-vemutek0nexa: 1 matching files 2025/06/24 06:10:55 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-pijikid1quge" 2025/06/24 06:10:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 06:10:55 DEBUG : Swift container rclone-test-pijikid1quge.json: Auto set use_segments_container to true 2025/06/24 06:10:56 DEBUG : Swift container rclone-test-pijikid1quge: Auto set use_segments_container to true 2025/06/24 06:10:56 DEBUG : Creating backend with remote "/tmp/rclone1896770713" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pijikid1quge", Local "Local file system at /tmp/rclone1896770713", Modify Window "1ns" 2025/06/24 06:10:56 INFO : Swift container rclone-test-pijikid1quge: Container "rclone-test-pijikid1quge" created NFD checkfile vs. NFC remote (without normalization) 2025/06/24 06:11:03 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/24 06:11:03 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-pijikid1quge 2025/06/24 06:11:03 NOTICE: Compressed: TestCompressSwift:rclone-test-pijikid1quge: 1 files missing 2025/06/24 06:11:03 NOTICE: 1 hashes missing 2025/06/24 06:11:03 NOTICE: Compressed: TestCompressSwift:rclone-test-pijikid1quge: 2 differences found 2025/06/24 06:11:03 NOTICE: Compressed: TestCompressSwift:rclone-test-pijikid1quge: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/06/24 06:11:03 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 06:11:03 NOTICE: Compressed: TestCompressSwift:rclone-test-pijikid1quge: 0 differences found 2025/06/24 06:11:03 NOTICE: Compressed: TestCompressSwift:rclone-test-pijikid1quge: 1 matching files 2025/06/24 06:11:03 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-revujeg0maku" 2025/06/24 06:11:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 06:11:04 DEBUG : Swift container rclone-test-revujeg0maku.json: Auto set use_segments_container to true 2025/06/24 06:11:04 DEBUG : Swift container rclone-test-revujeg0maku: Auto set use_segments_container to true 2025/06/24 06:11:04 DEBUG : Creating backend with remote "/tmp/rclone82183447" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-revujeg0maku", Local "Local file system at /tmp/rclone82183447", Modify Window "1ns" 2025/06/24 06:11:04 INFO : Swift container rclone-test-revujeg0maku: Container "rclone-test-revujeg0maku" created NFC checkfile vs. NFD remote (without normalization) 2025/06/24 06:11:15 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/24 06:11:15 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-revujeg0maku 2025/06/24 06:11:15 NOTICE: Compressed: TestCompressSwift:rclone-test-revujeg0maku: 1 files missing 2025/06/24 06:11:15 NOTICE: 1 hashes missing 2025/06/24 06:11:15 NOTICE: Compressed: TestCompressSwift:rclone-test-revujeg0maku: 2 differences found 2025/06/24 06:11:15 NOTICE: Compressed: TestCompressSwift:rclone-test-revujeg0maku: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/06/24 06:11:16 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 06:11:16 NOTICE: Compressed: TestCompressSwift:rclone-test-revujeg0maku: 0 differences found 2025/06/24 06:11:16 NOTICE: Compressed: TestCompressSwift:rclone-test-revujeg0maku: 1 matching files 2025/06/24 06:11:16 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-fubedov1bimo" 2025/06/24 06:11:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 06:11:16 DEBUG : Swift container rclone-test-fubedov1bimo.json: Auto set use_segments_container to true 2025/06/24 06:11:16 DEBUG : Swift container rclone-test-fubedov1bimo: Auto set use_segments_container to true 2025/06/24 06:11:16 DEBUG : Creating backend with remote "/tmp/rclone2987331221" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fubedov1bimo", Local "Local file system at /tmp/rclone2987331221", Modify Window "1ns" 2025/06/24 06:11:17 INFO : Swift container rclone-test-fubedov1bimo: Container "rclone-test-fubedov1bimo" created NFDx2 checkfile vs. both remote (without normalization) 2025/06/24 06:11:28 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/24 06:11:28 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-fubedov1bimo 2025/06/24 06:11:28 NOTICE: Compressed: TestCompressSwift:rclone-test-fubedov1bimo: 1 files missing 2025/06/24 06:11:28 NOTICE: 1 hashes missing 2025/06/24 06:11:28 NOTICE: Compressed: TestCompressSwift:rclone-test-fubedov1bimo: 2 differences found 2025/06/24 06:11:28 NOTICE: Compressed: TestCompressSwift:rclone-test-fubedov1bimo: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/06/24 06:11:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 06:11:33 NOTICE: Compressed: TestCompressSwift:rclone-test-fubedov1bimo: 0 differences found 2025/06/24 06:11:33 NOTICE: Compressed: TestCompressSwift:rclone-test-fubedov1bimo: 1 matching files 2025/06/24 06:11:33 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-foviyik9rata" 2025/06/24 06:11:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 06:11:34 DEBUG : Swift container rclone-test-foviyik9rata.json: Auto set use_segments_container to true 2025/06/24 06:11:34 DEBUG : Swift container rclone-test-foviyik9rata: Auto set use_segments_container to true 2025/06/24 06:11:34 DEBUG : Creating backend with remote "/tmp/rclone2466643031" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-foviyik9rata", Local "Local file system at /tmp/rclone2466643031", Modify Window "1ns" 2025/06/24 06:11:34 INFO : Swift container rclone-test-foviyik9rata: Container "rclone-test-foviyik9rata" created NFCx2 checkfile vs. both remote (without normalization) 2025/06/24 06:11:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/24 06:11:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-foviyik9rata 2025/06/24 06:11:45 NOTICE: Compressed: TestCompressSwift:rclone-test-foviyik9rata: 1 files missing 2025/06/24 06:11:45 NOTICE: 1 hashes missing 2025/06/24 06:11:45 NOTICE: Compressed: TestCompressSwift:rclone-test-foviyik9rata: 2 differences found 2025/06/24 06:11:45 NOTICE: Compressed: TestCompressSwift:rclone-test-foviyik9rata: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/06/24 06:11:46 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 06:11:46 NOTICE: Compressed: TestCompressSwift:rclone-test-foviyik9rata: 0 differences found 2025/06/24 06:11:46 NOTICE: Compressed: TestCompressSwift:rclone-test-foviyik9rata: 1 matching files 2025/06/24 06:11:46 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-roduheh5muma" 2025/06/24 06:11:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 06:11:46 DEBUG : Swift container rclone-test-roduheh5muma.json: Auto set use_segments_container to true 2025/06/24 06:11:46 DEBUG : Swift container rclone-test-roduheh5muma: Auto set use_segments_container to true 2025/06/24 06:11:46 DEBUG : Creating backend with remote "/tmp/rclone1612088073" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-roduheh5muma", Local "Local file system at /tmp/rclone1612088073", Modify Window "1ns" 2025/06/24 06:11:47 INFO : Swift container rclone-test-roduheh5muma: Container "rclone-test-roduheh5muma" created both checkfile vs. NFDx2 remote (without normalization) 2025/06/24 06:12:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/24 06:12:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-roduheh5muma 2025/06/24 06:12:03 NOTICE: Compressed: TestCompressSwift:rclone-test-roduheh5muma: 1 files missing 2025/06/24 06:12:03 NOTICE: 1 hashes missing 2025/06/24 06:12:03 NOTICE: Compressed: TestCompressSwift:rclone-test-roduheh5muma: 2 differences found 2025/06/24 06:12:03 NOTICE: Compressed: TestCompressSwift:rclone-test-roduheh5muma: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/06/24 06:12:03 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 06:12:03 NOTICE: Compressed: TestCompressSwift:rclone-test-roduheh5muma: 0 differences found 2025/06/24 06:12:03 NOTICE: Compressed: TestCompressSwift:rclone-test-roduheh5muma: 1 matching files 2025/06/24 06:12:03 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-dudoyev5yuki" 2025/06/24 06:12:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 06:12:04 DEBUG : Swift container rclone-test-dudoyev5yuki.json: Auto set use_segments_container to true 2025/06/24 06:12:04 DEBUG : Swift container rclone-test-dudoyev5yuki: Auto set use_segments_container to true 2025/06/24 06:12:04 DEBUG : Creating backend with remote "/tmp/rclone414232047" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-dudoyev5yuki", Local "Local file system at /tmp/rclone414232047", Modify Window "1ns" 2025/06/24 06:12:04 INFO : Swift container rclone-test-dudoyev5yuki: Container "rclone-test-dudoyev5yuki" created both checkfile vs. NFCx2 remote (without normalization) 2025/06/24 06:12:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/24 06:12:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-dudoyev5yuki 2025/06/24 06:12:15 NOTICE: Compressed: TestCompressSwift:rclone-test-dudoyev5yuki: 1 files missing 2025/06/24 06:12:15 NOTICE: 1 hashes missing 2025/06/24 06:12:15 NOTICE: Compressed: TestCompressSwift:rclone-test-dudoyev5yuki: 2 differences found 2025/06/24 06:12:15 NOTICE: Compressed: TestCompressSwift:rclone-test-dudoyev5yuki: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/06/24 06:12:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 06:12:15 NOTICE: Compressed: TestCompressSwift:rclone-test-dudoyev5yuki: 0 differences found 2025/06/24 06:12:15 NOTICE: Compressed: TestCompressSwift:rclone-test-dudoyev5yuki: 1 matching files 2025/06/24 06:12:15 DEBUG : Compressed: TestCompressSwift:rclone-test-dudoyev5yuki: Purge remote 2025/06/24 06:12:15 DEBUG : Waiting for deletions to finish 2025/06/24 06:12:16 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/24 06:12:21 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/24 06:12:21 INFO : Swift container rclone-test-dudoyev5yuki: Container "rclone-test-dudoyev5yuki" removed 2025/06/24 06:12:21 DEBUG : Compressed: TestCompressSwift:rclone-test-roduheh5muma: Purge remote 2025/06/24 06:12:21 DEBUG : Waiting for deletions to finish 2025/06/24 06:12:27 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/24 06:12:27 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/24 06:12:27 INFO : Swift container rclone-test-roduheh5muma: Container "rclone-test-roduheh5muma" removed 2025/06/24 06:12:27 DEBUG : Compressed: TestCompressSwift:rclone-test-foviyik9rata: Purge remote 2025/06/24 06:12:27 DEBUG : Waiting for deletions to finish 2025/06/24 06:12:28 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/24 06:12:32 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/24 06:12:33 INFO : Swift container rclone-test-foviyik9rata: Container "rclone-test-foviyik9rata" removed 2025/06/24 06:12:33 DEBUG : Compressed: TestCompressSwift:rclone-test-fubedov1bimo: Purge remote 2025/06/24 06:12:33 DEBUG : Waiting for deletions to finish 2025/06/24 06:12:33 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/24 06:12:38 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/24 06:12:39 INFO : Swift container rclone-test-fubedov1bimo: Container "rclone-test-fubedov1bimo" removed 2025/06/24 06:12:39 DEBUG : Compressed: TestCompressSwift:rclone-test-revujeg0maku: Purge remote 2025/06/24 06:12:39 DEBUG : Waiting for deletions to finish 2025/06/24 06:12:39 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/06/24 06:12:49 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/06/24 06:12:49 INFO : Swift container rclone-test-revujeg0maku: Container "rclone-test-revujeg0maku" removed 2025/06/24 06:12:49 DEBUG : Compressed: TestCompressSwift:rclone-test-pijikid1quge: Purge remote 2025/06/24 06:12:49 DEBUG : Waiting for deletions to finish 2025/06/24 06:12:49 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/06/24 06:12:50 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/06/24 06:12:50 INFO : Swift container rclone-test-pijikid1quge: Container "rclone-test-pijikid1quge" removed 2025/06/24 06:12:50 DEBUG : Compressed: TestCompressSwift:rclone-test-vemutek0nexa: Purge remote 2025/06/24 06:12:50 DEBUG : Waiting for deletions to finish 2025/06/24 06:12:50 INFO : HELLO, WORLD!.bin: Deleted 2025/06/24 06:12:55 INFO : HELLO, WORLD!.json: Deleted 2025/06/24 06:12:55 INFO : Swift container rclone-test-vemutek0nexa: Container "rclone-test-vemutek0nexa" removed 2025/06/24 06:12:55 DEBUG : Compressed: TestCompressSwift:rclone-test-goharux2qopa: Purge remote 2025/06/24 06:12:55 DEBUG : Waiting for deletions to finish 2025/06/24 06:12:55 INFO : HeLlO, wOrLd!.bin: Deleted 2025/06/24 06:12:55 INFO : HeLlO, wOrLd!.json: Deleted 2025/06/24 06:12:56 INFO : Swift container rclone-test-goharux2qopa: Container "rclone-test-goharux2qopa" removed 2025/06/24 06:12:56 DEBUG : Compressed: TestCompressSwift:rclone-test-kiyubuy6bave: Purge remote 2025/06/24 06:12:56 DEBUG : Waiting for deletions to finish 2025/06/24 06:12:56 INFO : HELLO, WORLD!.bin: Deleted 2025/06/24 06:12:56 INFO : HELLO, WORLD!.json: Deleted 2025/06/24 06:12:56 INFO : Swift container rclone-test-kiyubuy6bave: Container "rclone-test-kiyubuy6bave" removed 2025/06/24 06:12:56 DEBUG : Compressed: TestCompressSwift:rclone-test-gigacet4xebo: Purge remote 2025/06/24 06:12:56 DEBUG : Waiting for deletions to finish 2025/06/24 06:13:02 INFO : hello, world!.bin: Deleted 2025/06/24 06:13:07 INFO : hello, world!.json: Deleted 2025/06/24 06:13:07 INFO : Swift container rclone-test-gigacet4xebo: Container "rclone-test-gigacet4xebo" removed --- PASS: TestApplyTransforms (191.73s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 06:13:12 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/24 06:13:23 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/24 06:13:23 INFO : file1: Copied (new) to: sub/file2 2025/06/24 06:13:29 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/24 06:13:29 DEBUG : file1: Unchanged skipping 2025/06/24 06:13:29 DEBUG : Compressed: TestCompressSwift:rclone-test-teciyov8dija: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (33.00s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.17s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 06:13:46 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-teciyov8dija/backup" 2025/06/24 06:13:47 DEBUG : Swift container rclone-test-teciyov8dija path backup.json: Auto set use_segments_container to true 2025/06/24 06:13:52 DEBUG : Swift container rclone-test-teciyov8dija path backup: Auto set use_segments_container to true 2025/06/24 06:13:58 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/06/24 06:14:19 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/06/24 06:14:19 INFO : dst/file1: Copied (server-side copy) 2025/06/24 06:14:19 INFO : dst/file1: Deleted 2025/06/24 06:14:25 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/24 06:14:25 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (46.37s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 06:14:26 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-teciyov8dija/dst" 2025/06/24 06:14:27 DEBUG : Swift container rclone-test-teciyov8dija path dst.json: Auto set use_segments_container to true 2025/06/24 06:14:32 DEBUG : Swift container rclone-test-teciyov8dija path dst: Auto set use_segments_container to true 2025/06/24 06:14:43 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-teciyov8dija/CompareDest" 2025/06/24 06:14:43 DEBUG : Swift container rclone-test-teciyov8dija path CompareDest.json: Auto set use_segments_container to true 2025/06/24 06:14:49 DEBUG : Swift container rclone-test-teciyov8dija path CompareDest: Auto set use_segments_container to true 2025/06/24 06:14:55 DEBUG : one: Need to transfer - File not found at Destination 2025/06/24 06:15:06 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/24 06:15:06 INFO : one: Copied (new) 2025/06/24 06:15:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/24 06:15:12 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/24 06:15:12 INFO : one: Copied (replaced existing) 2025/06/24 06:15:24 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/24 06:15:35 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/24 06:15:35 DEBUG : one: Destination found in --compare-dest, skipping 2025/06/24 06:15:56 DEBUG : two: Need to transfer - File not found at Destination 2025/06/24 06:16:02 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/24 06:16:02 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/24 06:16:12 DEBUG : two: Need to transfer - File not found at Destination 2025/06/24 06:16:12 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/24 06:16:12 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/24 06:16:33 DEBUG : two: Need to transfer - File not found at Destination 2025/06/24 06:16:39 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/06/24 06:16:54 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/06/24 06:16:54 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (180.55s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 06:17:27 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-teciyov8dija/dst" 2025/06/24 06:17:27 DEBUG : Swift container rclone-test-teciyov8dija path dst.json: Auto set use_segments_container to true 2025/06/24 06:17:33 DEBUG : Swift container rclone-test-teciyov8dija path dst: Auto set use_segments_container to true 2025/06/24 06:17:43 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-teciyov8dija/CopyDest" 2025/06/24 06:17:43 DEBUG : Swift container rclone-test-teciyov8dija path CopyDest.json: Auto set use_segments_container to true 2025/06/24 06:17:49 DEBUG : Swift container rclone-test-teciyov8dija path CopyDest: Auto set use_segments_container to true 2025/06/24 06:17:54 DEBUG : one: Need to transfer - File not found at Destination 2025/06/24 06:18:05 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/24 06:18:05 INFO : one: Copied (new) 2025/06/24 06:18:06 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/24 06:18:11 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/24 06:18:11 INFO : one: Copied (replaced existing) 2025/06/24 06:18:29 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-teciyov8dija/BackupDir" 2025/06/24 06:18:29 DEBUG : Swift container rclone-test-teciyov8dija path BackupDir.json: Auto set use_segments_container to true 2025/06/24 06:18:35 DEBUG : Swift container rclone-test-teciyov8dija path BackupDir: Auto set use_segments_container to true 2025/06/24 06:18:40 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/24 06:18:41 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/24 06:18:41 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/24 06:19:12 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/24 06:19:12 INFO : one: Copied (server-side copy) 2025/06/24 06:19:13 INFO : one: Deleted 2025/06/24 06:19:29 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/24 06:19:29 INFO : one: Copied (server-side copy) 2025/06/24 06:19:29 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/06/24 06:20:01 DEBUG : two: Need to transfer - File not found at Destination 2025/06/24 06:20:02 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/24 06:20:37 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/06/24 06:20:37 INFO : two: Copied (server-side copy) 2025/06/24 06:20:37 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/06/24 06:20:48 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/24 06:20:48 DEBUG : two: Unchanged skipping 2025/06/24 06:21:57 DEBUG : three: Need to transfer - File not found at Destination 2025/06/24 06:21:57 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/06/24 06:21:57 DEBUG : three: Destination not found in --copy-dest 2025/06/24 06:22:03 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/06/24 06:22:03 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (355.27s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.20s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.20s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 06:23:28 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/06/24 06:23:43 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/24 06:23:43 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/06/24 06:23:54 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/06/24 06:24:05 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/06/24 06:24:05 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy1.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-teciyov8dija/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/06/24 06:24:16 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/06/24 06:24:21 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/06/24 06:24:32 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 0f50b289055315b7781f97c1771c355b OK 2025/06/24 06:24:32 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (90.87s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.19s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.13s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.20s) === RUN TestDeduplicateFirst run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.20s) === RUN TestDeduplicateNewest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", 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-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 06:25:59 INFO : Compressed: TestCompressSwift:rclone-test-teciyov8dija: Looking for duplicate md5 hashes using newest mode. 2025/06/24 06:26:20 NOTICE: a4e881ec2dcce0dbe874eaff79e03d1e: Found 3 files with duplicate md5 hashes 2025/06/24 06:26:28 INFO : one: Deleted 2025/06/24 06:26:36 INFO : also/one: Deleted 2025/06/24 06:26:36 NOTICE: a4e881ec2dcce0dbe874eaff79e03d1e: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (118.18s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.25s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", 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-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.18s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.20s) === RUN TestMergeDirs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (1.47s) === RUN TestListDirSorted run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 06:28:38 DEBUG : a.txt: Excluded (Size Filter) 2025/06/24 06:28:38 DEBUG : a.txt: Excluded 2025/06/24 06:28:38 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/24 06:28:38 DEBUG : sub dir/hello world: Excluded 2025/06/24 06:28:38 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/24 06:28:38 DEBUG : sub dir/hello world2: Excluded 2025/06/24 06:28:38 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/24 06:28:38 DEBUG : sub dir/hello world: Excluded 2025/06/24 06:28:38 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/24 06:28:38 DEBUG : sub dir/hello world2: Excluded 2025/06/24 06:28:38 DEBUG : sub dir/ignore dir: Excluded 2025/06/24 06:28:43 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (146.63s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 06:30:46 DEBUG : a.txt: Excluded (Size Filter) 2025/06/24 06:30:46 DEBUG : a.txt: Excluded 2025/06/24 06:30:47 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/24 06:30:47 DEBUG : sub dir/hello world: Excluded 2025/06/24 06:30:47 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/24 06:30:47 DEBUG : sub dir/hello world2: Excluded 2025/06/24 06:30:47 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/24 06:30:47 DEBUG : sub dir/hello world: Excluded 2025/06/24 06:30:47 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/24 06:30:47 DEBUG : sub dir/hello world2: Excluded 2025/06/24 06:30:47 DEBUG : sub dir/ignore dir: Excluded 2025/06/24 06:30:52 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (138.66s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", 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 (85.60s) --- PASS: TestListJSON/Default (5.19s) --- PASS: TestListJSON/FilesOnly (5.19s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (10.37s) --- PASS: TestListJSON/SubDir (5.20s) --- PASS: TestListJSON/NoModTime (5.16s) --- PASS: TestListJSON/NoMimeType (0.10s) --- PASS: TestListJSON/ShowHash (0.20s) --- PASS: TestListJSON/HashTypes (0.19s) --- PASS: TestListJSON/Metadata (0.19s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", 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/24 06:34:39 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-teciyov8dija/notfound" 2025/06/24 06:34:39 DEBUG : Config file has changed externally - reloading 2025/06/24 06:34:40 DEBUG : Swift container rclone-test-teciyov8dija path notfound.json: Auto set use_segments_container to true 2025/06/24 06:34:45 DEBUG : Swift container rclone-test-teciyov8dija path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (168.96s) --- PASS: TestStatJSON/Root (0.05s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.17s) --- PASS: TestStatJSON/Dir (5.20s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.10s) --- PASS: TestStatJSON/File (0.14s) --- PASS: TestStatJSON/NotFound (5.24s) --- PASS: TestStatJSON/DirFilesOnly (5.06s) --- PASS: TestStatJSON/FileFilesOnly (26.17s) --- PASS: TestStatJSON/NotFoundFilesOnly (20.05s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.10s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (26.37s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 06:35:55 INFO : Compressed: TestCompressSwift:rclone-test-teciyov8dija: Making directory 2025/06/24 06:35:55 INFO : Compressed: TestCompressSwift:rclone-test-teciyov8dija: Making directory --- PASS: TestMkdir (0.30s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" --- PASS: TestLsd (16.46s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" --- PASS: TestLs (43.70s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 06:37:16 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/06/24 06:37:16 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (42.39s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" --- PASS: TestLsLong (83.70s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (53.83s) --- PASS: TestHashSums/Md5 (0.23s) --- PASS: TestHashSums/Md5Download (5.19s) === RUN TestHashSumsWithErrors 2025/06/24 06:39:55 DEBUG : Creating backend with remote ":memory:" 2025/06/24 06:39:55 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/06/24 06:39:55 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/24 06:39:55 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/24 06:39:55 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/24 06:39:55 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/24 06:39:55 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/24 06:39:55 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/24 06:39:55 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/06/24 06:39:55 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-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" --- PASS: TestCount (68.94s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 06:41:53 DEBUG : Waiting for deletions to finish 2025/06/24 06:41:53 DEBUG : large: Excluded (Size Filter) 2025/06/24 06:41:59 INFO : small: Deleted 2025/06/24 06:42:08 INFO : medium: Deleted --- PASS: TestDelete (70.41s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 06:43:02 DEBUG : Waiting for deletions to finish 2025/06/24 06:43:02 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/06/24 06:43:07 INFO : small: Deleted 2025/06/24 06:43:28 INFO : medium: Deleted --- PASS: TestMaxDelete (94.60s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 06:45:01 DEBUG : Waiting for deletions to finish 2025/06/24 06:45:01 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/06/24 06:45:07 INFO : small: Deleted 2025/06/24 06:45:12 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (88.81s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 06:46:16 DEBUG : Waiting for deletions to finish 2025/06/24 06:46:16 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/06/24 06:46:26 INFO : large: Deleted 2025/06/24 06:46:26 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (74.53s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" --- PASS: TestReadFile (6.94s) === RUN TestRetry 2025/06/24 06:46:39 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/06/24 06:46:39 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/06/24 06:46:39 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/24 06:46:39 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/24 06:46:39 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/24 06:46:39 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/24 06:46:39 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" --- PASS: TestCat (54.65s) === RUN TestPurge 2025/06/24 06:47:34 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-munuwok0vuri" 2025/06/24 06:47:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 06:47:34 DEBUG : Swift container rclone-test-munuwok0vuri.json: Auto set use_segments_container to true 2025/06/24 06:47:35 DEBUG : Swift container rclone-test-munuwok0vuri: Auto set use_segments_container to true 2025/06/24 06:47:35 DEBUG : Creating backend with remote "/tmp/rclone1886869903" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-munuwok0vuri", Local "Local file system at /tmp/rclone1886869903", Modify Window "1ns" 2025/06/24 06:47:35 INFO : Swift container rclone-test-munuwok0vuri: Container "rclone-test-munuwok0vuri" created 2025/06/24 06:47:46 INFO : A2: Making directory 2025/06/24 06:47:46 INFO : A1/B2: Making directory 2025/06/24 06:47:46 INFO : A1/B2/C2: Making directory 2025/06/24 06:47:46 INFO : A1/B1/C3: Making directory 2025/06/24 06:47:46 INFO : A3: Making directory 2025/06/24 06:47:46 INFO : A3/B3: Making directory 2025/06/24 06:47:46 INFO : A3/B3/C4: Making directory fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A1/B1/C3" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" fstest.go:247: Filtering empty directory "A3/B3/C4" 2025/06/24 06:48:12 DEBUG : Waiting for deletions to finish 2025/06/24 06:48:12 INFO : A1/B1/C1/one.bin: Deleted 2025/06/24 06:48:18 INFO : A1/B1/C1/one.json: Deleted fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" fstest.go:247: Filtering empty directory "A3/B3/C4" 2025/06/24 06:48:18 DEBUG : Waiting for deletions to finish 2025/06/24 06:48:23 INFO : A1/two.bin: Deleted 2025/06/24 06:48:23 INFO : A1/two.json: Deleted 2025/06/24 06:48:23 INFO : Swift container rclone-test-munuwok0vuri: Container "rclone-test-munuwok0vuri" removed 2025/06/24 06:48:23 DEBUG : Compressed: TestCompressSwift:rclone-test-munuwok0vuri: Purge remote 2025/06/24 06:48:23 DEBUG : Waiting for deletions to finish 2025/06/24 06:48:23 NOTICE: purge failed: directory not found --- PASS: TestPurge (49.49s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 06:48:35 INFO : A2: Making directory 2025/06/24 06:48:35 INFO : A1/B2: Making directory 2025/06/24 06:48:35 INFO : A1/B2/C2: Making directory 2025/06/24 06:48:35 INFO : A1/B1/C3: Making directory 2025/06/24 06:48:35 INFO : A3: Making directory 2025/06/24 06:48:35 INFO : A3/B3: Making directory 2025/06/24 06:48:35 INFO : A3/B3/C4: Making directory fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A1/B1/C3" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" fstest.go:247: Filtering empty directory "A3/B3/C4" 2025/06/24 06:48:46 DEBUG : removing 1 level 3 directories 2025/06/24 06:48:46 INFO : A3/B3/C4: Removing directory fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A1/B1/C3" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" 2025/06/24 06:49:23 DEBUG : removing 1 level 0 directories 2025/06/24 06:49:23 INFO : Compressed: TestCompressSwift:rclone-test-teciyov8dija: Removing directory 2025/06/24 06:49:24 INFO : Swift container rclone-test-teciyov8dija: Container "rclone-test-teciyov8dija" removed fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:335 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:730 Error: Should be true Test: TestRmdirsNoLeaveRoot Messages: listing wrong, want got A1/two (3) fstest.go:188: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:188 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:335 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:730 Error: Should be true Test: TestRmdirsNoLeaveRoot Messages: Unexpected file "A1/two" --- FAIL: TestRmdirsNoLeaveRoot (67.48s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 06:49:31 INFO : A1: Making directory 2025/06/24 06:49:31 INFO : A1/B1: Making directory 2025/06/24 06:49:31 INFO : A1/B1/C1: Making directory fstest.go:247: Filtering empty directory "A1" fstest.go:247: Filtering empty directory "A1/B1" fstest.go:247: Filtering empty directory "A1/B1/C1" 2025/06/24 06:49:31 ERROR : Compressed: TestCompressSwift:rclone-test-teciyov8dija: Failed to list "A1": directory not found fstest.go:247: Filtering empty directory "A1" --- PASS: TestRmdirsLeaveRoot (0.24s) === RUN TestRmdirsWithFilter run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 06:49:31 INFO : A1: Making directory 2025/06/24 06:49:31 INFO : A1/B1: Making directory 2025/06/24 06:49:31 INFO : A1/B1/C1: Making directory fstest.go:247: Filtering empty directory "A1" fstest.go:247: Filtering empty directory "A1/B1" fstest.go:247: Filtering empty directory "A1/B1/C1" 2025/06/24 06:49:31 ERROR : Compressed: TestCompressSwift:rclone-test-teciyov8dija: Failed to list "": directory not found fstest.go:247: Filtering empty directory "A1" --- PASS: TestRmdirsWithFilter (0.24s) === RUN TestCopyURL run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 06:49:37 ERROR : file1.bin: Failed to remove partially transferred object: Object Not Found 2025/06/24 06:49:37 ERROR : file1: Post request put error: Object Not Found operations_test.go:843: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:843 Error: Received unexpected error: Object Not Found Test: TestCopyURL --- FAIL: TestCopyURL (5.41s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 06:49:42 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/24 06:49:47 ERROR : sub/file2.bin: Failed to remove partially transferred object: Object Not Found 2025/06/24 06:49:47 ERROR : file1: Failed to copy: Object Not Found 2025/06/24 06:49:47 ERROR : file1: Not deleting source as copy failed: Object Not Found operations_test.go:940: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:940 Error: Received unexpected error: Object Not Found Test: TestMoveFile --- FAIL: TestMoveFile (10.41s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 06:49:52 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/24 06:49:57 ERROR : file1.bin: Failed to remove partially transferred object: Object Not Found 2025/06/24 06:49:57 ERROR : file1: Failed to copy: Object Not Found 2025/06/24 06:49:57 ERROR : file1: Not deleting source as copy failed: Object Not Found operations_test.go:968: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:968 Error: Received unexpected error: Object Not Found Test: TestMoveFileWithIgnoreExisting --- FAIL: TestMoveFileWithIgnoreExisting (10.41s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFile (0.06s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.06s) === RUN TestMoveFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 06:50:03 ERROR : dst/file1.bin: Failed to remove partially transferred object: Object Not Found run.go:285: Failed to put "dst/file1" to "Compressed: TestCompressSwift:rclone-test-teciyov8dija": Object Not Found --- FAIL: TestMoveFileBackupDir (5.35s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 06:50:08 ERROR : A1/one.bin: Failed to remove partially transferred object: Object Not Found run.go:285: Failed to put "A1/one" to "Compressed: TestCompressSwift:rclone-test-teciyov8dija": Object Not Found --- FAIL: TestDirMove (5.27s) === RUN TestGetFsInfo run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" --- PASS: TestGetFsInfo (0.06s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 06:50:08 DEBUG : Compressed: TestCompressSwift:rclone-test-teciyov8dija: File to upload is small (34 bytes), uploading instead of streaming 2025/06/24 06:50:14 ERROR : no_checksum_small_file_from_pipe.bin: Failed to remove partially transferred object: Object Not Found operations_test.go:1508: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1508 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1523 Error: Received unexpected error: Object Not Found Test: TestRcat/withChecksum=false,ignoreChecksum=false === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 06:50:14 DEBUG : Compressed: TestCompressSwift:rclone-test-teciyov8dija: File to upload is small (34 bytes), uploading instead of streaming 2025/06/24 06:50:19 ERROR : with_checksum_small_file_from_pipe.bin: Failed to remove partially transferred object: Object Not Found operations_test.go:1508: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1508 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1523 Error: Received unexpected error: Object Not Found Test: TestRcat/withChecksum=true,ignoreChecksum=false === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-teciyov8dija", Local "Local file system at /tmp/rclone2586910790", Modify Window "1ns" 2025/06/24 06:50:20 DEBUG : Compressed: TestCompressSwift:rclone-test-teciyov8dija: File to upload is small (34 bytes), uploading instead of streaming panic: test timed out after 1h0m0s running tests: TestRcat (16s) TestRcat/withChecksum=false,ignoreChecksum=true (4s) goroutine 9233 [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(0xc000385500, {0x269b093?, 0xc00015bad8?}, 0x27d5608) /usr/local/go/src/testing/testing.go:1859 +0x431 testing.runTests.func1(0xc000385500) /usr/local/go/src/testing/testing.go:2279 +0x37 testing.tRunner(0xc000385500, 0xc00015bc18) /usr/local/go/src/testing/testing.go:1792 +0xf4 testing.runTests(0xc000113b78, {0x3e9b120, 0x6d, 0x6d}, {0xedfec33a0?, 0x3eb1120?, 0x3eb1120?}) /usr/local/go/src/testing/testing.go:2277 +0x4b4 testing.(*M).Run(0xc000786280) /usr/local/go/src/testing/testing.go:2142 +0x64a github.com/rclone/rclone/fstest.TestMain(0xc000786280) /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 3643 [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 2869 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 21 [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 22 [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 9149 [chan receive]: testing.(*T).Run(0xc001634700, {0xc003590720?, 0xc000094f40?}, 0xc0015e2a50) /usr/local/go/src/testing/testing.go:1859 +0x431 github.com/rclone/rclone/fs/operations_test.TestRcat(0xc001634700) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1522 +0xcd testing.tRunner(0xc001634700, 0x27d5608) /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 240 [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 230 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 172 [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 162 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 950 [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 940 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1038 [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 1028 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 833 [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 823 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1400 [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 1390 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 424 [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 414 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1279 [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 1269 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 531 [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 489 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 283 [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 209 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1480 [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 1294 /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 779 [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 705 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 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 316 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 9112 [select]: net/http.(*persistConn).writeLoop(0xc000780b40) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 9237 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 501 [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 459 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 9242 [select]: github.com/rclone/rclone/fs/accounting.(*Account).averageLoop(0xc0001ff100) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:221 +0xed created by github.com/rclone/rclone/fs/accounting.newAccountSizeName in goroutine 9230 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:119 +0x436 goroutine 625 [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 616 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 683 [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 673 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 721 [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 711 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1351 [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 1309 /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 1066 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3301 [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 2869 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9230 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0002d72c0, 0xc0004d3c00, 0xc000522280) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:425 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0002d72c0, {0x2b09ae8, 0xc0003cfc50}, {0xc00072cf50, 0x4f}, {{0xc000758960, 0x18}, {0xc000758979, 0x29}, {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(0xc0002d72c0, {0x2b09ae8, 0xc0003cfc50}, {{0xc000758960, 0x18}, {0xc000758979, 0x29}, {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(0x97?, {0x2b09ae8?, 0xc0003cfc50?}, {0xc000758960?, 0x4c631c?}, {0xc000758979, 0x29}) /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, 0xc000b074e0) /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, 0xc000100008?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc0003eb740, 0xc0015dfda0, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc0003eb740, 0xc0015dfda0) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x93 github.com/rclone/rclone/backend/swift.(*Object).readMetaData(0xc0015dfd40, {0x2b09ae8, 0xc0003cfc50}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1333 +0x165 github.com/rclone/rclone/backend/swift.(*Fs).newObjectWithInfo(0xc000385180, {0x2b09ae8, 0xc0003cfc50}, {0xc000946f60, 0x29}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:666 +0x251 github.com/rclone/rclone/backend/swift.(*Fs).NewObject(0x0?, {0x2b09ae8?, 0xc0003cfc50?}, {0xc000946f60?, 0x2?}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:677 +0x25 github.com/rclone/rclone/backend/compress.(*Fs).NewObject(0xc000344680, {0x2b09ae8, 0xc0003cfc50}, {0xc000946f00, 0x24}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:422 +0x70 github.com/rclone/rclone/backend/compress.(*Fs).Put(0xc000344680, {0x2b09ae8, 0xc0003cfc50}, {0x2ae1460, 0xc000422720}, {0x2b14b10, 0xc0004d3960}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:751 +0x7e github.com/rclone/rclone/fs/operations.rcatSrc.func4() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1446 +0x19e github.com/rclone/rclone/fs/operations.Retry({0x2b09ae8, 0xc0003cfc50}, {0x25237c0, 0xc0004d3960}, 0xa, 0xc000b07cc8) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:729 +0xa5 github.com/rclone/rclone/fs/operations.rcatSrc({0x2b09ae8, 0xc0003cfc50}, {0x2b1ed40, 0xc000344680}, {0xc000946f00, 0x24}, {0x2af4cd8, 0xc0003ec860}, {0x1dcd64ff, 0xeb20d7a72, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1441 +0xe05 github.com/rclone/rclone/fs/operations.Rcat(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1342 github.com/rclone/rclone/fs/operations_test.TestRcat.func1(0xc001634fc0, 0x93?, 0x6b?) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1507 +0x3ea github.com/rclone/rclone/fs/operations_test.TestRcat.func2(0xc001634fc0?) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1523 +0x1f testing.tRunner(0xc001634fc0, 0xc0015e2a50) /usr/local/go/src/testing/testing.go:1792 +0xf4 created by testing.(*T).Run in goroutine 9149 /usr/local/go/src/testing/testing.go:1851 +0x413 goroutine 1236 [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 1226 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1191 [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 1181 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 2969 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2869 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9245 [select]: net/http.(*persistConn).roundTrip(0xc000780b40, 0xc0003f10e0) /usr/local/go/src/net/http/transport.go:2826 +0x785 net/http.(*Transport).roundTrip(0xc0002f4000, 0xc000522280) /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(0xc0004440e0, 0xc000522280) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc000522280, {0x2ae28a0, 0xc0004440e0}, {0xc0004b8d01?, 0x51da9a?, 0x0?}) /usr/local/go/src/net/http/client.go:259 +0x5e2 net/http.(*Client).send(0xc00045c300, 0xc000522280, {0x412c3e?, 0x482592?, 0x0?}) /usr/local/go/src/net/http/client.go:180 +0x91 net/http.(*Client).do(0xc00045c300, 0xc000522280) /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 9230 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:420 +0xb8 goroutine 2870 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2869 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9111 [IO wait]: internal/poll.runtime_pollWait(0x7eaf65888e18, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc000506f80?, 0xc00110a000?, 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(0xc000506f80, {0xc00110a000, 0x1980, 0x1980}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc000506f80, {0xc00110a000?, 0x1973?, 0xc0000737e0?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc000594018, {0xc00110a000?, 0xc0003961d0?, 0xd?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc0034d4060, {0xc00110a000?, 0x7eaf65841cc8?, 0x7eaf65c2b5c0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc0001124e0, {0xc00110a000?, 0x1973?, 0xc0001399d0?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc0003962b8, {0x2ae3100, 0xc0001124e0}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc000396008, {0x7eaf1c3df658, 0xc0034d4060}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc000396008, 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(0xc000396008, {0xc0007e6000, 0x1000, 0xc00030d050?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc000780b40, {0xc0007e6000?, 0x7f3f65?, 0x2ae12a0?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc001833860) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc001833860, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc000780b40) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 9237 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 3488 [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 2869 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8633 [chan receive, 4 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 8632 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3410 [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 2869 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3494 [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 2869 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3220 [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 2869 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3130 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2869 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3046 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2869 /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.68586427s (try 5/5): exit status 2: Failed [TestRmdirsNoLeaveRoot TestCopyURL TestMoveFile TestMoveFileWithIgnoreExisting TestMoveFileBackupDir TestDirMove]