"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 2/5) 2025/04/24 07:35:43 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kiyokiq0taxo" 2025/04/24 07:35:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/24 07:35:44 DEBUG : Swift container rclone-test-kiyokiq0taxo.json: Auto set use_segments_container to true 2025/04/24 07:35:44 DEBUG : Swift container rclone-test-kiyokiq0taxo: Auto set use_segments_container to true 2025/04/24 07:35:44 DEBUG : Creating backend with remote "/tmp/rclone3368783021" === 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-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", 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-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", 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/04/24 07:35:44 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/24 07:35:44 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/24 07:35:44 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/04/24 07:35:44 DEBUG : potato: Seek from 10 to 0 2025/04/24 07:35:44 DEBUG : potato: Seek from 10 to 0 2025/04/24 07:35:44 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/04/24 07:35:44 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/24 07:35:44 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/24 07:35:44 DEBUG : potato: Seek from 5 to 2 2025/04/24 07:35:44 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/04/24 07:35:44 DEBUG : potato: Seek from 7 to 0 2025/04/24 07:35:44 DEBUG : potato: Seek from 7 to 0 2025/04/24 07:35:44 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/04/24 07:35:44 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/24 07:35:44 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/24 07:35:44 DEBUG : potato: Seek from 5 to 2 2025/04/24 07:35:44 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/04/24 07:35:44 DEBUG : potato: Seek from 8 to 0 2025/04/24 07:35:44 DEBUG : potato: Seek from 8 to 0 2025/04/24 07:35:44 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/04/24 07:35:44 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/24 07:35:44 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/24 07:35:44 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/24 07:35:44 DEBUG : potato: Seek from 5 to 2 2025/04/24 07:35:44 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/04/24 07:35:44 DEBUG : potato: Seek from 9 to 0 2025/04/24 07:35:44 DEBUG : potato: Seek from 9 to 0 2025/04/24 07:35:44 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-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" 2025/04/24 07:35:45 INFO : Swift container rclone-test-kiyokiq0taxo: Container "rclone-test-kiyokiq0taxo" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (88.64s) --- PASS: TestCheck/1 (0.23s) --- PASS: TestCheck/2 (0.14s) --- PASS: TestCheck/3 (0.22s) --- PASS: TestCheck/4 (10.39s) --- PASS: TestCheck/5 (0.22s) --- PASS: TestCheck/6 (0.15s) --- PASS: TestCheck/7 (0.14s) === RUN TestCheckFsError 2025/04/24 07:37:13 DEBUG : Creating backend with remote "nonexistent" 2025/04/24 07:37:13 DEBUG : Creating backend with remote "nonexistent" 2025/04/24 07:37:13 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/04/24 07:37:13 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/04/24 07:37:13 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/04/24 07:37:13 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-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", 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 (72.10s) --- PASS: TestCheckDownload/1 (0.20s) --- PASS: TestCheckDownload/2 (0.19s) --- PASS: TestCheckDownload/3 (0.20s) --- PASS: TestCheckDownload/4 (5.19s) --- PASS: TestCheckDownload/5 (0.19s) --- PASS: TestCheckDownload/6 (5.19s) --- PASS: TestCheckDownload/7 (0.26s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", 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 (70.64s) --- PASS: TestCheckSizeOnly/1 (0.13s) --- PASS: TestCheckSizeOnly/2 (0.05s) --- PASS: TestCheckSizeOnly/3 (0.05s) --- PASS: TestCheckSizeOnly/4 (0.05s) --- PASS: TestCheckSizeOnly/5 (0.09s) --- PASS: TestCheckSizeOnly/6 (0.05s) --- PASS: TestCheckSizeOnly/7 (0.10s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" 2025/04/24 07:39:48 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/24 07:39:48 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/24 07:39:48 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/24 07:39:48 NOTICE: test.sum: 2 warning(s) suppressed... 2025/04/24 07:39:59 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/24 07:39:59 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/24 07:39:59 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/24 07:39:59 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (33.29s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" 2025/04/24 07:40:09 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kiyokiq0taxo/data" 2025/04/24 07:40:10 DEBUG : Swift container rclone-test-kiyokiq0taxo path data.json: Auto set use_segments_container to true 2025/04/24 07:40:16 DEBUG : Swift container rclone-test-kiyokiq0taxo 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 (286.06s) --- PASS: TestCheckSum/subtest1 (5.36s) --- PASS: TestCheckSum/subtest2 (10.38s) --- PASS: TestCheckSum/subtest3 (10.42s) --- PASS: TestCheckSum/subtest4 (5.47s) --- PASS: TestCheckSum/subtest5 (15.41s) --- PASS: TestCheckSum/subtest6 (10.44s) --- PASS: TestCheckSum/subtest7 (10.57s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" 2025/04/24 07:44:55 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kiyokiq0taxo/data" 2025/04/24 07:44:56 DEBUG : Swift container rclone-test-kiyokiq0taxo path data.json: Auto set use_segments_container to true 2025/04/24 07:45:01 DEBUG : Swift container rclone-test-kiyokiq0taxo 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 (250.57s) --- PASS: TestCheckSumDownload/subtest1 (5.39s) --- PASS: TestCheckSumDownload/subtest2 (10.43s) --- PASS: TestCheckSumDownload/subtest3 (0.50s) --- PASS: TestCheckSumDownload/subtest4 (10.38s) --- PASS: TestCheckSumDownload/subtest5 (5.52s) --- PASS: TestCheckSumDownload/subtest6 (10.41s) --- PASS: TestCheckSumDownload/subtest7 (15.44s) === RUN TestApplyTransforms 2025/04/24 07:49:06 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-dajuyoy0poxe" 2025/04/24 07:49:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/24 07:49:06 DEBUG : Swift container rclone-test-dajuyoy0poxe.json: Auto set use_segments_container to true 2025/04/24 07:49:07 DEBUG : Swift container rclone-test-dajuyoy0poxe: Auto set use_segments_container to true 2025/04/24 07:49:07 DEBUG : Creating backend with remote "/tmp/rclone3644622977" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-dajuyoy0poxe", Local "Local file system at /tmp/rclone3644622977", Modify Window "1ns" 2025/04/24 07:49:08 INFO : Swift container rclone-test-dajuyoy0poxe: Container "rclone-test-dajuyoy0poxe" created upper checkfile vs. lower remote (without normalization) 2025/04/24 07:49:14 ERROR : hello, world!: sum not found 2025/04/24 07:49:14 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-dajuyoy0poxe 2025/04/24 07:49:14 NOTICE: Compressed: TestCompressSwift:rclone-test-dajuyoy0poxe: 1 files missing 2025/04/24 07:49:14 NOTICE: 1 hashes missing 2025/04/24 07:49:14 NOTICE: Compressed: TestCompressSwift:rclone-test-dajuyoy0poxe: 2 differences found 2025/04/24 07:49:14 NOTICE: Compressed: TestCompressSwift:rclone-test-dajuyoy0poxe: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/04/24 07:49:14 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/24 07:49:14 NOTICE: Compressed: TestCompressSwift:rclone-test-dajuyoy0poxe: 0 differences found 2025/04/24 07:49:14 NOTICE: Compressed: TestCompressSwift:rclone-test-dajuyoy0poxe: 1 matching files 2025/04/24 07:49:14 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-sisabuw7jaqo" 2025/04/24 07:49:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/24 07:49:15 DEBUG : Swift container rclone-test-sisabuw7jaqo.json: Auto set use_segments_container to true 2025/04/24 07:49:15 DEBUG : Swift container rclone-test-sisabuw7jaqo: Auto set use_segments_container to true 2025/04/24 07:49:15 DEBUG : Creating backend with remote "/tmp/rclone2204045685" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sisabuw7jaqo", Local "Local file system at /tmp/rclone2204045685", Modify Window "1ns" 2025/04/24 07:49:16 INFO : Swift container rclone-test-sisabuw7jaqo: Container "rclone-test-sisabuw7jaqo" created lower checkfile vs. upper remote (without normalization) 2025/04/24 07:49:31 ERROR : HELLO, WORLD!: sum not found 2025/04/24 07:49:31 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-sisabuw7jaqo 2025/04/24 07:49:31 NOTICE: Compressed: TestCompressSwift:rclone-test-sisabuw7jaqo: 1 files missing 2025/04/24 07:49:31 NOTICE: 1 hashes missing 2025/04/24 07:49:31 NOTICE: Compressed: TestCompressSwift:rclone-test-sisabuw7jaqo: 2 differences found 2025/04/24 07:49:31 NOTICE: Compressed: TestCompressSwift:rclone-test-sisabuw7jaqo: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/04/24 07:49:37 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/24 07:49:37 NOTICE: Compressed: TestCompressSwift:rclone-test-sisabuw7jaqo: 0 differences found 2025/04/24 07:49:37 NOTICE: Compressed: TestCompressSwift:rclone-test-sisabuw7jaqo: 1 matching files 2025/04/24 07:49:37 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-watemoy2yopo" 2025/04/24 07:49:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/24 07:49:37 DEBUG : Swift container rclone-test-watemoy2yopo.json: Auto set use_segments_container to true 2025/04/24 07:49:38 DEBUG : Swift container rclone-test-watemoy2yopo: Auto set use_segments_container to true 2025/04/24 07:49:38 DEBUG : Creating backend with remote "/tmp/rclone1675405415" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-watemoy2yopo", Local "Local file system at /tmp/rclone1675405415", Modify Window "1ns" 2025/04/24 07:49:38 INFO : Swift container rclone-test-watemoy2yopo: Container "rclone-test-watemoy2yopo" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/04/24 07:49:54 ERROR : HeLlO, wOrLd!: sum not found 2025/04/24 07:49:54 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-watemoy2yopo 2025/04/24 07:49:54 NOTICE: Compressed: TestCompressSwift:rclone-test-watemoy2yopo: 1 files missing 2025/04/24 07:49:54 NOTICE: 1 hashes missing 2025/04/24 07:49:54 NOTICE: Compressed: TestCompressSwift:rclone-test-watemoy2yopo: 2 differences found 2025/04/24 07:49:54 NOTICE: Compressed: TestCompressSwift:rclone-test-watemoy2yopo: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/04/24 07:49:59 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/24 07:49:59 NOTICE: Compressed: TestCompressSwift:rclone-test-watemoy2yopo: 0 differences found 2025/04/24 07:49:59 NOTICE: Compressed: TestCompressSwift:rclone-test-watemoy2yopo: 1 matching files 2025/04/24 07:49:59 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-naxixos1segu" 2025/04/24 07:49:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/24 07:50:00 DEBUG : Swift container rclone-test-naxixos1segu.json: Auto set use_segments_container to true 2025/04/24 07:50:00 DEBUG : Swift container rclone-test-naxixos1segu: Auto set use_segments_container to true 2025/04/24 07:50:00 DEBUG : Creating backend with remote "/tmp/rclone299809121" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-naxixos1segu", Local "Local file system at /tmp/rclone299809121", Modify Window "1ns" 2025/04/24 07:50:01 INFO : Swift container rclone-test-naxixos1segu: Container "rclone-test-naxixos1segu" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/04/24 07:50:12 ERROR : HELLO, WORLD!: sum not found 2025/04/24 07:50:12 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-naxixos1segu 2025/04/24 07:50:12 NOTICE: Compressed: TestCompressSwift:rclone-test-naxixos1segu: 1 files missing 2025/04/24 07:50:12 NOTICE: 1 hashes missing 2025/04/24 07:50:12 NOTICE: Compressed: TestCompressSwift:rclone-test-naxixos1segu: 2 differences found 2025/04/24 07:50:12 NOTICE: Compressed: TestCompressSwift:rclone-test-naxixos1segu: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/04/24 07:50:12 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/24 07:50:12 NOTICE: Compressed: TestCompressSwift:rclone-test-naxixos1segu: 0 differences found 2025/04/24 07:50:12 NOTICE: Compressed: TestCompressSwift:rclone-test-naxixos1segu: 1 matching files 2025/04/24 07:50:12 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-haqotam6luta" 2025/04/24 07:50:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/24 07:50:13 DEBUG : Swift container rclone-test-haqotam6luta.json: Auto set use_segments_container to true 2025/04/24 07:50:13 DEBUG : Swift container rclone-test-haqotam6luta: Auto set use_segments_container to true 2025/04/24 07:50:13 DEBUG : Creating backend with remote "/tmp/rclone48290061" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-haqotam6luta", Local "Local file system at /tmp/rclone48290061", Modify Window "1ns" 2025/04/24 07:50:14 INFO : Swift container rclone-test-haqotam6luta: Container "rclone-test-haqotam6luta" created NFD checkfile vs. NFC remote (without normalization) 2025/04/24 07:50:30 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/24 07:50:30 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-haqotam6luta 2025/04/24 07:50:30 NOTICE: Compressed: TestCompressSwift:rclone-test-haqotam6luta: 1 files missing 2025/04/24 07:50:30 NOTICE: 1 hashes missing 2025/04/24 07:50:30 NOTICE: Compressed: TestCompressSwift:rclone-test-haqotam6luta: 2 differences found 2025/04/24 07:50:30 NOTICE: Compressed: TestCompressSwift:rclone-test-haqotam6luta: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/04/24 07:50:36 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/24 07:50:36 NOTICE: Compressed: TestCompressSwift:rclone-test-haqotam6luta: 0 differences found 2025/04/24 07:50:36 NOTICE: Compressed: TestCompressSwift:rclone-test-haqotam6luta: 1 matching files 2025/04/24 07:50:36 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gefusam9hatu" 2025/04/24 07:50:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/24 07:50:36 DEBUG : Swift container rclone-test-gefusam9hatu.json: Auto set use_segments_container to true 2025/04/24 07:50:37 DEBUG : Swift container rclone-test-gefusam9hatu: Auto set use_segments_container to true 2025/04/24 07:50:37 DEBUG : Creating backend with remote "/tmp/rclone2332732023" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gefusam9hatu", Local "Local file system at /tmp/rclone2332732023", Modify Window "1ns" 2025/04/24 07:50:37 INFO : Swift container rclone-test-gefusam9hatu: Container "rclone-test-gefusam9hatu" created NFC checkfile vs. NFD remote (without normalization) 2025/04/24 07:50:54 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/24 07:50:54 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-gefusam9hatu 2025/04/24 07:50:54 NOTICE: Compressed: TestCompressSwift:rclone-test-gefusam9hatu: 1 files missing 2025/04/24 07:50:54 NOTICE: 1 hashes missing 2025/04/24 07:50:54 NOTICE: Compressed: TestCompressSwift:rclone-test-gefusam9hatu: 2 differences found 2025/04/24 07:50:54 NOTICE: Compressed: TestCompressSwift:rclone-test-gefusam9hatu: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/04/24 07:50:54 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/24 07:50:54 NOTICE: Compressed: TestCompressSwift:rclone-test-gefusam9hatu: 0 differences found 2025/04/24 07:50:54 NOTICE: Compressed: TestCompressSwift:rclone-test-gefusam9hatu: 1 matching files 2025/04/24 07:50:54 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tenodoz1hebu" 2025/04/24 07:50:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/24 07:50:54 DEBUG : Swift container rclone-test-tenodoz1hebu.json: Auto set use_segments_container to true 2025/04/24 07:50:55 DEBUG : Swift container rclone-test-tenodoz1hebu: Auto set use_segments_container to true 2025/04/24 07:50:55 DEBUG : Creating backend with remote "/tmp/rclone4264318996" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tenodoz1hebu", Local "Local file system at /tmp/rclone4264318996", Modify Window "1ns" 2025/04/24 07:50:55 INFO : Swift container rclone-test-tenodoz1hebu: Container "rclone-test-tenodoz1hebu" created NFDx2 checkfile vs. both remote (without normalization) 2025/04/24 07:51:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/24 07:51:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-tenodoz1hebu 2025/04/24 07:51:01 NOTICE: Compressed: TestCompressSwift:rclone-test-tenodoz1hebu: 1 files missing 2025/04/24 07:51:01 NOTICE: 1 hashes missing 2025/04/24 07:51:01 NOTICE: Compressed: TestCompressSwift:rclone-test-tenodoz1hebu: 2 differences found 2025/04/24 07:51:01 NOTICE: Compressed: TestCompressSwift:rclone-test-tenodoz1hebu: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/04/24 07:51:02 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/24 07:51:02 NOTICE: Compressed: TestCompressSwift:rclone-test-tenodoz1hebu: 0 differences found 2025/04/24 07:51:02 NOTICE: Compressed: TestCompressSwift:rclone-test-tenodoz1hebu: 1 matching files 2025/04/24 07:51:02 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-fixonof7jugo" 2025/04/24 07:51:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/24 07:51:02 DEBUG : Swift container rclone-test-fixonof7jugo.json: Auto set use_segments_container to true 2025/04/24 07:51:03 DEBUG : Swift container rclone-test-fixonof7jugo: Auto set use_segments_container to true 2025/04/24 07:51:03 DEBUG : Creating backend with remote "/tmp/rclone842391061" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fixonof7jugo", Local "Local file system at /tmp/rclone842391061", Modify Window "1ns" 2025/04/24 07:51:03 INFO : Swift container rclone-test-fixonof7jugo: Container "rclone-test-fixonof7jugo" created NFCx2 checkfile vs. both remote (without normalization) 2025/04/24 07:51:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/24 07:51:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-fixonof7jugo 2025/04/24 07:51:19 NOTICE: Compressed: TestCompressSwift:rclone-test-fixonof7jugo: 1 files missing 2025/04/24 07:51:19 NOTICE: 1 hashes missing 2025/04/24 07:51:19 NOTICE: Compressed: TestCompressSwift:rclone-test-fixonof7jugo: 2 differences found 2025/04/24 07:51:19 NOTICE: Compressed: TestCompressSwift:rclone-test-fixonof7jugo: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/04/24 07:51:29 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/24 07:51:29 NOTICE: Compressed: TestCompressSwift:rclone-test-fixonof7jugo: 0 differences found 2025/04/24 07:51:29 NOTICE: Compressed: TestCompressSwift:rclone-test-fixonof7jugo: 1 matching files 2025/04/24 07:51:29 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-nopeyuq8sena" 2025/04/24 07:51:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/24 07:51:30 DEBUG : Swift container rclone-test-nopeyuq8sena.json: Auto set use_segments_container to true 2025/04/24 07:51:31 DEBUG : Swift container rclone-test-nopeyuq8sena: Auto set use_segments_container to true 2025/04/24 07:51:31 DEBUG : Creating backend with remote "/tmp/rclone3490338088" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-nopeyuq8sena", Local "Local file system at /tmp/rclone3490338088", Modify Window "1ns" 2025/04/24 07:51:31 INFO : Swift container rclone-test-nopeyuq8sena: Container "rclone-test-nopeyuq8sena" created both checkfile vs. NFDx2 remote (without normalization) 2025/04/24 07:51:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/24 07:51:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-nopeyuq8sena 2025/04/24 07:51:37 NOTICE: Compressed: TestCompressSwift:rclone-test-nopeyuq8sena: 1 files missing 2025/04/24 07:51:37 NOTICE: 1 hashes missing 2025/04/24 07:51:37 NOTICE: Compressed: TestCompressSwift:rclone-test-nopeyuq8sena: 2 differences found 2025/04/24 07:51:37 NOTICE: Compressed: TestCompressSwift:rclone-test-nopeyuq8sena: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/04/24 07:51:37 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/24 07:51:37 NOTICE: Compressed: TestCompressSwift:rclone-test-nopeyuq8sena: 0 differences found 2025/04/24 07:51:37 NOTICE: Compressed: TestCompressSwift:rclone-test-nopeyuq8sena: 1 matching files 2025/04/24 07:51:37 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hekovap5miqe" 2025/04/24 07:51:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/24 07:51:38 DEBUG : Swift container rclone-test-hekovap5miqe.json: Auto set use_segments_container to true 2025/04/24 07:51:38 DEBUG : Swift container rclone-test-hekovap5miqe: Auto set use_segments_container to true 2025/04/24 07:51:38 DEBUG : Creating backend with remote "/tmp/rclone3264170241" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hekovap5miqe", Local "Local file system at /tmp/rclone3264170241", Modify Window "1ns" 2025/04/24 07:51:39 INFO : Swift container rclone-test-hekovap5miqe: Container "rclone-test-hekovap5miqe" created both checkfile vs. NFCx2 remote (without normalization) 2025/04/24 07:51:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/24 07:51:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-hekovap5miqe 2025/04/24 07:51:50 NOTICE: Compressed: TestCompressSwift:rclone-test-hekovap5miqe: 1 files missing 2025/04/24 07:51:50 NOTICE: 1 hashes missing 2025/04/24 07:51:50 NOTICE: Compressed: TestCompressSwift:rclone-test-hekovap5miqe: 2 differences found 2025/04/24 07:51:50 NOTICE: Compressed: TestCompressSwift:rclone-test-hekovap5miqe: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/04/24 07:51:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/24 07:51:50 NOTICE: Compressed: TestCompressSwift:rclone-test-hekovap5miqe: 0 differences found 2025/04/24 07:51:50 NOTICE: Compressed: TestCompressSwift:rclone-test-hekovap5miqe: 1 matching files 2025/04/24 07:51:50 DEBUG : Compressed: TestCompressSwift:rclone-test-hekovap5miqe: Purge remote 2025/04/24 07:51:50 DEBUG : Waiting for deletions to finish 2025/04/24 07:51:51 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/24 07:52:01 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/24 07:52:01 INFO : Swift container rclone-test-hekovap5miqe: Container "rclone-test-hekovap5miqe" removed 2025/04/24 07:52:01 DEBUG : Compressed: TestCompressSwift:rclone-test-nopeyuq8sena: Purge remote 2025/04/24 07:52:01 DEBUG : Waiting for deletions to finish 2025/04/24 07:52:01 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/24 07:52:01 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/24 07:52:02 INFO : Swift container rclone-test-nopeyuq8sena: Container "rclone-test-nopeyuq8sena" removed 2025/04/24 07:52:02 DEBUG : Compressed: TestCompressSwift:rclone-test-fixonof7jugo: Purge remote 2025/04/24 07:52:02 DEBUG : Waiting for deletions to finish 2025/04/24 07:52:07 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/24 07:52:12 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/24 07:52:13 INFO : Swift container rclone-test-fixonof7jugo: Container "rclone-test-fixonof7jugo" removed 2025/04/24 07:52:13 DEBUG : Compressed: TestCompressSwift:rclone-test-tenodoz1hebu: Purge remote 2025/04/24 07:52:13 DEBUG : Waiting for deletions to finish 2025/04/24 07:52:13 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/24 07:52:13 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/24 07:52:14 INFO : Swift container rclone-test-tenodoz1hebu: Container "rclone-test-tenodoz1hebu" removed 2025/04/24 07:52:14 DEBUG : Compressed: TestCompressSwift:rclone-test-gefusam9hatu: Purge remote 2025/04/24 07:52:14 DEBUG : Waiting for deletions to finish 2025/04/24 07:52:20 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/04/24 07:52:20 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/04/24 07:52:20 INFO : Swift container rclone-test-gefusam9hatu: Container "rclone-test-gefusam9hatu" removed 2025/04/24 07:52:20 DEBUG : Compressed: TestCompressSwift:rclone-test-haqotam6luta: Purge remote 2025/04/24 07:52:20 DEBUG : Waiting for deletions to finish 2025/04/24 07:52:25 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/04/24 07:52:30 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/04/24 07:52:31 INFO : Swift container rclone-test-haqotam6luta: Container "rclone-test-haqotam6luta" removed 2025/04/24 07:52:31 DEBUG : Compressed: TestCompressSwift:rclone-test-naxixos1segu: Purge remote 2025/04/24 07:52:31 DEBUG : Waiting for deletions to finish 2025/04/24 07:52:31 INFO : HELLO, WORLD!.bin: Deleted 2025/04/24 07:52:36 INFO : HELLO, WORLD!.json: Deleted 2025/04/24 07:52:36 INFO : Swift container rclone-test-naxixos1segu: Container "rclone-test-naxixos1segu" removed 2025/04/24 07:52:36 DEBUG : Compressed: TestCompressSwift:rclone-test-watemoy2yopo: Purge remote 2025/04/24 07:52:36 DEBUG : Waiting for deletions to finish 2025/04/24 07:52:41 INFO : HeLlO, wOrLd!.bin: Deleted 2025/04/24 07:52:41 INFO : HeLlO, wOrLd!.json: Deleted 2025/04/24 07:52:42 INFO : Swift container rclone-test-watemoy2yopo: Container "rclone-test-watemoy2yopo" removed 2025/04/24 07:52:42 DEBUG : Compressed: TestCompressSwift:rclone-test-sisabuw7jaqo: Purge remote 2025/04/24 07:52:42 DEBUG : Waiting for deletions to finish 2025/04/24 07:52:47 INFO : HELLO, WORLD!.json: Deleted 2025/04/24 07:52:47 INFO : HELLO, WORLD!.bin: Deleted 2025/04/24 07:52:47 INFO : Swift container rclone-test-sisabuw7jaqo: Container "rclone-test-sisabuw7jaqo" removed 2025/04/24 07:52:47 DEBUG : Compressed: TestCompressSwift:rclone-test-dajuyoy0poxe: Purge remote 2025/04/24 07:52:47 DEBUG : Waiting for deletions to finish 2025/04/24 07:52:48 INFO : hello, world!.json: Deleted 2025/04/24 07:52:48 INFO : hello, world!.bin: Deleted 2025/04/24 07:52:48 INFO : Swift container rclone-test-dajuyoy0poxe: Container "rclone-test-dajuyoy0poxe" removed --- PASS: TestApplyTransforms (222.13s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" 2025/04/24 07:52:53 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/24 07:53:04 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/24 07:53:04 INFO : file1: Copied (new) to: sub/file2 2025/04/24 07:53:19 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/24 07:53:19 DEBUG : file1: Unchanged skipping 2025/04/24 07:53:25 DEBUG : Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (52.69s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.24s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" 2025/04/24 07:53:48 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kiyokiq0taxo/backup" 2025/04/24 07:53:48 DEBUG : Swift container rclone-test-kiyokiq0taxo path backup.json: Auto set use_segments_container to true 2025/04/24 07:53:54 DEBUG : Swift container rclone-test-kiyokiq0taxo path backup: Auto set use_segments_container to true 2025/04/24 07:53:59 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/24 07:54:25 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/04/24 07:54:25 INFO : dst/file1: Copied (server-side copy) 2025/04/24 07:54:26 INFO : dst/file1: Deleted 2025/04/24 07:54:31 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/24 07:54:31 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (61.63s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" 2025/04/24 07:54:42 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kiyokiq0taxo/dst" 2025/04/24 07:54:43 DEBUG : Swift container rclone-test-kiyokiq0taxo path dst.json: Auto set use_segments_container to true 2025/04/24 07:54:49 DEBUG : Swift container rclone-test-kiyokiq0taxo path dst: Auto set use_segments_container to true 2025/04/24 07:55:00 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kiyokiq0taxo/CompareDest" 2025/04/24 07:55:00 DEBUG : Swift container rclone-test-kiyokiq0taxo path CompareDest.json: Auto set use_segments_container to true 2025/04/24 07:55:06 DEBUG : Swift container rclone-test-kiyokiq0taxo path CompareDest: Auto set use_segments_container to true 2025/04/24 07:55:11 DEBUG : one: Need to transfer - File not found at Destination 2025/04/24 07:55:32 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/24 07:55:32 INFO : one: Copied (new) 2025/04/24 07:55:33 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/24 07:55:48 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/04/24 07:55:48 INFO : one: Copied (replaced existing) 2025/04/24 07:56:21 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/24 07:56:21 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/24 07:56:21 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/24 07:56:43 DEBUG : two: Need to transfer - File not found at Destination 2025/04/24 07:56:43 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/24 07:56:43 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/24 07:57:04 DEBUG : two: Need to transfer - File not found at Destination 2025/04/24 07:57:04 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/24 07:57:04 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/24 07:57:25 DEBUG : two: Need to transfer - File not found at Destination 2025/04/24 07:57:30 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/04/24 07:57:41 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/04/24 07:57:41 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (225.75s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" 2025/04/24 07:58:28 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kiyokiq0taxo/dst" 2025/04/24 07:58:29 DEBUG : Swift container rclone-test-kiyokiq0taxo path dst.json: Auto set use_segments_container to true 2025/04/24 07:58:34 DEBUG : Swift container rclone-test-kiyokiq0taxo path dst: Auto set use_segments_container to true 2025/04/24 07:58:45 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kiyokiq0taxo/CopyDest" 2025/04/24 07:58:45 DEBUG : Swift container rclone-test-kiyokiq0taxo path CopyDest.json: Auto set use_segments_container to true 2025/04/24 07:58:51 DEBUG : Swift container rclone-test-kiyokiq0taxo path CopyDest: Auto set use_segments_container to true 2025/04/24 07:58:56 DEBUG : one: Need to transfer - File not found at Destination 2025/04/24 07:59:17 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/24 07:59:17 INFO : one: Copied (new) 2025/04/24 07:59:28 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/24 07:59:43 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/04/24 07:59:43 INFO : one: Copied (replaced existing) 2025/04/24 08:00:16 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kiyokiq0taxo/BackupDir" 2025/04/24 08:00:16 DEBUG : Swift container rclone-test-kiyokiq0taxo path BackupDir.json: Auto set use_segments_container to true 2025/04/24 08:00:22 DEBUG : Swift container rclone-test-kiyokiq0taxo path BackupDir: Auto set use_segments_container to true 2025/04/24 08:00:27 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/24 08:00:38 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/24 08:00:38 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/24 08:01:03 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/24 08:01:03 INFO : one: Copied (server-side copy) 2025/04/24 08:01:14 INFO : one: Deleted 2025/04/24 08:01:39 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/04/24 08:01:39 INFO : one: Copied (server-side copy) 2025/04/24 08:01:39 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/04/24 08:02:03 DEBUG : two: Need to transfer - File not found at Destination 2025/04/24 08:02:03 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/24 08:02:23 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/04/24 08:02:23 INFO : two: Copied (server-side copy) 2025/04/24 08:02:23 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/04/24 08:02:49 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/24 08:02:49 DEBUG : two: Unchanged skipping 2025/04/24 08:03:52 DEBUG : three: Need to transfer - File not found at Destination 2025/04/24 08:03:58 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/04/24 08:03:58 DEBUG : three: Destination not found in --copy-dest 2025/04/24 08:04:14 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/04/24 08:04:14 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (429.96s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", 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-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.17s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" 2025/04/24 08:05:44 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/04/24 08:05:59 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/24 08:05:59 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/04/24 08:06:10 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/04/24 08:06:21 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/04/24 08:06:21 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy1.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-kiyokiq0taxo/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/04/24 08:06:32 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/04/24 08:06:52 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/04/24 08:06:58 DEBUG : TestCopyFileMaxTransfer/file4: md5 = d0691f83c758c487c31b316c68e54a4b OK 2025/04/24 08:06:58 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (105.67s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.54s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.12s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.10s) === RUN TestDeduplicateFirst run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.10s) === RUN TestDeduplicateNewest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.10s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" 2025/04/24 08:08:15 INFO : Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo: Looking for duplicate md5 hashes using newest mode. 2025/04/24 08:08:26 NOTICE: 4806ed072f04fa3f16720a16cf549eda: Found 3 files with duplicate md5 hashes 2025/04/24 08:08:26 INFO : one: Deleted 2025/04/24 08:08:31 INFO : also/one: Deleted 2025/04/24 08:08:31 NOTICE: 4806ed072f04fa3f16720a16cf549eda: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (92.24s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.20s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.20s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.20s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", 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-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.20s) === RUN TestListDirSorted run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" 2025/04/24 08:10:17 DEBUG : a.txt: Excluded (Size Filter) 2025/04/24 08:10:17 DEBUG : a.txt: Excluded 2025/04/24 08:10:17 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/24 08:10:17 DEBUG : sub dir/hello world: Excluded 2025/04/24 08:10:17 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/24 08:10:17 DEBUG : sub dir/hello world2: Excluded 2025/04/24 08:10:17 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/24 08:10:17 DEBUG : sub dir/hello world: Excluded 2025/04/24 08:10:17 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/24 08:10:17 DEBUG : sub dir/hello world2: Excluded 2025/04/24 08:10:27 DEBUG : sub dir/ignore dir: Excluded 2025/04/24 08:10:33 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (157.28s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" 2025/04/24 08:13:01 DEBUG : a.txt: Excluded (Size Filter) 2025/04/24 08:13:01 DEBUG : a.txt: Excluded 2025/04/24 08:13:01 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/24 08:13:01 DEBUG : sub dir/hello world: Excluded 2025/04/24 08:13:01 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/24 08:13:01 DEBUG : sub dir/hello world2: Excluded 2025/04/24 08:13:01 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/24 08:13:01 DEBUG : sub dir/hello world: Excluded 2025/04/24 08:13:01 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/24 08:13:01 DEBUG : sub dir/hello world2: Excluded 2025/04/24 08:13:06 DEBUG : sub dir/ignore dir: Excluded 2025/04/24 08:13:11 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (153.85s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", 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 (34.37s) --- PASS: TestListJSON/Default (0.20s) --- PASS: TestListJSON/FilesOnly (0.20s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (5.33s) --- PASS: TestListJSON/SubDir (0.19s) --- PASS: TestListJSON/NoModTime (0.14s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (0.19s) --- PASS: TestListJSON/HashTypes (0.19s) --- PASS: TestListJSON/Metadata (0.21s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", 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/04/24 08:15:26 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kiyokiq0taxo/notfound" 2025/04/24 08:15:27 DEBUG : Swift container rclone-test-kiyokiq0taxo path notfound.json: Auto set use_segments_container to true 2025/04/24 08:15:33 DEBUG : Swift container rclone-test-kiyokiq0taxo path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (59.98s) --- PASS: TestStatJSON/Root (0.15s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.05s) --- PASS: TestStatJSON/Dir (5.18s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.09s) --- PASS: TestStatJSON/File (0.18s) --- PASS: TestStatJSON/NotFound (5.15s) --- PASS: TestStatJSON/DirFilesOnly (5.05s) --- PASS: TestStatJSON/FileFilesOnly (0.15s) --- PASS: TestStatJSON/NotFoundFilesOnly (5.05s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.10s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (11.61s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" 2025/04/24 08:15:44 INFO : Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo: Making directory 2025/04/24 08:15:44 INFO : Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo: Making directory --- PASS: TestMkdir (0.29s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" --- PASS: TestLsd (26.60s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" --- PASS: TestLs (47.86s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" 2025/04/24 08:17:30 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/04/24 08:17:30 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (58.09s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" --- PASS: TestLsLong (47.63s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (52.97s) --- PASS: TestHashSums/Md5 (0.36s) --- PASS: TestHashSums/Md5Download (10.21s) === RUN TestHashSumsWithErrors 2025/04/24 08:19:37 DEBUG : Creating backend with remote ":memory:" 2025/04/24 08:19:37 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/04/24 08:19:37 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/24 08:19:37 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/24 08:19:37 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/24 08:19:37 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/24 08:19:37 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/24 08:19:37 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/24 08:19:37 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/04/24 08:19:37 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-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" --- PASS: TestCount (73.92s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" 2025/04/24 08:21:56 DEBUG : Waiting for deletions to finish 2025/04/24 08:21:56 DEBUG : large: Excluded (Size Filter) 2025/04/24 08:22:02 INFO : medium: Deleted 2025/04/24 08:22:02 INFO : small: Deleted --- PASS: TestDelete (91.59s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" 2025/04/24 08:23:00 DEBUG : Waiting for deletions to finish 2025/04/24 08:23:00 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/04/24 08:23:11 INFO : medium: Deleted 2025/04/24 08:23:15 INFO : large: Deleted --- PASS: TestMaxDelete (58.30s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" 2025/04/24 08:24:14 DEBUG : Waiting for deletions to finish 2025/04/24 08:24:14 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/04/24 08:24:19 INFO : small: Deleted 2025/04/24 08:24:19 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (83.94s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" 2025/04/24 08:25:42 DEBUG : Waiting for deletions to finish 2025/04/24 08:25:42 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/04/24 08:25:53 INFO : medium: Deleted 2025/04/24 08:25:53 INFO : large: Deleted --- PASS: TestMaxDeleteSize (78.75s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" --- PASS: TestReadFile (22.07s) === RUN TestRetry 2025/04/24 08:26:26 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/04/24 08:26:26 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/04/24 08:26:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/24 08:26:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/24 08:26:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/24 08:26:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/24 08:26:26 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-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" --- PASS: TestCat (15.45s) === RUN TestPurge 2025/04/24 08:26:41 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-nigoyur5loto" 2025/04/24 08:26:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/24 08:26:42 DEBUG : Swift container rclone-test-nigoyur5loto.json: Auto set use_segments_container to true 2025/04/24 08:26:43 DEBUG : Swift container rclone-test-nigoyur5loto: Auto set use_segments_container to true 2025/04/24 08:26:43 DEBUG : Creating backend with remote "/tmp/rclone796971142" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-nigoyur5loto", Local "Local file system at /tmp/rclone796971142", Modify Window "1ns" 2025/04/24 08:26:43 INFO : Swift container rclone-test-nigoyur5loto: Container "rclone-test-nigoyur5loto" created 2025/04/24 08:26:59 INFO : A2: Making directory 2025/04/24 08:26:59 INFO : A1/B2: Making directory 2025/04/24 08:26:59 INFO : A1/B2/C2: Making directory 2025/04/24 08:26:59 INFO : A1/B1/C3: Making directory 2025/04/24 08:26:59 INFO : A3: Making directory 2025/04/24 08:26:59 INFO : A3/B3: Making directory 2025/04/24 08:26:59 INFO : A3/B3/C4: Making directory fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A1/B1/C3" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" fstest.go:244: Filtering empty directory "A3/B3/C4" 2025/04/24 08:27:35 DEBUG : Waiting for deletions to finish 2025/04/24 08:27:35 INFO : A1/B1/C1/one.bin: Deleted 2025/04/24 08:27:40 INFO : A1/B1/C1/one.json: Deleted fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" fstest.go:244: Filtering empty directory "A3/B3/C4" 2025/04/24 08:27:50 DEBUG : Waiting for deletions to finish 2025/04/24 08:28:01 INFO : A1/two.bin: Deleted 2025/04/24 08:28:01 INFO : A1/two.json: Deleted 2025/04/24 08:28:01 INFO : Swift container rclone-test-nigoyur5loto: Container "rclone-test-nigoyur5loto" removed 2025/04/24 08:28:01 DEBUG : Compressed: TestCompressSwift:rclone-test-nigoyur5loto: Purge remote 2025/04/24 08:28:01 DEBUG : Waiting for deletions to finish 2025/04/24 08:28:01 NOTICE: purge failed: directory not found --- PASS: TestPurge (79.49s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" 2025/04/24 08:28:07 INFO : A2: Making directory 2025/04/24 08:28:07 INFO : A1/B2: Making directory 2025/04/24 08:28:07 INFO : A1/B2/C2: Making directory 2025/04/24 08:28:07 INFO : A1/B1/C3: Making directory 2025/04/24 08:28:07 INFO : A3: Making directory 2025/04/24 08:28:07 INFO : A3/B3: Making directory 2025/04/24 08:28:07 INFO : A3/B3/C4: Making directory fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A1/B1/C3" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" fstest.go:244: Filtering empty directory "A3/B3/C4" 2025/04/24 08:28:19 DEBUG : removing 1 level 3 directories 2025/04/24 08:28:19 INFO : A3/B3/C4: Removing directory fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A1/B1/C3" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" 2025/04/24 08:28:26 DEBUG : removing 1 level 0 directories 2025/04/24 08:28:26 INFO : Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo: Removing directory 2025/04/24 08:28:27 INFO : Swift container rclone-test-kiyokiq0taxo: Container "rclone-test-kiyokiq0taxo" removed --- PASS: TestRmdirsNoLeaveRoot (27.09s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" 2025/04/24 08:28:29 INFO : Swift container rclone-test-kiyokiq0taxo: Container "rclone-test-kiyokiq0taxo" created 2025/04/24 08:28:29 INFO : A1: Making directory 2025/04/24 08:28:29 INFO : A1/B1: Making directory 2025/04/24 08:28:29 INFO : A1/B1/C1: Making directory fstest.go:244: Filtering empty directory "A1" fstest.go:244: Filtering empty directory "A1/B1" fstest.go:244: Filtering empty directory "A1/B1/C1" fstest.go:244: Filtering empty directory "A1" --- PASS: TestRmdirsLeaveRoot (1.12s) === RUN TestRmdirsWithFilter run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" 2025/04/24 08:28:29 INFO : A1: Making directory 2025/04/24 08:28:29 INFO : A1/B1: Making directory 2025/04/24 08:28:29 INFO : A1/B1/C1: Making directory fstest.go:244: Filtering empty directory "A1" fstest.go:244: Filtering empty directory "A1/B1" fstest.go:244: Filtering empty directory "A1/B1/C1" fstest.go:244: Filtering empty directory "A1" --- PASS: TestRmdirsWithFilter (0.24s) === RUN TestCopyURL run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" 2025/04/24 08:28:36 DEBUG : filename.txt: File name found in url 2025/04/24 08:28:46 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (55.56s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" 2025/04/24 08:29:30 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/24 08:29:40 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/24 08:29:40 INFO : file1: Copied (new) to: sub/file2 2025/04/24 08:29:40 INFO : file1: Deleted 2025/04/24 08:29:46 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/24 08:29:46 DEBUG : file1: Unchanged skipping 2025/04/24 08:29:46 INFO : file1: Deleted 2025/04/24 08:29:46 DEBUG : Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo: don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (31.91s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" 2025/04/24 08:30:02 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/24 08:30:08 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/24 08:30:08 INFO : file1: Copied (new) 2025/04/24 08:30:08 INFO : file1: Deleted 2025/04/24 08:30:08 DEBUG : file1: Destination exists, skipping 2025/04/24 08:30:08 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (12.64s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFile (0.18s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.13s) === RUN TestMoveFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" 2025/04/24 08:30:16 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kiyokiq0taxo/backup" 2025/04/24 08:30:16 DEBUG : Swift container rclone-test-kiyokiq0taxo path backup.json: Auto set use_segments_container to true 2025/04/24 08:30:22 DEBUG : Swift container rclone-test-kiyokiq0taxo path backup: Auto set use_segments_container to true 2025/04/24 08:30:27 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/24 08:30:53 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/04/24 08:30:53 INFO : dst/file1: Copied (server-side copy) 2025/04/24 08:30:53 INFO : dst/file1: Deleted 2025/04/24 08:30:59 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/24 08:30:59 INFO : dst/file1: Copied (new) 2025/04/24 08:30:59 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (69.84s) === 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-kiyokiq0taxo", Local "Local file system at /tmp/rclone3368783021", Modify Window "1ns" 2025/04/24 08:32:18 INFO : A1/B2: Making directory 2025/04/24 08:32:18 INFO : A1/B1/C3: Making directory fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B1/C3" 2025/04/24 08:32:51 DEBUG : A1/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/04/24 08:32:51 INFO : A1/B1/C1/four: Copied (server-side copy) to: A2/B1/C1/four 2025/04/24 08:32:52 INFO : A1/B1/C1/four: Deleted 2025/04/24 08:32:52 DEBUG : A1/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/04/24 08:32:52 INFO : A1/two: Copied (server-side copy) to: A2/two 2025/04/24 08:32:57 INFO : A1/two: Deleted 2025/04/24 08:33:02 DEBUG : A1/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/04/24 08:33:02 INFO : A1/B1/three: Copied (server-side copy) to: A2/B1/three 2025/04/24 08:33:07 INFO : A1/B1/three: Deleted 2025/04/24 08:33:16 DEBUG : A1/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/04/24 08:33:16 INFO : A1/B1/C2/five: Copied (server-side copy) to: A2/B1/C2/five 2025/04/24 08:33:16 DEBUG : A1/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/24 08:33:16 INFO : A1/one: Copied (server-side copy) to: A2/one 2025/04/24 08:33:26 INFO : A1/B1/C2/five: Deleted 2025/04/24 08:33:26 INFO : A1/one: Deleted fstest.go:244: Filtering empty directory "A2/B2" fstest.go:244: Filtering empty directory "A2/B1/C3" 2025/04/24 08:33:58 DEBUG : A2/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/04/24 08:33:58 INFO : A2/B1/C1/four: Copied (server-side copy) to: A3/B1/C1/four 2025/04/24 08:33:59 INFO : A2/B1/C1/four: Deleted 2025/04/24 08:34:03 DEBUG : A2/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/04/24 08:34:03 INFO : A2/B1/C2/five: Copied (server-side copy) to: A3/B1/C2/five 2025/04/24 08:34:08 DEBUG : A2/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/04/24 08:34:08 INFO : A2/two: Copied (server-side copy) to: A3/two 2025/04/24 08:34:09 INFO : A2/B1/C2/five: Deleted 2025/04/24 08:34:09 INFO : A2/two: Deleted 2025/04/24 08:34:13 DEBUG : A2/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/24 08:34:13 INFO : A2/one: Copied (server-side copy) to: A3/one 2025/04/24 08:34:14 DEBUG : A2/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/04/24 08:34:14 INFO : A2/B1/three: Copied (server-side copy) to: A3/B1/three 2025/04/24 08:34:19 INFO : A2/B1/three: Deleted 2025/04/24 08:34:23 INFO : A2/one: Deleted fstest.go:244: Filtering empty directory "A3/B2" fstest.go:244: Filtering empty directory "A3/B1/C3" 2025/04/24 08:34:44 INFO : Compressed: TestCompressSwift:rclone-test-kiyokiq0taxo: Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/04/24 08:35:10 DEBUG : A3/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/04/24 08:35:10 INFO : A3/B1/C1/four: Copied (server-side copy) to: A4/B1/C1/four 2025/04/24 08:35:15 DEBUG : A3/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/04/24 08:35:15 INFO : A3/two: Copied (server-side copy) to: A4/two 2025/04/24 08:35:16 INFO : A3/B1/C1/four: Deleted 2025/04/24 08:35:20 DEBUG : A3/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/04/24 08:35:20 INFO : A3/B1/three: Copied (server-side copy) to: A4/B1/three 2025/04/24 08:35:26 INFO : A3/B1/three: Deleted 2025/04/24 08:35:26 INFO : A3/two: Deleted 2025/04/24 08:35:31 DEBUG : A3/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/04/24 08:35:31 INFO : A3/B1/C2/five: Copied (server-side copy) to: A4/B1/C2/five 2025/04/24 08:35:31 DEBUG : A3/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/24 08:35:31 INFO : A3/one: Copied (server-side copy) to: A4/one 2025/04/24 08:35:36 INFO : A3/B1/C2/five: Deleted 2025/04/24 08:35:36 INFO : A3/one: Deleted fstest.go:244: Filtering empty directory "A4/B2" fstest.go:244: Filtering empty directory "A4/B1/C3" panic: test timed out after 1h0m0s running tests: TestDirMove (4m25s) goroutine 10173 [running]: testing.(*M).startAlarm.func1() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2373 +0x385 created by time.goFunc /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/time/sleep.go:215 +0x2d goroutine 1 [chan receive, 5 minutes]: testing.(*T).Run(0xc000180000, {0x25f5588?, 0x0?}, 0x27380f0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1751 +0x3ab testing.runTests.func1(0xc000180000) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2168 +0x37 testing.tRunner(0xc000180000, 0xc000a87c18) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 testing.runTests(0xc00060c8d0, {0x3d23860, 0x6d, 0x6d}, {0x3d382c0?, 0x1?, 0x3d382c0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2166 +0x43d testing.(*M).Run(0xc0004b6d20) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2034 +0x64a github.com/rclone/rclone/fstest.TestMain(0xc0004b6d20) /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 12 [chan receive, 60 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 11 [syscall, 60 minutes]: os/signal.signal_recv() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/sigqueue.go:152 +0x29 os/signal.loop() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/os/signal/signal_unix.go:23 +0x13 created by os/signal.Notify.func1.1 in goroutine 1 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/os/signal/signal.go:151 +0x1f goroutine 9591 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc000104a80, 0xc0018c36e0, 0xc00051bb80) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc000104a80, {0x2a15e00, 0x3d5b7a0}, {0xc0006f2050, 0x4f}, {{0xc000f417a0, 0x18}, {0xc000f417b9, 0x12}, {0x25e052c, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc000104a80, {0x2a15e00, 0x3d5b7a0}, {{0xc000f417a0, 0x18}, {0xc000f417b9, 0x12}, {0x25e052c, 0x4}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).objectBase(0xc00096eed0?, {0x2a15e00?, 0x3d5b7a0?}, {0xc000f417a0?, 0xc00096ef38?}, {0xc000f417b9, 0x12}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2142 +0xf8 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1.(*Connection).Object.1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2131 +0x85 github.com/ncw/swift/v2.withLORetry(0x0, 0xc00096f270) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/largeobjects.go:303 +0xa2 github.com/ncw/swift/v2.(*Connection).Object(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2130 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1334 +0x156 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x60?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc00060a240, 0xc0018c3620, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc00060a240, 0xc0018c3620) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Object).readMetaData(0xc0018c35c0, {0x2a15e00, 0x3d5b7a0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1333 +0x172 github.com/rclone/rclone/backend/swift.(*Fs).newObjectWithInfo(0xc000384540, {0x2a15e00, 0x3d5b7a0}, {0xc0008990f8, 0x12}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:666 +0x251 github.com/rclone/rclone/backend/swift.(*Fs).NewObject(0xc000648b00?, {0x2a15e00?, 0x3d5b7a0?}, {0xc0008990f8?, 0x1?}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:677 +0x25 github.com/rclone/rclone/backend/compress.(*Object).loadMetadataObjectIfNotLoaded(...) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1261 github.com/rclone/rclone/backend/compress.(*Object).loadMetadataIfNotLoaded(0xc0000c06e0, {0x2a15e00, 0x3d5b7a0}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1248 +0x55 github.com/rclone/rclone/backend/compress.(*Object).Hash(0xc0000c06e0, {0x2a15e00?, 0x3d5b7a0?}, 0xc0000c06e0?) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1338 +0x33 github.com/rclone/rclone/fstest.(*Item).CheckHashes(0xc000f0c200, 0xc000648b60, {0x2a2a3d0, 0xc0000c06e0}) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:135 +0x35c github.com/rclone/rclone/fstest.(*Item).Check(0xc000f0c200, 0xc000648b60, {0x2a2a3d0, 0xc0000c06e0}, 0x1) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:143 +0x47 github.com/rclone/rclone/fstest.(*Items).Find(0xc00096f928, 0xc000648b60, {0x2a2a3d0, 0xc0000c06e0}, 0x1) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189 +0x189 github.com/rclone/rclone/fstest.CheckListingWithRoot(0xc000648b60, {0x2a2a360, 0xc000888700}, {0x0, 0x0}, {0xc000f0c120, 0x5, 0x5}, {0xc00096fe40, 0x6, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 +0x8ea github.com/rclone/rclone/fstest.CheckListingWithPrecision(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 github.com/rclone/rclone/fs/operations_test.TestDirMove(0xc000648b60) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1439 +0x10c5 testing.tRunner(0xc000648b60, 0x27380f0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 created by testing.(*T).Run in goroutine 1 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1743 +0x390 goroutine 1322 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1264 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 541 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 531 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 8169 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc000384380) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:343 +0x13d created by github.com/rclone/rclone/fs/accounting.(*StatsInfo)._startAverageLoop in goroutine 8168 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:408 +0xb6 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:234 +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:232 +0x378 goroutine 2863 [chan receive, 46 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 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 215 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 205 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 430 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 420 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 851 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 825 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 9646 [IO wait]: internal/poll.runtime_pollWait(0x7fc0a53959a8, 0x72) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc0001e0000?, 0xc00098cc80?, 0x0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc0001e0000, {0xc00098cc80, 0x1980, 0x1980}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc0001e0000, {0xc00098cc80?, 0xc0007628d0?, 0x2?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc0008e8140, {0xc00098cc80?, 0x3d382c0?, 0xc0005fc9d0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/net.go:189 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc0005daa68, {0xc00098cc80?, 0x18?, 0x7fc0a4b56998?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc0008852c0, {0xc00098cc80?, 0x0?, 0xc0008852c0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc0007629b8, {0x29f0040, 0xc0008852c0}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc000762708, {0x7fc0a4b793d8, 0xc0005daa68}, 0xc0005fca40?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc000762708, 0x0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:629 +0x3cf crypto/tls.(*Conn).readRecord(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:591 crypto/tls.(*Conn).Read(0xc000762708, {0xc000630000, 0x1000, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:1385 +0x150 net/http.(*persistConn).Read(0xc00039afc0, {0xc000630000?, 0x81d5e5?, 0x2159700?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2052 +0x4a bufio.(*Reader).fill(0xc0014abbc0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:110 +0x103 bufio.(*Reader).Peek(0xc0014abbc0, 0x1) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:148 +0x53 net/http.(*persistConn).readLoop(0xc00039afc0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2205 +0x185 created by net/http.(*Transport).dialConn in goroutine 9657 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 320 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 310 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 942 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 932 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 503 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 461 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 744 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 734 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 281 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 255 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 9664 [IO wait]: internal/poll.runtime_pollWait(0x7fc0a5395cc0, 0x72) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc000888100?, 0xc00098b300?, 0x0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc000888100, {0xc00098b300, 0x1980, 0x1980}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc000888100, {0xc00098b300?, 0xc000601dd0?, 0x2?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc00080c280, {0xc00098b300?, 0x3d382c0?, 0xc0009db9d0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/net.go:189 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000395a40, {0xc00098b300?, 0x18?, 0x2000?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000719590, {0xc00098b300?, 0x0?, 0xc000719590?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc000601eb8, {0x29f0040, 0xc000719590}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc000601c08, {0x7fc0a4b793d8, 0xc000395a40}, 0xc0009dba40?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc000601c08, 0x0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:629 +0x3cf crypto/tls.(*Conn).readRecord(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:591 crypto/tls.(*Conn).Read(0xc000601c08, {0xc000eb4000, 0x1000, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:1385 +0x150 net/http.(*persistConn).Read(0xc000717b00, {0xc000eb4000?, 0x81d5e5?, 0x2159700?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2052 +0x4a bufio.(*Reader).fill(0xc00060b5c0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:110 +0x103 bufio.(*Reader).Peek(0xc00060b5c0, 0x1) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:148 +0x53 net/http.(*persistConn).readLoop(0xc000717b00) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2205 +0x185 created by net/http.(*Transport).dialConn in goroutine 9497 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 9504 [select]: net/http.(*persistConn).writeLoop(0xc000b519e0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2519 +0xe7 created by net/http.(*Transport).dialConn in goroutine 9642 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 618 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 577 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2995 [chan receive, 47 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 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 780 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 770 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1027 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1001 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1367 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1357 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 673 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 663 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 8546 [chan receive, 10 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 8513 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3078 [chan receive, 46 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 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3182 [chan receive, 46 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 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1061 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 955 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1195 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1185 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1462 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1404 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2899 [chan receive, 47 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 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1227 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1169 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1448 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1422 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3419 [chan receive, 45 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 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1274 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1152 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3489 [chan receive, 45 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 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3281 [chan receive, 45 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 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9502 [select]: net/http.(*persistConn).writeLoop(0xc000f0c900) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2519 +0xe7 created by net/http.(*Transport).dialConn in goroutine 9684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 2820 [chan receive, 47 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 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3603 [chan receive, 44 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2819 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9501 [IO wait]: internal/poll.runtime_pollWait(0x7fc0a53958a0, 0x72) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc0009e2380?, 0xc000989980?, 0x0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc0009e2380, {0xc000989980, 0x1980, 0x1980}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc0009e2380, {0xc000989980?, 0xc000836fd0?, 0x2?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc00061e0b8, {0xc000989980?, 0x3d382c0?, 0xc0009d89d0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/net.go:189 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000718de0, {0xc000989980?, 0x18?, 0x7fc0a40ce438?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000719608, {0xc000989980?, 0x0?, 0xc000719608?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc0008370b8, {0x29f0040, 0xc000719608}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc000836e08, {0x7fc0a4b793d8, 0xc000718de0}, 0xc0009d8a40?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc000836e08, 0x0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:629 +0x3cf crypto/tls.(*Conn).readRecord(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:591 crypto/tls.(*Conn).Read(0xc000836e08, {0xc000a1d000, 0x1000, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:1385 +0x150 net/http.(*persistConn).Read(0xc000f0c900, {0xc000a1d000?, 0x81d5e5?, 0x2159700?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2052 +0x4a bufio.(*Reader).fill(0xc0010ed260) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:110 +0x103 bufio.(*Reader).Peek(0xc0010ed260, 0x1) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:148 +0x53 net/http.(*persistConn).readLoop(0xc000f0c900) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2205 +0x185 created by net/http.(*Transport).dialConn in goroutine 9684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 8712 [select]: net/http.(*persistConn).writeLoop(0xc0008c2480) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2519 +0xe7 created by net/http.(*Transport).dialConn in goroutine 8641 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 10172 [select]: net/http.(*persistConn).roundTrip(0xc000b519e0, 0xc0009240a0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2755 +0x7b0 net/http.(*Transport).roundTrip(0xc000848180, 0xc00051bb80) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:644 +0xb91 net/http.(*Transport).RoundTrip(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/roundtrip.go:30 github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0xc00034cee0, 0xc00051bb80) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc00051bb80, {0x29ef8c0, 0xc00034cee0}, {0x45ed01?, 0xc000078290?, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:259 +0x5e4 net/http.(*Client).send(0xc0006080f0, 0xc00051bb80, {0xc000fb56e8?, 0x453612?, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:180 +0x98 net/http.(*Client).do(0xc0006080f0, 0xc00051bb80) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:725 +0x8bc net/http.(*Client).Do(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:590 github.com/ncw/swift/v2.(*Connection).doTimeoutRequest.func1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:420 +0x2b created by github.com/ncw/swift/v2.(*Connection).doTimeoutRequest in goroutine 9591 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 9503 [IO wait]: internal/poll.runtime_pollWait(0x7fc0a5395ab0, 0x72) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc00069a480?, 0xc00098e600?, 0x0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc00069a480, {0xc00098e600, 0x1980, 0x1980}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc00069a480, {0xc00098e600?, 0xc00068e1d0?, 0x2?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc000438090, {0xc00098e600?, 0x3d382c0?, 0xc0005f99d0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/net.go:189 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc0008082b8, {0xc00098e600?, 0x18?, 0x7fc0a40ce118?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc00085b5f0, {0xc00098e600?, 0x0?, 0xc00085b5f0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc00068e2b8, {0x29f0040, 0xc00085b5f0}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc00068e008, {0x7fc0a4b793d8, 0xc0008082b8}, 0xc0005f9a40?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc00068e008, 0x0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:629 +0x3cf crypto/tls.(*Conn).readRecord(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:591 crypto/tls.(*Conn).Read(0xc00068e008, {0xc0009b2000, 0x1000, 0xc00008f308?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:1385 +0x150 net/http.(*persistConn).Read(0xc000b519e0, {0xc0009b2000?, 0x81d5e5?, 0x2159700?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2052 +0x4a bufio.(*Reader).fill(0xc0010ed4a0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:110 +0x103 bufio.(*Reader).Peek(0xc0010ed4a0, 0x1) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:148 +0x53 net/http.(*persistConn).readLoop(0xc000b519e0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2205 +0x185 created by net/http.(*Transport).dialConn in goroutine 9642 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 8711 [IO wait]: internal/poll.runtime_pollWait(0x7fc0a5395690, 0x72) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc00069a380?, 0xc000988000?, 0x0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc00069a380, {0xc000988000, 0x1980, 0x1980}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc00069a380, {0xc000988000?, 0xc00068e550?, 0x2?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc000438200, {0xc000988000?, 0x4125cf?, 0x7fc09e791d78?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/net.go:189 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000013a40, {0xc000988000?, 0x18?, 0x7fc0a4b4ba88?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc00085b1e8, {0xc000988000?, 0x0?, 0xc00085b1e8?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc00068e638, {0x29f0040, 0xc00085b1e8}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc00068e388, {0x7fc0a4b793d8, 0xc000013a40}, 0xc0005b7a40?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc00068e388, 0x0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:629 +0x3cf crypto/tls.(*Conn).readRecord(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:591 crypto/tls.(*Conn).Read(0xc00068e388, {0xc000a18000, 0x1000, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:1385 +0x150 net/http.(*persistConn).Read(0xc0008c2480, {0xc000a18000?, 0x81d5e5?, 0x2159700?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2052 +0x4a bufio.(*Reader).fill(0xc0006f7140) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:110 +0x103 bufio.(*Reader).Peek(0xc0006f7140, 0x1) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:148 +0x53 net/http.(*persistConn).readLoop(0xc0008c2480) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2205 +0x185 created by net/http.(*Transport).dialConn in goroutine 8641 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 9665 [select]: net/http.(*persistConn).writeLoop(0xc000717b00) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2519 +0xe7 created by net/http.(*Transport).dialConn in goroutine 9497 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 9647 [select]: net/http.(*persistConn).writeLoop(0xc00039afc0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2519 +0xe7 created by net/http.(*Transport).dialConn in goroutine 9657 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m1.150893714s (try 2/5): exit status 2: Failed []