"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 5/5) 2025/05/04 06:35:57 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hohesan5weza" 2025/05/04 06:35:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/04 06:35:58 DEBUG : Swift container rclone-test-hohesan5weza.json: Auto set use_segments_container to true 2025/05/04 06:35:58 DEBUG : Swift container rclone-test-hohesan5weza: Auto set use_segments_container to true 2025/05/04 06:35:58 DEBUG : Creating backend with remote "/tmp/rclone4242099559" === 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-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.19s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", 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/05/04 06:35:59 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/04 06:35:59 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/04 06:35:59 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/05/04 06:35:59 DEBUG : potato: Seek from 10 to 0 2025/05/04 06:35:59 DEBUG : potato: Seek from 10 to 0 2025/05/04 06:35:59 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/05/04 06:35:59 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/04 06:35:59 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/04 06:35:59 DEBUG : potato: Seek from 5 to 2 2025/05/04 06:35:59 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/05/04 06:35:59 DEBUG : potato: Seek from 7 to 0 2025/05/04 06:35:59 DEBUG : potato: Seek from 7 to 0 2025/05/04 06:35:59 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/05/04 06:35:59 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/04 06:35:59 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/04 06:35:59 DEBUG : potato: Seek from 5 to 2 2025/05/04 06:35:59 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/05/04 06:35:59 DEBUG : potato: Seek from 8 to 0 2025/05/04 06:35:59 DEBUG : potato: Seek from 8 to 0 2025/05/04 06:35:59 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/05/04 06:35:59 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/04 06:35:59 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/04 06:35:59 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/04 06:35:59 DEBUG : potato: Seek from 5 to 2 2025/05/04 06:35:59 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/05/04 06:35:59 DEBUG : potato: Seek from 9 to 0 2025/05/04 06:35:59 DEBUG : potato: Seek from 9 to 0 2025/05/04 06:35:59 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-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" 2025/05/04 06:35:59 INFO : Swift container rclone-test-hohesan5weza: Container "rclone-test-hohesan5weza" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (139.30s) --- PASS: TestCheck/1 (0.22s) --- PASS: TestCheck/2 (5.24s) --- PASS: TestCheck/3 (0.14s) --- PASS: TestCheck/4 (10.19s) --- PASS: TestCheck/5 (5.15s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.14s) === RUN TestCheckFsError 2025/05/04 06:38:18 DEBUG : Creating backend with remote "nonexistent" 2025/05/04 06:38:18 DEBUG : Config file has changed externally - reloading 2025/05/04 06:38:18 DEBUG : Creating backend with remote "nonexistent" 2025/05/04 06:38:18 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/05/04 06:38:18 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/05/04 06:38:18 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/05/04 06:38:18 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-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", 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 (137.07s) --- PASS: TestCheckDownload/1 (0.38s) --- PASS: TestCheckDownload/2 (0.19s) --- PASS: TestCheckDownload/3 (0.27s) --- PASS: TestCheckDownload/4 (5.24s) --- PASS: TestCheckDownload/5 (5.29s) --- PASS: TestCheckDownload/6 (5.21s) --- PASS: TestCheckDownload/7 (10.27s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", 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 (110.70s) --- PASS: TestCheckSizeOnly/1 (0.05s) --- PASS: TestCheckSizeOnly/2 (0.16s) --- PASS: TestCheckSizeOnly/3 (0.30s) --- PASS: TestCheckSizeOnly/4 (0.05s) --- PASS: TestCheckSizeOnly/5 (0.09s) --- PASS: TestCheckSizeOnly/6 (0.05s) --- PASS: TestCheckSizeOnly/7 (0.10s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" 2025/05/04 06:42:32 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/04 06:42:32 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/04 06:42:32 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/04 06:42:32 NOTICE: test.sum: 2 warning(s) suppressed... 2025/05/04 06:42:32 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/04 06:42:32 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/04 06:42:32 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/04 06:42:32 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.23s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" 2025/05/04 06:42:33 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hohesan5weza/data" 2025/05/04 06:42:33 DEBUG : Config file has changed externally - reloading 2025/05/04 06:42:34 DEBUG : Swift container rclone-test-hohesan5weza path data.json: Auto set use_segments_container to true 2025/05/04 06:42:39 DEBUG : Swift container rclone-test-hohesan5weza 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 (191.98s) --- PASS: TestCheckSum/subtest1 (0.33s) --- PASS: TestCheckSum/subtest2 (0.44s) --- PASS: TestCheckSum/subtest3 (0.45s) --- PASS: TestCheckSum/subtest4 (5.46s) --- PASS: TestCheckSum/subtest5 (5.46s) --- PASS: TestCheckSum/subtest6 (10.52s) --- PASS: TestCheckSum/subtest7 (5.49s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" 2025/05/04 06:45:45 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hohesan5weza/data" 2025/05/04 06:45:46 DEBUG : Swift container rclone-test-hohesan5weza path data.json: Auto set use_segments_container to true 2025/05/04 06:45:51 DEBUG : Swift container rclone-test-hohesan5weza 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 (170.73s) --- PASS: TestCheckSumDownload/subtest1 (0.39s) --- PASS: TestCheckSumDownload/subtest2 (0.51s) --- PASS: TestCheckSumDownload/subtest3 (0.48s) --- PASS: TestCheckSumDownload/subtest4 (5.60s) --- PASS: TestCheckSumDownload/subtest5 (5.45s) --- PASS: TestCheckSumDownload/subtest6 (5.54s) --- PASS: TestCheckSumDownload/subtest7 (5.46s) === RUN TestApplyTransforms 2025/05/04 06:48:36 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-votorot8nuye" 2025/05/04 06:48:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/04 06:48:36 DEBUG : Swift container rclone-test-votorot8nuye.json: Auto set use_segments_container to true 2025/05/04 06:48:37 DEBUG : Swift container rclone-test-votorot8nuye: Auto set use_segments_container to true 2025/05/04 06:48:37 DEBUG : Creating backend with remote "/tmp/rclone1150663989" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-votorot8nuye", Local "Local file system at /tmp/rclone1150663989", Modify Window "1ns" 2025/05/04 06:48:37 INFO : Swift container rclone-test-votorot8nuye: Container "rclone-test-votorot8nuye" created upper checkfile vs. lower remote (without normalization) 2025/05/04 06:48:44 ERROR : hello, world!: sum not found 2025/05/04 06:48:44 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-votorot8nuye 2025/05/04 06:48:44 NOTICE: Compressed: TestCompressSwift:rclone-test-votorot8nuye: 1 files missing 2025/05/04 06:48:44 NOTICE: 1 hashes missing 2025/05/04 06:48:44 NOTICE: Compressed: TestCompressSwift:rclone-test-votorot8nuye: 2 differences found 2025/05/04 06:48:44 NOTICE: Compressed: TestCompressSwift:rclone-test-votorot8nuye: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/05/04 06:48:44 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/04 06:48:44 NOTICE: Compressed: TestCompressSwift:rclone-test-votorot8nuye: 0 differences found 2025/05/04 06:48:44 NOTICE: Compressed: TestCompressSwift:rclone-test-votorot8nuye: 1 matching files 2025/05/04 06:48:44 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-lixewih5kadu" 2025/05/04 06:48:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/04 06:48:44 DEBUG : Swift container rclone-test-lixewih5kadu.json: Auto set use_segments_container to true 2025/05/04 06:48:45 DEBUG : Swift container rclone-test-lixewih5kadu: Auto set use_segments_container to true 2025/05/04 06:48:45 DEBUG : Creating backend with remote "/tmp/rclone2713275185" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-lixewih5kadu", Local "Local file system at /tmp/rclone2713275185", Modify Window "1ns" 2025/05/04 06:48:45 INFO : Swift container rclone-test-lixewih5kadu: Container "rclone-test-lixewih5kadu" created lower checkfile vs. upper remote (without normalization) 2025/05/04 06:48:52 ERROR : HELLO, WORLD!: sum not found 2025/05/04 06:48:52 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-lixewih5kadu 2025/05/04 06:48:52 NOTICE: Compressed: TestCompressSwift:rclone-test-lixewih5kadu: 1 files missing 2025/05/04 06:48:52 NOTICE: 1 hashes missing 2025/05/04 06:48:52 NOTICE: Compressed: TestCompressSwift:rclone-test-lixewih5kadu: 2 differences found 2025/05/04 06:48:52 NOTICE: Compressed: TestCompressSwift:rclone-test-lixewih5kadu: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/05/04 06:48:52 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/04 06:48:52 NOTICE: Compressed: TestCompressSwift:rclone-test-lixewih5kadu: 0 differences found 2025/05/04 06:48:52 NOTICE: Compressed: TestCompressSwift:rclone-test-lixewih5kadu: 1 matching files 2025/05/04 06:48:52 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-cazelur5zaqi" 2025/05/04 06:48:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/04 06:48:53 DEBUG : Swift container rclone-test-cazelur5zaqi.json: Auto set use_segments_container to true 2025/05/04 06:48:54 DEBUG : Swift container rclone-test-cazelur5zaqi: Auto set use_segments_container to true 2025/05/04 06:48:54 DEBUG : Creating backend with remote "/tmp/rclone279731993" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cazelur5zaqi", Local "Local file system at /tmp/rclone279731993", Modify Window "1ns" 2025/05/04 06:48:54 INFO : Swift container rclone-test-cazelur5zaqi: Container "rclone-test-cazelur5zaqi" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/05/04 06:49:11 ERROR : HeLlO, wOrLd!: sum not found 2025/05/04 06:49:11 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-cazelur5zaqi 2025/05/04 06:49:11 NOTICE: Compressed: TestCompressSwift:rclone-test-cazelur5zaqi: 1 files missing 2025/05/04 06:49:11 NOTICE: 1 hashes missing 2025/05/04 06:49:11 NOTICE: Compressed: TestCompressSwift:rclone-test-cazelur5zaqi: 2 differences found 2025/05/04 06:49:11 NOTICE: Compressed: TestCompressSwift:rclone-test-cazelur5zaqi: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/05/04 06:49:11 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/04 06:49:11 NOTICE: Compressed: TestCompressSwift:rclone-test-cazelur5zaqi: 0 differences found 2025/05/04 06:49:11 NOTICE: Compressed: TestCompressSwift:rclone-test-cazelur5zaqi: 1 matching files 2025/05/04 06:49:11 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-lajakar3quxu" 2025/05/04 06:49:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/04 06:49:12 DEBUG : Swift container rclone-test-lajakar3quxu.json: Auto set use_segments_container to true 2025/05/04 06:49:12 DEBUG : Swift container rclone-test-lajakar3quxu: Auto set use_segments_container to true 2025/05/04 06:49:12 DEBUG : Creating backend with remote "/tmp/rclone1421142068" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-lajakar3quxu", Local "Local file system at /tmp/rclone1421142068", Modify Window "1ns" 2025/05/04 06:49:12 INFO : Swift container rclone-test-lajakar3quxu: Container "rclone-test-lajakar3quxu" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/05/04 06:49:24 ERROR : HELLO, WORLD!: sum not found 2025/05/04 06:49:24 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-lajakar3quxu 2025/05/04 06:49:24 NOTICE: Compressed: TestCompressSwift:rclone-test-lajakar3quxu: 1 files missing 2025/05/04 06:49:24 NOTICE: 1 hashes missing 2025/05/04 06:49:24 NOTICE: Compressed: TestCompressSwift:rclone-test-lajakar3quxu: 2 differences found 2025/05/04 06:49:24 NOTICE: Compressed: TestCompressSwift:rclone-test-lajakar3quxu: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/05/04 06:49:29 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/04 06:49:29 NOTICE: Compressed: TestCompressSwift:rclone-test-lajakar3quxu: 0 differences found 2025/05/04 06:49:29 NOTICE: Compressed: TestCompressSwift:rclone-test-lajakar3quxu: 1 matching files 2025/05/04 06:49:29 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kilovog4yawo" 2025/05/04 06:49:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/04 06:49:30 DEBUG : Swift container rclone-test-kilovog4yawo.json: Auto set use_segments_container to true 2025/05/04 06:49:30 DEBUG : Swift container rclone-test-kilovog4yawo: Auto set use_segments_container to true 2025/05/04 06:49:30 DEBUG : Creating backend with remote "/tmp/rclone2477576441" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kilovog4yawo", Local "Local file system at /tmp/rclone2477576441", Modify Window "1ns" 2025/05/04 06:49:31 INFO : Swift container rclone-test-kilovog4yawo: Container "rclone-test-kilovog4yawo" created NFD checkfile vs. NFC remote (without normalization) 2025/05/04 06:49:42 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/04 06:49:42 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-kilovog4yawo 2025/05/04 06:49:42 NOTICE: Compressed: TestCompressSwift:rclone-test-kilovog4yawo: 1 files missing 2025/05/04 06:49:42 NOTICE: 1 hashes missing 2025/05/04 06:49:42 NOTICE: Compressed: TestCompressSwift:rclone-test-kilovog4yawo: 2 differences found 2025/05/04 06:49:42 NOTICE: Compressed: TestCompressSwift:rclone-test-kilovog4yawo: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/05/04 06:49:52 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/04 06:49:52 NOTICE: Compressed: TestCompressSwift:rclone-test-kilovog4yawo: 0 differences found 2025/05/04 06:49:52 NOTICE: Compressed: TestCompressSwift:rclone-test-kilovog4yawo: 1 matching files 2025/05/04 06:49:52 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jusacuf8vezo" 2025/05/04 06:49:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/04 06:49:53 DEBUG : Swift container rclone-test-jusacuf8vezo.json: Auto set use_segments_container to true 2025/05/04 06:49:53 DEBUG : Swift container rclone-test-jusacuf8vezo: Auto set use_segments_container to true 2025/05/04 06:49:53 DEBUG : Creating backend with remote "/tmp/rclone1974122535" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jusacuf8vezo", Local "Local file system at /tmp/rclone1974122535", Modify Window "1ns" 2025/05/04 06:49:54 INFO : Swift container rclone-test-jusacuf8vezo: Container "rclone-test-jusacuf8vezo" created NFC checkfile vs. NFD remote (without normalization) 2025/05/04 06:50:05 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/04 06:50:05 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-jusacuf8vezo 2025/05/04 06:50:05 NOTICE: Compressed: TestCompressSwift:rclone-test-jusacuf8vezo: 1 files missing 2025/05/04 06:50:05 NOTICE: 1 hashes missing 2025/05/04 06:50:05 NOTICE: Compressed: TestCompressSwift:rclone-test-jusacuf8vezo: 2 differences found 2025/05/04 06:50:05 NOTICE: Compressed: TestCompressSwift:rclone-test-jusacuf8vezo: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/05/04 06:50:05 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/04 06:50:05 NOTICE: Compressed: TestCompressSwift:rclone-test-jusacuf8vezo: 0 differences found 2025/05/04 06:50:05 NOTICE: Compressed: TestCompressSwift:rclone-test-jusacuf8vezo: 1 matching files 2025/05/04 06:50:05 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-mibelap1hiki" 2025/05/04 06:50:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/04 06:50:05 DEBUG : Swift container rclone-test-mibelap1hiki.json: Auto set use_segments_container to true 2025/05/04 06:50:06 DEBUG : Swift container rclone-test-mibelap1hiki: Auto set use_segments_container to true 2025/05/04 06:50:06 DEBUG : Creating backend with remote "/tmp/rclone627321994" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mibelap1hiki", Local "Local file system at /tmp/rclone627321994", Modify Window "1ns" 2025/05/04 06:50:07 INFO : Swift container rclone-test-mibelap1hiki: Container "rclone-test-mibelap1hiki" created NFDx2 checkfile vs. both remote (without normalization) 2025/05/04 06:50:18 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/04 06:50:18 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-mibelap1hiki 2025/05/04 06:50:18 NOTICE: Compressed: TestCompressSwift:rclone-test-mibelap1hiki: 1 files missing 2025/05/04 06:50:18 NOTICE: 1 hashes missing 2025/05/04 06:50:18 NOTICE: Compressed: TestCompressSwift:rclone-test-mibelap1hiki: 2 differences found 2025/05/04 06:50:18 NOTICE: Compressed: TestCompressSwift:rclone-test-mibelap1hiki: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/05/04 06:50:23 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/04 06:50:23 NOTICE: Compressed: TestCompressSwift:rclone-test-mibelap1hiki: 0 differences found 2025/05/04 06:50:23 NOTICE: Compressed: TestCompressSwift:rclone-test-mibelap1hiki: 1 matching files 2025/05/04 06:50:23 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-dofeluw9boji" 2025/05/04 06:50:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/04 06:50:23 DEBUG : Swift container rclone-test-dofeluw9boji.json: Auto set use_segments_container to true 2025/05/04 06:50:24 DEBUG : Swift container rclone-test-dofeluw9boji: Auto set use_segments_container to true 2025/05/04 06:50:24 DEBUG : Creating backend with remote "/tmp/rclone2006939408" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-dofeluw9boji", Local "Local file system at /tmp/rclone2006939408", Modify Window "1ns" 2025/05/04 06:50:24 INFO : Swift container rclone-test-dofeluw9boji: Container "rclone-test-dofeluw9boji" created NFCx2 checkfile vs. both remote (without normalization) 2025/05/04 06:50:35 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/04 06:50:35 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-dofeluw9boji 2025/05/04 06:50:35 NOTICE: Compressed: TestCompressSwift:rclone-test-dofeluw9boji: 1 files missing 2025/05/04 06:50:35 NOTICE: 1 hashes missing 2025/05/04 06:50:35 NOTICE: Compressed: TestCompressSwift:rclone-test-dofeluw9boji: 2 differences found 2025/05/04 06:50:35 NOTICE: Compressed: TestCompressSwift:rclone-test-dofeluw9boji: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/05/04 06:50:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/04 06:50:36 NOTICE: Compressed: TestCompressSwift:rclone-test-dofeluw9boji: 0 differences found 2025/05/04 06:50:36 NOTICE: Compressed: TestCompressSwift:rclone-test-dofeluw9boji: 1 matching files 2025/05/04 06:50:36 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-popadem9hamo" 2025/05/04 06:50:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/04 06:50:36 DEBUG : Swift container rclone-test-popadem9hamo.json: Auto set use_segments_container to true 2025/05/04 06:50:37 DEBUG : Swift container rclone-test-popadem9hamo: Auto set use_segments_container to true 2025/05/04 06:50:37 DEBUG : Creating backend with remote "/tmp/rclone2442673640" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-popadem9hamo", Local "Local file system at /tmp/rclone2442673640", Modify Window "1ns" 2025/05/04 06:50:37 INFO : Swift container rclone-test-popadem9hamo: Container "rclone-test-popadem9hamo" created both checkfile vs. NFDx2 remote (without normalization) 2025/05/04 06:50:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/04 06:50:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-popadem9hamo 2025/05/04 06:50:43 NOTICE: Compressed: TestCompressSwift:rclone-test-popadem9hamo: 1 files missing 2025/05/04 06:50:43 NOTICE: 1 hashes missing 2025/05/04 06:50:43 NOTICE: Compressed: TestCompressSwift:rclone-test-popadem9hamo: 2 differences found 2025/05/04 06:50:43 NOTICE: Compressed: TestCompressSwift:rclone-test-popadem9hamo: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/05/04 06:50:44 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/04 06:50:44 NOTICE: Compressed: TestCompressSwift:rclone-test-popadem9hamo: 0 differences found 2025/05/04 06:50:44 NOTICE: Compressed: TestCompressSwift:rclone-test-popadem9hamo: 1 matching files 2025/05/04 06:50:44 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-dofokib8tosu" 2025/05/04 06:50:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/04 06:50:44 DEBUG : Swift container rclone-test-dofokib8tosu.json: Auto set use_segments_container to true 2025/05/04 06:50:45 DEBUG : Swift container rclone-test-dofokib8tosu: Auto set use_segments_container to true 2025/05/04 06:50:45 DEBUG : Creating backend with remote "/tmp/rclone2790819162" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-dofokib8tosu", Local "Local file system at /tmp/rclone2790819162", Modify Window "1ns" 2025/05/04 06:50:45 INFO : Swift container rclone-test-dofokib8tosu: Container "rclone-test-dofokib8tosu" created both checkfile vs. NFCx2 remote (without normalization) 2025/05/04 06:50:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/04 06:50:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-dofokib8tosu 2025/05/04 06:50:57 NOTICE: Compressed: TestCompressSwift:rclone-test-dofokib8tosu: 1 files missing 2025/05/04 06:50:57 NOTICE: 1 hashes missing 2025/05/04 06:50:57 NOTICE: Compressed: TestCompressSwift:rclone-test-dofokib8tosu: 2 differences found 2025/05/04 06:50:57 NOTICE: Compressed: TestCompressSwift:rclone-test-dofokib8tosu: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/05/04 06:50:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/04 06:50:57 NOTICE: Compressed: TestCompressSwift:rclone-test-dofokib8tosu: 0 differences found 2025/05/04 06:50:57 NOTICE: Compressed: TestCompressSwift:rclone-test-dofokib8tosu: 1 matching files 2025/05/04 06:50:57 DEBUG : Compressed: TestCompressSwift:rclone-test-dofokib8tosu: Purge remote 2025/05/04 06:50:57 DEBUG : Waiting for deletions to finish 2025/05/04 06:50:57 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/04 06:51:02 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/04 06:51:02 INFO : Swift container rclone-test-dofokib8tosu: Container "rclone-test-dofokib8tosu" removed 2025/05/04 06:51:02 DEBUG : Compressed: TestCompressSwift:rclone-test-popadem9hamo: Purge remote 2025/05/04 06:51:02 DEBUG : Waiting for deletions to finish 2025/05/04 06:51:03 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/04 06:51:03 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/04 06:51:03 INFO : Swift container rclone-test-popadem9hamo: Container "rclone-test-popadem9hamo" removed 2025/05/04 06:51:03 DEBUG : Compressed: TestCompressSwift:rclone-test-dofeluw9boji: Purge remote 2025/05/04 06:51:03 DEBUG : Waiting for deletions to finish 2025/05/04 06:51:03 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/04 06:51:08 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/04 06:51:09 INFO : Swift container rclone-test-dofeluw9boji: Container "rclone-test-dofeluw9boji" removed 2025/05/04 06:51:09 DEBUG : Compressed: TestCompressSwift:rclone-test-mibelap1hiki: Purge remote 2025/05/04 06:51:09 DEBUG : Waiting for deletions to finish 2025/05/04 06:51:09 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/04 06:51:14 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/04 06:51:14 INFO : Swift container rclone-test-mibelap1hiki: Container "rclone-test-mibelap1hiki" removed 2025/05/04 06:51:14 DEBUG : Compressed: TestCompressSwift:rclone-test-jusacuf8vezo: Purge remote 2025/05/04 06:51:14 DEBUG : Waiting for deletions to finish 2025/05/04 06:51:14 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/05/04 06:51:20 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/05/04 06:51:20 INFO : Swift container rclone-test-jusacuf8vezo: Container "rclone-test-jusacuf8vezo" removed 2025/05/04 06:51:20 DEBUG : Compressed: TestCompressSwift:rclone-test-kilovog4yawo: Purge remote 2025/05/04 06:51:20 DEBUG : Waiting for deletions to finish 2025/05/04 06:51:20 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/05/04 06:51:30 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/05/04 06:51:30 INFO : Swift container rclone-test-kilovog4yawo: Container "rclone-test-kilovog4yawo" removed 2025/05/04 06:51:30 DEBUG : Compressed: TestCompressSwift:rclone-test-lajakar3quxu: Purge remote 2025/05/04 06:51:30 DEBUG : Waiting for deletions to finish 2025/05/04 06:51:31 INFO : HELLO, WORLD!.bin: Deleted 2025/05/04 06:51:40 INFO : HELLO, WORLD!.json: Deleted 2025/05/04 06:51:41 INFO : Swift container rclone-test-lajakar3quxu: Container "rclone-test-lajakar3quxu" removed 2025/05/04 06:51:41 DEBUG : Compressed: TestCompressSwift:rclone-test-cazelur5zaqi: Purge remote 2025/05/04 06:51:41 DEBUG : Waiting for deletions to finish 2025/05/04 06:51:46 INFO : HeLlO, wOrLd!.bin: Deleted 2025/05/04 06:51:46 INFO : HeLlO, wOrLd!.json: Deleted 2025/05/04 06:51:46 INFO : Swift container rclone-test-cazelur5zaqi: Container "rclone-test-cazelur5zaqi" removed 2025/05/04 06:51:46 DEBUG : Compressed: TestCompressSwift:rclone-test-lixewih5kadu: Purge remote 2025/05/04 06:51:46 DEBUG : Waiting for deletions to finish 2025/05/04 06:51:47 INFO : HELLO, WORLD!.bin: Deleted 2025/05/04 06:51:47 INFO : HELLO, WORLD!.json: Deleted 2025/05/04 06:51:47 INFO : Swift container rclone-test-lixewih5kadu: Container "rclone-test-lixewih5kadu" removed 2025/05/04 06:51:47 DEBUG : Compressed: TestCompressSwift:rclone-test-votorot8nuye: Purge remote 2025/05/04 06:51:47 DEBUG : Waiting for deletions to finish 2025/05/04 06:51:47 INFO : hello, world!.json: Deleted 2025/05/04 06:51:47 INFO : hello, world!.bin: Deleted 2025/05/04 06:51:48 INFO : Swift container rclone-test-votorot8nuye: Container "rclone-test-votorot8nuye" removed --- PASS: TestApplyTransforms (191.88s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" 2025/05/04 06:51:53 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/04 06:52:04 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/04 06:52:04 INFO : file1: Copied (new) to: sub/file2 2025/05/04 06:52:09 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/04 06:52:09 DEBUG : file1: Unchanged skipping 2025/05/04 06:52:14 DEBUG : Compressed: TestCompressSwift:rclone-test-hohesan5weza: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (47.36s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.17s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" 2025/05/04 06:52:42 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hohesan5weza/backup" 2025/05/04 06:52:43 DEBUG : Swift container rclone-test-hohesan5weza path backup.json: Auto set use_segments_container to true 2025/05/04 06:52:49 DEBUG : Swift container rclone-test-hohesan5weza path backup: Auto set use_segments_container to true 2025/05/04 06:52:54 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/04 06:53:16 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/05/04 06:53:16 INFO : dst/file1: Copied (server-side copy) 2025/05/04 06:53:16 INFO : dst/file1: Deleted 2025/05/04 06:53:22 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/04 06:53:22 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (48.02s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" 2025/05/04 06:53:23 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hohesan5weza/dst" 2025/05/04 06:53:24 DEBUG : Swift container rclone-test-hohesan5weza path dst.json: Auto set use_segments_container to true 2025/05/04 06:53:30 DEBUG : Swift container rclone-test-hohesan5weza path dst: Auto set use_segments_container to true 2025/05/04 06:53:40 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hohesan5weza/CompareDest" 2025/05/04 06:53:41 DEBUG : Swift container rclone-test-hohesan5weza path CompareDest.json: Auto set use_segments_container to true 2025/05/04 06:53:47 DEBUG : Swift container rclone-test-hohesan5weza path CompareDest: Auto set use_segments_container to true 2025/05/04 06:53:52 DEBUG : one: Need to transfer - File not found at Destination 2025/05/04 06:54:08 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/04 06:54:08 INFO : one: Copied (new) 2025/05/04 06:54:19 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/04 06:54:29 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/04 06:54:29 INFO : one: Copied (replaced existing) 2025/05/04 06:55:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/04 06:55:16 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/04 06:55:16 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/04 06:56:03 DEBUG : two: Need to transfer - File not found at Destination 2025/05/04 06:56:13 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/04 06:56:13 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/04 06:56:34 DEBUG : two: Need to transfer - File not found at Destination 2025/05/04 06:56:39 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/04 06:56:39 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/04 06:57:10 DEBUG : two: Need to transfer - File not found at Destination 2025/05/04 06:57:10 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/05/04 06:57:21 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/05/04 06:57:21 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (280.15s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" 2025/05/04 06:58:03 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hohesan5weza/dst" 2025/05/04 06:58:04 DEBUG : Swift container rclone-test-hohesan5weza path dst.json: Auto set use_segments_container to true 2025/05/04 06:58:10 DEBUG : Swift container rclone-test-hohesan5weza path dst: Auto set use_segments_container to true 2025/05/04 06:58:20 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hohesan5weza/CopyDest" 2025/05/04 06:58:20 DEBUG : Swift container rclone-test-hohesan5weza path CopyDest.json: Auto set use_segments_container to true 2025/05/04 06:58:26 DEBUG : Swift container rclone-test-hohesan5weza path CopyDest: Auto set use_segments_container to true 2025/05/04 06:58:31 DEBUG : one: Need to transfer - File not found at Destination 2025/05/04 06:58:47 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/04 06:58:47 INFO : one: Copied (new) 2025/05/04 06:59:03 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/04 06:59:13 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/04 06:59:13 INFO : one: Copied (replaced existing) 2025/05/04 06:59:35 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hohesan5weza/BackupDir" 2025/05/04 06:59:36 DEBUG : Swift container rclone-test-hohesan5weza path BackupDir.json: Auto set use_segments_container to true 2025/05/04 06:59:42 DEBUG : Swift container rclone-test-hohesan5weza path BackupDir: Auto set use_segments_container to true 2025/05/04 06:59:47 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/04 06:59:48 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/04 06:59:48 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/04 07:00:19 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/04 07:00:19 INFO : one: Copied (server-side copy) 2025/05/04 07:00:24 INFO : one: Deleted 2025/05/04 07:00:44 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/04 07:00:44 INFO : one: Copied (server-side copy) 2025/05/04 07:00:44 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/05/04 07:01:07 DEBUG : two: Need to transfer - File not found at Destination 2025/05/04 07:01:07 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/04 07:01:33 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/05/04 07:01:33 INFO : two: Copied (server-side copy) 2025/05/04 07:01:33 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/05/04 07:01:54 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/04 07:01:54 DEBUG : two: Unchanged skipping 2025/05/04 07:02:37 DEBUG : three: Need to transfer - File not found at Destination 2025/05/04 07:02:43 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/05/04 07:02:43 DEBUG : three: Destination not found in --copy-dest 2025/05/04 07:03:04 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/05/04 07:03:04 INFO : three: Copied (new) fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 Error: Should be true Test: TestCopyFileCopyDest Messages: listing wrong, want got CopyDest/three (5), dst/three (7) fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 Error: Should be true Test: TestCopyFileCopyDest Messages: Unexpected file "CopyDest/three" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 Error: Should be true Test: TestCopyFileCopyDest Messages: Unexpected file "dst/three" --- FAIL: TestCopyFileCopyDest (368.28s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" copy_test.go:370: Partial uploads not supported run.go:125: removing file "BackupDir/one" failed - try 1/3: object not found run.go:125: removing file "BackupDir/one" failed - try 2/3: object not found run.go:125: removing file "BackupDir/one" failed - try 3/3: object not found run.go:128: removing file "BackupDir/one" failed: object not found run.go:125: removing file "CopyDest/one" failed - try 1/3: object not found run.go:125: removing file "CopyDest/one" failed - try 2/3: object not found run.go:125: removing file "CopyDest/one" failed - try 3/3: object not found run.go:128: removing file "CopyDest/one" failed: object not found run.go:125: removing file "CopyDest/two" failed - try 1/3: object not found run.go:125: removing file "CopyDest/two" failed - try 2/3: object not found run.go:125: removing file "CopyDest/two" failed - try 3/3: object not found run.go:128: removing file "CopyDest/two" failed: object not found run.go:125: removing file "dst/one" failed - try 1/3: object not found run.go:125: removing file "dst/one" failed - try 2/3: object not found run.go:125: removing file "dst/one" failed - try 3/3: object not found run.go:128: removing file "dst/one" failed: object not found run.go:125: removing file "dst/two" failed - try 1/3: object not found run.go:125: removing file "dst/two" failed - try 2/3: object not found run.go:125: removing file "dst/two" failed - try 3/3: object not found run.go:128: removing file "dst/two" failed: object not found fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1121 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1097 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:370 Error: Should be true Test: TestCopyInplace Messages: listing wrong, want got CopyDest/three (5), dst/three (7) fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1121 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1097 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:370 Error: Should be true Test: TestCopyInplace Messages: Unexpected file "CopyDest/three" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1121 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1097 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:370 Error: Should be true Test: TestCopyInplace Messages: Unexpected file "dst/three" --- FAIL: TestCopyInplace (139.42s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (28.90s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" 2025/05/04 07:07:05 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/05/04 07:07:26 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/04 07:07:26 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/05/04 07:07:42 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/05/04 07:07:50 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/05/04 07:07:50 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy1.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-hohesan5weza/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/05/04 07:07:56 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/05/04 07:08:59 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/05/04 07:09:11 DEBUG : TestCopyFileMaxTransfer/file4: md5 = f4de37ea2381270a374fe7a2fcd6c884 OK 2025/05/04 07:09:11 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (161.19s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", 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-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (20.13s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (20.20s) === RUN TestDeduplicateFirst run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.15s) === RUN TestDeduplicateNewest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:286: Sleeping for 6s just to make sure --- SKIP: TestDeduplicateNewest (44.46s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" 2025/05/04 07:12:58 INFO : Compressed: TestCompressSwift:rclone-test-hohesan5weza: Looking for duplicate md5 hashes using newest mode. 2025/05/04 07:13:09 NOTICE: 40ab65cb7117576a89f4a01e7234f3a0: Found 3 files with duplicate md5 hashes 2025/05/04 07:13:14 INFO : one: Deleted 2025/05/04 07:13:20 INFO : also/one: Deleted 2025/05/04 07:13:20 NOTICE: 40ab65cb7117576a89f4a01e7234f3a0: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (159.42s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.19s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.16s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.15s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.20s) === RUN TestMergeDirs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", 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-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" 2025/05/04 07:15:35 DEBUG : a.txt: Excluded (Size Filter) 2025/05/04 07:15:35 DEBUG : a.txt: Excluded 2025/05/04 07:15:35 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/04 07:15:35 DEBUG : sub dir/hello world: Excluded 2025/05/04 07:15:35 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/04 07:15:35 DEBUG : sub dir/hello world2: Excluded 2025/05/04 07:15:35 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/04 07:15:35 DEBUG : sub dir/hello world: Excluded 2025/05/04 07:15:35 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/04 07:15:35 DEBUG : sub dir/hello world2: Excluded 2025/05/04 07:15:41 DEBUG : sub dir/ignore dir: Excluded 2025/05/04 07:15:46 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (177.36s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" 2025/05/04 07:18:23 DEBUG : a.txt: Excluded (Size Filter) 2025/05/04 07:18:23 DEBUG : a.txt: Excluded 2025/05/04 07:18:23 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/04 07:18:23 DEBUG : sub dir/hello world: Excluded 2025/05/04 07:18:23 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/04 07:18:23 DEBUG : sub dir/hello world2: Excluded 2025/05/04 07:18:24 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/04 07:18:24 DEBUG : sub dir/hello world: Excluded 2025/05/04 07:18:24 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/04 07:18:24 DEBUG : sub dir/hello world2: Excluded 2025/05/04 07:18:29 DEBUG : sub dir/ignore dir: Excluded 2025/05/04 07:18:34 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (167.66s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", 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 (69.85s) --- PASS: TestListJSON/Default (5.31s) --- PASS: TestListJSON/FilesOnly (0.19s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (5.35s) --- PASS: TestListJSON/SubDir (0.21s) --- PASS: TestListJSON/NoModTime (0.14s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (0.19s) --- PASS: TestListJSON/HashTypes (10.19s) --- PASS: TestListJSON/Metadata (5.19s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", 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/05/04 07:21:34 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hohesan5weza/notfound" 2025/05/04 07:21:34 DEBUG : Config file has changed externally - reloading 2025/05/04 07:21:35 DEBUG : Swift container rclone-test-hohesan5weza path notfound.json: Auto set use_segments_container to true 2025/05/04 07:21:40 DEBUG : Swift container rclone-test-hohesan5weza path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (75.41s) --- PASS: TestStatJSON/Root (0.13s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.05s) --- PASS: TestStatJSON/Dir (5.26s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.10s) --- PASS: TestStatJSON/File (0.14s) --- PASS: TestStatJSON/NotFound (5.29s) --- PASS: TestStatJSON/DirFilesOnly (5.06s) --- PASS: TestStatJSON/FileFilesOnly (0.14s) --- PASS: TestStatJSON/NotFoundFilesOnly (5.05s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.10s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (11.58s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" 2025/05/04 07:21:57 INFO : Compressed: TestCompressSwift:rclone-test-hohesan5weza: Making directory 2025/05/04 07:21:57 INFO : Compressed: TestCompressSwift:rclone-test-hohesan5weza: Making directory --- PASS: TestMkdir (0.40s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" --- PASS: TestLsd (31.36s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" --- PASS: TestLs (37.28s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" 2025/05/04 07:24:03 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/05/04 07:24:03 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (77.09s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" --- PASS: TestLsLong (57.82s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (61.91s) --- PASS: TestHashSums/Md5 (11.14s) --- PASS: TestHashSums/Md5Download (15.19s) === RUN TestHashSumsWithErrors 2025/05/04 07:26:23 DEBUG : Creating backend with remote ":memory:" 2025/05/04 07:26:23 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/05/04 07:26:23 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/04 07:26:23 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/04 07:26:23 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/04 07:26:23 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/04 07:26:23 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/04 07:26:23 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/04 07:26:23 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/05/04 07:26:23 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-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" --- PASS: TestCount (69.69s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" 2025/05/04 07:28:20 DEBUG : Waiting for deletions to finish 2025/05/04 07:28:20 DEBUG : large: Excluded (Size Filter) 2025/05/04 07:28:21 INFO : small: Deleted 2025/05/04 07:28:36 INFO : medium: Deleted --- PASS: TestDelete (79.31s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" 2025/05/04 07:29:43 DEBUG : Waiting for deletions to finish 2025/05/04 07:29:43 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/05/04 07:29:54 INFO : large: Deleted 2025/05/04 07:29:59 INFO : medium: Deleted --- PASS: TestMaxDelete (68.16s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" 2025/05/04 07:30:42 DEBUG : Waiting for deletions to finish 2025/05/04 07:30:42 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/05/04 07:30:42 INFO : small: Deleted 2025/05/04 07:31:02 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (73.00s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" 2025/05/04 07:31:50 DEBUG : Waiting for deletions to finish 2025/05/04 07:31:50 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/05/04 07:32:00 INFO : medium: Deleted 2025/05/04 07:32:05 INFO : large: Deleted --- PASS: TestMaxDeleteSize (53.34s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" --- PASS: TestReadFile (17.48s) === RUN TestRetry 2025/05/04 07:32:24 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/05/04 07:32:24 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/05/04 07:32:24 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/04 07:32:24 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/04 07:32:24 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/04 07:32:24 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/04 07:32:24 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-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" --- PASS: TestCat (54.44s) === RUN TestPurge 2025/05/04 07:33:18 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-zifakuy0doxa" 2025/05/04 07:33:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/04 07:33:19 DEBUG : Swift container rclone-test-zifakuy0doxa.json: Auto set use_segments_container to true 2025/05/04 07:33:19 DEBUG : Swift container rclone-test-zifakuy0doxa: Auto set use_segments_container to true 2025/05/04 07:33:19 DEBUG : Creating backend with remote "/tmp/rclone3147398307" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-zifakuy0doxa", Local "Local file system at /tmp/rclone3147398307", Modify Window "1ns" 2025/05/04 07:33:20 INFO : Swift container rclone-test-zifakuy0doxa: Container "rclone-test-zifakuy0doxa" created 2025/05/04 07:33:30 INFO : A2: Making directory 2025/05/04 07:33:30 INFO : A1/B2: Making directory 2025/05/04 07:33:30 INFO : A1/B2/C2: Making directory 2025/05/04 07:33:30 INFO : A1/B1/C3: Making directory 2025/05/04 07:33:30 INFO : A3: Making directory 2025/05/04 07:33:30 INFO : A3/B3: Making directory 2025/05/04 07:33:30 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/05/04 07:34:01 DEBUG : Waiting for deletions to finish 2025/05/04 07:34:02 INFO : A1/B1/C1/one.bin: Deleted 2025/05/04 07:34:07 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/05/04 07:34:12 DEBUG : Waiting for deletions to finish 2025/05/04 07:34:17 INFO : A1/two.json: Deleted 2025/05/04 07:34:22 INFO : A1/two.bin: Deleted 2025/05/04 07:34:22 INFO : Swift container rclone-test-zifakuy0doxa: Container "rclone-test-zifakuy0doxa" removed 2025/05/04 07:34:22 DEBUG : Compressed: TestCompressSwift:rclone-test-zifakuy0doxa: Purge remote 2025/05/04 07:34:22 DEBUG : Waiting for deletions to finish 2025/05/04 07:34:23 NOTICE: purge failed: directory not found --- PASS: TestPurge (64.71s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" 2025/05/04 07:34:34 INFO : A2: Making directory 2025/05/04 07:34:34 INFO : A1/B2: Making directory 2025/05/04 07:34:34 INFO : A1/B2/C2: Making directory 2025/05/04 07:34:34 INFO : A1/B1/C3: Making directory 2025/05/04 07:34:34 INFO : A3: Making directory 2025/05/04 07:34:34 INFO : A3/B3: Making directory 2025/05/04 07:34:34 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/05/04 07:34:56 DEBUG : removing 1 level 3 directories 2025/05/04 07:34:56 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/05/04 07:35:28 DEBUG : removing 1 level 0 directories 2025/05/04 07:35:28 INFO : Compressed: TestCompressSwift:rclone-test-hohesan5weza: Removing directory 2025/05/04 07:35:28 INFO : Swift container rclone-test-hohesan5weza: Container "rclone-test-hohesan5weza" removed --- PASS: TestRmdirsNoLeaveRoot (65.28s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" 2025/05/04 07:35:28 INFO : Swift container rclone-test-hohesan5weza: Container "rclone-test-hohesan5weza" created 2025/05/04 07:35:28 INFO : A1: Making directory 2025/05/04 07:35:28 INFO : A1/B1: Making directory 2025/05/04 07:35:28 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.55s) === RUN TestRmdirsWithFilter run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" 2025/05/04 07:35:29 INFO : A1: Making directory 2025/05/04 07:35:29 INFO : A1/B1: Making directory 2025/05/04 07:35:29 INFO : A1/B1/C1: Making directory fstest.go:244: Filtering empty directory "A1" fstest.go:244: Filtering empty directory "A1/B1" fstest.go:244: Filtering empty directory "A1/B1/C1" fstest.go:244: Filtering empty directory "A1" --- PASS: TestRmdirsWithFilter (0.24s) === RUN TestCopyURL run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hohesan5weza", Local "Local file system at /tmp/rclone4242099559", Modify Window "1ns" 2025/05/04 07:35:40 DEBUG : filename.txt: File name found in url 2025/05/04 07:35:56 DEBUG : headerfilename.txt: filename found in Content-Disposition header. panic: test timed out after 1h0m0s running tests: TestCopyURL (30s) goroutine 9047 [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, 2 minutes]: testing.(*T).Run(0xc0003f84e0, {0x25f55e0?, 0x0?}, 0x2738280) /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(0xc0003f84e0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2168 +0x37 testing.tRunner(0xc0003f84e0, 0xc00079dc18) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 testing.runTests(0xc000a5e8d0, {0x3d238a0, 0x6d, 0x6d}, {0x3d38300?, 0x1?, 0x3d38300?}) /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(0xc000749b80) /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(0xc000749b80) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:69 +0xa5 github.com/rclone/rclone/fs/operations_test.TestMain(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:61 main.main() _testmain.go:265 +0xa9 goroutine 518 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 460 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 636 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 627 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 189 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 179 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 23 [syscall, 60 minutes]: os/signal.signal_recv() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/sigqueue.go:152 +0x29 os/signal.loop() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/os/signal/signal_unix.go:23 +0x13 created by os/signal.Notify.func1.1 in goroutine 1 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/os/signal/signal.go:151 +0x1f goroutine 24 [chan receive, 60 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8987 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0008a6700, 0xc000b1a300, 0xc0000f4140) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0008a6700, {0x2a16240, 0xc0008814a0}, {0xc000a720f0, 0x4f}, {{0xc000a461e0, 0x18}, {0xc000a461f9, 0x17}, {0x25e058f, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc0008a6700, {0x2a16240, 0xc0008814a0}, {{0xc000a461e0, 0x18}, {0xc000a461f9, 0x17}, {0x25e058f, 0x4}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).objectBase(0xc0004771f0?, {0x2a16240?, 0xc0008814a0?}, {0xc000a461e0?, 0xc000477258?}, {0xc000a461f9, 0x17}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2142 +0xf8 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1.(*Connection).Object.1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2131 +0x85 github.com/ncw/swift/v2.withLORetry(0x0, 0xc000477590) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/largeobjects.go:303 +0xa2 github.com/ncw/swift/v2.(*Connection).Object(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:2130 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1334 +0x156 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x60?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc000bb4840, 0xc000b1a240, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc000bb4840, 0xc000b1a240) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Object).readMetaData(0xc000b1a1e0, {0x2a16240, 0xc0008814a0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1333 +0x172 github.com/rclone/rclone/backend/swift.(*Fs).newObjectWithInfo(0xc0008a6c40, {0x2a16240, 0xc0008814a0}, {0xc00068a078, 0x17}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:666 +0x251 github.com/rclone/rclone/backend/swift.(*Fs).NewObject(0x30?, {0x2a16240?, 0xc0008814a0?}, {0xc00068a078?, 0xc0008801b0?}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:677 +0x25 github.com/rclone/rclone/backend/compress.(*Fs).NewObject(0xc00077f700, {0x2a16240, 0xc0008814a0}, {0xc00068edc7, 0x12}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:422 +0x70 github.com/rclone/rclone/backend/compress.(*Fs).Put(0xc00077f700, {0x2a16240, 0xc0008814a0}, {0x29ee880, 0xc0009c0500}, {0x2a20870, 0xc00041e000}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:751 +0x7e github.com/rclone/rclone/fs/operations.RcatSize({0x2a16240, 0xc0008814a0}, {0x2a2a6c0, 0xc00077f700}, {0xc00068edc7, 0x12}, {0x2a02890, 0xc000a52080}, 0xe, {0xc1fde4170bafaba4, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1821 +0x563 github.com/rclone/rclone/fs/operations.CopyURL.func1({0x2a16240?, 0xc0008814a0?}, {0xc00068edc7?, 0x0?}, {0x2a02890?, 0xc000a52080?}, 0x0?, {0xc1fde4170bafaba4, 0x345dc219098, 0x3d38300}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1887 +0x146 github.com/rclone/rclone/fs/operations.copyURLFn({0x2a16240, 0xc0008814a0}, {0x0, 0x0}, {0xc002680d68, 0x16}, 0x1, 0x1, 0xc000477cb8) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1866 +0x453 github.com/rclone/rclone/fs/operations.CopyURL({0x2a16240?, 0xc0008814a0?}, {0x2a2a6c0?, 0xc00077f700?}, {0x0?, 0x0?}, {0xc002680d68?, 0x0?}, 0x1?, 0x1, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1880 +0xa8 github.com/rclone/rclone/fs/operations_test.TestCopyURL(0xc000698820) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:862 +0x78a testing.tRunner(0xc000698820, 0x2738280) /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 8220 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc0008a6380) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:343 +0x13d created by github.com/rclone/rclone/fs/accounting.(*StatsInfo)._startAverageLoop in goroutine 8219 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:408 +0xb6 goroutine 8998 [IO wait]: internal/poll.runtime_pollWait(0x7f829ce50150, 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(0xc000b5bb80?, 0x900000036?, 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).Accept(0xc000b5bb80) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/internal/poll/fd_unix.go:620 +0x295 net.(*netFD).accept(0xc000b5bb80) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/fd_unix.go:172 +0x29 net.(*TCPListener).accept(0xc0018858c0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/tcpsock_posix.go:159 +0x1e net.(*TCPListener).Accept(0xc0018858c0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/tcpsock.go:372 +0x30 net/http.(*Server).Serve(0xc00022f3b0, {0x2a10380, 0xc0018858c0}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/server.go:3330 +0x30c net/http/httptest.(*Server).goServe.func1() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/httptest/server.go:311 +0x55 created by net/http/httptest.(*Server).goServe in goroutine 8987 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/httptest/server.go:309 +0x65 goroutine 687 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 677 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2894 [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 2812 /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:234 +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:232 +0x378 goroutine 9044 [select]: github.com/rclone/rclone/fs/accounting.(*Account).averageLoop(0xc0009c0500) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:221 +0xed created by github.com/rclone/rclone/fs/accounting.newAccountSizeName in goroutine 8987 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:119 +0x438 goroutine 240 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 230 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1037 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1027 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 424 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 414 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1076 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1066 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 739 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 729 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 279 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 61 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1496 [chan receive (nil chan), 54 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1470 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1349 [chan receive (nil chan), 54 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1323 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 555 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 529 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 964 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 954 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 795 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 577 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1204 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1194 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2813 [chan receive, 48 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 2812 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1301 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1275 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 870 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 828 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 9066 [select]: net/http.(*persistConn).writeLoop(0xc0004b8a20) /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 9063 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 9009 [IO wait]: internal/poll.runtime_pollWait(0x7f829ce4fe38, 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(0xc00077e000?, 0xc000865000?, 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(0xc00077e000, {0xc000865000, 0x1000, 0x1000}) /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(0xc00077e000, {0xc000865000?, 0x1?, 0x1?}) /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(0xc000686168, {0xc000865000?, 0x0?, 0x29ee720?}) /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(0xc00184e0f0, {0xc000865000?, 0xc00008f508?, 0xc00008fa08?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c net/http.(*persistConn).Read(0xc0004b8120, {0xc000865000?, 0x81d5e5?, 0x2159720?}) /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(0xc0027823c0) /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(0xc0027823c0, 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(0xc0004b8120) /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 9007 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 1476 [chan receive (nil chan), 54 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1434 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 8786 [select]: net/http.(*persistConn).writeLoop(0xc0009bd0e0) /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 8729 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 1255 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1245 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2973 [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 2812 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3507 [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 2812 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1411 [chan receive (nil chan), 54 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:234 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1401 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 9002 [select, 2 minutes]: net/http.(*persistConn).writeLoop(0xc0004b8ea0) /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 8999 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 9058 [select]: net/http.(*persistConn).writeLoop(0xc0004b8120) /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 9007 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 9015 [IO wait]: internal/poll.runtime_pollWait(0x7f829ce4fc28, 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(0xc000b5a480?, 0xc000a20000?, 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(0xc000b5a480, {0xc000a20000, 0x1000, 0x1000}) /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(0xc000b5a480, {0xc000a20000?, 0xc000a71aa0?, 0x4c1025?}) /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(0xc000670020, {0xc000a20000?, 0x0?, 0xc0008ea5d8?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/net.go:189 +0x45 net/http.(*connReader).Read(0xc0008ea5d0, {0xc000a20000, 0x1000, 0x1000}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/server.go:798 +0x14b bufio.(*Reader).fill(0xc00096c2a0) /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(0xc00096c2a0, 0x4) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:148 +0x53 net/http.(*conn).serve(0xc000b04480, {0x2a16240, 0xc000881ad0}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/server.go:2127 +0x738 created by net/http.(*Server).Serve in goroutine 8998 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/server.go:3360 +0x485 goroutine 3021 [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 2812 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3105 [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 2812 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3165 [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 2812 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9043 [IO wait]: internal/poll.runtime_pollWait(0x7f829ce50678, 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(0xc00039e180?, 0xc0006a9000?, 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(0xc00039e180, {0xc0006a9000, 0x1000, 0x1000}) /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(0xc00039e180, {0xc0006a9000?, 0xc0000a1aa0?, 0x4c1025?}) /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(0xc000424158, {0xc0006a9000?, 0x0?, 0xc0008ea1e8?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/net.go:189 +0x45 net/http.(*connReader).Read(0xc0008ea1e0, {0xc0006a9000, 0x1000, 0x1000}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/server.go:798 +0x14b bufio.(*Reader).fill(0xc000a51e00) /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(0xc000a51e00, 0x4) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:148 +0x53 net/http.(*conn).serve(0xc0005fa000, {0x2a16240, 0xc000881ad0}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/server.go:2127 +0x738 created by net/http.(*Server).Serve in goroutine 8998 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/server.go:3360 +0x485 goroutine 3250 [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 2812 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3280 [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 2812 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3603 [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 2812 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9046 [select]: net/http.(*persistConn).roundTrip(0xc0009bd0e0, 0xc0009f61e0) /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(0xc0004c3080, 0xc0000f4140) /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(0xc000446e70, 0xc0000f4140) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc0000f4140, {0x29efc20, 0xc000446e70}, {0x7f829c63c201?, 0x7f829c63c218?, 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(0xc000a7b260, 0xc0000f4140, {0x470ef9?, 0xc00087edf0?, 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(0xc000a7b260, 0xc0000f4140) /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 8987 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 8612 [chan receive, 4 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 8611 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8990 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0x7f829ce50360, 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(0xc0001d3a00?, 0xc0006a6000?, 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(0xc0001d3a00, {0xc0006a6000, 0x1000, 0x1000}) /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(0xc0001d3a00, {0xc0006a6000?, 0xc00009baa0?, 0x4c1025?}) /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(0xc000424708, {0xc0006a6000?, 0x0?, 0xc00096f808?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/net.go:189 +0x45 net/http.(*connReader).Read(0xc00096f800, {0xc0006a6000, 0x1000, 0x1000}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/server.go:798 +0x14b bufio.(*Reader).fill(0xc000a51380) /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(0xc000a51380, 0x4) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bufio/bufio.go:148 +0x53 net/http.(*conn).serve(0xc0005fae10, {0x2a16240, 0xc000881ad0}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/server.go:2127 +0x738 created by net/http.(*Server).Serve in goroutine 8998 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/server.go:3360 +0x485 goroutine 9001 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0x7f829ce50258, 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(0xc000b5bc00?, 0xc00090d000?, 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(0xc000b5bc00, {0xc00090d000, 0x1000, 0x1000}) /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(0xc000b5bc00, {0xc00090d000?, 0x1?, 0x1?}) /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(0xc000670308, {0xc00090d000?, 0x0?, 0x29ee720?}) /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(0xc002785c50, {0xc00090d000?, 0xc000800008?, 0xc000800508?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c net/http.(*persistConn).Read(0xc0004b8ea0, {0xc00090d000?, 0x81d5e5?, 0x2159720?}) /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(0xc00096c7e0) /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(0xc00096c7e0, 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(0xc0004b8ea0) /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 8999 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 8769 [IO wait]: internal/poll.runtime_pollWait(0x7f829ce4fd30, 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(0xc00077e500?, 0xc0001b4c80?, 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(0xc00077e500, {0xc0001b4c80, 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(0xc00077e500, {0xc0001b4c80?, 0xc0002e8fd0?, 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(0xc000670098, {0xc0001b4c80?, 0x3d38300?, 0xc000a6b9d0?}) /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(0xc002784510, {0xc0001b4c80?, 0x18?, 0x2000?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc00184e378, {0xc0001b4c80?, 0x0?, 0xc00184e378?}) /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(0xc0002e90b8, {0x29f03a0, 0xc00184e378}) /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(0xc0002e8e08, {0x7f829c369758, 0xc002784510}, 0xc000a6ba40?) /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(0xc0002e8e08, 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(0xc0002e8e08, {0xc000908000, 0x1000, 0xc000100508?}) /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(0xc0009bd0e0, {0xc000908000?, 0x81d5e5?, 0x2159720?}) /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(0xc001c0c7e0) /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(0xc001c0c7e0, 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(0xc0009bd0e0) /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 8729 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 9065 [select]: net/http.(*persistConn).readLoop(0xc0004b8a20) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:2325 +0xca5 created by net/http.(*Transport).dialConn in goroutine 9063 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m1.368890876s (try 5/5): exit status 2: Failed [TestCopyFileCopyDest TestCopyInplace]