"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 2/5) 2025/05/01 02:28:28 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kotodej3boti" 2025/05/01 02:28:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/01 02:28:29 DEBUG : Swift container rclone-test-kotodej3boti.json: Auto set use_segments_container to true 2025/05/01 02:28:30 DEBUG : Swift container rclone-test-kotodej3boti: Auto set use_segments_container to true 2025/05/01 02:28:30 DEBUG : Creating backend with remote "/tmp/rclone1770869444" === 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-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.18s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", 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/01 02:28:30 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/01 02:28:30 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/01 02:28:30 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/05/01 02:28:30 DEBUG : potato: Seek from 10 to 0 2025/05/01 02:28:30 DEBUG : potato: Seek from 10 to 0 2025/05/01 02:28:30 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/05/01 02:28:30 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/01 02:28:30 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/01 02:28:30 DEBUG : potato: Seek from 5 to 2 2025/05/01 02:28:30 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/05/01 02:28:30 DEBUG : potato: Seek from 7 to 0 2025/05/01 02:28:30 DEBUG : potato: Seek from 7 to 0 2025/05/01 02:28:30 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/05/01 02:28:30 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/01 02:28:30 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/01 02:28:30 DEBUG : potato: Seek from 5 to 2 2025/05/01 02:28:30 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/05/01 02:28:30 DEBUG : potato: Seek from 8 to 0 2025/05/01 02:28:30 DEBUG : potato: Seek from 8 to 0 2025/05/01 02:28:30 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/05/01 02:28:30 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/01 02:28:30 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/01 02:28:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/01 02:28:30 DEBUG : potato: Seek from 5 to 2 2025/05/01 02:28:30 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/05/01 02:28:30 DEBUG : potato: Seek from 9 to 0 2025/05/01 02:28:30 DEBUG : potato: Seek from 9 to 0 2025/05/01 02:28:30 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-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" 2025/05/01 02:28:30 INFO : Swift container rclone-test-kotodej3boti: Container "rclone-test-kotodej3boti" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (113.25s) --- PASS: TestCheck/1 (0.16s) --- PASS: TestCheck/2 (0.30s) --- PASS: TestCheck/3 (0.14s) --- PASS: TestCheck/4 (0.23s) --- PASS: TestCheck/5 (0.16s) --- PASS: TestCheck/6 (0.14s) --- PASS: TestCheck/7 (0.14s) === RUN TestCheckFsError 2025/05/01 02:30:23 DEBUG : Creating backend with remote "nonexistent" 2025/05/01 02:30:23 DEBUG : Creating backend with remote "nonexistent" 2025/05/01 02:30:23 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/05/01 02:30:23 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/01 02:30:23 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/05/01 02:30:23 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-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", 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 (96.41s) --- PASS: TestCheckDownload/1 (0.25s) --- PASS: TestCheckDownload/2 (0.19s) --- PASS: TestCheckDownload/3 (5.21s) --- PASS: TestCheckDownload/4 (0.37s) --- PASS: TestCheckDownload/5 (0.21s) --- PASS: TestCheckDownload/6 (0.20s) --- PASS: TestCheckDownload/7 (5.19s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", 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 (85.88s) --- PASS: TestCheckSizeOnly/1 (0.05s) --- PASS: TestCheckSizeOnly/2 (0.09s) --- PASS: TestCheckSizeOnly/3 (0.16s) --- PASS: TestCheckSizeOnly/4 (0.05s) --- PASS: TestCheckSizeOnly/5 (0.20s) --- 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-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" 2025/05/01 02:33:41 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/01 02:33:41 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/01 02:33:41 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/01 02:33:41 NOTICE: test.sum: 2 warning(s) suppressed... 2025/05/01 02:33:47 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/01 02:33:47 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/01 02:33:47 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/01 02:33:47 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (31.99s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" 2025/05/01 02:33:57 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kotodej3boti/data" 2025/05/01 02:33:57 DEBUG : Config file has changed externally - reloading 2025/05/01 02:33:58 DEBUG : Swift container rclone-test-kotodej3boti path data.json: Auto set use_segments_container to true 2025/05/01 02:34:04 DEBUG : Swift container rclone-test-kotodej3boti 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 (177.81s) --- PASS: TestCheckSum/subtest1 (0.65s) --- PASS: TestCheckSum/subtest2 (5.35s) --- PASS: TestCheckSum/subtest3 (0.46s) --- PASS: TestCheckSum/subtest4 (5.46s) --- PASS: TestCheckSum/subtest5 (5.42s) --- PASS: TestCheckSum/subtest6 (5.44s) --- PASS: TestCheckSum/subtest7 (10.49s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" 2025/05/01 02:36:55 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kotodej3boti/data" 2025/05/01 02:36:55 DEBUG : Config file has changed externally - reloading 2025/05/01 02:36:56 DEBUG : Swift container rclone-test-kotodej3boti path data.json: Auto set use_segments_container to true 2025/05/01 02:37:01 DEBUG : Swift container rclone-test-kotodej3boti 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 (199.90s) --- PASS: TestCheckSumDownload/subtest1 (0.41s) --- PASS: TestCheckSumDownload/subtest2 (10.43s) --- PASS: TestCheckSumDownload/subtest3 (10.50s) --- PASS: TestCheckSumDownload/subtest4 (5.41s) --- PASS: TestCheckSumDownload/subtest5 (15.44s) --- PASS: TestCheckSumDownload/subtest6 (0.61s) --- PASS: TestCheckSumDownload/subtest7 (15.46s) === RUN TestApplyTransforms 2025/05/01 02:40:15 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tebajeb4sosu" 2025/05/01 02:40:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/01 02:40:16 DEBUG : Swift container rclone-test-tebajeb4sosu.json: Auto set use_segments_container to true 2025/05/01 02:40:16 DEBUG : Swift container rclone-test-tebajeb4sosu: Auto set use_segments_container to true 2025/05/01 02:40:16 DEBUG : Creating backend with remote "/tmp/rclone4199795733" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tebajeb4sosu", Local "Local file system at /tmp/rclone4199795733", Modify Window "1ns" 2025/05/01 02:40:17 INFO : Swift container rclone-test-tebajeb4sosu: Container "rclone-test-tebajeb4sosu" created upper checkfile vs. lower remote (without normalization) 2025/05/01 02:40:28 ERROR : hello, world!: sum not found 2025/05/01 02:40:28 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-tebajeb4sosu 2025/05/01 02:40:28 NOTICE: Compressed: TestCompressSwift:rclone-test-tebajeb4sosu: 1 files missing 2025/05/01 02:40:28 NOTICE: 1 hashes missing 2025/05/01 02:40:28 NOTICE: Compressed: TestCompressSwift:rclone-test-tebajeb4sosu: 2 differences found 2025/05/01 02:40:28 NOTICE: Compressed: TestCompressSwift:rclone-test-tebajeb4sosu: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/05/01 02:40:34 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/01 02:40:34 NOTICE: Compressed: TestCompressSwift:rclone-test-tebajeb4sosu: 0 differences found 2025/05/01 02:40:34 NOTICE: Compressed: TestCompressSwift:rclone-test-tebajeb4sosu: 1 matching files 2025/05/01 02:40:34 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hiwarew5sosu" 2025/05/01 02:40:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/01 02:40:34 DEBUG : Swift container rclone-test-hiwarew5sosu.json: Auto set use_segments_container to true 2025/05/01 02:40:35 DEBUG : Swift container rclone-test-hiwarew5sosu: Auto set use_segments_container to true 2025/05/01 02:40:35 DEBUG : Creating backend with remote "/tmp/rclone3039061245" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hiwarew5sosu", Local "Local file system at /tmp/rclone3039061245", Modify Window "1ns" 2025/05/01 02:40:35 INFO : Swift container rclone-test-hiwarew5sosu: Container "rclone-test-hiwarew5sosu" created lower checkfile vs. upper remote (without normalization) 2025/05/01 02:40:46 ERROR : HELLO, WORLD!: sum not found 2025/05/01 02:40:46 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-hiwarew5sosu 2025/05/01 02:40:46 NOTICE: Compressed: TestCompressSwift:rclone-test-hiwarew5sosu: 1 files missing 2025/05/01 02:40:46 NOTICE: 1 hashes missing 2025/05/01 02:40:46 NOTICE: Compressed: TestCompressSwift:rclone-test-hiwarew5sosu: 2 differences found 2025/05/01 02:40:46 NOTICE: Compressed: TestCompressSwift:rclone-test-hiwarew5sosu: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/05/01 02:40:46 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/01 02:40:46 NOTICE: Compressed: TestCompressSwift:rclone-test-hiwarew5sosu: 0 differences found 2025/05/01 02:40:46 NOTICE: Compressed: TestCompressSwift:rclone-test-hiwarew5sosu: 1 matching files 2025/05/01 02:40:46 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-zopaxud5rike" 2025/05/01 02:40:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/01 02:40:47 DEBUG : Swift container rclone-test-zopaxud5rike.json: Auto set use_segments_container to true 2025/05/01 02:40:48 DEBUG : Swift container rclone-test-zopaxud5rike: Auto set use_segments_container to true 2025/05/01 02:40:48 DEBUG : Creating backend with remote "/tmp/rclone723340885" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-zopaxud5rike", Local "Local file system at /tmp/rclone723340885", Modify Window "1ns" 2025/05/01 02:40:48 INFO : Swift container rclone-test-zopaxud5rike: Container "rclone-test-zopaxud5rike" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/05/01 02:40:59 ERROR : HeLlO, wOrLd!: sum not found 2025/05/01 02:40:59 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-zopaxud5rike 2025/05/01 02:40:59 NOTICE: Compressed: TestCompressSwift:rclone-test-zopaxud5rike: 1 files missing 2025/05/01 02:40:59 NOTICE: 1 hashes missing 2025/05/01 02:40:59 NOTICE: Compressed: TestCompressSwift:rclone-test-zopaxud5rike: 2 differences found 2025/05/01 02:40:59 NOTICE: Compressed: TestCompressSwift:rclone-test-zopaxud5rike: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/05/01 02:40:59 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/01 02:40:59 NOTICE: Compressed: TestCompressSwift:rclone-test-zopaxud5rike: 0 differences found 2025/05/01 02:40:59 NOTICE: Compressed: TestCompressSwift:rclone-test-zopaxud5rike: 1 matching files 2025/05/01 02:40:59 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-pihokuh8xiju" 2025/05/01 02:40:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/01 02:41:00 DEBUG : Swift container rclone-test-pihokuh8xiju.json: Auto set use_segments_container to true 2025/05/01 02:41:00 DEBUG : Swift container rclone-test-pihokuh8xiju: Auto set use_segments_container to true 2025/05/01 02:41:00 DEBUG : Creating backend with remote "/tmp/rclone2163012475" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pihokuh8xiju", Local "Local file system at /tmp/rclone2163012475", Modify Window "1ns" 2025/05/01 02:41:01 INFO : Swift container rclone-test-pihokuh8xiju: Container "rclone-test-pihokuh8xiju" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/05/01 02:41:12 ERROR : HELLO, WORLD!: sum not found 2025/05/01 02:41:12 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-pihokuh8xiju 2025/05/01 02:41:12 NOTICE: Compressed: TestCompressSwift:rclone-test-pihokuh8xiju: 1 files missing 2025/05/01 02:41:12 NOTICE: 1 hashes missing 2025/05/01 02:41:12 NOTICE: Compressed: TestCompressSwift:rclone-test-pihokuh8xiju: 2 differences found 2025/05/01 02:41:12 NOTICE: Compressed: TestCompressSwift:rclone-test-pihokuh8xiju: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/05/01 02:41:23 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/01 02:41:23 NOTICE: Compressed: TestCompressSwift:rclone-test-pihokuh8xiju: 0 differences found 2025/05/01 02:41:23 NOTICE: Compressed: TestCompressSwift:rclone-test-pihokuh8xiju: 1 matching files 2025/05/01 02:41:23 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-saqebiz3suci" 2025/05/01 02:41:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/01 02:41:23 DEBUG : Swift container rclone-test-saqebiz3suci.json: Auto set use_segments_container to true 2025/05/01 02:41:24 DEBUG : Swift container rclone-test-saqebiz3suci: Auto set use_segments_container to true 2025/05/01 02:41:24 DEBUG : Creating backend with remote "/tmp/rclone903809713" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-saqebiz3suci", Local "Local file system at /tmp/rclone903809713", Modify Window "1ns" 2025/05/01 02:41:24 INFO : Swift container rclone-test-saqebiz3suci: Container "rclone-test-saqebiz3suci" created NFD checkfile vs. NFC remote (without normalization) 2025/05/01 02:41:30 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/01 02:41:30 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-saqebiz3suci 2025/05/01 02:41:30 NOTICE: Compressed: TestCompressSwift:rclone-test-saqebiz3suci: 1 files missing 2025/05/01 02:41:30 NOTICE: 1 hashes missing 2025/05/01 02:41:30 NOTICE: Compressed: TestCompressSwift:rclone-test-saqebiz3suci: 2 differences found 2025/05/01 02:41:30 NOTICE: Compressed: TestCompressSwift:rclone-test-saqebiz3suci: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/05/01 02:41:30 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/01 02:41:30 NOTICE: Compressed: TestCompressSwift:rclone-test-saqebiz3suci: 0 differences found 2025/05/01 02:41:30 NOTICE: Compressed: TestCompressSwift:rclone-test-saqebiz3suci: 1 matching files 2025/05/01 02:41:30 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-paloluk2naro" 2025/05/01 02:41:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/01 02:41:31 DEBUG : Swift container rclone-test-paloluk2naro.json: Auto set use_segments_container to true 2025/05/01 02:41:32 DEBUG : Swift container rclone-test-paloluk2naro: Auto set use_segments_container to true 2025/05/01 02:41:32 DEBUG : Creating backend with remote "/tmp/rclone807199194" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-paloluk2naro", Local "Local file system at /tmp/rclone807199194", Modify Window "1ns" 2025/05/01 02:41:32 INFO : Swift container rclone-test-paloluk2naro: Container "rclone-test-paloluk2naro" created NFC checkfile vs. NFD remote (without normalization) 2025/05/01 02:41:49 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/01 02:41:49 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-paloluk2naro 2025/05/01 02:41:49 NOTICE: Compressed: TestCompressSwift:rclone-test-paloluk2naro: 1 files missing 2025/05/01 02:41:49 NOTICE: 1 hashes missing 2025/05/01 02:41:49 NOTICE: Compressed: TestCompressSwift:rclone-test-paloluk2naro: 2 differences found 2025/05/01 02:41:49 NOTICE: Compressed: TestCompressSwift:rclone-test-paloluk2naro: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/05/01 02:41:59 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/01 02:41:59 NOTICE: Compressed: TestCompressSwift:rclone-test-paloluk2naro: 0 differences found 2025/05/01 02:41:59 NOTICE: Compressed: TestCompressSwift:rclone-test-paloluk2naro: 1 matching files 2025/05/01 02:41:59 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-joxifub3kesa" 2025/05/01 02:41:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/01 02:41:59 DEBUG : Swift container rclone-test-joxifub3kesa.json: Auto set use_segments_container to true 2025/05/01 02:42:00 DEBUG : Swift container rclone-test-joxifub3kesa: Auto set use_segments_container to true 2025/05/01 02:42:00 DEBUG : Creating backend with remote "/tmp/rclone3925408577" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joxifub3kesa", Local "Local file system at /tmp/rclone3925408577", Modify Window "1ns" 2025/05/01 02:42:01 INFO : Swift container rclone-test-joxifub3kesa: Container "rclone-test-joxifub3kesa" created NFDx2 checkfile vs. both remote (without normalization) 2025/05/01 02:42:12 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/01 02:42:12 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-joxifub3kesa 2025/05/01 02:42:12 NOTICE: Compressed: TestCompressSwift:rclone-test-joxifub3kesa: 1 files missing 2025/05/01 02:42:12 NOTICE: 1 hashes missing 2025/05/01 02:42:12 NOTICE: Compressed: TestCompressSwift:rclone-test-joxifub3kesa: 2 differences found 2025/05/01 02:42:12 NOTICE: Compressed: TestCompressSwift:rclone-test-joxifub3kesa: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/05/01 02:42:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/01 02:42:12 NOTICE: Compressed: TestCompressSwift:rclone-test-joxifub3kesa: 0 differences found 2025/05/01 02:42:12 NOTICE: Compressed: TestCompressSwift:rclone-test-joxifub3kesa: 1 matching files 2025/05/01 02:42:12 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-nifihuk4bome" 2025/05/01 02:42:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/01 02:42:12 DEBUG : Swift container rclone-test-nifihuk4bome.json: Auto set use_segments_container to true 2025/05/01 02:42:13 DEBUG : Swift container rclone-test-nifihuk4bome: Auto set use_segments_container to true 2025/05/01 02:42:13 DEBUG : Creating backend with remote "/tmp/rclone2559605276" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-nifihuk4bome", Local "Local file system at /tmp/rclone2559605276", Modify Window "1ns" 2025/05/01 02:42:13 INFO : Swift container rclone-test-nifihuk4bome: Container "rclone-test-nifihuk4bome" created NFCx2 checkfile vs. both remote (without normalization) 2025/05/01 02:42:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/01 02:42:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-nifihuk4bome 2025/05/01 02:42:25 NOTICE: Compressed: TestCompressSwift:rclone-test-nifihuk4bome: 1 files missing 2025/05/01 02:42:25 NOTICE: 1 hashes missing 2025/05/01 02:42:25 NOTICE: Compressed: TestCompressSwift:rclone-test-nifihuk4bome: 2 differences found 2025/05/01 02:42:25 NOTICE: Compressed: TestCompressSwift:rclone-test-nifihuk4bome: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/05/01 02:42:25 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/01 02:42:25 NOTICE: Compressed: TestCompressSwift:rclone-test-nifihuk4bome: 0 differences found 2025/05/01 02:42:25 NOTICE: Compressed: TestCompressSwift:rclone-test-nifihuk4bome: 1 matching files 2025/05/01 02:42:25 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-huyalic5rati" 2025/05/01 02:42:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/01 02:42:25 DEBUG : Swift container rclone-test-huyalic5rati.json: Auto set use_segments_container to true 2025/05/01 02:42:26 DEBUG : Swift container rclone-test-huyalic5rati: Auto set use_segments_container to true 2025/05/01 02:42:26 DEBUG : Creating backend with remote "/tmp/rclone3697713289" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-huyalic5rati", Local "Local file system at /tmp/rclone3697713289", Modify Window "1ns" 2025/05/01 02:42:26 INFO : Swift container rclone-test-huyalic5rati: Container "rclone-test-huyalic5rati" created both checkfile vs. NFDx2 remote (without normalization) 2025/05/01 02:42:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/01 02:42:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-huyalic5rati 2025/05/01 02:42:42 NOTICE: Compressed: TestCompressSwift:rclone-test-huyalic5rati: 1 files missing 2025/05/01 02:42:42 NOTICE: 1 hashes missing 2025/05/01 02:42:42 NOTICE: Compressed: TestCompressSwift:rclone-test-huyalic5rati: 2 differences found 2025/05/01 02:42:42 NOTICE: Compressed: TestCompressSwift:rclone-test-huyalic5rati: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/05/01 02:42:43 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/01 02:42:43 NOTICE: Compressed: TestCompressSwift:rclone-test-huyalic5rati: 0 differences found 2025/05/01 02:42:43 NOTICE: Compressed: TestCompressSwift:rclone-test-huyalic5rati: 1 matching files 2025/05/01 02:42:43 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-lorozam7lago" 2025/05/01 02:42:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/01 02:42:43 DEBUG : Swift container rclone-test-lorozam7lago.json: Auto set use_segments_container to true 2025/05/01 02:42:44 DEBUG : Swift container rclone-test-lorozam7lago: Auto set use_segments_container to true 2025/05/01 02:42:44 DEBUG : Creating backend with remote "/tmp/rclone2296235195" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-lorozam7lago", Local "Local file system at /tmp/rclone2296235195", Modify Window "1ns" 2025/05/01 02:42:44 INFO : Swift container rclone-test-lorozam7lago: Container "rclone-test-lorozam7lago" created both checkfile vs. NFCx2 remote (without normalization) 2025/05/01 02:42:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/01 02:42:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-lorozam7lago 2025/05/01 02:42:50 NOTICE: Compressed: TestCompressSwift:rclone-test-lorozam7lago: 1 files missing 2025/05/01 02:42:50 NOTICE: 1 hashes missing 2025/05/01 02:42:50 NOTICE: Compressed: TestCompressSwift:rclone-test-lorozam7lago: 2 differences found 2025/05/01 02:42:50 NOTICE: Compressed: TestCompressSwift:rclone-test-lorozam7lago: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/05/01 02:42:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/01 02:42:51 NOTICE: Compressed: TestCompressSwift:rclone-test-lorozam7lago: 0 differences found 2025/05/01 02:42:51 NOTICE: Compressed: TestCompressSwift:rclone-test-lorozam7lago: 1 matching files 2025/05/01 02:42:51 DEBUG : Compressed: TestCompressSwift:rclone-test-lorozam7lago: Purge remote 2025/05/01 02:42:51 DEBUG : Waiting for deletions to finish 2025/05/01 02:42:51 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/01 02:42:51 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/01 02:42:51 INFO : Swift container rclone-test-lorozam7lago: Container "rclone-test-lorozam7lago" removed 2025/05/01 02:42:51 DEBUG : Compressed: TestCompressSwift:rclone-test-huyalic5rati: Purge remote 2025/05/01 02:42:51 DEBUG : Waiting for deletions to finish 2025/05/01 02:42:57 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/01 02:42:57 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/01 02:42:57 INFO : Swift container rclone-test-huyalic5rati: Container "rclone-test-huyalic5rati" removed 2025/05/01 02:42:57 DEBUG : Compressed: TestCompressSwift:rclone-test-nifihuk4bome: Purge remote 2025/05/01 02:42:57 DEBUG : Waiting for deletions to finish 2025/05/01 02:42:58 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/01 02:43:08 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/01 02:43:08 INFO : Swift container rclone-test-nifihuk4bome: Container "rclone-test-nifihuk4bome" removed 2025/05/01 02:43:08 DEBUG : Compressed: TestCompressSwift:rclone-test-joxifub3kesa: Purge remote 2025/05/01 02:43:08 DEBUG : Waiting for deletions to finish 2025/05/01 02:43:08 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/05/01 02:43:13 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/05/01 02:43:14 INFO : Swift container rclone-test-joxifub3kesa: Container "rclone-test-joxifub3kesa" removed 2025/05/01 02:43:14 DEBUG : Compressed: TestCompressSwift:rclone-test-paloluk2naro: Purge remote 2025/05/01 02:43:14 DEBUG : Waiting for deletions to finish 2025/05/01 02:43:19 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/05/01 02:43:24 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/05/01 02:43:24 INFO : Swift container rclone-test-paloluk2naro: Container "rclone-test-paloluk2naro" removed 2025/05/01 02:43:24 DEBUG : Compressed: TestCompressSwift:rclone-test-saqebiz3suci: Purge remote 2025/05/01 02:43:24 DEBUG : Waiting for deletions to finish 2025/05/01 02:43:24 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/05/01 02:43:24 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/05/01 02:43:24 INFO : Swift container rclone-test-saqebiz3suci: Container "rclone-test-saqebiz3suci" removed 2025/05/01 02:43:24 DEBUG : Compressed: TestCompressSwift:rclone-test-pihokuh8xiju: Purge remote 2025/05/01 02:43:24 DEBUG : Waiting for deletions to finish 2025/05/01 02:43:25 INFO : HELLO, WORLD!.bin: Deleted 2025/05/01 02:43:35 INFO : HELLO, WORLD!.json: Deleted 2025/05/01 02:43:35 INFO : Swift container rclone-test-pihokuh8xiju: Container "rclone-test-pihokuh8xiju" removed 2025/05/01 02:43:35 DEBUG : Compressed: TestCompressSwift:rclone-test-zopaxud5rike: Purge remote 2025/05/01 02:43:35 DEBUG : Waiting for deletions to finish 2025/05/01 02:43:35 INFO : HeLlO, wOrLd!.json: Deleted 2025/05/01 02:43:45 INFO : HeLlO, wOrLd!.bin: Deleted 2025/05/01 02:43:45 INFO : Swift container rclone-test-zopaxud5rike: Container "rclone-test-zopaxud5rike" removed 2025/05/01 02:43:45 DEBUG : Compressed: TestCompressSwift:rclone-test-hiwarew5sosu: Purge remote 2025/05/01 02:43:45 DEBUG : Waiting for deletions to finish 2025/05/01 02:43:45 INFO : HELLO, WORLD!.bin: Deleted 2025/05/01 02:43:51 INFO : HELLO, WORLD!.json: Deleted 2025/05/01 02:43:51 INFO : Swift container rclone-test-hiwarew5sosu: Container "rclone-test-hiwarew5sosu" removed 2025/05/01 02:43:51 DEBUG : Compressed: TestCompressSwift:rclone-test-tebajeb4sosu: Purge remote 2025/05/01 02:43:51 DEBUG : Waiting for deletions to finish 2025/05/01 02:43:51 INFO : hello, world!.json: Deleted 2025/05/01 02:43:56 INFO : hello, world!.bin: Deleted 2025/05/01 02:43:56 INFO : Swift container rclone-test-tebajeb4sosu: Container "rclone-test-tebajeb4sosu" removed --- PASS: TestApplyTransforms (221.15s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" 2025/05/01 02:44:01 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/01 02:44:12 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/01 02:44:12 INFO : file1: Copied (new) to: sub/file2 2025/05/01 02:44:17 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/01 02:44:17 DEBUG : file1: Unchanged skipping 2025/05/01 02:44:18 DEBUG : Compressed: TestCompressSwift:rclone-test-kotodej3boti: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (27.14s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.12s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" 2025/05/01 02:44:40 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kotodej3boti/backup" 2025/05/01 02:44:40 DEBUG : Swift container rclone-test-kotodej3boti path backup.json: Auto set use_segments_container to true 2025/05/01 02:44:46 DEBUG : Swift container rclone-test-kotodej3boti path backup: Auto set use_segments_container to true 2025/05/01 02:44:51 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/01 02:45:23 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/05/01 02:45:23 INFO : dst/file1: Copied (server-side copy) 2025/05/01 02:45:28 INFO : dst/file1: Deleted 2025/05/01 02:45:38 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/01 02:45:38 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (100.97s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" 2025/05/01 02:46:04 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kotodej3boti/dst" 2025/05/01 02:46:05 DEBUG : Swift container rclone-test-kotodej3boti path dst.json: Auto set use_segments_container to true 2025/05/01 02:46:11 DEBUG : Swift container rclone-test-kotodej3boti path dst: Auto set use_segments_container to true 2025/05/01 02:46:21 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kotodej3boti/CompareDest" 2025/05/01 02:46:22 DEBUG : Swift container rclone-test-kotodej3boti path CompareDest.json: Auto set use_segments_container to true 2025/05/01 02:46:28 DEBUG : Swift container rclone-test-kotodej3boti path CompareDest: Auto set use_segments_container to true 2025/05/01 02:46:33 DEBUG : one: Need to transfer - File not found at Destination 2025/05/01 02:46:54 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/01 02:46:54 INFO : one: Copied (new) 2025/05/01 02:47:04 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/01 02:47:20 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/01 02:47:20 INFO : one: Copied (replaced existing) 2025/05/01 02:48:22 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/01 02:48:22 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/01 02:48:22 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/01 02:49:14 DEBUG : two: Need to transfer - File not found at Destination 2025/05/01 02:49:14 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/01 02:49:14 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/01 02:49:40 DEBUG : two: Need to transfer - File not found at Destination 2025/05/01 02:49:50 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/01 02:49:50 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/01 02:50:36 DEBUG : two: Need to transfer - File not found at Destination 2025/05/01 02:50:41 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/05/01 02:50:52 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/05/01 02:50:52 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (354.20s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" 2025/05/01 02:51:59 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kotodej3boti/dst" 2025/05/01 02:51:59 DEBUG : Config file has changed externally - reloading 2025/05/01 02:51:59 DEBUG : Swift container rclone-test-kotodej3boti path dst.json: Auto set use_segments_container to true 2025/05/01 02:52:05 DEBUG : Swift container rclone-test-kotodej3boti path dst: Auto set use_segments_container to true 2025/05/01 02:52:15 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kotodej3boti/CopyDest" 2025/05/01 02:52:16 DEBUG : Swift container rclone-test-kotodej3boti path CopyDest.json: Auto set use_segments_container to true 2025/05/01 02:52:21 DEBUG : Swift container rclone-test-kotodej3boti path CopyDest: Auto set use_segments_container to true 2025/05/01 02:52:27 DEBUG : one: Need to transfer - File not found at Destination 2025/05/01 02:52:47 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/01 02:52:47 INFO : one: Copied (new) 2025/05/01 02:53:13 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/01 02:53:28 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/01 02:53:28 INFO : one: Copied (replaced existing) 2025/05/01 02:54:11 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kotodej3boti/BackupDir" 2025/05/01 02:54:11 DEBUG : Swift container rclone-test-kotodej3boti path BackupDir.json: Auto set use_segments_container to true 2025/05/01 02:54:17 DEBUG : Swift container rclone-test-kotodej3boti path BackupDir: Auto set use_segments_container to true 2025/05/01 02:54:22 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/01 02:54:23 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/01 02:54:23 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/01 02:54:49 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/01 02:54:49 INFO : one: Copied (server-side copy) 2025/05/01 02:54:59 INFO : one: Deleted 2025/05/01 02:55:29 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/05/01 02:55:29 INFO : one: Copied (server-side copy) 2025/05/01 02:55:29 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/05/01 02:56:02 DEBUG : two: Need to transfer - File not found at Destination 2025/05/01 02:56:02 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/01 02:56:22 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/05/01 02:56:22 INFO : two: Copied (server-side copy) 2025/05/01 02:56:22 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/05/01 02:56:33 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/01 02:56:33 DEBUG : two: Unchanged skipping 2025/05/01 02:57:11 DEBUG : three: Need to transfer - File not found at Destination 2025/05/01 02:57:12 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/05/01 02:57:12 DEBUG : three: Destination not found in --copy-dest 2025/05/01 02:57:27 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/05/01 02:57:27 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (407.09s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.20s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.24s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" 2025/05/01 02:58:51 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/05/01 02:59:02 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/01 02:59:02 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/05/01 02:59:12 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/05/01 02:59:23 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/05/01 02:59:23 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy2.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-kotodej3boti/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/05/01 02:59:28 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/05/01 02:59:34 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/05/01 02:59:49 DEBUG : TestCopyFileMaxTransfer/file4: md5 = c548fa750b2b85e4efd0b7f3f7d45e28 OK 2025/05/01 02:59:49 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (89.65s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.27s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.10s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.16s) === RUN TestDeduplicateFirst run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.20s) === RUN TestDeduplicateNewest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.20s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" 2025/05/01 03:01:06 INFO : Compressed: TestCompressSwift:rclone-test-kotodej3boti: Looking for duplicate md5 hashes using newest mode. 2025/05/01 03:01:16 NOTICE: 466eb56c1f90a5dbdf99839692083da6: Found 3 files with duplicate md5 hashes 2025/05/01 03:01:32 INFO : one: Deleted 2025/05/01 03:01:32 INFO : also/one: Deleted 2025/05/01 03:01:32 NOTICE: 466eb56c1f90a5dbdf99839692083da6: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (101.24s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.25s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.11s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.17s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", 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-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", 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-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" 2025/05/01 03:03:42 DEBUG : a.txt: Excluded (Size Filter) 2025/05/01 03:03:42 DEBUG : a.txt: Excluded 2025/05/01 03:03:42 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/01 03:03:42 DEBUG : sub dir/hello world: Excluded 2025/05/01 03:03:42 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/01 03:03:42 DEBUG : sub dir/hello world2: Excluded 2025/05/01 03:03:42 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/01 03:03:42 DEBUG : sub dir/hello world: Excluded 2025/05/01 03:03:42 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/01 03:03:42 DEBUG : sub dir/hello world2: Excluded 2025/05/01 03:03:47 DEBUG : sub dir/ignore dir: Excluded 2025/05/01 03:03:52 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (176.62s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" 2025/05/01 03:06:35 DEBUG : a.txt: Excluded (Size Filter) 2025/05/01 03:06:35 DEBUG : a.txt: Excluded 2025/05/01 03:06:35 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/01 03:06:35 DEBUG : sub dir/hello world: Excluded 2025/05/01 03:06:35 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/01 03:06:35 DEBUG : sub dir/hello world2: Excluded 2025/05/01 03:06:35 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/01 03:06:35 DEBUG : sub dir/hello world: Excluded 2025/05/01 03:06:35 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/01 03:06:35 DEBUG : sub dir/hello world2: Excluded 2025/05/01 03:06:41 DEBUG : sub dir/ignore dir: Excluded 2025/05/01 03:06:46 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (168.01s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", 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 (54.79s) --- PASS: TestListJSON/Default (5.20s) --- PASS: TestListJSON/FilesOnly (0.19s) --- PASS: TestListJSON/DirsOnly (0.08s) --- PASS: TestListJSON/Recurse (5.41s) --- PASS: TestListJSON/SubDir (0.19s) --- PASS: TestListJSON/NoModTime (0.14s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (0.20s) --- PASS: TestListJSON/HashTypes (5.19s) --- PASS: TestListJSON/Metadata (5.19s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", 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/01 03:09:21 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kotodej3boti/notfound" 2025/05/01 03:09:21 DEBUG : Config file has changed externally - reloading 2025/05/01 03:09:21 DEBUG : Swift container rclone-test-kotodej3boti path notfound.json: Auto set use_segments_container to true 2025/05/01 03:09:27 DEBUG : Swift container rclone-test-kotodej3boti path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (65.30s) --- PASS: TestStatJSON/Root (0.05s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.05s) --- PASS: TestStatJSON/Dir (5.29s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.10s) --- PASS: TestStatJSON/File (0.14s) --- PASS: TestStatJSON/NotFound (5.18s) --- PASS: TestStatJSON/DirFilesOnly (5.05s) --- PASS: TestStatJSON/FileFilesOnly (0.16s) --- PASS: TestStatJSON/NotFoundFilesOnly (5.06s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.10s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (11.73s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" 2025/05/01 03:09:44 INFO : Compressed: TestCompressSwift:rclone-test-kotodej3boti: Making directory 2025/05/01 03:09:44 INFO : Compressed: TestCompressSwift:rclone-test-kotodej3boti: Making directory --- PASS: TestMkdir (0.35s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" --- PASS: TestLsd (21.35s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" --- PASS: TestLs (22.21s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" 2025/05/01 03:10:46 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/05/01 03:10:46 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (34.29s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" --- PASS: TestLsLong (32.18s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (27.45s) --- PASS: TestHashSums/Md5 (0.34s) --- PASS: TestHashSums/Md5Download (5.21s) === RUN TestHashSumsWithErrors 2025/05/01 03:12:01 DEBUG : Creating backend with remote ":memory:" 2025/05/01 03:12:01 DEBUG : Config file has changed externally - reloading 2025/05/01 03:12:01 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/05/01 03:12:01 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/01 03:12:01 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/01 03:12:01 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/01 03:12:01 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/01 03:12:01 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/01 03:12:01 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/01 03:12:01 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/05/01 03:12:01 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-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" --- PASS: TestCount (53.76s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" 2025/05/01 03:13:54 DEBUG : Waiting for deletions to finish 2025/05/01 03:13:54 DEBUG : large: Excluded (Size Filter) 2025/05/01 03:13:59 INFO : medium: Deleted 2025/05/01 03:14:09 INFO : small: Deleted --- PASS: TestDelete (79.49s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" 2025/05/01 03:15:07 DEBUG : Waiting for deletions to finish 2025/05/01 03:15:07 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/05/01 03:15:13 INFO : medium: Deleted 2025/05/01 03:15:17 INFO : large: Deleted --- PASS: TestMaxDelete (78.42s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" 2025/05/01 03:16:25 DEBUG : Waiting for deletions to finish 2025/05/01 03:16:25 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/05/01 03:16:31 INFO : medium: Deleted 2025/05/01 03:16:36 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (68.81s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" 2025/05/01 03:17:34 DEBUG : Waiting for deletions to finish 2025/05/01 03:17:34 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/05/01 03:17:40 INFO : medium: Deleted 2025/05/01 03:17:40 INFO : large: Deleted --- PASS: TestMaxDeleteSize (78.93s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" --- PASS: TestReadFile (22.08s) === RUN TestRetry 2025/05/01 03:18:23 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/05/01 03:18:23 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/05/01 03:18:23 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/01 03:18:23 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/01 03:18:23 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/01 03:18:23 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/01 03:18:23 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-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" --- PASS: TestCat (70.11s) === RUN TestPurge 2025/05/01 03:19:33 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-najipem2pacu" 2025/05/01 03:19:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/01 03:19:34 DEBUG : Swift container rclone-test-najipem2pacu.json: Auto set use_segments_container to true 2025/05/01 03:19:34 DEBUG : Swift container rclone-test-najipem2pacu: Auto set use_segments_container to true 2025/05/01 03:19:34 DEBUG : Creating backend with remote "/tmp/rclone2565627081" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-najipem2pacu", Local "Local file system at /tmp/rclone2565627081", Modify Window "1ns" 2025/05/01 03:19:35 INFO : Swift container rclone-test-najipem2pacu: Container "rclone-test-najipem2pacu" created 2025/05/01 03:19:51 INFO : A2: Making directory 2025/05/01 03:19:51 INFO : A1/B2: Making directory 2025/05/01 03:19:51 INFO : A1/B2/C2: Making directory 2025/05/01 03:19:51 INFO : A1/B1/C3: Making directory 2025/05/01 03:19:51 INFO : A3: Making directory 2025/05/01 03:19:51 INFO : A3/B3: Making directory 2025/05/01 03:19:51 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/01 03:20:02 DEBUG : Waiting for deletions to finish 2025/05/01 03:20:08 INFO : A1/B1/C1/one.json: Deleted 2025/05/01 03:20:08 INFO : A1/B1/C1/one.bin: Deleted fstest.go:244: Filtering empty directory "A2" fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B2/C2" fstest.go:244: Filtering empty directory "A3" fstest.go:244: Filtering empty directory "A3/B3" fstest.go:244: Filtering empty directory "A3/B3/C4" 2025/05/01 03:20:08 DEBUG : Waiting for deletions to finish 2025/05/01 03:20:08 INFO : A1/two.json: Deleted 2025/05/01 03:20:18 INFO : A1/two.bin: Deleted 2025/05/01 03:20:19 INFO : Swift container rclone-test-najipem2pacu: Container "rclone-test-najipem2pacu" removed 2025/05/01 03:20:19 DEBUG : Compressed: TestCompressSwift:rclone-test-najipem2pacu: Purge remote 2025/05/01 03:20:19 DEBUG : Waiting for deletions to finish 2025/05/01 03:20:19 NOTICE: purge failed: directory not found --- PASS: TestPurge (45.80s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" 2025/05/01 03:20:35 INFO : A2: Making directory 2025/05/01 03:20:35 INFO : A1/B2: Making directory 2025/05/01 03:20:35 INFO : A1/B2/C2: Making directory 2025/05/01 03:20:35 INFO : A1/B1/C3: Making directory 2025/05/01 03:20:35 INFO : A3: Making directory 2025/05/01 03:20:35 INFO : A3/B3: Making directory 2025/05/01 03:20:35 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/01 03:20:46 DEBUG : removing 1 level 3 directories 2025/05/01 03:20:46 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/01 03:21:08 DEBUG : removing 1 level 0 directories 2025/05/01 03:21:08 INFO : Compressed: TestCompressSwift:rclone-test-kotodej3boti: Removing directory 2025/05/01 03:21:08 INFO : Swift container rclone-test-kotodej3boti: Container "rclone-test-kotodej3boti" removed --- PASS: TestRmdirsNoLeaveRoot (49.68s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" 2025/05/01 03:21:09 INFO : Swift container rclone-test-kotodej3boti: Container "rclone-test-kotodej3boti" created 2025/05/01 03:21:09 INFO : A1: Making directory 2025/05/01 03:21:09 INFO : A1/B1: Making directory 2025/05/01 03:21:09 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.62s) === RUN TestRmdirsWithFilter run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" 2025/05/01 03:21:09 INFO : A1: Making directory 2025/05/01 03:21:09 INFO : A1/B1: Making directory 2025/05/01 03:21:09 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.30s) === RUN TestCopyURL run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" 2025/05/01 03:21:20 DEBUG : filename.txt: File name found in url 2025/05/01 03:21:26 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (60.36s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" 2025/05/01 03:22:15 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/01 03:22:25 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/01 03:22:25 INFO : file1: Copied (new) to: sub/file2 2025/05/01 03:22:25 INFO : file1: Deleted 2025/05/01 03:22:31 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/05/01 03:22:31 DEBUG : file1: Unchanged skipping 2025/05/01 03:22:31 INFO : file1: Deleted 2025/05/01 03:22:36 DEBUG : Compressed: TestCompressSwift:rclone-test-kotodej3boti: don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (31.64s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" 2025/05/01 03:22:47 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/01 03:22:57 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/01 03:22:57 INFO : file1: Copied (new) 2025/05/01 03:22:57 INFO : file1: Deleted 2025/05/01 03:23:07 DEBUG : file1: Destination exists, skipping 2025/05/01 03:23:07 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (36.65s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFile (0.20s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.20s) === RUN TestMoveFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" 2025/05/01 03:23:29 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kotodej3boti/backup" 2025/05/01 03:23:30 DEBUG : Swift container rclone-test-kotodej3boti path backup.json: Auto set use_segments_container to true 2025/05/01 03:23:36 DEBUG : Swift container rclone-test-kotodej3boti path backup: Auto set use_segments_container to true 2025/05/01 03:23:41 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/01 03:24:22 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/05/01 03:24:22 INFO : dst/file1: Copied (server-side copy) 2025/05/01 03:24:27 INFO : dst/file1: Deleted 2025/05/01 03:24:37 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/05/01 03:24:37 INFO : dst/file1: Copied (new) 2025/05/01 03:24:37 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (109.92s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kotodej3boti", Local "Local file system at /tmp/rclone1770869444", Modify Window "1ns" 2025/05/01 03:25:48 INFO : A1/B2: Making directory 2025/05/01 03:25:48 INFO : A1/B1/C3: Making directory fstest.go:244: Filtering empty directory "A1/B2" fstest.go:244: Filtering empty directory "A1/B1/C3" 2025/05/01 03:26:10 DEBUG : A1/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/05/01 03:26:10 INFO : A1/two: Copied (server-side copy) to: A2/two 2025/05/01 03:26:10 INFO : A1/two: Deleted 2025/05/01 03:26:15 DEBUG : A1/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/05/01 03:26:15 INFO : A1/B1/C2/five: Copied (server-side copy) to: A2/B1/C2/five 2025/05/01 03:26:15 DEBUG : A1/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/05/01 03:26:15 INFO : A1/B1/three: Copied (server-side copy) to: A2/B1/three 2025/05/01 03:26:15 INFO : A1/B1/C2/five: Deleted 2025/05/01 03:26:15 DEBUG : A1/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/05/01 03:26:15 INFO : A1/B1/C1/four: Copied (server-side copy) to: A2/B1/C1/four 2025/05/01 03:26:15 INFO : A1/B1/C1/four: Deleted 2025/05/01 03:26:20 DEBUG : A1/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/01 03:26:20 INFO : A1/one: Copied (server-side copy) to: A2/one 2025/05/01 03:26:20 INFO : A1/B1/three: Deleted 2025/05/01 03:26:25 INFO : A1/one: Deleted fstest.go:244: Filtering empty directory "A2/B2" fstest.go:244: Filtering empty directory "A2/B1/C3" 2025/05/01 03:26:57 DEBUG : A2/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/05/01 03:26:57 INFO : A2/B1/C1/four: Copied (server-side copy) to: A3/B1/C1/four 2025/05/01 03:27:02 DEBUG : A2/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/05/01 03:27:02 INFO : A2/two: Copied (server-side copy) to: A3/two 2025/05/01 03:27:02 INFO : A2/two: Deleted 2025/05/01 03:27:02 INFO : A2/B1/C1/four: Deleted 2025/05/01 03:27:07 DEBUG : A2/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/01 03:27:07 INFO : A2/one: Copied (server-side copy) to: A3/one 2025/05/01 03:27:07 DEBUG : A2/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/05/01 03:27:07 INFO : A2/B1/C2/five: Copied (server-side copy) to: A3/B1/C2/five 2025/05/01 03:27:12 INFO : A2/one: Deleted 2025/05/01 03:27:12 INFO : A2/B1/C2/five: Deleted 2025/05/01 03:27:12 DEBUG : A2/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/05/01 03:27:12 INFO : A2/B1/three: Copied (server-side copy) to: A3/B1/three 2025/05/01 03:27:18 INFO : A2/B1/three: Deleted fstest.go:244: Filtering empty directory "A3/B2" fstest.go:244: Filtering empty directory "A3/B1/C3" 2025/05/01 03:27:24 INFO : Compressed: TestCompressSwift:rclone-test-kotodej3boti: Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/05/01 03:27:49 DEBUG : A3/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/05/01 03:27:49 INFO : A3/B1/three: Copied (server-side copy) to: A4/B1/three 2025/05/01 03:27:50 DEBUG : A3/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/05/01 03:27:50 INFO : A3/B1/C1/four: Copied (server-side copy) to: A4/B1/C1/four 2025/05/01 03:27:50 DEBUG : A3/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/05/01 03:27:50 INFO : A3/one: Copied (server-side copy) to: A4/one 2025/05/01 03:27:50 DEBUG : A3/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/05/01 03:27:50 INFO : A3/two: Copied (server-side copy) to: A4/two 2025/05/01 03:27:50 INFO : A3/one: Deleted 2025/05/01 03:27:50 INFO : A3/B1/C1/four: Deleted 2025/05/01 03:27:55 INFO : A3/B1/three: Deleted 2025/05/01 03:27:55 INFO : A3/two: Deleted 2025/05/01 03:28:05 DEBUG : A3/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/05/01 03:28:05 INFO : A3/B1/C2/five: Copied (server-side copy) to: A4/B1/C2/five 2025/05/01 03:28:10 INFO : A3/B1/C2/five: Deleted fstest.go:244: Filtering empty directory "A4/B2" fstest.go:244: Filtering empty directory "A4/B1/C3" panic: test timed out after 1h0m0s running tests: TestDirMove (3m21s) goroutine 10267 [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, 4 minutes]: testing.(*T).Run(0xc00079e000, {0x25f55eb?, 0x0?}, 0x27382f0) /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(0xc00079e000) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:2168 +0x37 testing.tRunner(0xc00079e000, 0xc000ac5c18) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 testing.runTests(0xc000012120, {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(0xc0008b0aa0) /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(0xc0008b0aa0) /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 8 [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 9 [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 9608 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc000b3a8c0, 0xc000ac0d20, 0xc000ac4b40) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc000b3a8c0, {0x2a16160, 0x3d5b7e0}, {0xc0003a6000, 0x4f}, {{0xc0007a70b0, 0x18}, {0xc0007a70c9, 0xa}, {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(0xc000b3a8c0, {0x2a16160, 0x3d5b7e0}, {{0xc0007a70b0, 0x18}, {0xc0007a70c9, 0xa}, {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(0xc0006d5070?, {0x2a16160?, 0x3d5b7e0?}, {0xc0007a70b0?, 0xc0006d50d8?}, {0xc0007a70c9, 0xa}) /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, 0xc0006d5410) /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(0xc000b9d0e0, 0xc000ac0ba0, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc000b9d0e0, 0xc000ac0ba0) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Object).readMetaData(0xc00070f020, {0x2a16160, 0x3d5b7e0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1333 +0x172 github.com/rclone/rclone/backend/swift.(*Object).ModTime(0xc00070f020, {0x2a16160?, 0x3d5b7e0?}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1359 +0x3d github.com/rclone/rclone/fstest.(*Item).Check(0xc000aa26f8, 0xc00079ed00, {0x2a2a730, 0xc000874aa0}, 0x1) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:145 +0x1e9 github.com/rclone/rclone/fstest.(*Items).Find(0xc0006d5928, 0xc00079ed00, {0x2a2a730, 0xc000874aa0}, 0x1) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189 +0x189 github.com/rclone/rclone/fstest.CheckListingWithRoot(0xc00079ed00, {0x2a2a6c0, 0xc000884300}, {0x0, 0x0}, {0xc000aa26c0, 0x5, 0x5}, {0xc0006d5e40, 0x6, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 +0x8ea github.com/rclone/rclone/fstest.CheckListingWithPrecision(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 github.com/rclone/rclone/fs/operations_test.TestDirMove(0xc00079ed00) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1439 +0x10c5 testing.tRunner(0xc00079ed00, 0x27382f0) /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 559 [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 549 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 8212 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc000b3a000) /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 8211 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:408 +0xb6 goroutine 1369 [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 1215 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 9717 [select]: net/http.(*persistConn).writeLoop(0xc000016000) /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 9708 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 3170 [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 2827 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9737 [IO wait]: internal/poll.runtime_pollWait(0x7f7bfaccd650, 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(0xc00034c180?, 0xc0008fe600?, 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(0xc00034c180, {0xc0008fe600, 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(0xc00034c180, {0xc0008fe600?, 0xc00081ec50?, 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(0xc00066bc98, {0xc0008fe600?, 0x3d38300?, 0xc00030e9d0?}) /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(0xc002f82978, {0xc0008fe600?, 0x18?, 0x7f7c42f9f8a8?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc0004b68d0, {0xc0008fe600?, 0x0?, 0xc0004b68d0?}) /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(0xc00081ed38, {0x29f03a0, 0xc0004b68d0}) /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(0xc00081ea88, {0x7f7bf890ce28, 0xc002f82978}, 0xc00030ea40?) /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(0xc00081ea88, 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(0xc00081ea88, {0xc000477000, 0x1000, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:1385 +0x150 net/http.(*persistConn).Read(0xc0008c3e60, {0xc000477000?, 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(0xc0000e3da0) /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(0xc0000e3da0, 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(0xc0008c3e60) /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 9705 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 981 [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 971 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 224 [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 214 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 162 [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 152 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 330 [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 288 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 521 [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 495 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 9531 [select]: net/http.(*persistConn).writeLoop(0xc000aa2240) /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 9272 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 269 [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 259 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1487 [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 1477 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 2828 [chan receive, 49 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2827 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 2918 [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 2827 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 444 [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 434 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 8585 [chan receive, 9 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 8584 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1472 [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 1462 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1279 [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 1269 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1314 [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 1304 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3005 [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 2827 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9738 [select]: net/http.(*persistConn).writeLoop(0xc0008c3e60) /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 9705 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 803 [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 777 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 634 [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 609 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 9530 [IO wait]: internal/poll.runtime_pollWait(0x7f7bfacccf18, 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(0xc0001d4200?, 0xc0008f9980?, 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(0xc0001d4200, {0xc0008f9980, 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(0xc0001d4200, {0xc0008f9980?, 0xc00081e550?, 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(0xc00066bb10, {0xc0008f9980?, 0x3d38300?, 0xc0000a19d0?}) /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(0xc0007ae030, {0xc0008f9980?, 0x18?, 0x2000?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000bd0510, {0xc0008f9980?, 0x0?, 0xc000bd0510?}) /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(0xc00081e638, {0x29f03a0, 0xc000bd0510}) /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(0xc00081e388, {0x7f7bf890ce28, 0xc0007ae030}, 0xc0000a1a40?) /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(0xc00081e388, 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(0xc00081e388, {0xc0009e9000, 0x1000, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:1385 +0x150 net/http.(*persistConn).Read(0xc000aa2240, {0xc0009e9000?, 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(0xc0008b7da0) /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(0xc0008b7da0, 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(0xc000aa2240) /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 9272 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 685 [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 675 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 9746 [select]: net/http.(*persistConn).writeLoop(0xc0002ee000) /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 9633 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 750 [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 740 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1230 [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 1220 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 10266 [select]: net/http.(*persistConn).roundTrip(0xc0002ee000, 0xc000bba6e0) /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(0xc000002c00, 0xc000ac4b40) /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(0xc000332230, 0xc000ac4b40) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc000ac4b40, {0x29efc20, 0xc000332230}, {0x1?, 0xffffffffffffffff?, 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(0xc000bb48d0, 0xc000ac4b40, {0x40af3e?, 0x47e292?, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/client.go:180 +0x98 net/http.(*Client).do(0xc000bb48d0, 0xc000ac4b40) /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 9608 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 3080 [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 2827 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 873 [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 847 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1421 [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 1411 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 1097 [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 1039 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3465 [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 2827 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1054 [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 1044 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:232 +0x378 goroutine 3409 [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 2827 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3621 [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 2827 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9716 [IO wait]: internal/poll.runtime_pollWait(0x7f7bfaccd020, 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(0xc00034c100?, 0xc0008f8000?, 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(0xc00034c100, {0xc0008f8000, 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(0xc00034c100, {0xc0008f8000?, 0xc00081e8d0?, 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(0xc00066bc90, {0xc0008f8000?, 0x3d38300?, 0xc0006cb9d0?}) /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(0xc002f82930, {0xc0008f8000?, 0x18?, 0x7f7bf9ae0b68?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc0004b68a0, {0xc0008f8000?, 0x0?, 0xc0004b68a0?}) /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(0xc00081e9b8, {0x29f03a0, 0xc0004b68a0}) /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(0xc00081e708, {0x7f7bf890ce28, 0xc002f82930}, 0xc0006cba40?) /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(0xc00081e708, 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(0xc00081e708, {0xc0006ea000, 0x1000, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:1385 +0x150 net/http.(*persistConn).Read(0xc000016000, {0xc0006ea000?, 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(0xc001264840) /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(0xc001264840, 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(0xc000016000) /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 9708 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 9736 [select]: net/http.(*persistConn).writeLoop(0xc0009a4c60) /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 9676 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1875 +0x15a5 goroutine 9735 [IO wait]: internal/poll.runtime_pollWait(0x7f7bfaccce10, 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(0xc0005ce380?, 0xc0008fb300?, 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(0xc0005ce380, {0xc0008fb300, 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(0xc0005ce380, {0xc0008fb300?, 0xc00043ddd0?, 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(0xc0003c20d8, {0xc0008fb300?, 0x3d38300?, 0xc0006c79d0?}) /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(0xc0007af230, {0xc0008fb300?, 0x18?, 0x7f7bf88e20e8?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000bd0540, {0xc0008fb300?, 0x0?, 0xc000bd0540?}) /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(0xc00043deb8, {0x29f03a0, 0xc000bd0540}) /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(0xc00043dc08, {0x7f7bf890ce28, 0xc0007af230}, 0xc0006c7a40?) /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(0xc00043dc08, 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(0xc00043dc08, {0xc000233000, 0x1000, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/crypto/tls/conn.go:1385 +0x150 net/http.(*persistConn).Read(0xc0009a4c60, {0xc000233000?, 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(0xc0000e3800) /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(0xc0000e3800, 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(0xc0009a4c60) /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 9676 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/net/http/transport.go:1874 +0x154f goroutine 3262 [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 2827 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3303 [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 2827 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9713 [IO wait]: internal/poll.runtime_pollWait(0x7f7bfacccd08, 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(0xc0001d4400?, 0xc0008fcc80?, 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(0xc0001d4400, {0xc0008fcc80, 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(0xc0001d4400, {0xc0008fcc80?, 0xc0007bc8d0?, 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(0xc0003c20e0, {0xc0008fcc80?, 0x3d38300?, 0xc0003109d0?}) /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(0xc0007af278, {0xc0008fcc80?, 0x18?, 0x7f7bfacd2fe8?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc0009167b0, {0xc0008fcc80?, 0x0?, 0xc0009167b0?}) /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(0xc0007bc9b8, {0x29f03a0, 0xc0009167b0}) /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(0xc0007bc708, {0x7f7bf890ce28, 0xc0007af278}, 0xc000310a40?) /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(0xc0007bc708, 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(0xc0007bc708, {0xc000666000, 0x1000, 0xc000458508?}) /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(0xc0002ee000, {0xc000666000?, 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(0xc0009a93e0) /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(0xc0009a93e0, 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(0xc0002ee000) /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 9633 /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.258635733s (try 2/5): exit status 2: Failed []