"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 1/5) 2025/03/08 06:14:50 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-micidux1vago" 2025/03/08 06:14:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/08 06:14:51 DEBUG : Swift container rclone-test-micidux1vago.json: Auto set use_segments_container to true 2025/03/08 06:14:51 DEBUG : Swift container rclone-test-micidux1vago: Auto set use_segments_container to true 2025/03/08 06:14:51 DEBUG : Creating backend with remote "/tmp/rclone3252299932" === 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-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.29s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", 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/03/08 06:14:52 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/08 06:14:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/08 06:14:52 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/03/08 06:14:52 DEBUG : potato: Seek from 10 to 0 2025/03/08 06:14:52 DEBUG : potato: Seek from 10 to 0 2025/03/08 06:14:52 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/03/08 06:14:52 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/08 06:14:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/08 06:14:52 DEBUG : potato: Seek from 5 to 2 2025/03/08 06:14:52 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/03/08 06:14:52 DEBUG : potato: Seek from 7 to 0 2025/03/08 06:14:52 DEBUG : potato: Seek from 7 to 0 2025/03/08 06:14:52 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/03/08 06:14:52 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/08 06:14:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/08 06:14:52 DEBUG : potato: Seek from 5 to 2 2025/03/08 06:14:52 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/03/08 06:14:52 DEBUG : potato: Seek from 8 to 0 2025/03/08 06:14:52 DEBUG : potato: Seek from 8 to 0 2025/03/08 06:14:52 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/03/08 06:14:52 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/08 06:14:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/08 06:14:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/08 06:14:52 DEBUG : potato: Seek from 5 to 2 2025/03/08 06:14:52 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/03/08 06:14:52 DEBUG : potato: Seek from 9 to 0 2025/03/08 06:14:52 DEBUG : potato: Seek from 9 to 0 2025/03/08 06:14:52 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-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 06:14:52 INFO : Swift container rclone-test-micidux1vago: Container "rclone-test-micidux1vago" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (98.10s) --- PASS: TestCheck/1 (0.24s) --- PASS: TestCheck/2 (0.15s) --- PASS: TestCheck/3 (0.21s) --- PASS: TestCheck/4 (5.21s) --- PASS: TestCheck/5 (0.22s) --- PASS: TestCheck/6 (0.15s) --- PASS: TestCheck/7 (0.14s) === RUN TestCheckFsError 2025/03/08 06:16:30 DEBUG : Creating backend with remote "nonexistent" 2025/03/08 06:16:30 DEBUG : Config file has changed externally - reloading 2025/03/08 06:16:30 DEBUG : Creating backend with remote "nonexistent" 2025/03/08 06:16:30 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/03/08 06:16:30 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/03/08 06:16:30 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/03/08 06:16:30 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-micidux1vago", Local "Local file system at /tmp/rclone3252299932", 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 (118.19s) --- PASS: TestCheckDownload/1 (0.23s) --- PASS: TestCheckDownload/2 (5.19s) --- PASS: TestCheckDownload/3 (0.33s) --- PASS: TestCheckDownload/4 (5.56s) --- PASS: TestCheckDownload/5 (5.20s) --- PASS: TestCheckDownload/6 (10.20s) --- PASS: TestCheckDownload/7 (5.19s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", 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 (80.34s) --- PASS: TestCheckSizeOnly/1 (0.13s) --- PASS: TestCheckSizeOnly/2 (0.05s) --- PASS: TestCheckSizeOnly/3 (0.05s) --- PASS: TestCheckSizeOnly/4 (0.08s) --- PASS: TestCheckSizeOnly/5 (0.14s) --- 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-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 06:19:54 NOTICE: test.sum: improperly formatted checksum line 4 2025/03/08 06:19:54 NOTICE: test.sum: improperly formatted checksum line 5 2025/03/08 06:19:54 NOTICE: test.sum: improperly formatted checksum line 6 2025/03/08 06:19:54 NOTICE: test.sum: 2 warning(s) suppressed... 2025/03/08 06:19:55 NOTICE: test.sum: improperly formatted checksum line 4 2025/03/08 06:19:55 NOTICE: test.sum: improperly formatted checksum line 5 2025/03/08 06:19:55 NOTICE: test.sum: improperly formatted checksum line 6 2025/03/08 06:19:55 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.47s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 06:19:56 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-micidux1vago/data" 2025/03/08 06:19:56 DEBUG : Swift container rclone-test-micidux1vago path data.json: Auto set use_segments_container to true 2025/03/08 06:20:02 DEBUG : Swift container rclone-test-micidux1vago 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 (137.52s) --- PASS: TestCheckSum/subtest1 (0.41s) --- PASS: TestCheckSum/subtest2 (10.35s) --- PASS: TestCheckSum/subtest3 (10.48s) --- PASS: TestCheckSum/subtest4 (5.80s) --- PASS: TestCheckSum/subtest5 (5.49s) --- PASS: TestCheckSum/subtest6 (0.44s) --- PASS: TestCheckSum/subtest7 (0.51s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 06:22:13 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-micidux1vago/data" 2025/03/08 06:22:14 DEBUG : Swift container rclone-test-micidux1vago path data.json: Auto set use_segments_container to true 2025/03/08 06:22:35 DEBUG : Swift container rclone-test-micidux1vago 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 (155.44s) --- PASS: TestCheckSumDownload/subtest1 (15.39s) --- PASS: TestCheckSumDownload/subtest2 (0.38s) --- PASS: TestCheckSumDownload/subtest3 (5.45s) --- PASS: TestCheckSumDownload/subtest4 (10.63s) --- PASS: TestCheckSumDownload/subtest5 (0.44s) --- PASS: TestCheckSumDownload/subtest6 (0.47s) --- PASS: TestCheckSumDownload/subtest7 (0.47s) === RUN TestApplyTransforms 2025/03/08 06:24:49 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-lokajux9waba" 2025/03/08 06:24:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/08 06:24:49 DEBUG : Swift container rclone-test-lokajux9waba.json: Auto set use_segments_container to true 2025/03/08 06:24:50 DEBUG : Swift container rclone-test-lokajux9waba: Auto set use_segments_container to true 2025/03/08 06:24:50 DEBUG : Creating backend with remote "/tmp/rclone3838584319" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-lokajux9waba", Local "Local file system at /tmp/rclone3838584319", Modify Window "1ns" 2025/03/08 06:24:50 INFO : Swift container rclone-test-lokajux9waba: Container "rclone-test-lokajux9waba" created upper checkfile vs. lower remote (without normalization) 2025/03/08 06:25:02 ERROR : hello, world!: sum not found 2025/03/08 06:25:02 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-lokajux9waba 2025/03/08 06:25:02 NOTICE: Compressed: TestCompressSwift:rclone-test-lokajux9waba: 1 files missing 2025/03/08 06:25:02 NOTICE: 1 hashes missing 2025/03/08 06:25:02 NOTICE: Compressed: TestCompressSwift:rclone-test-lokajux9waba: 2 differences found 2025/03/08 06:25:02 NOTICE: Compressed: TestCompressSwift:rclone-test-lokajux9waba: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/03/08 06:25:02 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/08 06:25:02 NOTICE: Compressed: TestCompressSwift:rclone-test-lokajux9waba: 0 differences found 2025/03/08 06:25:02 NOTICE: Compressed: TestCompressSwift:rclone-test-lokajux9waba: 1 matching files 2025/03/08 06:25:02 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-gumukug1nola" 2025/03/08 06:25:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/08 06:25:02 DEBUG : Swift container rclone-test-gumukug1nola.json: Auto set use_segments_container to true 2025/03/08 06:25:03 DEBUG : Swift container rclone-test-gumukug1nola: Auto set use_segments_container to true 2025/03/08 06:25:03 DEBUG : Creating backend with remote "/tmp/rclone3950284604" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-gumukug1nola", Local "Local file system at /tmp/rclone3950284604", Modify Window "1ns" 2025/03/08 06:25:04 INFO : Swift container rclone-test-gumukug1nola: Container "rclone-test-gumukug1nola" created lower checkfile vs. upper remote (without normalization) 2025/03/08 06:25:25 ERROR : HELLO, WORLD!: sum not found 2025/03/08 06:25:25 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-gumukug1nola 2025/03/08 06:25:25 NOTICE: Compressed: TestCompressSwift:rclone-test-gumukug1nola: 1 files missing 2025/03/08 06:25:25 NOTICE: 1 hashes missing 2025/03/08 06:25:25 NOTICE: Compressed: TestCompressSwift:rclone-test-gumukug1nola: 2 differences found 2025/03/08 06:25:25 NOTICE: Compressed: TestCompressSwift:rclone-test-gumukug1nola: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/03/08 06:25:25 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/08 06:25:25 NOTICE: Compressed: TestCompressSwift:rclone-test-gumukug1nola: 0 differences found 2025/03/08 06:25:25 NOTICE: Compressed: TestCompressSwift:rclone-test-gumukug1nola: 1 matching files 2025/03/08 06:25:25 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-nakisic4juri" 2025/03/08 06:25:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/08 06:25:26 DEBUG : Swift container rclone-test-nakisic4juri.json: Auto set use_segments_container to true 2025/03/08 06:25:26 DEBUG : Swift container rclone-test-nakisic4juri: Auto set use_segments_container to true 2025/03/08 06:25:26 DEBUG : Creating backend with remote "/tmp/rclone3250980963" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-nakisic4juri", Local "Local file system at /tmp/rclone3250980963", Modify Window "1ns" 2025/03/08 06:25:27 INFO : Swift container rclone-test-nakisic4juri: Container "rclone-test-nakisic4juri" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/03/08 06:25:38 ERROR : HeLlO, wOrLd!: sum not found 2025/03/08 06:25:38 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-nakisic4juri 2025/03/08 06:25:38 NOTICE: Compressed: TestCompressSwift:rclone-test-nakisic4juri: 1 files missing 2025/03/08 06:25:38 NOTICE: 1 hashes missing 2025/03/08 06:25:38 NOTICE: Compressed: TestCompressSwift:rclone-test-nakisic4juri: 2 differences found 2025/03/08 06:25:38 NOTICE: Compressed: TestCompressSwift:rclone-test-nakisic4juri: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/03/08 06:25:38 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/08 06:25:38 NOTICE: Compressed: TestCompressSwift:rclone-test-nakisic4juri: 0 differences found 2025/03/08 06:25:38 NOTICE: Compressed: TestCompressSwift:rclone-test-nakisic4juri: 1 matching files 2025/03/08 06:25:38 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-pudekow6koru" 2025/03/08 06:25:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/08 06:25:39 DEBUG : Swift container rclone-test-pudekow6koru.json: Auto set use_segments_container to true 2025/03/08 06:25:39 DEBUG : Swift container rclone-test-pudekow6koru: Auto set use_segments_container to true 2025/03/08 06:25:39 DEBUG : Creating backend with remote "/tmp/rclone3632738618" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pudekow6koru", Local "Local file system at /tmp/rclone3632738618", Modify Window "1ns" 2025/03/08 06:25:40 INFO : Swift container rclone-test-pudekow6koru: Container "rclone-test-pudekow6koru" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/03/08 06:26:01 ERROR : HELLO, WORLD!: sum not found 2025/03/08 06:26:01 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-pudekow6koru 2025/03/08 06:26:01 NOTICE: Compressed: TestCompressSwift:rclone-test-pudekow6koru: 1 files missing 2025/03/08 06:26:01 NOTICE: 1 hashes missing 2025/03/08 06:26:01 NOTICE: Compressed: TestCompressSwift:rclone-test-pudekow6koru: 2 differences found 2025/03/08 06:26:01 NOTICE: Compressed: TestCompressSwift:rclone-test-pudekow6koru: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/03/08 06:26:01 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/08 06:26:01 NOTICE: Compressed: TestCompressSwift:rclone-test-pudekow6koru: 0 differences found 2025/03/08 06:26:01 NOTICE: Compressed: TestCompressSwift:rclone-test-pudekow6koru: 1 matching files 2025/03/08 06:26:01 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-pofinaj2fuzi" 2025/03/08 06:26:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/08 06:26:02 DEBUG : Swift container rclone-test-pofinaj2fuzi.json: Auto set use_segments_container to true 2025/03/08 06:26:03 DEBUG : Swift container rclone-test-pofinaj2fuzi: Auto set use_segments_container to true 2025/03/08 06:26:03 DEBUG : Creating backend with remote "/tmp/rclone2454248032" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pofinaj2fuzi", Local "Local file system at /tmp/rclone2454248032", Modify Window "1ns" 2025/03/08 06:26:03 INFO : Swift container rclone-test-pofinaj2fuzi: Container "rclone-test-pofinaj2fuzi" created NFD checkfile vs. NFC remote (without normalization) 2025/03/08 06:27:25 ERROR : 測試_Русский___ě_áñ: sum not found 2025/03/08 06:27:25 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-pofinaj2fuzi 2025/03/08 06:27:25 NOTICE: Compressed: TestCompressSwift:rclone-test-pofinaj2fuzi: 1 files missing 2025/03/08 06:27:25 NOTICE: 1 hashes missing 2025/03/08 06:27:25 NOTICE: Compressed: TestCompressSwift:rclone-test-pofinaj2fuzi: 2 differences found 2025/03/08 06:27:25 NOTICE: Compressed: TestCompressSwift:rclone-test-pofinaj2fuzi: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/03/08 06:27:45 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/08 06:27:45 NOTICE: Compressed: TestCompressSwift:rclone-test-pofinaj2fuzi: 0 differences found 2025/03/08 06:27:45 NOTICE: Compressed: TestCompressSwift:rclone-test-pofinaj2fuzi: 1 matching files 2025/03/08 06:27:45 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-diyupib1puni" 2025/03/08 06:27:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/08 06:27:45 DEBUG : Swift container rclone-test-diyupib1puni.json: Auto set use_segments_container to true 2025/03/08 06:27:46 DEBUG : Swift container rclone-test-diyupib1puni: Auto set use_segments_container to true 2025/03/08 06:27:46 DEBUG : Creating backend with remote "/tmp/rclone1185205397" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-diyupib1puni", Local "Local file system at /tmp/rclone1185205397", Modify Window "1ns" 2025/03/08 06:27:46 INFO : Swift container rclone-test-diyupib1puni: Container "rclone-test-diyupib1puni" created NFC checkfile vs. NFD remote (without normalization) 2025/03/08 06:28:06 ERROR : 測試_Русский___ě_áñ: sum not found 2025/03/08 06:28:06 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-diyupib1puni 2025/03/08 06:28:06 NOTICE: Compressed: TestCompressSwift:rclone-test-diyupib1puni: 1 files missing 2025/03/08 06:28:06 NOTICE: 1 hashes missing 2025/03/08 06:28:06 NOTICE: Compressed: TestCompressSwift:rclone-test-diyupib1puni: 2 differences found 2025/03/08 06:28:06 NOTICE: Compressed: TestCompressSwift:rclone-test-diyupib1puni: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/03/08 06:28:06 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/08 06:28:06 NOTICE: Compressed: TestCompressSwift:rclone-test-diyupib1puni: 0 differences found 2025/03/08 06:28:06 NOTICE: Compressed: TestCompressSwift:rclone-test-diyupib1puni: 1 matching files 2025/03/08 06:28:06 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-rukaran7piko" 2025/03/08 06:28:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/08 06:28:07 DEBUG : Swift container rclone-test-rukaran7piko.json: Auto set use_segments_container to true 2025/03/08 06:28:07 DEBUG : Swift container rclone-test-rukaran7piko: Auto set use_segments_container to true 2025/03/08 06:28:07 DEBUG : Creating backend with remote "/tmp/rclone3635905276" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rukaran7piko", Local "Local file system at /tmp/rclone3635905276", Modify Window "1ns" 2025/03/08 06:28:08 INFO : Swift container rclone-test-rukaran7piko: Container "rclone-test-rukaran7piko" created NFDx2 checkfile vs. both remote (without normalization) 2025/03/08 06:28:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/08 06:28:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-rukaran7piko 2025/03/08 06:28:25 NOTICE: Compressed: TestCompressSwift:rclone-test-rukaran7piko: 1 files missing 2025/03/08 06:28:25 NOTICE: 1 hashes missing 2025/03/08 06:28:25 NOTICE: Compressed: TestCompressSwift:rclone-test-rukaran7piko: 2 differences found 2025/03/08 06:28:25 NOTICE: Compressed: TestCompressSwift:rclone-test-rukaran7piko: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/03/08 06:28:35 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/08 06:28:35 NOTICE: Compressed: TestCompressSwift:rclone-test-rukaran7piko: 0 differences found 2025/03/08 06:28:35 NOTICE: Compressed: TestCompressSwift:rclone-test-rukaran7piko: 1 matching files 2025/03/08 06:28:35 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tuvazak3wili" 2025/03/08 06:28:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/08 06:28:36 DEBUG : Swift container rclone-test-tuvazak3wili.json: Auto set use_segments_container to true 2025/03/08 06:28:36 DEBUG : Swift container rclone-test-tuvazak3wili: Auto set use_segments_container to true 2025/03/08 06:28:36 DEBUG : Creating backend with remote "/tmp/rclone3913497845" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tuvazak3wili", Local "Local file system at /tmp/rclone3913497845", Modify Window "1ns" 2025/03/08 06:28:37 INFO : Swift container rclone-test-tuvazak3wili: Container "rclone-test-tuvazak3wili" created NFCx2 checkfile vs. both remote (without normalization) 2025/03/08 06:28:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/08 06:28:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-tuvazak3wili 2025/03/08 06:28:49 NOTICE: Compressed: TestCompressSwift:rclone-test-tuvazak3wili: 1 files missing 2025/03/08 06:28:49 NOTICE: 1 hashes missing 2025/03/08 06:28:49 NOTICE: Compressed: TestCompressSwift:rclone-test-tuvazak3wili: 2 differences found 2025/03/08 06:28:49 NOTICE: Compressed: TestCompressSwift:rclone-test-tuvazak3wili: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/03/08 06:28:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/08 06:28:49 NOTICE: Compressed: TestCompressSwift:rclone-test-tuvazak3wili: 0 differences found 2025/03/08 06:28:49 NOTICE: Compressed: TestCompressSwift:rclone-test-tuvazak3wili: 1 matching files 2025/03/08 06:28:49 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jurorub6dije" 2025/03/08 06:28:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/08 06:28:50 DEBUG : Swift container rclone-test-jurorub6dije.json: Auto set use_segments_container to true 2025/03/08 06:28:50 DEBUG : Swift container rclone-test-jurorub6dije: Auto set use_segments_container to true 2025/03/08 06:28:50 DEBUG : Creating backend with remote "/tmp/rclone1712779601" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jurorub6dije", Local "Local file system at /tmp/rclone1712779601", Modify Window "1ns" 2025/03/08 06:28:51 INFO : Swift container rclone-test-jurorub6dije: Container "rclone-test-jurorub6dije" created both checkfile vs. NFDx2 remote (without normalization) 2025/03/08 06:28:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/08 06:28:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-jurorub6dije 2025/03/08 06:28:57 NOTICE: Compressed: TestCompressSwift:rclone-test-jurorub6dije: 1 files missing 2025/03/08 06:28:57 NOTICE: 1 hashes missing 2025/03/08 06:28:57 NOTICE: Compressed: TestCompressSwift:rclone-test-jurorub6dije: 2 differences found 2025/03/08 06:28:57 NOTICE: Compressed: TestCompressSwift:rclone-test-jurorub6dije: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/03/08 06:28:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/08 06:28:58 NOTICE: Compressed: TestCompressSwift:rclone-test-jurorub6dije: 0 differences found 2025/03/08 06:28:58 NOTICE: Compressed: TestCompressSwift:rclone-test-jurorub6dije: 1 matching files 2025/03/08 06:28:58 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-wisokek3hodo" 2025/03/08 06:28:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/08 06:28:58 DEBUG : Swift container rclone-test-wisokek3hodo.json: Auto set use_segments_container to true 2025/03/08 06:28:59 DEBUG : Swift container rclone-test-wisokek3hodo: Auto set use_segments_container to true 2025/03/08 06:28:59 DEBUG : Creating backend with remote "/tmp/rclone1875017071" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wisokek3hodo", Local "Local file system at /tmp/rclone1875017071", Modify Window "1ns" 2025/03/08 06:28:59 INFO : Swift container rclone-test-wisokek3hodo: Container "rclone-test-wisokek3hodo" created both checkfile vs. NFCx2 remote (without normalization) 2025/03/08 06:29:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/08 06:29:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-wisokek3hodo 2025/03/08 06:29:11 NOTICE: Compressed: TestCompressSwift:rclone-test-wisokek3hodo: 1 files missing 2025/03/08 06:29:11 NOTICE: 1 hashes missing 2025/03/08 06:29:11 NOTICE: Compressed: TestCompressSwift:rclone-test-wisokek3hodo: 2 differences found 2025/03/08 06:29:11 NOTICE: Compressed: TestCompressSwift:rclone-test-wisokek3hodo: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/03/08 06:29:16 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/08 06:29:16 NOTICE: Compressed: TestCompressSwift:rclone-test-wisokek3hodo: 0 differences found 2025/03/08 06:29:16 NOTICE: Compressed: TestCompressSwift:rclone-test-wisokek3hodo: 1 matching files 2025/03/08 06:29:16 DEBUG : Compressed: TestCompressSwift:rclone-test-wisokek3hodo: Purge remote 2025/03/08 06:29:16 DEBUG : Waiting for deletions to finish 2025/03/08 06:29:16 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/03/08 06:29:21 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/03/08 06:29:22 INFO : Swift container rclone-test-wisokek3hodo: Container "rclone-test-wisokek3hodo" removed 2025/03/08 06:29:22 DEBUG : Compressed: TestCompressSwift:rclone-test-jurorub6dije: Purge remote 2025/03/08 06:29:22 DEBUG : Waiting for deletions to finish 2025/03/08 06:29:22 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/03/08 06:29:22 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/03/08 06:29:23 INFO : Swift container rclone-test-jurorub6dije: Container "rclone-test-jurorub6dije" removed 2025/03/08 06:29:23 DEBUG : Compressed: TestCompressSwift:rclone-test-tuvazak3wili: Purge remote 2025/03/08 06:29:23 DEBUG : Waiting for deletions to finish 2025/03/08 06:29:23 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/03/08 06:29:28 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/03/08 06:29:28 INFO : Swift container rclone-test-tuvazak3wili: Container "rclone-test-tuvazak3wili" removed 2025/03/08 06:29:28 DEBUG : Compressed: TestCompressSwift:rclone-test-rukaran7piko: Purge remote 2025/03/08 06:29:28 DEBUG : Waiting for deletions to finish 2025/03/08 06:29:28 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/03/08 06:29:39 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/03/08 06:29:39 INFO : Swift container rclone-test-rukaran7piko: Container "rclone-test-rukaran7piko" removed 2025/03/08 06:29:39 DEBUG : Compressed: TestCompressSwift:rclone-test-diyupib1puni: Purge remote 2025/03/08 06:29:39 DEBUG : Waiting for deletions to finish 2025/03/08 06:29:44 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/03/08 06:29:44 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/03/08 06:29:44 INFO : Swift container rclone-test-diyupib1puni: Container "rclone-test-diyupib1puni" removed 2025/03/08 06:29:44 DEBUG : Compressed: TestCompressSwift:rclone-test-pofinaj2fuzi: Purge remote 2025/03/08 06:29:44 DEBUG : Waiting for deletions to finish 2025/03/08 06:30:05 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/03/08 06:30:25 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/03/08 06:30:25 INFO : Swift container rclone-test-pofinaj2fuzi: Container "rclone-test-pofinaj2fuzi" removed 2025/03/08 06:30:25 DEBUG : Compressed: TestCompressSwift:rclone-test-pudekow6koru: Purge remote 2025/03/08 06:30:25 DEBUG : Waiting for deletions to finish 2025/03/08 06:30:25 INFO : HELLO, WORLD!.json: Deleted 2025/03/08 06:30:25 INFO : HELLO, WORLD!.bin: Deleted 2025/03/08 06:30:26 INFO : Swift container rclone-test-pudekow6koru: Container "rclone-test-pudekow6koru" removed 2025/03/08 06:30:26 DEBUG : Compressed: TestCompressSwift:rclone-test-nakisic4juri: Purge remote 2025/03/08 06:30:26 DEBUG : Waiting for deletions to finish 2025/03/08 06:30:26 INFO : HeLlO, wOrLd!.json: Deleted 2025/03/08 06:30:31 INFO : HeLlO, wOrLd!.bin: Deleted 2025/03/08 06:30:31 INFO : Swift container rclone-test-nakisic4juri: Container "rclone-test-nakisic4juri" removed 2025/03/08 06:30:31 DEBUG : Compressed: TestCompressSwift:rclone-test-gumukug1nola: Purge remote 2025/03/08 06:30:31 DEBUG : Waiting for deletions to finish 2025/03/08 06:30:32 INFO : HELLO, WORLD!.json: Deleted 2025/03/08 06:30:32 INFO : HELLO, WORLD!.bin: Deleted 2025/03/08 06:30:32 INFO : Swift container rclone-test-gumukug1nola: Container "rclone-test-gumukug1nola" removed 2025/03/08 06:30:32 DEBUG : Compressed: TestCompressSwift:rclone-test-lokajux9waba: Purge remote 2025/03/08 06:30:32 DEBUG : Waiting for deletions to finish 2025/03/08 06:30:33 INFO : hello, world!.bin: Deleted 2025/03/08 06:30:43 INFO : hello, world!.json: Deleted 2025/03/08 06:30:43 INFO : Swift container rclone-test-lokajux9waba: Container "rclone-test-lokajux9waba" removed --- PASS: TestApplyTransforms (354.46s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 06:30:48 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/08 06:31:00 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/03/08 06:31:00 INFO : file1: Copied (new) to: sub/file2 2025/03/08 06:31:00 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/03/08 06:31:00 DEBUG : file1: Unchanged skipping 2025/03/08 06:31:05 DEBUG : Compressed: TestCompressSwift:rclone-test-micidux1vago: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (29.07s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", 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-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 06:31:28 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-micidux1vago/backup" 2025/03/08 06:31:29 DEBUG : Swift container rclone-test-micidux1vago path backup.json: Auto set use_segments_container to true 2025/03/08 06:31:35 DEBUG : Swift container rclone-test-micidux1vago path backup: Auto set use_segments_container to true 2025/03/08 06:31:55 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/03/08 06:33:17 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/03/08 06:33:17 INFO : dst/file1: Copied (server-side copy) 2025/03/08 06:33:22 INFO : dst/file1: Deleted 2025/03/08 06:33:32 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/03/08 06:33:32 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (146.11s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 06:33:38 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-micidux1vago/dst" 2025/03/08 06:33:39 DEBUG : Swift container rclone-test-micidux1vago path dst.json: Auto set use_segments_container to true 2025/03/08 06:34:00 DEBUG : Swift container rclone-test-micidux1vago path dst: Auto set use_segments_container to true 2025/03/08 06:34:11 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-micidux1vago/CompareDest" 2025/03/08 06:34:11 DEBUG : Swift container rclone-test-micidux1vago path CompareDest.json: Auto set use_segments_container to true 2025/03/08 06:34:31 DEBUG : Config file has changed externally - reloading 2025/03/08 06:34:32 DEBUG : Swift container rclone-test-micidux1vago path CompareDest: Auto set use_segments_container to true 2025/03/08 06:34:37 DEBUG : one: Need to transfer - File not found at Destination 2025/03/08 06:34:48 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/03/08 06:34:48 INFO : one: Copied (new) 2025/03/08 06:34:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/08 06:34:55 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/03/08 06:34:55 INFO : one: Copied (replaced existing) 2025/03/08 06:35:02 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/08 06:35:02 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/03/08 06:35:02 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/08 06:35:34 DEBUG : two: Need to transfer - File not found at Destination 2025/03/08 06:35:44 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/03/08 06:35:44 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/08 06:36:00 DEBUG : two: Need to transfer - File not found at Destination 2025/03/08 06:36:05 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/03/08 06:36:05 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/08 06:36:11 DEBUG : two: Need to transfer - File not found at Destination 2025/03/08 06:36:16 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/03/08 06:36:32 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/03/08 06:36:32 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (214.04s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 06:37:13 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-micidux1vago/dst" 2025/03/08 06:37:13 DEBUG : Config file has changed externally - reloading 2025/03/08 06:37:13 DEBUG : Swift container rclone-test-micidux1vago path dst.json: Auto set use_segments_container to true 2025/03/08 06:37:19 DEBUG : Swift container rclone-test-micidux1vago path dst: Auto set use_segments_container to true 2025/03/08 06:37:29 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-micidux1vago/CopyDest" 2025/03/08 06:37:30 DEBUG : Swift container rclone-test-micidux1vago path CopyDest.json: Auto set use_segments_container to true 2025/03/08 06:37:35 DEBUG : Swift container rclone-test-micidux1vago path CopyDest: Auto set use_segments_container to true 2025/03/08 06:37:41 DEBUG : one: Need to transfer - File not found at Destination 2025/03/08 06:37:52 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/03/08 06:37:52 INFO : one: Copied (new) 2025/03/08 06:37:53 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/08 06:37:59 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/03/08 06:37:59 INFO : one: Copied (replaced existing) 2025/03/08 06:38:07 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-micidux1vago/BackupDir" 2025/03/08 06:38:07 DEBUG : Swift container rclone-test-micidux1vago path BackupDir.json: Auto set use_segments_container to true 2025/03/08 06:38:13 DEBUG : Swift container rclone-test-micidux1vago path BackupDir: Auto set use_segments_container to true 2025/03/08 06:38:18 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/08 06:38:18 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/03/08 06:38:18 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/08 06:38:44 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/03/08 06:38:44 INFO : one: Copied (server-side copy) 2025/03/08 06:38:45 INFO : one: Deleted 2025/03/08 06:39:01 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/03/08 06:39:01 INFO : one: Copied (server-side copy) 2025/03/08 06:39:01 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/03/08 06:39:24 DEBUG : two: Need to transfer - File not found at Destination 2025/03/08 06:39:29 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/03/08 06:39:59 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/03/08 06:39:59 INFO : two: Copied (server-side copy) 2025/03/08 06:39:59 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/03/08 06:40:25 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/03/08 06:40:25 DEBUG : two: Unchanged skipping 2025/03/08 06:40:58 DEBUG : three: Need to transfer - File not found at Destination 2025/03/08 06:40:58 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/03/08 06:40:58 DEBUG : three: Destination not found in --copy-dest 2025/03/08 06:41:04 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/03/08 06:41:04 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (285.82s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.14s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.16s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 06:42:04 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/03/08 06:42:15 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/03/08 06:42:15 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/03/08 06:42:20 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/03/08 06:42:26 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/03/08 06:42:26 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy5.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-micidux1vago/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/03/08 06:42:31 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/03/08 06:42:41 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/03/08 06:42:47 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 3cc9b8ba5701d08015b96f2efb36074b OK 2025/03/08 06:42:47 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (64.99s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", 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-micidux1vago", Local "Local file system at /tmp/rclone3252299932", 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-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.18s) === RUN TestDeduplicateFirst run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.20s) === RUN TestDeduplicateNewest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.20s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 06:43:39 INFO : Compressed: TestCompressSwift:rclone-test-micidux1vago: Looking for duplicate md5 hashes using newest mode. 2025/03/08 06:43:44 NOTICE: 3da52e4d244c6a3c62fff29656fed1b3: Found 3 files with duplicate md5 hashes 2025/03/08 06:43:50 INFO : one: Deleted 2025/03/08 06:43:50 INFO : also/one: Deleted 2025/03/08 06:43:50 NOTICE: 3da52e4d244c6a3c62fff29656fed1b3: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (61.80s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.18s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.09s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.25s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.13s) === RUN TestMergeDirs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", 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-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 06:46:12 DEBUG : a.txt: Excluded (Size Filter) 2025/03/08 06:46:12 DEBUG : a.txt: Excluded 2025/03/08 06:46:12 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/03/08 06:46:12 DEBUG : sub dir/hello world: Excluded 2025/03/08 06:46:12 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/03/08 06:46:12 DEBUG : sub dir/hello world2: Excluded 2025/03/08 06:46:12 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/03/08 06:46:12 DEBUG : sub dir/hello world: Excluded 2025/03/08 06:46:12 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/03/08 06:46:12 DEBUG : sub dir/hello world2: Excluded 2025/03/08 06:46:12 DEBUG : sub dir/ignore dir: Excluded 2025/03/08 06:46:17 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (193.04s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", 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 (44.15s) --- PASS: TestListJSON/Default (0.19s) --- PASS: TestListJSON/FilesOnly (0.18s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (0.32s) --- PASS: TestListJSON/SubDir (0.18s) --- PASS: TestListJSON/NoModTime (0.14s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (0.18s) --- PASS: TestListJSON/HashTypes (0.18s) --- PASS: TestListJSON/Metadata (0.19s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/03/08 06:49:15 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-micidux1vago/notfound" 2025/03/08 06:49:15 DEBUG : Config file has changed externally - reloading 2025/03/08 06:49:16 DEBUG : Swift container rclone-test-micidux1vago path notfound.json: Auto set use_segments_container to true 2025/03/08 06:49:26 DEBUG : Swift container rclone-test-micidux1vago path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (98.03s) --- PASS: TestStatJSON/Root (0.14s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.05s) --- PASS: TestStatJSON/Dir (5.17s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.10s) --- PASS: TestStatJSON/File (5.14s) --- PASS: TestStatJSON/NotFound (10.14s) --- PASS: TestStatJSON/DirFilesOnly (5.05s) --- PASS: TestStatJSON/FileFilesOnly (5.15s) --- PASS: TestStatJSON/NotFoundFilesOnly (10.05s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.10s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (16.79s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 06:49:42 INFO : Compressed: TestCompressSwift:rclone-test-micidux1vago: Making directory 2025/03/08 06:49:43 INFO : Compressed: TestCompressSwift:rclone-test-micidux1vago: Making directory --- PASS: TestMkdir (0.35s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" --- PASS: TestLsd (31.17s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" --- PASS: TestLs (41.96s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 06:51:32 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/03/08 06:51:32 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (57.10s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" --- PASS: TestLsLong (46.99s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (62.43s) --- PASS: TestHashSums/Md5 (5.30s) --- PASS: TestHashSums/Md5Download (10.21s) === RUN TestHashSumsWithErrors 2025/03/08 06:53:42 DEBUG : Creating backend with remote ":memory:" 2025/03/08 06:53:42 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/03/08 06:53:42 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/03/08 06:53:42 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/03/08 06:53:42 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/03/08 06:53:42 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/03/08 06:53:42 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/03/08 06:53:42 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/03/08 06:53:42 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/03/08 06:53:42 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-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" --- PASS: TestCount (50.62s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 06:55:02 DEBUG : Waiting for deletions to finish 2025/03/08 06:55:02 DEBUG : large: Excluded (Size Filter) 2025/03/08 06:55:03 INFO : medium: Deleted 2025/03/08 06:55:13 INFO : small: Deleted --- PASS: TestDelete (50.55s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 06:55:55 DEBUG : Waiting for deletions to finish 2025/03/08 06:55:55 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/03/08 06:55:56 INFO : medium: Deleted 2025/03/08 06:56:01 INFO : large: Deleted --- PASS: TestMaxDelete (43.47s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 06:56:35 DEBUG : Waiting for deletions to finish 2025/03/08 06:56:35 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/03/08 06:56:35 INFO : medium: Deleted 2025/03/08 06:56:45 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (44.12s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 06:57:28 DEBUG : Waiting for deletions to finish 2025/03/08 06:57:28 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/03/08 06:57:29 INFO : medium: Deleted 2025/03/08 06:57:33 INFO : large: Deleted --- PASS: TestMaxDeleteSize (47.94s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" --- PASS: TestReadFile (32.81s) === RUN TestRetry 2025/03/08 06:58:12 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/03/08 06:58:12 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/03/08 06:58:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/08 06:58:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/08 06:58:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/08 06:58:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/08 06:58:12 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-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" --- PASS: TestCat (79.57s) === RUN TestPurge 2025/03/08 06:59:32 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-zupejuw2naja" 2025/03/08 06:59:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/08 06:59:32 DEBUG : Swift container rclone-test-zupejuw2naja.json: Auto set use_segments_container to true 2025/03/08 06:59:33 DEBUG : Swift container rclone-test-zupejuw2naja: Auto set use_segments_container to true 2025/03/08 06:59:33 DEBUG : Creating backend with remote "/tmp/rclone3498684326" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-zupejuw2naja", Local "Local file system at /tmp/rclone3498684326", Modify Window "1ns" 2025/03/08 06:59:33 INFO : Swift container rclone-test-zupejuw2naja: Container "rclone-test-zupejuw2naja" created 2025/03/08 06:59:39 INFO : A2: Making directory 2025/03/08 06:59:39 INFO : A1/B2: Making directory 2025/03/08 06:59:39 INFO : A1/B2/C2: Making directory 2025/03/08 06:59:39 INFO : A1/B1/C3: Making directory 2025/03/08 06:59:39 INFO : A3: Making directory 2025/03/08 06:59:39 INFO : A3/B3: Making directory 2025/03/08 06:59:39 INFO : A3/B3/C4: Making directory fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A1/B1/C3" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" fstest.go:244: Filtering empty directory "A3/B3/C4" 2025/03/08 07:00:00 DEBUG : Waiting for deletions to finish 2025/03/08 07:00:01 INFO : A1/B1/C1/one.bin: Deleted 2025/03/08 07:00:01 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/03/08 07:00:11 DEBUG : Waiting for deletions to finish 2025/03/08 07:00:21 INFO : A1/two.json: Deleted 2025/03/08 07:00:21 INFO : A1/two.bin: Deleted 2025/03/08 07:00:22 INFO : Swift container rclone-test-zupejuw2naja: Container "rclone-test-zupejuw2naja" removed 2025/03/08 07:00:22 DEBUG : Compressed: TestCompressSwift:rclone-test-zupejuw2naja: Purge remote 2025/03/08 07:00:22 DEBUG : Waiting for deletions to finish 2025/03/08 07:00:22 NOTICE: purge failed: directory not found --- PASS: TestPurge (50.05s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 07:00:28 INFO : A2: Making directory 2025/03/08 07:00:28 INFO : A1/B2: Making directory 2025/03/08 07:00:28 INFO : A1/B2/C2: Making directory 2025/03/08 07:00:28 INFO : A1/B1/C3: Making directory 2025/03/08 07:00:28 INFO : A3: Making directory 2025/03/08 07:00:28 INFO : A3/B3: Making directory 2025/03/08 07:00:28 INFO : A3/B3/C4: Making directory fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A1/B1/C3" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" fstest.go:244: Filtering empty directory "A3/B3/C4" 2025/03/08 07:00:39 DEBUG : removing 1 level 3 directories 2025/03/08 07:00:39 INFO : A3/B3/C4: Removing directory fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A1/B1/C3" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" 2025/03/08 07:00:56 DEBUG : removing 1 level 0 directories 2025/03/08 07:00:56 INFO : Compressed: TestCompressSwift:rclone-test-micidux1vago: Removing directory 2025/03/08 07:00:57 INFO : Swift container rclone-test-micidux1vago: Container "rclone-test-micidux1vago" removed --- PASS: TestRmdirsNoLeaveRoot (35.04s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 07:00:57 INFO : Swift container rclone-test-micidux1vago: Container "rclone-test-micidux1vago" created 2025/03/08 07:00:57 INFO : A1: Making directory 2025/03/08 07:00:57 INFO : A1/B1: Making directory 2025/03/08 07:00:57 INFO : A1/B1/C1: Making directory fstest.go:244: Filtering empty directory "A1" fstest.go:244: Filtering empty directory "A1/B1" fstest.go:244: Filtering empty directory "A1/B1/C1" fstest.go:244: Filtering empty directory "A1" --- PASS: TestRmdirsLeaveRoot (0.48s) === RUN TestRmdirsWithFilter run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 07:00:57 INFO : A1: Making directory 2025/03/08 07:00:57 INFO : A1/B1: Making directory 2025/03/08 07:00:57 INFO : A1/B1/C1: Making directory fstest.go:244: Filtering empty directory "A1" fstest.go:244: Filtering empty directory "A1/B1" fstest.go:244: Filtering empty directory "A1/B1/C1" fstest.go:244: Filtering empty directory "A1" --- PASS: TestRmdirsWithFilter (0.24s) === RUN TestCopyURL run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 07:01:08 DEBUG : filename.txt: File name found in url 2025/03/08 07:01:19 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (75.22s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 07:02:18 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/08 07:02:28 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/03/08 07:02:28 INFO : file1: Copied (new) to: sub/file2 2025/03/08 07:02:28 INFO : file1: Deleted 2025/03/08 07:02:33 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/03/08 07:02:33 DEBUG : file1: Unchanged skipping 2025/03/08 07:02:33 INFO : file1: Deleted 2025/03/08 07:02:34 DEBUG : Compressed: TestCompressSwift:rclone-test-micidux1vago: don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (36.69s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 07:02:54 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/08 07:03:05 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/03/08 07:03:05 INFO : file1: Copied (new) 2025/03/08 07:03:05 INFO : file1: Deleted 2025/03/08 07:03:10 DEBUG : file1: Destination exists, skipping 2025/03/08 07:03:10 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (36.44s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFile (0.20s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.20s) === RUN TestMoveFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 07:03:43 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-micidux1vago/backup" 2025/03/08 07:03:44 DEBUG : Swift container rclone-test-micidux1vago path backup.json: Auto set use_segments_container to true 2025/03/08 07:03:50 DEBUG : Swift container rclone-test-micidux1vago path backup: Auto set use_segments_container to true 2025/03/08 07:04:10 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/03/08 07:05:31 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/03/08 07:05:31 INFO : dst/file1: Copied (server-side copy) 2025/03/08 07:05:36 INFO : dst/file1: Deleted 2025/03/08 07:05:46 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/03/08 07:05:46 INFO : dst/file1: Copied (new) 2025/03/08 07:05:46 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (146.42s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 07:06:52 INFO : A1/B2: Making directory 2025/03/08 07:06:52 INFO : A1/B1/C3: Making directory fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B1/C3" 2025/03/08 07:07:39 DEBUG : A1/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/03/08 07:07:39 INFO : A1/B1/C2/five: Copied (server-side copy) to: A2/B1/C2/five 2025/03/08 07:07:39 INFO : A1/B1/C2/five: Deleted 2025/03/08 07:07:40 DEBUG : A1/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/03/08 07:07:40 INFO : A1/B1/three: Copied (server-side copy) to: A2/B1/three 2025/03/08 07:07:44 DEBUG : A1/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/03/08 07:07:44 INFO : A1/two: Copied (server-side copy) to: A2/two 2025/03/08 07:07:45 INFO : A1/B1/three: Deleted 2025/03/08 07:07:49 INFO : A1/two: Deleted 2025/03/08 07:07:54 DEBUG : A1/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/03/08 07:07:54 INFO : A1/B1/C1/four: Copied (server-side copy) to: A2/B1/C1/four 2025/03/08 07:07:59 DEBUG : A1/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/03/08 07:07:59 INFO : A1/one: Copied (server-side copy) to: A2/one 2025/03/08 07:07:59 INFO : A1/B1/C1/four: Deleted 2025/03/08 07:08:09 INFO : A1/one: Deleted fstest.go:244: Filtering empty directory "A2/B2" fstest.go:244: Filtering empty directory "A2/B1/C3" 2025/03/08 07:08:41 DEBUG : A2/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/03/08 07:08:41 INFO : A2/B1/three: Copied (server-side copy) to: A3/B1/three 2025/03/08 07:08:42 DEBUG : A2/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/03/08 07:08:42 INFO : A2/two: Copied (server-side copy) to: A3/two 2025/03/08 07:08:42 INFO : A2/B1/three: Deleted 2025/03/08 07:08:47 INFO : A2/two: Deleted 2025/03/08 07:08:52 DEBUG : A2/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/03/08 07:08:52 INFO : A2/B1/C1/four: Copied (server-side copy) to: A3/B1/C1/four 2025/03/08 07:08:57 DEBUG : A2/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/03/08 07:08:57 INFO : A2/B1/C2/five: Copied (server-side copy) to: A3/B1/C2/five 2025/03/08 07:08:57 INFO : A2/B1/C1/four: Deleted 2025/03/08 07:08:57 DEBUG : A2/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/03/08 07:08:57 INFO : A2/one: Copied (server-side copy) to: A3/one 2025/03/08 07:09:02 INFO : A2/B1/C2/five: Deleted 2025/03/08 07:09:08 INFO : A2/one: Deleted fstest.go:244: Filtering empty directory "A3/B2" fstest.go:244: Filtering empty directory "A3/B1/C3" 2025/03/08 07:09:28 INFO : Compressed: TestCompressSwift:rclone-test-micidux1vago: Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/03/08 07:09:49 DEBUG : A3/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/03/08 07:09:49 INFO : A3/two: Copied (server-side copy) to: A4/two 2025/03/08 07:09:55 DEBUG : A3/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/03/08 07:09:55 INFO : A3/one: Copied (server-side copy) to: A4/one 2025/03/08 07:09:55 INFO : A3/two: Deleted 2025/03/08 07:09:55 DEBUG : A3/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/03/08 07:09:55 INFO : A3/B1/three: Copied (server-side copy) to: A4/B1/three 2025/03/08 07:10:00 INFO : A3/B1/three: Deleted 2025/03/08 07:10:00 INFO : A3/one: Deleted 2025/03/08 07:10:05 DEBUG : A3/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/03/08 07:10:05 INFO : A3/B1/C1/four: Copied (server-side copy) to: A4/B1/C1/four 2025/03/08 07:10:10 INFO : A3/B1/C1/four: Deleted 2025/03/08 07:10:16 DEBUG : A3/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/03/08 07:10:16 INFO : A3/B1/C2/five: Copied (server-side copy) to: A4/B1/C2/five 2025/03/08 07:10:21 INFO : A3/B1/C2/five: Deleted fstest.go:244: Filtering empty directory "A4/B2" fstest.go:244: Filtering empty directory "A4/B1/C3" --- PASS: TestDirMove (291.50s) === RUN TestGetFsInfo run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 07:10:44 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.17s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 07:10:44 DEBUG : Compressed: TestCompressSwift:rclone-test-micidux1vago: File to upload is small (34 bytes), uploading instead of streaming 2025/03/08 07:10:56 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2025/03/08 07:10:56 DEBUG : no_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2025/03/08 07:11:22 DEBUG : no_checksum_big_file_from_pipe.__________8.gz: md5 = de79f3041b5687122f588132e7d777a7 OK 2025/03/08 07:11:22 INFO : no_checksum_big_file_from_pipe.__________8.gz: Copied (server-side copy) to: no_checksum_big_file_from_pipe.AZABAAAAAAA.gz 2025/03/08 07:11:27 INFO : no_checksum_big_file_from_pipe.__________8.gz: Deleted 2025/03/08 07:11:27 DEBUG : no_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2025/03/08 07:11:27 DEBUG : no_checksum_big_file_from_pipe: Size and md5 of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 07:11:53 DEBUG : Compressed: TestCompressSwift:rclone-test-micidux1vago: File to upload is small (34 bytes), uploading instead of streaming 2025/03/08 07:12:14 DEBUG : with_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2025/03/08 07:12:14 DEBUG : with_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2025/03/08 07:12:36 DEBUG : with_checksum_big_file_from_pipe.__________8.gz: md5 = de79f3041b5687122f588132e7d777a7 OK 2025/03/08 07:12:36 INFO : with_checksum_big_file_from_pipe.__________8.gz: Copied (server-side copy) to: with_checksum_big_file_from_pipe.AZABAAAAAAA.gz 2025/03/08 07:12:41 INFO : with_checksum_big_file_from_pipe.__________8.gz: Deleted 2025/03/08 07:12:41 DEBUG : with_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2025/03/08 07:12:41 DEBUG : with_checksum_big_file_from_pipe: Size and md5 of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 07:12:57 DEBUG : Compressed: TestCompressSwift:rclone-test-micidux1vago: File to upload is small (34 bytes), uploading instead of streaming 2025/03/08 07:13:08 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/03/08 07:13:34 INFO : ignore_checksum_big_file_from_pipe.__________8.gz: Copied (server-side copy) to: ignore_checksum_big_file_from_pipe.AZABAAAAAAA.gz 2025/03/08 07:13:39 INFO : ignore_checksum_big_file_from_pipe.__________8.gz: Deleted 2025/03/08 07:13:39 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1ns) === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-micidux1vago", Local "Local file system at /tmp/rclone3252299932", Modify Window "1ns" 2025/03/08 07:13:56 DEBUG : Compressed: TestCompressSwift:rclone-test-micidux1vago: File to upload is small (34 bytes), uploading instead of streaming 2025/03/08 07:14:06 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2025/03/08 07:14:06 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/03/08 07:14:32 INFO : ignore_checksum_big_file_from_pipe.__________8.gz: Copied (server-side copy) to: ignore_checksum_big_file_from_pipe.AZABAAAAAAA.gz 2025/03/08 07:14:37 INFO : ignore_checksum_big_file_from_pipe.__________8.gz: Deleted 2025/03/08 07:14:37 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2025/03/08 07:14:37 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical panic: test timed out after 1h0m0s running tests: TestRcat (4m7s) TestRcat/withChecksum=true,ignoreChecksum=true (56s) goroutine 10331 [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, 6 minutes]: testing.(*T).Run(0xc000406000, {0x25de5f3?, 0x0?}, 0x2726f00) /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(0xc000406000) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2168 +0x37 testing.tRunner(0xc000406000, 0xc000b0dc18) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 testing.runTests(0xc000750030, {0x3d076a0, 0x6c, 0x6c}, {0x3d1be20?, 0x1?, 0x3d1be20?}) /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(0xc00015ad20) /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(0xc00015ad20) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:69 +0xa5 github.com/rclone/rclone/fs/operations_test.TestMain(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:61 main.main() _testmain.go:263 +0xa9 goroutine 18 [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 19 [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 9977 [chan receive]: testing.(*T).Run(0xc000406340, {0xc000b04690?, 0xc000878f40?}, 0xc001de87f8) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1751 +0x3ab github.com/rclone/rclone/fs/operations_test.TestRcat(0xc000406340) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1522 +0xcd testing.tRunner(0xc000406340, 0x2726f00) /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 1441 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1431 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 1079 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1037 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 231 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 221 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 7858 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc0007ca540) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:339 +0x13d created by github.com/rclone/rclone/fs/accounting.(*StatsInfo)._startAverageLoop in goroutine 7809 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:404 +0xb6 goroutine 526 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 516 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 628 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 587 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 10319 [select]: net/http.(*persistConn).roundTrip(0xc000a4ea20, 0xc0004c5400) /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(0xc00038a480, 0xc0009e1a40) /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(0xc000374230, 0xc0009e1a40) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc0009e1a40, {0x29dd040, 0xc000374230}, {0x1?, 0xffff?, 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(0xc000adc060, 0xc0009e1a40, {0x8?, 0xc001481668?, 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(0xc000adc060, 0xc0009e1a40) /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 10278 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 1243 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1233 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 1332 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1322 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 3124 [chan receive, 49 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 2788 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 2968 [chan receive, 50 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 2788 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 175 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 165 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 737 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 727 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 1477 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1307 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 662 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 652 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 10278 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0007cafc0, 0xc0019323c0, 0xc0009e1a40) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0007cafc0, {0x2a03480, 0x3d3f300}, {0xc000802000, 0x4f}, {{0xc000846a00, 0x18}, {0xc000846a19, 0x27}, {0x25d8033, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc0007cafc0, {0x2a03480, 0x3d3f300}, {{0xc000846a00, 0x18}, {0xc000846a19, 0x27}, {0x25d8033, 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:88 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc0002cf380, 0xc0004c5360, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc0002cf380, 0xc0004c5360) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Object).Remove(0xc00105be00, {0x2a03480, 0x3d3f300}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1619 +0x29b github.com/rclone/rclone/backend/compress.(*Object).Remove(0xc000413040, {0x2a03480, 0x3d3f300}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1112 +0x9a github.com/rclone/rclone/fstest.newRunIndividual.func1.1.1() /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:154 +0x24 github.com/rclone/rclone/fstest.retry(0xc000182000, {0xc0006a6600, 0x32}, 0xc0009238f8) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:121 +0xde github.com/rclone/rclone/fstest.newRunIndividual.func1.1({0xc00037ecc0?, 0xc00037ecc0?, 0x0?}) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:154 +0x369 github.com/rclone/rclone/fs/walk.listR.func1({0xc00037ecc0, 0x2, 0x4}) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:329 +0x19c github.com/rclone/rclone/backend/compress.(*Fs).ListR.func1({0xc00037ecc0?, 0xc000860a40?, 0x18?}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:384 +0x4c github.com/rclone/rclone/fs/walk.(*ListRHelper).send(...) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:662 github.com/rclone/rclone/fs/walk.(*ListRHelper).Flush(0xc000923b50) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:680 +0x35 github.com/rclone/rclone/backend/swift.(*Fs).ListR(0xc0007ca380, {0x2a03480, 0x3d3f300}, {0x0?, 0x22e2b60?}, 0xc000a88ff0) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:881 +0x165 github.com/rclone/rclone/backend/compress.(*Fs).ListR(0xc000334180, {0x2a03480, 0x3d3f300}, {0x0, 0x0}, 0xc0009cb3b0) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:379 +0xb9 github.com/rclone/rclone/fs/walk.listR({0x2a03480, 0x3d3f300}, {0x2a17920, 0xc000334180}, {0x0, 0x0}, 0x1, 0x3, 0xc00197e5a0, 0xc00057cc48, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:298 +0x2a3 github.com/rclone/rclone/fs/walk.ListR({0x2a03480, 0x3d3f300}, {0x2a17920, 0xc000334180}, {0x0, 0x0}, 0x1, 0xffffffffffffffff, 0x3, 0xc00197e5a0) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:162 +0x1d5 github.com/rclone/rclone/fstest.newRunIndividual.func1() /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:150 +0x111 github.com/rclone/rclone/fstest.(*Run).Finalise(0xc0002d79d0) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 +0x1c testing.(*common).Cleanup.func1() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 +0x109 testing.(*common).runCleanup(0xc000182000, 0x4b1a2f?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 +0xd5 testing.tRunner.func2() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 +0x25 testing.tRunner(0xc000182000, 0xc001de87f8) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1696 +0x11e created by testing.(*T).Run in goroutine 9977 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1743 +0x390 goroutine 290 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 248 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 3471 [chan receive, 46 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2788 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 347 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 305 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 3367 [chan receive, 46 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2788 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 941 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 931 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 432 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 422 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 498 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 488 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 787 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 761 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 844 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 834 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 9320 [IO wait]: internal/poll.runtime_pollWait(0x7fd235e7bcb8, 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(0xc000334280?, 0xc000911980?, 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(0xc000334280, {0xc000911980, 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(0xc000334280, {0xc000911980?, 0xc0001e61d0?, 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(0xc00075c148, {0xc000911980?, 0x3d1be20?, 0xc0008989d0?}) /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(0xc00216cb88, {0xc000911980?, 0x18?, 0x7fd23c350218?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc00065ef78, {0xc000911980?, 0x0?, 0xc00065ef78?}) /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(0xc0001e62b8, {0x29dd7a0, 0xc00065ef78}) /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(0xc0001e6008, {0x7fd23c397800, 0xc00216cb88}, 0xc000898a40?) /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(0xc0001e6008, 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(0xc0001e6008, {0xc000a40000, 0x1000, 0xc00008d308?}) /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(0xc000a4ea20, {0xc000a40000?, 0x81d405?, 0x214c620?}) /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(0xc001873320) /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(0xc001873320, 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(0xc000a4ea20) /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 9369 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 1009 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 999 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 1167 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1157 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 8209 [chan receive, 15 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 8208 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1260 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1250 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 1382 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1372 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 2883 [chan receive, 50 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 2788 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3536 [chan receive, 45 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2788 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9321 [select]: net/http.(*persistConn).writeLoop(0xc000a4ea20) /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 9369 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 3206 [chan receive, 47 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2788 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3281 [chan receive, 47 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2788 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3000 [chan receive, 49 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 2788 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 2789 [chan receive, 50 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 2788 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m1.28056685s (try 1/5): exit status 2: Failed []