"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 5/5) 2025/04/13 06:03:06 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kokatat8siyu" 2025/04/13 06:03:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 06:03:07 DEBUG : Swift container rclone-test-kokatat8siyu.json: Auto set use_segments_container to true 2025/04/13 06:03:07 DEBUG : Swift container rclone-test-kokatat8siyu: Auto set use_segments_container to true 2025/04/13 06:03:07 DEBUG : Creating backend with remote "/tmp/rclone3919393359" === 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-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.21s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.06s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/04/13 06:03:08 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/13 06:03:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/13 06:03:08 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/04/13 06:03:08 DEBUG : potato: Seek from 10 to 0 2025/04/13 06:03:08 DEBUG : potato: Seek from 10 to 0 2025/04/13 06:03:08 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/04/13 06:03:08 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/13 06:03:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/13 06:03:08 DEBUG : potato: Seek from 5 to 2 2025/04/13 06:03:08 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/04/13 06:03:08 DEBUG : potato: Seek from 7 to 0 2025/04/13 06:03:08 DEBUG : potato: Seek from 7 to 0 2025/04/13 06:03:08 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/04/13 06:03:08 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/13 06:03:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/13 06:03:08 DEBUG : potato: Seek from 5 to 2 2025/04/13 06:03:08 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/04/13 06:03:08 DEBUG : potato: Seek from 8 to 0 2025/04/13 06:03:08 DEBUG : potato: Seek from 8 to 0 2025/04/13 06:03:08 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/04/13 06:03:08 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/13 06:03:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/13 06:03:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/13 06:03:08 DEBUG : potato: Seek from 5 to 2 2025/04/13 06:03:08 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/04/13 06:03:08 DEBUG : potato: Seek from 9 to 0 2025/04/13 06:03:08 DEBUG : potato: Seek from 9 to 0 2025/04/13 06:03:08 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-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" 2025/04/13 06:03:08 INFO : Swift container rclone-test-kokatat8siyu: Container "rclone-test-kokatat8siyu" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (143.07s) --- PASS: TestCheck/1 (0.15s) --- PASS: TestCheck/2 (0.15s) --- PASS: TestCheck/3 (0.17s) --- PASS: TestCheck/4 (5.20s) --- PASS: TestCheck/5 (5.19s) --- PASS: TestCheck/6 (10.15s) --- PASS: TestCheck/7 (0.16s) === RUN TestCheckFsError 2025/04/13 06:05:31 DEBUG : Creating backend with remote "nonexistent" 2025/04/13 06:05:31 DEBUG : Creating backend with remote "nonexistent" 2025/04/13 06:05:31 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/04/13 06:05:31 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/04/13 06:05:31 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/04/13 06:05:31 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", 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 (0.21s) --- PASS: TestCheckDownload/2 (10.19s) --- PASS: TestCheckDownload/3 (10.25s) --- PASS: TestCheckDownload/4 (5.32s) --- PASS: TestCheckDownload/5 (0.25s) --- PASS: TestCheckDownload/6 (10.21s) --- PASS: TestCheckDownload/7 (10.19s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", 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 (114.92s) --- PASS: TestCheckSizeOnly/1 (0.05s) --- PASS: TestCheckSizeOnly/2 (0.09s) --- PASS: TestCheckSizeOnly/3 (0.05s) --- PASS: TestCheckSizeOnly/4 (0.05s) --- PASS: TestCheckSizeOnly/5 (0.09s) --- PASS: TestCheckSizeOnly/6 (0.05s) --- PASS: TestCheckSizeOnly/7 (0.10s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" 2025/04/13 06:10:38 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/13 06:10:38 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/13 06:10:38 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/13 06:10:38 NOTICE: test.sum: 2 warning(s) suppressed... 2025/04/13 06:11:04 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/13 06:11:04 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/13 06:11:04 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/13 06:11:04 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (77.30s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" 2025/04/13 06:11:19 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kokatat8siyu/data" 2025/04/13 06:11:19 DEBUG : Config file has changed externally - reloading 2025/04/13 06:11:20 DEBUG : Swift container rclone-test-kokatat8siyu path data.json: Auto set use_segments_container to true 2025/04/13 06:11:26 DEBUG : Swift container rclone-test-kokatat8siyu 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 (317.12s) --- PASS: TestCheckSum/subtest1 (5.39s) --- PASS: TestCheckSum/subtest2 (10.34s) --- PASS: TestCheckSum/subtest3 (5.47s) --- PASS: TestCheckSum/subtest4 (10.62s) --- PASS: TestCheckSum/subtest5 (15.44s) --- PASS: TestCheckSum/subtest6 (10.46s) --- PASS: TestCheckSum/subtest7 (20.57s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" 2025/04/13 06:16:36 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kokatat8siyu/data" 2025/04/13 06:16:37 DEBUG : Swift container rclone-test-kokatat8siyu path data.json: Auto set use_segments_container to true 2025/04/13 06:16:43 DEBUG : Swift container rclone-test-kokatat8siyu 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 (324.64s) --- PASS: TestCheckSumDownload/subtest1 (10.43s) --- PASS: TestCheckSumDownload/subtest2 (15.46s) --- PASS: TestCheckSumDownload/subtest3 (10.49s) --- PASS: TestCheckSumDownload/subtest4 (10.42s) --- PASS: TestCheckSumDownload/subtest5 (15.50s) --- PASS: TestCheckSumDownload/subtest6 (0.46s) --- PASS: TestCheckSumDownload/subtest7 (15.52s) === RUN TestApplyTransforms 2025/04/13 06:22:01 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hasegiv1kuho" 2025/04/13 06:22:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 06:22:02 DEBUG : Swift container rclone-test-hasegiv1kuho.json: Auto set use_segments_container to true 2025/04/13 06:22:02 DEBUG : Swift container rclone-test-hasegiv1kuho: Auto set use_segments_container to true 2025/04/13 06:22:02 DEBUG : Creating backend with remote "/tmp/rclone2538110563" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hasegiv1kuho", Local "Local file system at /tmp/rclone2538110563", Modify Window "1ns" 2025/04/13 06:22:02 INFO : Swift container rclone-test-hasegiv1kuho: Container "rclone-test-hasegiv1kuho" created upper checkfile vs. lower remote (without normalization) 2025/04/13 06:22:18 ERROR : hello, world!: sum not found 2025/04/13 06:22:18 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-hasegiv1kuho 2025/04/13 06:22:18 NOTICE: Compressed: TestCompressSwift:rclone-test-hasegiv1kuho: 1 files missing 2025/04/13 06:22:18 NOTICE: 1 hashes missing 2025/04/13 06:22:18 NOTICE: Compressed: TestCompressSwift:rclone-test-hasegiv1kuho: 2 differences found 2025/04/13 06:22:18 NOTICE: Compressed: TestCompressSwift:rclone-test-hasegiv1kuho: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/04/13 06:22:33 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/13 06:22:33 NOTICE: Compressed: TestCompressSwift:rclone-test-hasegiv1kuho: 0 differences found 2025/04/13 06:22:33 NOTICE: Compressed: TestCompressSwift:rclone-test-hasegiv1kuho: 1 matching files 2025/04/13 06:22:33 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gawamiv0zedo" 2025/04/13 06:22:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 06:22:34 DEBUG : Swift container rclone-test-gawamiv0zedo.json: Auto set use_segments_container to true 2025/04/13 06:22:35 DEBUG : Swift container rclone-test-gawamiv0zedo: Auto set use_segments_container to true 2025/04/13 06:22:35 DEBUG : Creating backend with remote "/tmp/rclone317136821" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gawamiv0zedo", Local "Local file system at /tmp/rclone317136821", Modify Window "1ns" 2025/04/13 06:22:35 INFO : Swift container rclone-test-gawamiv0zedo: Container "rclone-test-gawamiv0zedo" created lower checkfile vs. upper remote (without normalization) 2025/04/13 06:22:46 ERROR : HELLO, WORLD!: sum not found 2025/04/13 06:22:46 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-gawamiv0zedo 2025/04/13 06:22:46 NOTICE: Compressed: TestCompressSwift:rclone-test-gawamiv0zedo: 1 files missing 2025/04/13 06:22:46 NOTICE: 1 hashes missing 2025/04/13 06:22:46 NOTICE: Compressed: TestCompressSwift:rclone-test-gawamiv0zedo: 2 differences found 2025/04/13 06:22:46 NOTICE: Compressed: TestCompressSwift:rclone-test-gawamiv0zedo: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/04/13 06:22:46 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/13 06:22:46 NOTICE: Compressed: TestCompressSwift:rclone-test-gawamiv0zedo: 0 differences found 2025/04/13 06:22:46 NOTICE: Compressed: TestCompressSwift:rclone-test-gawamiv0zedo: 1 matching files 2025/04/13 06:22:46 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hiwecab3vape" 2025/04/13 06:22:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 06:22:47 DEBUG : Swift container rclone-test-hiwecab3vape.json: Auto set use_segments_container to true 2025/04/13 06:22:48 DEBUG : Swift container rclone-test-hiwecab3vape: Auto set use_segments_container to true 2025/04/13 06:22:48 DEBUG : Creating backend with remote "/tmp/rclone3474621515" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hiwecab3vape", Local "Local file system at /tmp/rclone3474621515", Modify Window "1ns" 2025/04/13 06:22:48 INFO : Swift container rclone-test-hiwecab3vape: Container "rclone-test-hiwecab3vape" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/04/13 06:22:59 ERROR : HeLlO, wOrLd!: sum not found 2025/04/13 06:22:59 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-hiwecab3vape 2025/04/13 06:22:59 NOTICE: Compressed: TestCompressSwift:rclone-test-hiwecab3vape: 1 files missing 2025/04/13 06:22:59 NOTICE: 1 hashes missing 2025/04/13 06:22:59 NOTICE: Compressed: TestCompressSwift:rclone-test-hiwecab3vape: 2 differences found 2025/04/13 06:22:59 NOTICE: Compressed: TestCompressSwift:rclone-test-hiwecab3vape: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/04/13 06:23:04 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/13 06:23:04 NOTICE: Compressed: TestCompressSwift:rclone-test-hiwecab3vape: 0 differences found 2025/04/13 06:23:04 NOTICE: Compressed: TestCompressSwift:rclone-test-hiwecab3vape: 1 matching files 2025/04/13 06:23:04 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-najajik1hano" 2025/04/13 06:23:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 06:23:05 DEBUG : Swift container rclone-test-najajik1hano.json: Auto set use_segments_container to true 2025/04/13 06:23:06 DEBUG : Swift container rclone-test-najajik1hano: Auto set use_segments_container to true 2025/04/13 06:23:06 DEBUG : Creating backend with remote "/tmp/rclone1614871084" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-najajik1hano", Local "Local file system at /tmp/rclone1614871084", Modify Window "1ns" 2025/04/13 06:23:06 INFO : Swift container rclone-test-najajik1hano: Container "rclone-test-najajik1hano" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/04/13 06:23:22 ERROR : HELLO, WORLD!: sum not found 2025/04/13 06:23:22 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-najajik1hano 2025/04/13 06:23:22 NOTICE: Compressed: TestCompressSwift:rclone-test-najajik1hano: 1 files missing 2025/04/13 06:23:22 NOTICE: 1 hashes missing 2025/04/13 06:23:22 NOTICE: Compressed: TestCompressSwift:rclone-test-najajik1hano: 2 differences found 2025/04/13 06:23:22 NOTICE: Compressed: TestCompressSwift:rclone-test-najajik1hano: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/04/13 06:23:22 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/13 06:23:22 NOTICE: Compressed: TestCompressSwift:rclone-test-najajik1hano: 0 differences found 2025/04/13 06:23:22 NOTICE: Compressed: TestCompressSwift:rclone-test-najajik1hano: 1 matching files 2025/04/13 06:23:22 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xucatam1tayi" 2025/04/13 06:23:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 06:23:23 DEBUG : Swift container rclone-test-xucatam1tayi.json: Auto set use_segments_container to true 2025/04/13 06:23:23 DEBUG : Swift container rclone-test-xucatam1tayi: Auto set use_segments_container to true 2025/04/13 06:23:23 DEBUG : Creating backend with remote "/tmp/rclone1675691524" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xucatam1tayi", Local "Local file system at /tmp/rclone1675691524", Modify Window "1ns" 2025/04/13 06:23:24 INFO : Swift container rclone-test-xucatam1tayi: Container "rclone-test-xucatam1tayi" created NFD checkfile vs. NFC remote (without normalization) 2025/04/13 06:23:34 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/13 06:23:34 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-xucatam1tayi 2025/04/13 06:23:34 NOTICE: Compressed: TestCompressSwift:rclone-test-xucatam1tayi: 1 files missing 2025/04/13 06:23:34 NOTICE: 1 hashes missing 2025/04/13 06:23:34 NOTICE: Compressed: TestCompressSwift:rclone-test-xucatam1tayi: 2 differences found 2025/04/13 06:23:34 NOTICE: Compressed: TestCompressSwift:rclone-test-xucatam1tayi: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/04/13 06:23:35 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/13 06:23:35 NOTICE: Compressed: TestCompressSwift:rclone-test-xucatam1tayi: 0 differences found 2025/04/13 06:23:35 NOTICE: Compressed: TestCompressSwift:rclone-test-xucatam1tayi: 1 matching files 2025/04/13 06:23:35 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-luyejoq6voxi" 2025/04/13 06:23:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 06:23:35 DEBUG : Swift container rclone-test-luyejoq6voxi.json: Auto set use_segments_container to true 2025/04/13 06:23:36 DEBUG : Swift container rclone-test-luyejoq6voxi: Auto set use_segments_container to true 2025/04/13 06:23:36 DEBUG : Creating backend with remote "/tmp/rclone2641716395" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-luyejoq6voxi", Local "Local file system at /tmp/rclone2641716395", Modify Window "1ns" 2025/04/13 06:23:36 INFO : Swift container rclone-test-luyejoq6voxi: Container "rclone-test-luyejoq6voxi" created NFC checkfile vs. NFD remote (without normalization) 2025/04/13 06:23:52 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/13 06:23:52 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-luyejoq6voxi 2025/04/13 06:23:52 NOTICE: Compressed: TestCompressSwift:rclone-test-luyejoq6voxi: 1 files missing 2025/04/13 06:23:52 NOTICE: 1 hashes missing 2025/04/13 06:23:52 NOTICE: Compressed: TestCompressSwift:rclone-test-luyejoq6voxi: 2 differences found 2025/04/13 06:23:52 NOTICE: Compressed: TestCompressSwift:rclone-test-luyejoq6voxi: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/04/13 06:23:57 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/13 06:23:57 NOTICE: Compressed: TestCompressSwift:rclone-test-luyejoq6voxi: 0 differences found 2025/04/13 06:23:57 NOTICE: Compressed: TestCompressSwift:rclone-test-luyejoq6voxi: 1 matching files 2025/04/13 06:23:57 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-sunerah4buju" 2025/04/13 06:23:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 06:23:58 DEBUG : Swift container rclone-test-sunerah4buju.json: Auto set use_segments_container to true 2025/04/13 06:23:58 DEBUG : Swift container rclone-test-sunerah4buju: Auto set use_segments_container to true 2025/04/13 06:23:58 DEBUG : Creating backend with remote "/tmp/rclone3691156651" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sunerah4buju", Local "Local file system at /tmp/rclone3691156651", Modify Window "1ns" 2025/04/13 06:23:59 INFO : Swift container rclone-test-sunerah4buju: Container "rclone-test-sunerah4buju" created NFDx2 checkfile vs. both remote (without normalization) 2025/04/13 06:24:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/13 06:24:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-sunerah4buju 2025/04/13 06:24:10 NOTICE: Compressed: TestCompressSwift:rclone-test-sunerah4buju: 1 files missing 2025/04/13 06:24:10 NOTICE: 1 hashes missing 2025/04/13 06:24:10 NOTICE: Compressed: TestCompressSwift:rclone-test-sunerah4buju: 2 differences found 2025/04/13 06:24:10 NOTICE: Compressed: TestCompressSwift:rclone-test-sunerah4buju: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/04/13 06:24:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/13 06:24:15 NOTICE: Compressed: TestCompressSwift:rclone-test-sunerah4buju: 0 differences found 2025/04/13 06:24:15 NOTICE: Compressed: TestCompressSwift:rclone-test-sunerah4buju: 1 matching files 2025/04/13 06:24:15 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-wuxukil8bavu" 2025/04/13 06:24:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 06:24:16 DEBUG : Swift container rclone-test-wuxukil8bavu.json: Auto set use_segments_container to true 2025/04/13 06:24:16 DEBUG : Swift container rclone-test-wuxukil8bavu: Auto set use_segments_container to true 2025/04/13 06:24:16 DEBUG : Creating backend with remote "/tmp/rclone118710801" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wuxukil8bavu", Local "Local file system at /tmp/rclone118710801", Modify Window "1ns" 2025/04/13 06:24:17 INFO : Swift container rclone-test-wuxukil8bavu: Container "rclone-test-wuxukil8bavu" created NFCx2 checkfile vs. both remote (without normalization) 2025/04/13 06:24:32 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/13 06:24:32 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-wuxukil8bavu 2025/04/13 06:24:32 NOTICE: Compressed: TestCompressSwift:rclone-test-wuxukil8bavu: 1 files missing 2025/04/13 06:24:32 NOTICE: 1 hashes missing 2025/04/13 06:24:32 NOTICE: Compressed: TestCompressSwift:rclone-test-wuxukil8bavu: 2 differences found 2025/04/13 06:24:32 NOTICE: Compressed: TestCompressSwift:rclone-test-wuxukil8bavu: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/04/13 06:24:43 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/13 06:24:43 NOTICE: Compressed: TestCompressSwift:rclone-test-wuxukil8bavu: 0 differences found 2025/04/13 06:24:43 NOTICE: Compressed: TestCompressSwift:rclone-test-wuxukil8bavu: 1 matching files 2025/04/13 06:24:43 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-panofub2vura" 2025/04/13 06:24:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 06:24:43 DEBUG : Swift container rclone-test-panofub2vura.json: Auto set use_segments_container to true 2025/04/13 06:24:44 DEBUG : Swift container rclone-test-panofub2vura: Auto set use_segments_container to true 2025/04/13 06:24:44 DEBUG : Creating backend with remote "/tmp/rclone38137792" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-panofub2vura", Local "Local file system at /tmp/rclone38137792", Modify Window "1ns" 2025/04/13 06:24:44 INFO : Swift container rclone-test-panofub2vura: Container "rclone-test-panofub2vura" created both checkfile vs. NFDx2 remote (without normalization) 2025/04/13 06:24:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/13 06:24:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-panofub2vura 2025/04/13 06:24:55 NOTICE: Compressed: TestCompressSwift:rclone-test-panofub2vura: 1 files missing 2025/04/13 06:24:55 NOTICE: 1 hashes missing 2025/04/13 06:24:55 NOTICE: Compressed: TestCompressSwift:rclone-test-panofub2vura: 2 differences found 2025/04/13 06:24:55 NOTICE: Compressed: TestCompressSwift:rclone-test-panofub2vura: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/04/13 06:25:00 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/13 06:25:00 NOTICE: Compressed: TestCompressSwift:rclone-test-panofub2vura: 0 differences found 2025/04/13 06:25:00 NOTICE: Compressed: TestCompressSwift:rclone-test-panofub2vura: 1 matching files 2025/04/13 06:25:00 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tohacib6xasu" 2025/04/13 06:25:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 06:25:01 DEBUG : Swift container rclone-test-tohacib6xasu.json: Auto set use_segments_container to true 2025/04/13 06:25:01 DEBUG : Swift container rclone-test-tohacib6xasu: Auto set use_segments_container to true 2025/04/13 06:25:01 DEBUG : Creating backend with remote "/tmp/rclone3850477824" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tohacib6xasu", Local "Local file system at /tmp/rclone3850477824", Modify Window "1ns" 2025/04/13 06:25:02 INFO : Swift container rclone-test-tohacib6xasu: Container "rclone-test-tohacib6xasu" created both checkfile vs. NFCx2 remote (without normalization) 2025/04/13 06:25:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/13 06:25:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-tohacib6xasu 2025/04/13 06:25:14 NOTICE: Compressed: TestCompressSwift:rclone-test-tohacib6xasu: 1 files missing 2025/04/13 06:25:14 NOTICE: 1 hashes missing 2025/04/13 06:25:14 NOTICE: Compressed: TestCompressSwift:rclone-test-tohacib6xasu: 2 differences found 2025/04/13 06:25:14 NOTICE: Compressed: TestCompressSwift:rclone-test-tohacib6xasu: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/04/13 06:25:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/13 06:25:14 NOTICE: Compressed: TestCompressSwift:rclone-test-tohacib6xasu: 0 differences found 2025/04/13 06:25:14 NOTICE: Compressed: TestCompressSwift:rclone-test-tohacib6xasu: 1 matching files 2025/04/13 06:25:14 DEBUG : Compressed: TestCompressSwift:rclone-test-tohacib6xasu: Purge remote 2025/04/13 06:25:14 DEBUG : Waiting for deletions to finish 2025/04/13 06:25:14 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/13 06:25:19 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/13 06:25:19 INFO : Swift container rclone-test-tohacib6xasu: Container "rclone-test-tohacib6xasu" removed 2025/04/13 06:25:19 DEBUG : Compressed: TestCompressSwift:rclone-test-panofub2vura: Purge remote 2025/04/13 06:25:19 DEBUG : Waiting for deletions to finish 2025/04/13 06:25:20 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/13 06:25:29 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/13 06:25:30 INFO : Swift container rclone-test-panofub2vura: Container "rclone-test-panofub2vura" removed 2025/04/13 06:25:30 DEBUG : Compressed: TestCompressSwift:rclone-test-wuxukil8bavu: Purge remote 2025/04/13 06:25:30 DEBUG : Waiting for deletions to finish 2025/04/13 06:25:35 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/13 06:25:35 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/13 06:25:35 INFO : Swift container rclone-test-wuxukil8bavu: Container "rclone-test-wuxukil8bavu" removed 2025/04/13 06:25:35 DEBUG : Compressed: TestCompressSwift:rclone-test-sunerah4buju: Purge remote 2025/04/13 06:25:35 DEBUG : Waiting for deletions to finish 2025/04/13 06:25:36 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/04/13 06:25:46 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/04/13 06:25:46 INFO : Swift container rclone-test-sunerah4buju: Container "rclone-test-sunerah4buju" removed 2025/04/13 06:25:46 DEBUG : Compressed: TestCompressSwift:rclone-test-luyejoq6voxi: Purge remote 2025/04/13 06:25:46 DEBUG : Waiting for deletions to finish 2025/04/13 06:25:51 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/04/13 06:25:51 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/04/13 06:25:52 INFO : Swift container rclone-test-luyejoq6voxi: Container "rclone-test-luyejoq6voxi" removed 2025/04/13 06:25:52 DEBUG : Compressed: TestCompressSwift:rclone-test-xucatam1tayi: Purge remote 2025/04/13 06:25:52 DEBUG : Waiting for deletions to finish 2025/04/13 06:25:52 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/04/13 06:26:02 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/04/13 06:26:02 INFO : Swift container rclone-test-xucatam1tayi: Container "rclone-test-xucatam1tayi" removed 2025/04/13 06:26:02 DEBUG : Compressed: TestCompressSwift:rclone-test-najajik1hano: Purge remote 2025/04/13 06:26:02 DEBUG : Waiting for deletions to finish 2025/04/13 06:26:07 INFO : HELLO, WORLD!.json: Deleted 2025/04/13 06:26:12 INFO : HELLO, WORLD!.bin: Deleted 2025/04/13 06:26:13 INFO : Swift container rclone-test-najajik1hano: Container "rclone-test-najajik1hano" removed 2025/04/13 06:26:13 DEBUG : Compressed: TestCompressSwift:rclone-test-hiwecab3vape: Purge remote 2025/04/13 06:26:13 DEBUG : Waiting for deletions to finish 2025/04/13 06:26:13 INFO : HeLlO, wOrLd!.bin: Deleted 2025/04/13 06:26:23 INFO : HeLlO, wOrLd!.json: Deleted 2025/04/13 06:26:23 INFO : Swift container rclone-test-hiwecab3vape: Container "rclone-test-hiwecab3vape" removed 2025/04/13 06:26:23 DEBUG : Compressed: TestCompressSwift:rclone-test-gawamiv0zedo: Purge remote 2025/04/13 06:26:23 DEBUG : Waiting for deletions to finish 2025/04/13 06:26:23 INFO : HELLO, WORLD!.bin: Deleted 2025/04/13 06:26:33 INFO : HELLO, WORLD!.json: Deleted 2025/04/13 06:26:33 INFO : Swift container rclone-test-gawamiv0zedo: Container "rclone-test-gawamiv0zedo" removed 2025/04/13 06:26:33 DEBUG : Compressed: TestCompressSwift:rclone-test-hasegiv1kuho: Purge remote 2025/04/13 06:26:33 DEBUG : Waiting for deletions to finish 2025/04/13 06:26:39 INFO : hello, world!.json: Deleted 2025/04/13 06:26:39 INFO : hello, world!.bin: Deleted 2025/04/13 06:26:39 INFO : Swift container rclone-test-hasegiv1kuho: Container "rclone-test-hasegiv1kuho" removed --- PASS: TestApplyTransforms (277.95s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" 2025/04/13 06:26:44 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/13 06:26:56 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/13 06:26:56 INFO : file1: Copied (new) to: sub/file2 2025/04/13 06:27:07 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/13 06:27:07 DEBUG : file1: Unchanged skipping 2025/04/13 06:27:07 DEBUG : Compressed: TestCompressSwift:rclone-test-kokatat8siyu: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (43.46s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.20s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" 2025/04/13 06:27:49 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kokatat8siyu/backup" 2025/04/13 06:27:49 DEBUG : Swift container rclone-test-kokatat8siyu path backup.json: Auto set use_segments_container to true 2025/04/13 06:27:55 DEBUG : Swift container rclone-test-kokatat8siyu path backup: Auto set use_segments_container to true 2025/04/13 06:28:01 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/13 06:28:42 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/04/13 06:28:42 INFO : dst/file1: Copied (server-side copy) 2025/04/13 06:28:52 INFO : dst/file1: Deleted 2025/04/13 06:29:07 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/13 06:29:07 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (146.00s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" 2025/04/13 06:29:49 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kokatat8siyu/dst" 2025/04/13 06:29:49 DEBUG : Swift container rclone-test-kokatat8siyu path dst.json: Auto set use_segments_container to true 2025/04/13 06:29:55 DEBUG : Swift container rclone-test-kokatat8siyu path dst: Auto set use_segments_container to true 2025/04/13 06:30:06 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kokatat8siyu/CompareDest" 2025/04/13 06:30:06 DEBUG : Swift container rclone-test-kokatat8siyu path CompareDest.json: Auto set use_segments_container to true 2025/04/13 06:30:12 DEBUG : Swift container rclone-test-kokatat8siyu path CompareDest: Auto set use_segments_container to true 2025/04/13 06:30:17 DEBUG : one: Need to transfer - File not found at Destination 2025/04/13 06:30:38 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/13 06:30:38 INFO : one: Copied (new) 2025/04/13 06:30:59 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/13 06:31:15 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/04/13 06:31:15 INFO : one: Copied (replaced existing) 2025/04/13 06:31:52 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/13 06:31:52 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/13 06:31:52 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/13 06:32:34 DEBUG : two: Need to transfer - File not found at Destination 2025/04/13 06:32:39 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/13 06:32:39 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/13 06:33:09 DEBUG : two: Need to transfer - File not found at Destination 2025/04/13 06:33:20 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/13 06:33:20 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/13 06:33:51 DEBUG : two: Need to transfer - File not found at Destination 2025/04/13 06:33:56 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/04/13 06:34:07 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/04/13 06:34:07 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (305.30s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" 2025/04/13 06:34:54 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kokatat8siyu/dst" 2025/04/13 06:34:54 DEBUG : Config file has changed externally - reloading 2025/04/13 06:34:54 DEBUG : Swift container rclone-test-kokatat8siyu path dst.json: Auto set use_segments_container to true 2025/04/13 06:35:00 DEBUG : Swift container rclone-test-kokatat8siyu path dst: Auto set use_segments_container to true 2025/04/13 06:35:10 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kokatat8siyu/CopyDest" 2025/04/13 06:35:11 DEBUG : Swift container rclone-test-kokatat8siyu path CopyDest.json: Auto set use_segments_container to true 2025/04/13 06:35:17 DEBUG : Swift container rclone-test-kokatat8siyu path CopyDest: Auto set use_segments_container to true 2025/04/13 06:35:22 DEBUG : one: Need to transfer - File not found at Destination 2025/04/13 06:35:48 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/13 06:35:48 INFO : one: Copied (new) 2025/04/13 06:36:03 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/13 06:36:24 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/04/13 06:36:24 INFO : one: Copied (replaced existing) 2025/04/13 06:37:06 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kokatat8siyu/BackupDir" 2025/04/13 06:37:06 DEBUG : Config file has changed externally - reloading 2025/04/13 06:37:07 DEBUG : Swift container rclone-test-kokatat8siyu path BackupDir.json: Auto set use_segments_container to true 2025/04/13 06:37:13 DEBUG : Swift container rclone-test-kokatat8siyu path BackupDir: Auto set use_segments_container to true 2025/04/13 06:37:18 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/13 06:37:18 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/13 06:37:18 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/13 06:37:45 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/04/13 06:37:45 INFO : one: Copied (server-side copy) 2025/04/13 06:37:55 INFO : one: Deleted 2025/04/13 06:38:36 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/04/13 06:38:36 INFO : one: Copied (server-side copy) 2025/04/13 06:38:36 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/04/13 06:39:04 DEBUG : two: Need to transfer - File not found at Destination 2025/04/13 06:39:09 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/13 06:39:30 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/04/13 06:39:30 INFO : two: Copied (server-side copy) 2025/04/13 06:39:30 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/04/13 06:39:42 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/04/13 06:39:42 DEBUG : two: Unchanged skipping 2025/04/13 06:40:55 DEBUG : three: Need to transfer - File not found at Destination 2025/04/13 06:41:05 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/04/13 06:41:05 DEBUG : three: Destination not found in --copy-dest 2025/04/13 06:41:16 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/04/13 06:41:16 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (475.74s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.18s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.12s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" 2025/04/13 06:42:55 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/04/13 06:43:01 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/04/13 06:43:01 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/04/13 06:43:06 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/04/13 06:43:12 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/04/13 06:43:12 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy5.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-kokatat8siyu/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/04/13 06:43:17 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/04/13 06:43:23 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/04/13 06:43:28 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 604d26223a4ce3b9b09dbf34bc288cd8 OK 2025/04/13 06:43:28 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (39.47s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.15s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.22s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", 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-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.10s) === RUN TestDeduplicateNewest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.10s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" 2025/04/13 06:44:24 INFO : Compressed: TestCompressSwift:rclone-test-kokatat8siyu: Looking for duplicate md5 hashes using newest mode. 2025/04/13 06:44:29 NOTICE: 6da07a6a208796a817e925fe7f7c8eff: Found 3 files with duplicate md5 hashes 2025/04/13 06:44:30 INFO : one: Deleted 2025/04/13 06:44:35 INFO : also/one: Deleted 2025/04/13 06:44:35 NOTICE: 6da07a6a208796a817e925fe7f7c8eff: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (86.46s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.17s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.10s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.10s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.20s) === RUN TestMergeDirs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.20s) === RUN TestListDirSorted run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" 2025/04/13 06:46:25 DEBUG : a.txt: Excluded (Size Filter) 2025/04/13 06:46:25 DEBUG : a.txt: Excluded 2025/04/13 06:46:25 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/13 06:46:25 DEBUG : sub dir/hello world: Excluded 2025/04/13 06:46:25 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/13 06:46:25 DEBUG : sub dir/hello world2: Excluded 2025/04/13 06:46:26 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/13 06:46:26 DEBUG : sub dir/hello world: Excluded 2025/04/13 06:46:26 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/13 06:46:26 DEBUG : sub dir/hello world2: Excluded 2025/04/13 06:46:31 DEBUG : sub dir/ignore dir: Excluded 2025/04/13 06:46:36 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (156.08s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" 2025/04/13 06:49:03 DEBUG : a.txt: Excluded (Size Filter) 2025/04/13 06:49:03 DEBUG : a.txt: Excluded 2025/04/13 06:49:03 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/13 06:49:03 DEBUG : sub dir/hello world: Excluded 2025/04/13 06:49:03 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/13 06:49:03 DEBUG : sub dir/hello world2: Excluded 2025/04/13 06:49:03 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/13 06:49:03 DEBUG : sub dir/hello world: Excluded 2025/04/13 06:49:03 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/13 06:49:03 DEBUG : sub dir/hello world2: Excluded 2025/04/13 06:49:03 DEBUG : sub dir/ignore dir: Excluded 2025/04/13 06:49:08 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (142.79s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", 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 (50.16s) --- PASS: TestListJSON/Default (0.20s) --- PASS: TestListJSON/FilesOnly (5.19s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (0.38s) --- PASS: TestListJSON/SubDir (5.21s) --- PASS: TestListJSON/NoModTime (0.14s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (0.19s) --- PASS: TestListJSON/HashTypes (0.19s) --- PASS: TestListJSON/Metadata (0.19s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/04/13 06:51:40 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kokatat8siyu/notfound" 2025/04/13 06:51:40 DEBUG : Config file has changed externally - reloading 2025/04/13 06:51:40 DEBUG : Swift container rclone-test-kokatat8siyu path notfound.json: Auto set use_segments_container to true 2025/04/13 06:51:46 DEBUG : Swift container rclone-test-kokatat8siyu path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (80.60s) --- PASS: TestStatJSON/Root (0.14s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.05s) --- PASS: TestStatJSON/Dir (5.31s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.10s) --- PASS: TestStatJSON/File (5.14s) --- PASS: TestStatJSON/NotFound (5.17s) --- PASS: TestStatJSON/DirFilesOnly (5.05s) --- PASS: TestStatJSON/FileFilesOnly (5.14s) --- PASS: TestStatJSON/NotFoundFilesOnly (5.06s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.10s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (11.64s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" 2025/04/13 06:52:07 INFO : Compressed: TestCompressSwift:rclone-test-kokatat8siyu: Making directory 2025/04/13 06:52:07 INFO : Compressed: TestCompressSwift:rclone-test-kokatat8siyu: Making directory --- PASS: TestMkdir (0.30s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" --- PASS: TestLsd (21.78s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" --- PASS: TestLs (36.99s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" 2025/04/13 06:53:37 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/04/13 06:53:37 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (51.94s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" --- PASS: TestLsLong (51.98s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (47.35s) --- PASS: TestHashSums/Md5 (0.23s) --- PASS: TestHashSums/Md5Download (5.20s) === RUN TestHashSumsWithErrors 2025/04/13 06:55:37 DEBUG : Creating backend with remote ":memory:" 2025/04/13 06:55:37 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/04/13 06:55:37 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/13 06:55:37 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/13 06:55:37 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/13 06:55:37 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/13 06:55:37 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/13 06:55:37 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/13 06:55:37 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/04/13 06:55:37 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" --- PASS: TestCount (64.65s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" 2025/04/13 06:57:30 DEBUG : Waiting for deletions to finish 2025/04/13 06:57:30 DEBUG : large: Excluded (Size Filter) 2025/04/13 06:57:41 INFO : medium: Deleted 2025/04/13 06:57:46 INFO : small: Deleted --- PASS: TestDelete (65.20s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" 2025/04/13 06:58:24 DEBUG : Waiting for deletions to finish 2025/04/13 06:58:24 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/04/13 06:58:24 INFO : large: Deleted 2025/04/13 06:58:34 INFO : medium: Deleted --- PASS: TestMaxDelete (58.72s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" 2025/04/13 06:59:28 DEBUG : Waiting for deletions to finish 2025/04/13 06:59:28 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/04/13 06:59:33 INFO : medium: Deleted 2025/04/13 06:59:39 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (53.83s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" 2025/04/13 07:00:12 DEBUG : Waiting for deletions to finish 2025/04/13 07:00:12 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/04/13 07:00:12 INFO : large: Deleted 2025/04/13 07:00:17 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (58.63s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" --- PASS: TestReadFile (47.07s) === RUN TestRetry 2025/04/13 07:01:25 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/04/13 07:01:25 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/04/13 07:01:25 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/13 07:01:25 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/13 07:01:25 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/13 07:01:25 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/13 07:01:25 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-kokatat8siyu", Local "Local file system at /tmp/rclone3919393359", Modify Window "1ns" --- PASS: TestCat (54.26s) === RUN TestPurge 2025/04/13 07:02:20 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-moheruv6yuje" 2025/04/13 07:02:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/13 07:02:20 DEBUG : Swift container rclone-test-moheruv6yuje.json: Auto set use_segments_container to true 2025/04/13 07:02:21 DEBUG : Swift container rclone-test-moheruv6yuje: Auto set use_segments_container to true 2025/04/13 07:02:21 DEBUG : Creating backend with remote "/tmp/rclone996250269" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-moheruv6yuje", Local "Local file system at /tmp/rclone996250269", Modify Window "1ns" 2025/04/13 07:02:21 INFO : Swift container rclone-test-moheruv6yuje: Container "rclone-test-moheruv6yuje" created 2025/04/13 07:02:32 INFO : A2: Making directory 2025/04/13 07:02:32 INFO : A1/B2: Making directory 2025/04/13 07:02:32 INFO : A1/B2/C2: Making directory 2025/04/13 07:02:32 INFO : A1/B1/C3: Making directory 2025/04/13 07:02:32 INFO : A3: Making directory 2025/04/13 07:02:32 INFO : A3/B3: Making directory 2025/04/13 07:02:32 INFO : A3/B3/C4: Making directory fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A1/B1/C3" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" fstest.go:244: Filtering empty directory "A3/B3/C4" 2025/04/13 07:02:48 DEBUG : Waiting for deletions to finish 2025/04/13 07:02:48 INFO : A1/B1/C1/one.bin: Deleted 2025/04/13 07:02:53 INFO : A1/B1/C1/one.json: Deleted fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" fstest.go:244: Filtering empty directory "A3/B3/C4" 2025/04/13 07:03:04 DEBUG : Waiting for deletions to finish panic: test timed out after 1h0m0s running tests: TestPurge (48s) goroutine 8714 [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]: testing.(*T).Run(0xc000100000, {0x25ef0d2?, 0x0?}, 0x2735c88) /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(0xc000100000) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2168 +0x37 testing.tRunner(0xc000100000, 0xc000907c18) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 testing.runTests(0xc000a6a390, {0x3d20860, 0x6d, 0x6d}, {0x3d352c0?, 0x1?, 0x3d352c0?}) /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(0xc0005ef7c0) /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(0xc0005ef7c0) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:69 +0xa5 github.com/rclone/rclone/fs/operations_test.TestMain(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:61 main.main() _testmain.go:265 +0xa9 goroutine 7 [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 8 [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 8553 [chan receive]: github.com/rclone/rclone/backend/swift.(*Fs).Purge(0xc000c54700, {0x2a13640, 0x3d587a0}, {0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1027 +0x1d0 github.com/rclone/rclone/backend/compress.(*Fs).Purge(0x9cdadc?, {0x2a13640, 0x3d587a0}, {0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:850 +0x51 github.com/rclone/rclone/fs/operations.Purge({0x2a13640, 0x3d587a0}, {0x2a27ba0, 0xc000636300}, {0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1151 +0xfe github.com/rclone/rclone/fs/operations_test.TestPurge(0xc000526b60) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:631 +0xa0f testing.tRunner(0xc000526b60, 0x2735c88) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 created by testing.(*T).Run in goroutine 1 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1743 +0x390 goroutine 8230 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc000aa0700) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:343 +0x13d created by github.com/rclone/rclone/fs/accounting.(*StatsInfo)._startAverageLoop in goroutine 8229 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:408 +0xb6 goroutine 228 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 218 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 181 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 171 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1448 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1422 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 346 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 320 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 272 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 262 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1189 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1179 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3440 [chan receive, 39 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2843 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8679 [IO wait]: internal/poll.runtime_pollWait(0x7fe3cee54a98, 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(0xc0003aa080?, 0xc000c4b980?, 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(0xc0003aa080, {0xc000c4b980, 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(0xc0003aa080, {0xc000c4b980?, 0x0?, 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(0xc00027c050, {0xc000c4b980?, 0x0?, 0x0?}) /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(0xc00034c378, {0xc000c4b980?, 0x18?, 0x0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000a6b1d0, {0xc000c4b980?, 0x0?, 0xc000a6b1d0?}) /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(0xc00052c638, {0x29ed880, 0xc000a6b1d0}) /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(0xc00052c388, {0x7fe3cc2a5b40, 0xc00034c378}, 0xc000b5da40?) /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(0xc00052c388, 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(0xc00052c388, {0xc000b28000, 0x1000, 0x30?}) /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(0xc00014eea0, {0xc000b28000?, 0x40a8a5?, 0x68?}) /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(0xc000b32480) /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(0xc000b32480, 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(0xc00014eea0) /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 8667 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 944 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 934 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 436 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 426 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1466 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1408 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 735 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 725 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 514 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 504 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 552 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 526 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 619 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 610 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1270 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1260 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 790 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 748 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2937 [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 2843 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 672 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 662 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1384 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1374 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 848 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 838 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3085 [chan receive, 40 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2843 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1021 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1011 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3276 [chan receive, 39 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2843 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1065 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1055 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3019 [chan receive, 40 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2843 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3360 [chan receive, 39 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2843 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1313 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1303 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1239 [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:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1229 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3556 [chan receive, 39 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2843 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3633 [chan receive, 38 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2843 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 2844 [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 2843 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8573 [select]: net/http.(*persistConn).writeLoop(0xc000a325a0) /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 8639 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 3219 [chan receive, 39 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2843 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8554 [chan receive]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 8553 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8677 [IO wait]: internal/poll.runtime_pollWait(0x7fe3cee54990, 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(0xc000160f00?, 0xc000c4a000?, 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(0xc000160f00, {0xc000c4a000, 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(0xc000160f00, {0xc000c4a000?, 0x0?, 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(0xc0009f61a8, {0xc000c4a000?, 0x0?, 0x0?}) /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(0xc00168b080, {0xc000c4a000?, 0x18?, 0x0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc00168b0e0, {0xc000c4a000?, 0x0?, 0xc00168b0e0?}) /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(0xc0007982b8, {0x29ed880, 0xc00168b0e0}) /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(0xc000798008, {0x7fe3cc2a5b40, 0xc00168b080}, 0xc00009fa40?) /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(0xc000798008, 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(0xc000798008, {0xc000b1a000, 0x1000, 0x30?}) /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(0xc0006c9e60, {0xc000b1a000?, 0x40a8a5?, 0x68?}) /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(0xc000b321e0) /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(0xc000b321e0, 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(0xc0006c9e60) /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 8636 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 8611 [IO wait]: internal/poll.runtime_pollWait(0x7fe3cee550c8, 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(0xc000636480?, 0xc0009cc000?, 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(0xc000636480, {0xc0009cc000, 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(0xc000636480, {0xc0009cc000?, 0xc000647a50?, 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(0xc00038a328, {0xc0009cc000?, 0x3d352c0?, 0xc0004b99d0?}) /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(0xc000a888a0, {0xc0009cc000?, 0x18?, 0xc0004b9998?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc00168b428, {0xc0009cc000?, 0x0?, 0xc00168b428?}) /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(0xc000647b38, {0x29ed880, 0xc00168b428}) /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(0xc000647888, {0x7fe3cc2a5b40, 0xc000a888a0}, 0xc0004b9a40?) /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(0xc000647888, 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(0xc000647888, {0xc0009f2000, 0x1000, 0xc00008f308?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:1385 +0x150 net/http.(*persistConn).Read(0xc0006c9560, {0xc0009f2000?, 0x81d5e5?, 0x2158700?}) /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(0xc000a92960) /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(0xc000a92960, 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(0xc0006c9560) /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 8589 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 8612 [select]: net/http.(*persistConn).writeLoop(0xc0006c9560) /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 8589 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 8572 [IO wait]: internal/poll.runtime_pollWait(0x7fe3cee54888, 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(0xc0003aa180?, 0xc000c4d300?, 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(0xc0003aa180, {0xc000c4d300, 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(0xc0003aa180, {0xc000c4d300?, 0xc00052c8d0?, 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(0xc00027c058, {0xc000c4d300?, 0x3d352c0?, 0xc0004b79d0?}) /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(0xc00034c420, {0xc000c4d300?, 0x18?, 0x0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000a89170, {0xc000c4d300?, 0x0?, 0xc000a89170?}) /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(0xc00052c9b8, {0x29ed880, 0xc000a89170}) /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(0xc00052c708, {0x7fe3cc2a5b40, 0xc00034c420}, 0xc0004b7a40?) /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(0xc00052c708, 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(0xc00052c708, {0xc0014a4000, 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(0xc000a325a0, {0xc0014a4000?, 0x81d5e5?, 0x2158700?}) /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(0xc000732300) /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(0xc000732300, 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(0xc000a325a0) /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 8639 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 8678 [select]: net/http.(*persistConn).writeLoop(0xc0006c9e60) /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 8636 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 8680 [select]: net/http.(*persistConn).writeLoop(0xc00014eea0) /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 8667 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 8692 [semacquire]: sync.runtime_Semacquire(0x0?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/sema.go:71 +0x25 sync.(*WaitGroup).Wait(0x2a13607?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/sync/waitgroup.go:118 +0x48 github.com/rclone/rclone/fs/operations.DeleteFilesWithBackupDir({0x2a13640, 0x3d587a0}, 0xc0005d7730, {0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:615 +0x1cf github.com/rclone/rclone/fs/operations.DeleteFiles(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:628 github.com/rclone/rclone/backend/swift.(*Fs).Purge.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1018 +0x2c created by github.com/rclone/rclone/backend/swift.(*Fs).Purge in goroutine 8553 /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1017 +0x125 goroutine 8706 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc000c54380, 0xc0007326c0, 0xc0005e1540) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc000c54380, {0x2a13640, 0x3d587a0}, {0xc0007b05a0, 0x4f}, {{0xc000608d80, 0x18}, {0xc000608d99, 0xa}, {0x25e6384, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc000c54380, {0x2a13640, 0x3d587a0}, {{0xc000608d80, 0x18}, {0xc000608d99, 0xa}, {0x25e6384, 0x6}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).ObjectDelete(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:1901 github.com/rclone/rclone/backend/swift.(*Object).Remove.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1620 +0x105 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x50?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc000a548a0, 0xc0000c1a90, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc000a548a0, 0xc0000c1a90) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Object).Remove(0xc000732480, {0x2a13640, 0x3d587a0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1619 +0x29b github.com/rclone/rclone/fs/operations.DeleteFileWithBackupDir({0x2a13640, 0x3d587a0}, {0x2a2a3e0, 0xc000732480}, {0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:565 +0x27a github.com/rclone/rclone/fs/operations.DeleteFilesWithBackupDir.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:600 +0x112 created by github.com/rclone/rclone/fs/operations.DeleteFilesWithBackupDir in goroutine 8692 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:597 +0xe5 goroutine 8739 [select]: net/http.(*persistConn).roundTrip(0xc000a325a0, 0xc0002b2550) /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(0xc00036cc00, 0xc0005e1540) /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(0xc00059f180, 0xc0005e1540) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc0005e1540, {0x29ed100, 0xc00059f180}, {0x1?, 0x0?, 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(0xc0003b85d0, 0xc0005e1540, {0x0?, 0x0?, 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(0xc0003b85d0, 0xc0005e1540) /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 8706 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 8722 [select]: net/http.(*persistConn).roundTrip(0xc0006c9560, 0xc0009daf50) /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(0xc00036cc00, 0xc0001fdb80) /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(0xc00059f180, 0xc0001fdb80) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc0001fdb80, {0x29ed100, 0xc00059f180}, {0x1?, 0x0?, 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(0xc0003b85d0, 0xc0001fdb80, {0x0?, 0x0?, 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(0xc0003b85d0, 0xc0001fdb80) /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 8709 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 8709 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc000c54380, 0xc000a937a0, 0xc0001fdb80) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc000c54380, {0x2a13640, 0x3d587a0}, {0xc0007b05a0, 0x4f}, {{0xc000a85c50, 0x18}, {0xc000a85c69, 0xb}, {0x25e6384, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc000c54380, {0x2a13640, 0x3d587a0}, {{0xc000a85c50, 0x18}, {0xc000a85c69, 0xb}, {0x25e6384, 0x6}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).ObjectDelete(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:1901 github.com/rclone/rclone/backend/swift.(*Object).Remove.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1620 +0x105 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x50?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc000a548a0, 0xc0009daeb0, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc000a548a0, 0xc0009daeb0) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Object).Remove(0xc0007324e0, {0x2a13640, 0x3d587a0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1619 +0x29b github.com/rclone/rclone/fs/operations.DeleteFileWithBackupDir({0x2a13640, 0x3d587a0}, {0x2a2a3e0, 0xc0007324e0}, {0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:565 +0x27a github.com/rclone/rclone/fs/operations.DeleteFilesWithBackupDir.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:600 +0x112 created by github.com/rclone/rclone/fs/operations.DeleteFilesWithBackupDir in goroutine 8692 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:597 +0xe5 "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m1.290568472s (try 5/5): exit status 2: Failed []