"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 1/5) 2025/03/23 01:00:24 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-futuzap8duja" 2025/03/23 01:00:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/23 01:00:25 DEBUG : Swift container rclone-test-futuzap8duja.json: Auto set use_segments_container to true 2025/03/23 01:00:25 DEBUG : Swift container rclone-test-futuzap8duja: Auto set use_segments_container to true 2025/03/23 01:00:25 DEBUG : Creating backend with remote "/tmp/rclone3153551239" === 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-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.17s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.05s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/03/23 01:00:26 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/23 01:00:26 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/23 01:00:26 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/03/23 01:00:26 DEBUG : potato: Seek from 10 to 0 2025/03/23 01:00:26 DEBUG : potato: Seek from 10 to 0 2025/03/23 01:00:26 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/03/23 01:00:26 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/23 01:00:26 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/23 01:00:26 DEBUG : potato: Seek from 5 to 2 2025/03/23 01:00:26 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/03/23 01:00:26 DEBUG : potato: Seek from 7 to 0 2025/03/23 01:00:26 DEBUG : potato: Seek from 7 to 0 2025/03/23 01:00:26 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/03/23 01:00:26 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/23 01:00:26 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/23 01:00:26 DEBUG : potato: Seek from 5 to 2 2025/03/23 01:00:26 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/03/23 01:00:26 DEBUG : potato: Seek from 8 to 0 2025/03/23 01:00:26 DEBUG : potato: Seek from 8 to 0 2025/03/23 01:00:26 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/03/23 01:00:26 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/23 01:00:26 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/23 01:00:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/23 01:00:26 DEBUG : potato: Seek from 5 to 2 2025/03/23 01:00:26 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/03/23 01:00:26 DEBUG : potato: Seek from 9 to 0 2025/03/23 01:00:26 DEBUG : potato: Seek from 9 to 0 2025/03/23 01:00:26 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-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" 2025/03/23 01:00:26 INFO : Swift container rclone-test-futuzap8duja: Container "rclone-test-futuzap8duja" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (178.99s) --- PASS: TestCheck/1 (5.13s) --- PASS: TestCheck/2 (0.15s) --- PASS: TestCheck/3 (0.18s) --- PASS: TestCheck/4 (10.33s) --- PASS: TestCheck/5 (10.14s) --- PASS: TestCheck/6 (10.13s) --- PASS: TestCheck/7 (10.13s) === RUN TestCheckFsError 2025/03/23 01:03:25 DEBUG : Creating backend with remote "nonexistent" 2025/03/23 01:03:25 DEBUG : Creating backend with remote "nonexistent" 2025/03/23 01:03:25 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/03/23 01:03:25 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/03/23 01:03:25 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/03/23 01:03:25 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-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", 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 (156.31s) --- PASS: TestCheckDownload/1 (5.17s) --- PASS: TestCheckDownload/2 (5.19s) --- PASS: TestCheckDownload/3 (10.18s) --- PASS: TestCheckDownload/4 (0.30s) --- PASS: TestCheckDownload/5 (10.17s) --- PASS: TestCheckDownload/6 (0.19s) --- PASS: TestCheckDownload/7 (15.17s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", 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 (115.61s) --- PASS: TestCheckSizeOnly/1 (0.04s) --- PASS: TestCheckSizeOnly/2 (0.10s) --- PASS: TestCheckSizeOnly/3 (0.04s) --- PASS: TestCheckSizeOnly/4 (0.04s) --- PASS: TestCheckSizeOnly/5 (0.04s) --- 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-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" 2025/03/23 01:08:18 NOTICE: test.sum: improperly formatted checksum line 4 2025/03/23 01:08:18 NOTICE: test.sum: improperly formatted checksum line 5 2025/03/23 01:08:18 NOTICE: test.sum: improperly formatted checksum line 6 2025/03/23 01:08:18 NOTICE: test.sum: 2 warning(s) suppressed... 2025/03/23 01:08:28 NOTICE: test.sum: improperly formatted checksum line 4 2025/03/23 01:08:28 NOTICE: test.sum: improperly formatted checksum line 5 2025/03/23 01:08:28 NOTICE: test.sum: improperly formatted checksum line 6 2025/03/23 01:08:28 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (42.36s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" 2025/03/23 01:08:39 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-futuzap8duja/data" 2025/03/23 01:08:40 DEBUG : Swift container rclone-test-futuzap8duja path data.json: Auto set use_segments_container to true 2025/03/23 01:08:46 DEBUG : Swift container rclone-test-futuzap8duja 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 (201.59s) --- PASS: TestCheckSum/subtest1 (5.33s) --- PASS: TestCheckSum/subtest2 (10.32s) --- PASS: TestCheckSum/subtest3 (10.41s) --- PASS: TestCheckSum/subtest4 (10.45s) --- PASS: TestCheckSum/subtest5 (0.42s) --- PASS: TestCheckSum/subtest6 (10.50s) --- PASS: TestCheckSum/subtest7 (0.42s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" 2025/03/23 01:12:00 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-futuzap8duja/data" 2025/03/23 01:12:01 DEBUG : Swift container rclone-test-futuzap8duja path data.json: Auto set use_segments_container to true 2025/03/23 01:12:07 DEBUG : Swift container rclone-test-futuzap8duja 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.11s) --- PASS: TestCheckSumDownload/subtest1 (10.40s) --- PASS: TestCheckSumDownload/subtest2 (5.36s) --- PASS: TestCheckSumDownload/subtest3 (10.42s) --- PASS: TestCheckSumDownload/subtest4 (15.36s) --- PASS: TestCheckSumDownload/subtest5 (15.40s) --- PASS: TestCheckSumDownload/subtest6 (5.42s) --- PASS: TestCheckSumDownload/subtest7 (5.39s) === RUN TestApplyTransforms 2025/03/23 01:16:11 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jisezas0fito" 2025/03/23 01:16:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/23 01:16:11 DEBUG : Swift container rclone-test-jisezas0fito.json: Auto set use_segments_container to true 2025/03/23 01:16:12 DEBUG : Swift container rclone-test-jisezas0fito: Auto set use_segments_container to true 2025/03/23 01:16:12 DEBUG : Creating backend with remote "/tmp/rclone3271219114" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jisezas0fito", Local "Local file system at /tmp/rclone3271219114", Modify Window "1ns" 2025/03/23 01:16:12 INFO : Swift container rclone-test-jisezas0fito: Container "rclone-test-jisezas0fito" created upper checkfile vs. lower remote (without normalization) 2025/03/23 01:16:28 ERROR : hello, world!: sum not found 2025/03/23 01:16:28 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-jisezas0fito 2025/03/23 01:16:28 NOTICE: Compressed: TestCompressSwift:rclone-test-jisezas0fito: 1 files missing 2025/03/23 01:16:28 NOTICE: 1 hashes missing 2025/03/23 01:16:28 NOTICE: Compressed: TestCompressSwift:rclone-test-jisezas0fito: 2 differences found 2025/03/23 01:16:28 NOTICE: Compressed: TestCompressSwift:rclone-test-jisezas0fito: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/03/23 01:16:38 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/23 01:16:38 NOTICE: Compressed: TestCompressSwift:rclone-test-jisezas0fito: 0 differences found 2025/03/23 01:16:38 NOTICE: Compressed: TestCompressSwift:rclone-test-jisezas0fito: 1 matching files 2025/03/23 01:16:38 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jowemaj2joqi" 2025/03/23 01:16:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/23 01:16:39 DEBUG : Swift container rclone-test-jowemaj2joqi.json: Auto set use_segments_container to true 2025/03/23 01:16:39 DEBUG : Swift container rclone-test-jowemaj2joqi: Auto set use_segments_container to true 2025/03/23 01:16:39 DEBUG : Creating backend with remote "/tmp/rclone2619677142" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jowemaj2joqi", Local "Local file system at /tmp/rclone2619677142", Modify Window "1ns" 2025/03/23 01:16:40 INFO : Swift container rclone-test-jowemaj2joqi: Container "rclone-test-jowemaj2joqi" created lower checkfile vs. upper remote (without normalization) 2025/03/23 01:16:51 ERROR : HELLO, WORLD!: sum not found 2025/03/23 01:16:51 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-jowemaj2joqi 2025/03/23 01:16:51 NOTICE: Compressed: TestCompressSwift:rclone-test-jowemaj2joqi: 1 files missing 2025/03/23 01:16:51 NOTICE: 1 hashes missing 2025/03/23 01:16:51 NOTICE: Compressed: TestCompressSwift:rclone-test-jowemaj2joqi: 2 differences found 2025/03/23 01:16:51 NOTICE: Compressed: TestCompressSwift:rclone-test-jowemaj2joqi: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/03/23 01:16:56 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/23 01:16:56 NOTICE: Compressed: TestCompressSwift:rclone-test-jowemaj2joqi: 0 differences found 2025/03/23 01:16:56 NOTICE: Compressed: TestCompressSwift:rclone-test-jowemaj2joqi: 1 matching files 2025/03/23 01:16:56 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-rudujes6jici" 2025/03/23 01:16:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/23 01:16:57 DEBUG : Swift container rclone-test-rudujes6jici.json: Auto set use_segments_container to true 2025/03/23 01:16:57 DEBUG : Swift container rclone-test-rudujes6jici: Auto set use_segments_container to true 2025/03/23 01:16:57 DEBUG : Creating backend with remote "/tmp/rclone475062911" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rudujes6jici", Local "Local file system at /tmp/rclone475062911", Modify Window "1ns" 2025/03/23 01:16:58 INFO : Swift container rclone-test-rudujes6jici: Container "rclone-test-rudujes6jici" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/03/23 01:17:17 ERROR : HeLlO, wOrLd!: sum not found 2025/03/23 01:17:17 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-rudujes6jici 2025/03/23 01:17:17 NOTICE: Compressed: TestCompressSwift:rclone-test-rudujes6jici: 1 files missing 2025/03/23 01:17:17 NOTICE: 1 hashes missing 2025/03/23 01:17:17 NOTICE: Compressed: TestCompressSwift:rclone-test-rudujes6jici: 2 differences found 2025/03/23 01:17:17 NOTICE: Compressed: TestCompressSwift:rclone-test-rudujes6jici: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/03/23 01:17:27 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/23 01:17:27 NOTICE: Compressed: TestCompressSwift:rclone-test-rudujes6jici: 0 differences found 2025/03/23 01:17:27 NOTICE: Compressed: TestCompressSwift:rclone-test-rudujes6jici: 1 matching files 2025/03/23 01:17:27 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-dilotex5wezo" 2025/03/23 01:17:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/23 01:17:28 DEBUG : Swift container rclone-test-dilotex5wezo.json: Auto set use_segments_container to true 2025/03/23 01:17:28 DEBUG : Swift container rclone-test-dilotex5wezo: Auto set use_segments_container to true 2025/03/23 01:17:28 DEBUG : Creating backend with remote "/tmp/rclone2482163355" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-dilotex5wezo", Local "Local file system at /tmp/rclone2482163355", Modify Window "1ns" 2025/03/23 01:17:29 INFO : Swift container rclone-test-dilotex5wezo: Container "rclone-test-dilotex5wezo" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/03/23 01:17:35 ERROR : HELLO, WORLD!: sum not found 2025/03/23 01:17:35 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-dilotex5wezo 2025/03/23 01:17:35 NOTICE: Compressed: TestCompressSwift:rclone-test-dilotex5wezo: 1 files missing 2025/03/23 01:17:35 NOTICE: 1 hashes missing 2025/03/23 01:17:35 NOTICE: Compressed: TestCompressSwift:rclone-test-dilotex5wezo: 2 differences found 2025/03/23 01:17:35 NOTICE: Compressed: TestCompressSwift:rclone-test-dilotex5wezo: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/03/23 01:17:35 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/23 01:17:35 NOTICE: Compressed: TestCompressSwift:rclone-test-dilotex5wezo: 0 differences found 2025/03/23 01:17:35 NOTICE: Compressed: TestCompressSwift:rclone-test-dilotex5wezo: 1 matching files 2025/03/23 01:17:35 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-zecequy6reda" 2025/03/23 01:17:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/23 01:17:36 DEBUG : Swift container rclone-test-zecequy6reda.json: Auto set use_segments_container to true 2025/03/23 01:17:36 DEBUG : Swift container rclone-test-zecequy6reda: Auto set use_segments_container to true 2025/03/23 01:17:36 DEBUG : Creating backend with remote "/tmp/rclone2403645659" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-zecequy6reda", Local "Local file system at /tmp/rclone2403645659", Modify Window "1ns" 2025/03/23 01:17:37 INFO : Swift container rclone-test-zecequy6reda: Container "rclone-test-zecequy6reda" created NFD checkfile vs. NFC remote (without normalization) 2025/03/23 01:17:53 ERROR : 測試_Русский___ě_áñ: sum not found 2025/03/23 01:17:53 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-zecequy6reda 2025/03/23 01:17:53 NOTICE: Compressed: TestCompressSwift:rclone-test-zecequy6reda: 1 files missing 2025/03/23 01:17:53 NOTICE: 1 hashes missing 2025/03/23 01:17:53 NOTICE: Compressed: TestCompressSwift:rclone-test-zecequy6reda: 2 differences found 2025/03/23 01:17:53 NOTICE: Compressed: TestCompressSwift:rclone-test-zecequy6reda: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/03/23 01:17:58 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/23 01:17:58 NOTICE: Compressed: TestCompressSwift:rclone-test-zecequy6reda: 0 differences found 2025/03/23 01:17:58 NOTICE: Compressed: TestCompressSwift:rclone-test-zecequy6reda: 1 matching files 2025/03/23 01:17:58 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gajopap5saco" 2025/03/23 01:17:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/23 01:17:59 DEBUG : Swift container rclone-test-gajopap5saco.json: Auto set use_segments_container to true 2025/03/23 01:17:59 DEBUG : Swift container rclone-test-gajopap5saco: Auto set use_segments_container to true 2025/03/23 01:17:59 DEBUG : Creating backend with remote "/tmp/rclone1414397838" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gajopap5saco", Local "Local file system at /tmp/rclone1414397838", Modify Window "1ns" 2025/03/23 01:18:00 INFO : Swift container rclone-test-gajopap5saco: Container "rclone-test-gajopap5saco" created NFC checkfile vs. NFD remote (without normalization) 2025/03/23 01:18:11 ERROR : 測試_Русский___ě_áñ: sum not found 2025/03/23 01:18:11 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-gajopap5saco 2025/03/23 01:18:11 NOTICE: Compressed: TestCompressSwift:rclone-test-gajopap5saco: 1 files missing 2025/03/23 01:18:11 NOTICE: 1 hashes missing 2025/03/23 01:18:11 NOTICE: Compressed: TestCompressSwift:rclone-test-gajopap5saco: 2 differences found 2025/03/23 01:18:11 NOTICE: Compressed: TestCompressSwift:rclone-test-gajopap5saco: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/03/23 01:18:16 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/23 01:18:16 NOTICE: Compressed: TestCompressSwift:rclone-test-gajopap5saco: 0 differences found 2025/03/23 01:18:16 NOTICE: Compressed: TestCompressSwift:rclone-test-gajopap5saco: 1 matching files 2025/03/23 01:18:16 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kufapan4huqe" 2025/03/23 01:18:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/23 01:18:16 DEBUG : Swift container rclone-test-kufapan4huqe.json: Auto set use_segments_container to true 2025/03/23 01:18:17 DEBUG : Swift container rclone-test-kufapan4huqe: Auto set use_segments_container to true 2025/03/23 01:18:17 DEBUG : Creating backend with remote "/tmp/rclone756652261" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kufapan4huqe", Local "Local file system at /tmp/rclone756652261", Modify Window "1ns" 2025/03/23 01:18:17 INFO : Swift container rclone-test-kufapan4huqe: Container "rclone-test-kufapan4huqe" created NFDx2 checkfile vs. both remote (without normalization) 2025/03/23 01:18:30 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/23 01:18:30 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-kufapan4huqe 2025/03/23 01:18:30 NOTICE: Compressed: TestCompressSwift:rclone-test-kufapan4huqe: 1 files missing 2025/03/23 01:18:30 NOTICE: 1 hashes missing 2025/03/23 01:18:30 NOTICE: Compressed: TestCompressSwift:rclone-test-kufapan4huqe: 2 differences found 2025/03/23 01:18:30 NOTICE: Compressed: TestCompressSwift:rclone-test-kufapan4huqe: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/03/23 01:18:30 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/23 01:18:30 NOTICE: Compressed: TestCompressSwift:rclone-test-kufapan4huqe: 0 differences found 2025/03/23 01:18:30 NOTICE: Compressed: TestCompressSwift:rclone-test-kufapan4huqe: 1 matching files 2025/03/23 01:18:30 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-fawayiw3xuza" 2025/03/23 01:18:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/23 01:18:30 DEBUG : Swift container rclone-test-fawayiw3xuza.json: Auto set use_segments_container to true 2025/03/23 01:18:31 DEBUG : Swift container rclone-test-fawayiw3xuza: Auto set use_segments_container to true 2025/03/23 01:18:31 DEBUG : Creating backend with remote "/tmp/rclone2226602878" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fawayiw3xuza", Local "Local file system at /tmp/rclone2226602878", Modify Window "1ns" 2025/03/23 01:18:31 INFO : Swift container rclone-test-fawayiw3xuza: Container "rclone-test-fawayiw3xuza" created NFCx2 checkfile vs. both remote (without normalization) 2025/03/23 01:18:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/23 01:18:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-fawayiw3xuza 2025/03/23 01:18:43 NOTICE: Compressed: TestCompressSwift:rclone-test-fawayiw3xuza: 1 files missing 2025/03/23 01:18:43 NOTICE: 1 hashes missing 2025/03/23 01:18:43 NOTICE: Compressed: TestCompressSwift:rclone-test-fawayiw3xuza: 2 differences found 2025/03/23 01:18:43 NOTICE: Compressed: TestCompressSwift:rclone-test-fawayiw3xuza: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/03/23 01:18:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/23 01:18:53 NOTICE: Compressed: TestCompressSwift:rclone-test-fawayiw3xuza: 0 differences found 2025/03/23 01:18:53 NOTICE: Compressed: TestCompressSwift:rclone-test-fawayiw3xuza: 1 matching files 2025/03/23 01:18:53 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-boyikas9pija" 2025/03/23 01:18:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/23 01:18:53 DEBUG : Swift container rclone-test-boyikas9pija.json: Auto set use_segments_container to true 2025/03/23 01:18:54 DEBUG : Swift container rclone-test-boyikas9pija: Auto set use_segments_container to true 2025/03/23 01:18:54 DEBUG : Creating backend with remote "/tmp/rclone3213244957" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-boyikas9pija", Local "Local file system at /tmp/rclone3213244957", Modify Window "1ns" 2025/03/23 01:18:54 INFO : Swift container rclone-test-boyikas9pija: Container "rclone-test-boyikas9pija" created both checkfile vs. NFDx2 remote (without normalization) 2025/03/23 01:19:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/23 01:19:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-boyikas9pija 2025/03/23 01:19:05 NOTICE: Compressed: TestCompressSwift:rclone-test-boyikas9pija: 1 files missing 2025/03/23 01:19:05 NOTICE: 1 hashes missing 2025/03/23 01:19:05 NOTICE: Compressed: TestCompressSwift:rclone-test-boyikas9pija: 2 differences found 2025/03/23 01:19:05 NOTICE: Compressed: TestCompressSwift:rclone-test-boyikas9pija: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/03/23 01:19:06 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/23 01:19:06 NOTICE: Compressed: TestCompressSwift:rclone-test-boyikas9pija: 0 differences found 2025/03/23 01:19:06 NOTICE: Compressed: TestCompressSwift:rclone-test-boyikas9pija: 1 matching files 2025/03/23 01:19:06 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-pulecuj6xeka" 2025/03/23 01:19:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/23 01:19:06 DEBUG : Swift container rclone-test-pulecuj6xeka.json: Auto set use_segments_container to true 2025/03/23 01:19:07 DEBUG : Swift container rclone-test-pulecuj6xeka: Auto set use_segments_container to true 2025/03/23 01:19:07 DEBUG : Creating backend with remote "/tmp/rclone18619890" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pulecuj6xeka", Local "Local file system at /tmp/rclone18619890", Modify Window "1ns" 2025/03/23 01:19:07 INFO : Swift container rclone-test-pulecuj6xeka: Container "rclone-test-pulecuj6xeka" created both checkfile vs. NFCx2 remote (without normalization) 2025/03/23 01:19:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/23 01:19:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-pulecuj6xeka 2025/03/23 01:19:23 NOTICE: Compressed: TestCompressSwift:rclone-test-pulecuj6xeka: 1 files missing 2025/03/23 01:19:23 NOTICE: 1 hashes missing 2025/03/23 01:19:23 NOTICE: Compressed: TestCompressSwift:rclone-test-pulecuj6xeka: 2 differences found 2025/03/23 01:19:23 NOTICE: Compressed: TestCompressSwift:rclone-test-pulecuj6xeka: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/03/23 01:19:28 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/23 01:19:28 NOTICE: Compressed: TestCompressSwift:rclone-test-pulecuj6xeka: 0 differences found 2025/03/23 01:19:28 NOTICE: Compressed: TestCompressSwift:rclone-test-pulecuj6xeka: 1 matching files 2025/03/23 01:19:28 DEBUG : Compressed: TestCompressSwift:rclone-test-pulecuj6xeka: Purge remote 2025/03/23 01:19:28 DEBUG : Waiting for deletions to finish 2025/03/23 01:19:39 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/03/23 01:19:39 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/03/23 01:19:39 INFO : Swift container rclone-test-pulecuj6xeka: Container "rclone-test-pulecuj6xeka" removed 2025/03/23 01:19:39 DEBUG : Compressed: TestCompressSwift:rclone-test-boyikas9pija: Purge remote 2025/03/23 01:19:39 DEBUG : Waiting for deletions to finish 2025/03/23 01:19:40 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/03/23 01:19:45 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/03/23 01:19:45 INFO : Swift container rclone-test-boyikas9pija: Container "rclone-test-boyikas9pija" removed 2025/03/23 01:19:45 DEBUG : Compressed: TestCompressSwift:rclone-test-fawayiw3xuza: Purge remote 2025/03/23 01:19:45 DEBUG : Waiting for deletions to finish 2025/03/23 01:19:46 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/03/23 01:19:50 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/03/23 01:19:51 INFO : Swift container rclone-test-fawayiw3xuza: Container "rclone-test-fawayiw3xuza" removed 2025/03/23 01:19:51 DEBUG : Compressed: TestCompressSwift:rclone-test-kufapan4huqe: Purge remote 2025/03/23 01:19:51 DEBUG : Waiting for deletions to finish 2025/03/23 01:19:51 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/03/23 01:19:56 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/03/23 01:19:59 INFO : Swift container rclone-test-kufapan4huqe: Container "rclone-test-kufapan4huqe" removed 2025/03/23 01:19:59 DEBUG : Compressed: TestCompressSwift:rclone-test-gajopap5saco: Purge remote 2025/03/23 01:19:59 DEBUG : Waiting for deletions to finish 2025/03/23 01:20:00 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/03/23 01:20:05 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/03/23 01:20:05 INFO : Swift container rclone-test-gajopap5saco: Container "rclone-test-gajopap5saco" removed 2025/03/23 01:20:05 DEBUG : Compressed: TestCompressSwift:rclone-test-zecequy6reda: Purge remote 2025/03/23 01:20:05 DEBUG : Waiting for deletions to finish 2025/03/23 01:20:10 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/03/23 01:20:10 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/03/23 01:20:10 INFO : Swift container rclone-test-zecequy6reda: Container "rclone-test-zecequy6reda" removed 2025/03/23 01:20:10 DEBUG : Compressed: TestCompressSwift:rclone-test-dilotex5wezo: Purge remote 2025/03/23 01:20:10 DEBUG : Waiting for deletions to finish 2025/03/23 01:20:10 INFO : HELLO, WORLD!.json: Deleted 2025/03/23 01:20:11 INFO : HELLO, WORLD!.bin: Deleted 2025/03/23 01:20:11 INFO : Swift container rclone-test-dilotex5wezo: Container "rclone-test-dilotex5wezo" removed 2025/03/23 01:20:11 DEBUG : Compressed: TestCompressSwift:rclone-test-rudujes6jici: Purge remote 2025/03/23 01:20:11 DEBUG : Waiting for deletions to finish 2025/03/23 01:20:11 INFO : HeLlO, wOrLd!.bin: Deleted 2025/03/23 01:20:16 INFO : HeLlO, wOrLd!.json: Deleted 2025/03/23 01:20:16 INFO : Swift container rclone-test-rudujes6jici: Container "rclone-test-rudujes6jici" removed 2025/03/23 01:20:16 DEBUG : Compressed: TestCompressSwift:rclone-test-jowemaj2joqi: Purge remote 2025/03/23 01:20:16 DEBUG : Waiting for deletions to finish 2025/03/23 01:20:17 INFO : HELLO, WORLD!.json: Deleted 2025/03/23 01:20:27 INFO : HELLO, WORLD!.bin: Deleted 2025/03/23 01:20:27 INFO : Swift container rclone-test-jowemaj2joqi: Container "rclone-test-jowemaj2joqi" removed 2025/03/23 01:20:27 DEBUG : Compressed: TestCompressSwift:rclone-test-jisezas0fito: Purge remote 2025/03/23 01:20:27 DEBUG : Waiting for deletions to finish 2025/03/23 01:20:32 INFO : hello, world!.json: Deleted 2025/03/23 01:20:32 INFO : hello, world!.bin: Deleted 2025/03/23 01:20:33 INFO : Swift container rclone-test-jisezas0fito: Container "rclone-test-jisezas0fito" removed --- PASS: TestApplyTransforms (262.07s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" 2025/03/23 01:20:38 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/23 01:20:49 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/03/23 01:20:49 INFO : file1: Copied (new) to: sub/file2 2025/03/23 01:20:59 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/03/23 01:20:59 DEBUG : file1: Unchanged skipping 2025/03/23 01:20:59 DEBUG : Compressed: TestCompressSwift:rclone-test-futuzap8duja: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (32.05s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.40s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" 2025/03/23 01:21:17 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-futuzap8duja/backup" 2025/03/23 01:21:17 DEBUG : Swift container rclone-test-futuzap8duja path backup.json: Auto set use_segments_container to true 2025/03/23 01:21:23 DEBUG : Swift container rclone-test-futuzap8duja path backup: Auto set use_segments_container to true 2025/03/23 01:21:28 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/03/23 01:22:01 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/03/23 01:22:01 INFO : dst/file1: Copied (server-side copy) 2025/03/23 01:22:06 INFO : dst/file1: Deleted 2025/03/23 01:22:17 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/03/23 01:22:17 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (87.68s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" 2025/03/23 01:22:33 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-futuzap8duja/dst" 2025/03/23 01:22:33 DEBUG : Config file has changed externally - reloading 2025/03/23 01:22:33 DEBUG : Swift container rclone-test-futuzap8duja path dst.json: Auto set use_segments_container to true 2025/03/23 01:22:39 DEBUG : Swift container rclone-test-futuzap8duja path dst: Auto set use_segments_container to true 2025/03/23 01:22:50 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-futuzap8duja/CompareDest" 2025/03/23 01:22:50 DEBUG : Swift container rclone-test-futuzap8duja path CompareDest.json: Auto set use_segments_container to true 2025/03/23 01:22:56 DEBUG : Swift container rclone-test-futuzap8duja path CompareDest: Auto set use_segments_container to true 2025/03/23 01:23:01 DEBUG : one: Need to transfer - File not found at Destination 2025/03/23 01:23:17 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/03/23 01:23:17 INFO : one: Copied (new) 2025/03/23 01:23:23 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/23 01:23:33 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/03/23 01:23:33 INFO : one: Copied (replaced existing) 2025/03/23 01:23:46 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/23 01:23:46 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/03/23 01:23:46 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/23 01:24:04 DEBUG : two: Need to transfer - File not found at Destination 2025/03/23 01:24:09 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/03/23 01:24:09 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/23 01:24:15 DEBUG : two: Need to transfer - File not found at Destination 2025/03/23 01:24:15 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/03/23 01:24:15 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/23 01:24:41 DEBUG : two: Need to transfer - File not found at Destination 2025/03/23 01:24:41 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/03/23 01:24:57 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/03/23 01:24:57 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (182.11s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" 2025/03/23 01:25:35 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-futuzap8duja/dst" 2025/03/23 01:25:35 DEBUG : Swift container rclone-test-futuzap8duja path dst.json: Auto set use_segments_container to true 2025/03/23 01:25:41 DEBUG : Swift container rclone-test-futuzap8duja path dst: Auto set use_segments_container to true 2025/03/23 01:25:51 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-futuzap8duja/CopyDest" 2025/03/23 01:25:52 DEBUG : Swift container rclone-test-futuzap8duja path CopyDest.json: Auto set use_segments_container to true 2025/03/23 01:25:58 DEBUG : Swift container rclone-test-futuzap8duja path CopyDest: Auto set use_segments_container to true 2025/03/23 01:26:03 DEBUG : one: Need to transfer - File not found at Destination 2025/03/23 01:26:19 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/03/23 01:26:19 INFO : one: Copied (new) 2025/03/23 01:26:24 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/23 01:26:35 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/03/23 01:26:35 INFO : one: Copied (replaced existing) 2025/03/23 01:26:57 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-futuzap8duja/BackupDir" 2025/03/23 01:26:57 DEBUG : Swift container rclone-test-futuzap8duja path BackupDir.json: Auto set use_segments_container to true 2025/03/23 01:27:03 DEBUG : Swift container rclone-test-futuzap8duja path BackupDir: Auto set use_segments_container to true 2025/03/23 01:27:08 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/23 01:27:14 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/03/23 01:27:14 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/23 01:27:40 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/03/23 01:27:40 INFO : one: Copied (server-side copy) 2025/03/23 01:27:45 INFO : one: Deleted 2025/03/23 01:28:05 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/03/23 01:28:05 INFO : one: Copied (server-side copy) 2025/03/23 01:28:05 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/03/23 01:28:58 DEBUG : two: Need to transfer - File not found at Destination 2025/03/23 01:29:08 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/03/23 01:29:34 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/03/23 01:29:34 INFO : two: Copied (server-side copy) 2025/03/23 01:29:34 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/03/23 01:30:15 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/03/23 01:30:15 DEBUG : two: Unchanged skipping 2025/03/23 01:31:02 DEBUG : three: Need to transfer - File not found at Destination 2025/03/23 01:31:02 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/03/23 01:31:02 DEBUG : three: Destination not found in --copy-dest 2025/03/23 01:31:08 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/03/23 01:31:08 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (401.58s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", 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-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.20s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" 2025/03/23 01:32:22 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/03/23 01:32:28 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/03/23 01:32:28 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/03/23 01:32:33 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/03/23 01:32:39 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/03/23 01:32:39 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy2.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-futuzap8duja/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/03/23 01:32:45 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/03/23 01:32:50 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/03/23 01:32:56 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 9397f865a6068b503a757abfc84b9bf8 OK 2025/03/23 01:32:56 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (40.01s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.09s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.16s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.09s) === RUN TestDeduplicateFirst run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.09s) === RUN TestDeduplicateNewest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.09s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" 2025/03/23 01:33:41 INFO : Compressed: TestCompressSwift:rclone-test-futuzap8duja: Looking for duplicate md5 hashes using newest mode. 2025/03/23 01:33:41 NOTICE: 2057b6ffbbd7122590202aa36db82896: Found 3 files with duplicate md5 hashes 2025/03/23 01:33:52 INFO : one: Deleted 2025/03/23 01:33:57 INFO : also/one: Deleted 2025/03/23 01:33:57 NOTICE: 2057b6ffbbd7122590202aa36db82896: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (60.63s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.16s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.09s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.15s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.09s) === RUN TestMergeDirs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.09s) === RUN TestListDirSorted run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" 2025/03/23 01:36:02 DEBUG : a.txt: Excluded (Size Filter) 2025/03/23 01:36:02 DEBUG : a.txt: Excluded 2025/03/23 01:36:02 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/03/23 01:36:02 DEBUG : sub dir/hello world: Excluded 2025/03/23 01:36:02 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/03/23 01:36:02 DEBUG : sub dir/hello world2: Excluded 2025/03/23 01:36:02 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/03/23 01:36:02 DEBUG : sub dir/hello world: Excluded 2025/03/23 01:36:02 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/03/23 01:36:02 DEBUG : sub dir/hello world2: Excluded 2025/03/23 01:36:12 DEBUG : sub dir/ignore dir: Excluded 2025/03/23 01:36:17 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (206.60s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", 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 (59.26s) --- PASS: TestListJSON/Default (0.29s) --- PASS: TestListJSON/FilesOnly (5.22s) --- PASS: TestListJSON/DirsOnly (0.04s) --- PASS: TestListJSON/Recurse (5.39s) --- PASS: TestListJSON/SubDir (0.17s) --- PASS: TestListJSON/NoModTime (0.14s) --- PASS: TestListJSON/NoMimeType (5.09s) --- PASS: TestListJSON/ShowHash (0.17s) --- PASS: TestListJSON/HashTypes (5.19s) --- PASS: TestListJSON/Metadata (0.17s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", 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/03/23 01:39:17 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-futuzap8duja/notfound" 2025/03/23 01:39:17 DEBUG : Config file has changed externally - reloading 2025/03/23 01:39:18 DEBUG : Swift container rclone-test-futuzap8duja path notfound.json: Auto set use_segments_container to true 2025/03/23 01:39:23 DEBUG : Swift container rclone-test-futuzap8duja path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (90.57s) --- PASS: TestStatJSON/Root (0.12s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.05s) --- PASS: TestStatJSON/Dir (5.27s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.10s) --- PASS: TestStatJSON/File (0.12s) --- PASS: TestStatJSON/NotFound (5.22s) --- PASS: TestStatJSON/DirFilesOnly (5.05s) --- PASS: TestStatJSON/FileFilesOnly (0.13s) --- PASS: TestStatJSON/NotFoundFilesOnly (5.05s) --- PASS: TestStatJSON/DirDirsOnly (0.04s) --- PASS: TestStatJSON/FileDirsOnly (0.10s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (16.60s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" 2025/03/23 01:39:55 INFO : Compressed: TestCompressSwift:rclone-test-futuzap8duja: Making directory 2025/03/23 01:39:55 INFO : Compressed: TestCompressSwift:rclone-test-futuzap8duja: Making directory --- PASS: TestMkdir (0.16s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" --- PASS: TestLsd (41.23s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" --- PASS: TestLs (42.28s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" 2025/03/23 01:41:45 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/03/23 01:41:45 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (47.07s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" --- PASS: TestLsLong (47.50s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (52.81s) --- PASS: TestHashSums/Md5 (5.25s) --- PASS: TestHashSums/Md5Download (5.20s) === RUN TestHashSumsWithErrors 2025/03/23 01:43:46 DEBUG : Creating backend with remote ":memory:" 2025/03/23 01:43:46 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/03/23 01:43:46 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/03/23 01:43:46 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/03/23 01:43:46 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/03/23 01:43:46 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/03/23 01:43:46 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/03/23 01:43:46 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/03/23 01:43:46 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/03/23 01:43:46 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-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" --- PASS: TestCount (48.40s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" 2025/03/23 01:45:23 DEBUG : Waiting for deletions to finish 2025/03/23 01:45:23 DEBUG : large: Excluded (Size Filter) 2025/03/23 01:45:34 INFO : medium: Deleted 2025/03/23 01:45:39 INFO : small: Deleted --- PASS: TestDelete (79.77s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" 2025/03/23 01:46:56 DEBUG : Waiting for deletions to finish 2025/03/23 01:46:56 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/03/23 01:47:06 INFO : large: Deleted 2025/03/23 01:47:11 INFO : medium: Deleted --- PASS: TestMaxDelete (93.02s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" 2025/03/23 01:48:29 DEBUG : Waiting for deletions to finish 2025/03/23 01:48:29 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/03/23 01:48:40 INFO : medium: Deleted 2025/03/23 01:48:45 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (88.34s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" 2025/03/23 01:50:03 DEBUG : Waiting for deletions to finish 2025/03/23 01:50:03 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/03/23 01:50:08 INFO : large: Deleted 2025/03/23 01:50:18 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (98.01s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" --- PASS: TestReadFile (16.72s) === RUN TestRetry 2025/03/23 01:50:50 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/03/23 01:50:50 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/03/23 01:50:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/23 01:50:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/23 01:50:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/23 01:50:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/23 01:50:50 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-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" --- PASS: TestCat (34.02s) === RUN TestPurge 2025/03/23 01:51:24 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-zotikuz1zici" 2025/03/23 01:51:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/23 01:51:25 DEBUG : Swift container rclone-test-zotikuz1zici.json: Auto set use_segments_container to true 2025/03/23 01:51:26 DEBUG : Swift container rclone-test-zotikuz1zici: Auto set use_segments_container to true 2025/03/23 01:51:26 DEBUG : Creating backend with remote "/tmp/rclone2772181238" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-zotikuz1zici", Local "Local file system at /tmp/rclone2772181238", Modify Window "1ns" 2025/03/23 01:51:26 INFO : Swift container rclone-test-zotikuz1zici: Container "rclone-test-zotikuz1zici" created 2025/03/23 01:51:37 INFO : A2: Making directory 2025/03/23 01:51:37 INFO : A1/B2: Making directory 2025/03/23 01:51:37 INFO : A1/B2/C2: Making directory 2025/03/23 01:51:37 INFO : A1/B1/C3: Making directory 2025/03/23 01:51:37 INFO : A3: Making directory 2025/03/23 01:51:37 INFO : A3/B3: Making directory 2025/03/23 01:51:37 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/03/23 01:51:50 DEBUG : Waiting for deletions to finish 2025/03/23 01:51:50 INFO : A1/B1/C1/one.json: Deleted 2025/03/23 01:52:00 INFO : A1/B1/C1/one.bin: 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/03/23 01:52:00 DEBUG : Waiting for deletions to finish 2025/03/23 01:52:00 INFO : A1/two.json: Deleted 2025/03/23 01:52:10 INFO : A1/two.bin: Deleted 2025/03/23 01:52:11 INFO : Swift container rclone-test-zotikuz1zici: Container "rclone-test-zotikuz1zici" removed 2025/03/23 01:52:11 DEBUG : Compressed: TestCompressSwift:rclone-test-zotikuz1zici: Purge remote 2025/03/23 01:52:11 DEBUG : Waiting for deletions to finish 2025/03/23 01:52:11 NOTICE: purge failed: directory not found --- PASS: TestPurge (46.28s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" 2025/03/23 01:52:23 INFO : A2: Making directory 2025/03/23 01:52:23 INFO : A1/B2: Making directory 2025/03/23 01:52:23 INFO : A1/B2/C2: Making directory 2025/03/23 01:52:23 INFO : A1/B1/C3: Making directory 2025/03/23 01:52:23 INFO : A3: Making directory 2025/03/23 01:52:23 INFO : A3/B3: Making directory 2025/03/23 01:52:23 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/03/23 01:52:29 DEBUG : removing 1 level 3 directories 2025/03/23 01:52:29 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/03/23 01:52:47 DEBUG : removing 1 level 0 directories 2025/03/23 01:52:47 INFO : Compressed: TestCompressSwift:rclone-test-futuzap8duja: Removing directory 2025/03/23 01:52:47 INFO : Swift container rclone-test-futuzap8duja: Container "rclone-test-futuzap8duja" removed --- PASS: TestRmdirsNoLeaveRoot (36.13s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" 2025/03/23 01:52:47 INFO : Swift container rclone-test-futuzap8duja: Container "rclone-test-futuzap8duja" created 2025/03/23 01:52:47 INFO : A1: Making directory 2025/03/23 01:52:47 INFO : A1/B1: Making directory 2025/03/23 01:52:47 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 (0.46s) === RUN TestRmdirsWithFilter run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" 2025/03/23 01:52:47 INFO : A1: Making directory 2025/03/23 01:52:47 INFO : A1/B1: Making directory 2025/03/23 01:52:47 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.22s) === RUN TestCopyURL run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" 2025/03/23 01:53:03 DEBUG : filename.txt: File name found in url 2025/03/23 01:53:09 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (74.95s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" 2025/03/23 01:54:08 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/23 01:54:18 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/03/23 01:54:18 INFO : file1: Copied (new) to: sub/file2 2025/03/23 01:54:18 INFO : file1: Deleted 2025/03/23 01:54:18 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/03/23 01:54:18 DEBUG : file1: Unchanged skipping 2025/03/23 01:54:18 INFO : file1: Deleted 2025/03/23 01:54:18 DEBUG : Compressed: TestCompressSwift:rclone-test-futuzap8duja: don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (26.53s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" 2025/03/23 01:54:34 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/23 01:54:45 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/03/23 01:54:45 INFO : file1: Copied (new) 2025/03/23 01:54:45 INFO : file1: Deleted 2025/03/23 01:54:50 DEBUG : file1: Destination exists, skipping 2025/03/23 01:54:50 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (26.69s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFile (0.20s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.20s) === RUN TestMoveFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" 2025/03/23 01:55:07 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-futuzap8duja/backup" 2025/03/23 01:55:07 DEBUG : Config file has changed externally - reloading 2025/03/23 01:55:08 DEBUG : Swift container rclone-test-futuzap8duja path backup.json: Auto set use_segments_container to true 2025/03/23 01:55:13 DEBUG : Config file has changed externally - reloading 2025/03/23 01:55:13 DEBUG : Swift container rclone-test-futuzap8duja path backup: Auto set use_segments_container to true 2025/03/23 01:55:18 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/03/23 01:55:45 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/03/23 01:55:45 INFO : dst/file1: Copied (server-side copy) 2025/03/23 01:55:50 INFO : dst/file1: Deleted 2025/03/23 01:56:00 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/03/23 01:56:00 INFO : dst/file1: Copied (new) 2025/03/23 01:56:00 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (76.46s) === 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-futuzap8duja", Local "Local file system at /tmp/rclone3153551239", Modify Window "1ns" 2025/03/23 01:57:13 INFO : A1/B2: Making directory 2025/03/23 01:57:13 INFO : A1/B1/C3: Making directory fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B1/C3" 2025/03/23 01:57:56 DEBUG : A1/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/03/23 01:57:56 INFO : A1/two: Copied (server-side copy) to: A2/two 2025/03/23 01:57:57 INFO : A1/two: Deleted 2025/03/23 01:58:00 DEBUG : A1/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/03/23 01:58:00 INFO : A1/B1/three: Copied (server-side copy) to: A2/B1/three 2025/03/23 01:58:00 DEBUG : A1/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/03/23 01:58:00 INFO : A1/B1/C2/five: Copied (server-side copy) to: A2/B1/C2/five 2025/03/23 01:58:05 INFO : A1/B1/three: Deleted 2025/03/23 01:58:05 DEBUG : A1/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/03/23 01:58:05 INFO : A1/one: Copied (server-side copy) to: A2/one 2025/03/23 01:58:10 INFO : A1/B1/C2/five: Deleted 2025/03/23 01:58:15 DEBUG : A1/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/03/23 01:58:15 INFO : A1/B1/C1/four: Copied (server-side copy) to: A2/B1/C1/four 2025/03/23 01:58:15 INFO : A1/one: Deleted 2025/03/23 01:58:21 INFO : A1/B1/C1/four: Deleted fstest.go:244: Filtering empty directory "A2/B2" fstest.go:244: Filtering empty directory "A2/B1/C3" 2025/03/23 01:58:49 DEBUG : A2/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/03/23 01:58:49 INFO : A2/B1/C2/five: Copied (server-side copy) to: A3/B1/C2/five 2025/03/23 01:58:49 INFO : A2/B1/C2/five: Deleted 2025/03/23 01:58:53 DEBUG : A2/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/03/23 01:58:53 INFO : A2/B1/three: Copied (server-side copy) to: A3/B1/three 2025/03/23 01:58:58 DEBUG : A2/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/03/23 01:58:58 INFO : A2/B1/C1/four: Copied (server-side copy) to: A3/B1/C1/four 2025/03/23 01:58:58 DEBUG : A2/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/03/23 01:58:58 INFO : A2/two: Copied (server-side copy) to: A3/two 2025/03/23 01:58:58 INFO : A2/two: Deleted 2025/03/23 01:58:59 INFO : A2/B1/three: Deleted 2025/03/23 01:58:59 DEBUG : A2/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/03/23 01:58:59 INFO : A2/one: Copied (server-side copy) to: A3/one 2025/03/23 01:58:59 INFO : A2/one: Deleted 2025/03/23 01:59:08 INFO : A2/B1/C1/four: Deleted fstest.go:244: Filtering empty directory "A3/B2" fstest.go:244: Filtering empty directory "A3/B1/C3" 2025/03/23 01:59:19 INFO : Compressed: TestCompressSwift:rclone-test-futuzap8duja: Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/03/23 01:59:40 DEBUG : A3/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/03/23 01:59:40 INFO : A3/B1/C2/five: Copied (server-side copy) to: A4/B1/C2/five 2025/03/23 01:59:40 INFO : A3/B1/C2/five: Deleted 2025/03/23 01:59:50 DEBUG : A3/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/03/23 01:59:50 INFO : A3/two: Copied (server-side copy) to: A4/two 2025/03/23 01:59:50 DEBUG : A3/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/03/23 01:59:50 INFO : A3/B1/C1/four: Copied (server-side copy) to: A4/B1/C1/four 2025/03/23 01:59:55 DEBUG : A3/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/03/23 01:59:55 INFO : A3/B1/three: Copied (server-side copy) to: A4/B1/three 2025/03/23 01:59:55 DEBUG : A3/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/03/23 01:59:55 INFO : A3/one: Copied (server-side copy) to: A4/one 2025/03/23 01:59:55 INFO : A3/two: Deleted 2025/03/23 02:00:00 INFO : A3/B1/C1/four: Deleted 2025/03/23 02:00:01 INFO : A3/B1/three: Deleted 2025/03/23 02:00:01 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 (4m13s) goroutine 9913 [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(0xc0003d4340, {0x25e6322?, 0x0?}, 0x2727030) /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(0xc0003d4340) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2168 +0x37 testing.tRunner(0xc0003d4340, 0xc0007adc18) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 testing.runTests(0xc000648a68, {0x3d076c0, 0x6c, 0x6c}, {0x3d1bfa0?, 0x1?, 0x3d1bfa0?}) /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(0xc00073fd60) /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(0xc00073fd60) /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:263 +0xa9 goroutine 3213 [chan receive, 43 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2769 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 23 [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 24 [chan receive, 60 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9240 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc000804700, 0xc000b7c0c0, 0xc00079a3c0) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc000804700, {0x2a038c0, 0x3d3f480}, {0xc0000603c0, 0x4f}, {{0xc0003b4d50, 0x18}, {0xc0003b4d69, 0xf}, {0x25d1305, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc000804700, {0x2a038c0, 0x3d3f480}, {{0xc0003b4d50, 0x18}, {0xc0003b4d69, 0xf}, {0x25d1305, 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(0xc00091d088?, {0x2a038c0?, 0x3d3f480?}, {0xc0003b4d50?, 0xc00091d0f0?}, {0xc0003b4d69, 0xf}) /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, 0xc00091d428) /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:88 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc000380420, 0xc000b7c000, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc000380420, 0xc000b7c000) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Object).readMetaData(0xc0015f0d80, {0x2a038c0, 0x3d3f480}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1333 +0x172 github.com/rclone/rclone/backend/swift.(*Object).hasHeader(0xc0015f0d80, {0x2a038c0?, 0x3d3f480?}, {0x2605ced, 0x15}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1246 +0x30 github.com/rclone/rclone/backend/swift.(*Object).isLargeObject(0xc0015f0d80, {0x2a038c0, 0x3d3f480}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1277 +0x48 github.com/rclone/rclone/backend/swift.(*Object).Remove(0xc0015f0d80, {0x2a038c0, 0x3d3f480}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1597 +0x9c github.com/rclone/rclone/backend/compress.(*Object).Remove(0xc0006f77c0, {0x2a038c0, 0x3d3f480}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1113 +0xc3 github.com/rclone/rclone/fstest.newRunIndividual.func1.1.1() /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:154 +0x24 github.com/rclone/rclone/fstest.retry(0xc0008191e0, {0xc000b876a0, 0x1b}, 0xc00091d8f8) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:121 +0xde github.com/rclone/rclone/fstest.newRunIndividual.func1.1({0xc0010e0a00?, 0xc0010e0a00?, 0x4105bf?}) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:154 +0x369 github.com/rclone/rclone/fs/walk.listR.func1({0xc0010e0a00, 0x5, 0x10}) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:329 +0x19c github.com/rclone/rclone/backend/compress.(*Fs).ListR.func1({0xc0010e0a00?, 0xc000ae79e0?, 0x18?}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:384 +0x4c github.com/rclone/rclone/fs/walk.(*ListRHelper).send(...) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:662 github.com/rclone/rclone/fs/walk.(*ListRHelper).Flush(0xc00091db50) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:680 +0x35 github.com/rclone/rclone/backend/swift.(*Fs).ListR(0xc0003048c0, {0x2a038c0, 0x3d3f480}, {0x0?, 0x22e2bc0?}, 0xc000aaa138) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:881 +0x165 github.com/rclone/rclone/backend/compress.(*Fs).ListR(0xc0002b8880, {0x2a038c0, 0x3d3f480}, {0x0, 0x0}, 0xc000505bd0) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:379 +0xb9 github.com/rclone/rclone/fs/walk.listR({0x2a038c0, 0x3d3f480}, {0x2a17d60, 0xc0002b8880}, {0x0, 0x0}, 0x1, 0x3, 0xc0005b2f90, 0xc0006486f0, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:298 +0x2a3 github.com/rclone/rclone/fs/walk.ListR({0x2a038c0, 0x3d3f480}, {0x2a17d60, 0xc0002b8880}, {0x0, 0x0}, 0x1, 0xffffffffffffffff, 0x3, 0xc0005b2f90) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:162 +0x1d5 github.com/rclone/rclone/fstest.newRunIndividual.func1() /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:150 +0x111 github.com/rclone/rclone/fstest.(*Run).Finalise(0xc000313880) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 +0x1c testing.(*common).Cleanup.func1() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 +0x109 testing.(*common).runCleanup(0xc0008191e0, 0x8?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 +0xd5 testing.tRunner.func2() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 +0x25 testing.tRunner(0xc0008191e0, 0x2727030) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1696 +0x11e 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 1187 [chan receive (nil chan), 54 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1177 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 205 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 195 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 9343 [select]: net/http.(*persistConn).writeLoop(0xc0011918c0) /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 9334 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 7842 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc000884540) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:341 +0x13d created by github.com/rclone/rclone/fs/accounting.(*StatsInfo)._startAverageLoop in goroutine 7809 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:406 +0xb6 goroutine 9340 [IO wait]: internal/poll.runtime_pollWait(0x7f13d81982d0, 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(0xc000b8e500?, 0xc00093b300?, 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(0xc000b8e500, {0xc00093b300, 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(0xc000b8e500, {0xc00093b300?, 0xc0003c88d0?, 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(0xc0006cc108, {0xc00093b300?, 0x3d1bfa0?, 0xc0010d69d0?}) /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(0xc000809410, {0xc00093b300?, 0x18?, 0x7f13d459b958?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000acdf20, {0xc00093b300?, 0x0?, 0xc000acdf20?}) /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(0xc0003c89b8, {0x29ddc00, 0xc000acdf20}) /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(0xc0003c8708, {0x7f13d5682c58, 0xc000809410}, 0xc0010d6a40?) /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(0xc0003c8708, 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(0xc0003c8708, {0xc0005ef000, 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(0xc0011919e0, {0xc0005ef000?, 0x81d405?, 0x214c680?}) /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(0xc000a55380) /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(0xc000a55380, 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(0xc0011919e0) /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 9337 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 1473 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1463 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +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:211 +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:209 +0x378 goroutine 8364 [IO wait]: internal/poll.runtime_pollWait(0x7f13d81986f0, 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(0xc00050c680?, 0xc000939980?, 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(0xc00050c680, {0xc000939980, 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(0xc00050c680, {0xc000939980?, 0xc0006181d0?, 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(0xc0006cc098, {0xc000939980?, 0x3d1bfa0?, 0xc0009ec9d0?}) /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(0xc000828528, {0xc000939980?, 0x18?, 0x2000?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000808420, {0xc000939980?, 0x0?, 0xc000808420?}) /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(0xc0006182b8, {0x29ddc00, 0xc000808420}) /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(0xc000618008, {0x7f13d5682c58, 0xc000828528}, 0xc0009eca40?) /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(0xc000618008, 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(0xc000618008, {0xc0013e2000, 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(0xc00075b7a0, {0xc0013e2000?, 0x81d405?, 0x214c680?}) /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(0xc0008485a0) /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(0xc0008485a0, 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(0xc00075b7a0) /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 8359 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 726 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 716 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 163 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 153 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 539 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 497 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 9366 [IO wait]: internal/poll.runtime_pollWait(0x7f13d81987f8, 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(0xc000340380?, 0xc000148c80?, 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(0xc000340380, {0xc000148c80, 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(0xc000340380, {0xc000148c80?, 0xc000618fd0?, 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(0xc0006cc110, {0xc000148c80?, 0x3d1bfa0?, 0xc00009b9d0?}) /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(0xc0008094a0, {0xc000148c80?, 0x18?, 0x7f13d57e4ee0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc0008298a8, {0xc000148c80?, 0x0?, 0xc0008298a8?}) /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(0xc0006190b8, {0x29ddc00, 0xc0008298a8}) /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(0xc000618e08, {0x7f13d5682c58, 0xc0008094a0}, 0xc00009ba40?) /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(0xc000618e08, 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(0xc000618e08, {0xc0007fa000, 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(0xc0011917a0, {0xc0007fa000?, 0x81d405?, 0x214c680?}) /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(0xc000b7cd80) /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(0xc000b7cd80, 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(0xc0011917a0) /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 9328 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 275 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 249 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 329 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 287 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 1458 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1448 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 670 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 660 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 1238 [chan receive (nil chan), 54 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1228 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 1036 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1026 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 843 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 769 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 2818 [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 2769 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 758 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 748 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 1077 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1019 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 498 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 472 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 9341 [select]: net/http.(*persistConn).writeLoop(0xc0011919e0) /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 9337 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 3291 [chan receive, 42 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2769 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 614 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 557 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 952 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 942 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 3404 [chan receive, 42 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2769 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1282 [chan receive (nil chan), 54 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1192 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 2846 [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 2769 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1354 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1296 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 1400 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1342 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 3507 [chan receive, 42 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2769 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9365 [select]: net/http.(*persistConn).writeLoop(0xc000a5b320) /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 9312 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 3111 [chan receive, 43 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2769 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 2428 [chan receive, 43 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2769 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9364 [IO wait]: internal/poll.runtime_pollWait(0x7f13d81981c8, 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(0xc000340300?, 0xc00093cc80?, 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(0xc000340300, {0xc00093cc80, 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(0xc000340300, {0xc00093cc80?, 0xc00047ec50?, 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(0xc00028a470, {0xc00093cc80?, 0x3d1bfa0?, 0xc0009ef9d0?}) /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(0xc000649518, {0xc00093cc80?, 0x18?, 0x7f13d55c7228?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000acdae8, {0xc00093cc80?, 0x0?, 0xc000acdae8?}) /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(0xc00047ed38, {0x29ddc00, 0xc000acdae8}) /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(0xc00047ea88, {0x7f13d5682c58, 0xc000649518}, 0xc0009efa40?) /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(0xc00047ea88, 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(0xc00047ea88, {0xc0007d2000, 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(0xc000a5b320, {0xc0007d2000?, 0x81d405?, 0x214c680?}) /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(0xc000b7cba0) /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(0xc000b7cba0, 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(0xc000a5b320) /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 9312 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 2945 [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 2769 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9912 [select]: net/http.(*persistConn).roundTrip(0xc0011918c0, 0xc000558550) /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(0xc0003ff980, 0xc00079a3c0) /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(0xc0004248c0, 0xc00079a3c0) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc00079a3c0, {0x29dd480, 0xc0004248c0}, {0x1?, 0xc000848240?, 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(0xc00054ae40, 0xc00079a3c0, {0x40af3e?, 0x47e292?, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:180 +0x98 net/http.(*Client).do(0xc00054ae40, 0xc00079a3c0) /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 9240 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 3531 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2769 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8365 [select]: net/http.(*persistConn).writeLoop(0xc00075b7a0) /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 8359 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 9367 [select]: net/http.(*persistConn).writeLoop(0xc0011917a0) /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 9328 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 9342 [IO wait]: internal/poll.runtime_pollWait(0x7f13d8197eb0, 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(0xc000b8e580?, 0xc00093e600?, 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(0xc000b8e580, {0xc00093e600, 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(0xc000b8e580, {0xc00093e600?, 0xc00047efd0?, 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(0xc00028a478, {0xc00093e600?, 0x3d1bfa0?, 0xc0009ee9d0?}) /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(0xc0006495a8, {0xc00093e600?, 0x18?, 0x7f13d45991f8?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000aaa4b0, {0xc00093e600?, 0x0?, 0xc000aaa4b0?}) /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(0xc00047f0b8, {0x29ddc00, 0xc000aaa4b0}) /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(0xc00047ee08, {0x7f13d5682c58, 0xc0006495a8}, 0xc0009eea40?) /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(0xc00047ee08, 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(0xc00047ee08, {0xc000981000, 0x1000, 0xc000880c08?}) /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(0xc0011918c0, {0xc000981000?, 0x81d405?, 0x214c680?}) /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(0xc000a55560) /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(0xc000a55560, 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(0xc0011918c0) /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 9334 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 8189 [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 8188 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m1.346986674s (try 1/5): exit status 2: Failed []