"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 4/5) 2025/06/24 04:50:23 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-pacosom0dipi" 2025/06/24 04:50:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 04:50:23 DEBUG : Swift container rclone-test-pacosom0dipi.json: Auto set use_segments_container to true 2025/06/24 04:50:23 DEBUG : Swift container rclone-test-pacosom0dipi: Auto set use_segments_container to true 2025/06/24 04:50:23 DEBUG : Creating backend with remote "/tmp/rclone1230817188" === 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-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", 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-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.05s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/06/24 04:50:23 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/24 04:50:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/24 04:50:23 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/06/24 04:50:23 DEBUG : potato: Seek from 10 to 0 2025/06/24 04:50:23 DEBUG : potato: Seek from 10 to 0 2025/06/24 04:50:23 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/06/24 04:50:23 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/24 04:50:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/24 04:50:23 DEBUG : potato: Seek from 5 to 2 2025/06/24 04:50:23 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/06/24 04:50:23 DEBUG : potato: Seek from 7 to 0 2025/06/24 04:50:23 DEBUG : potato: Seek from 7 to 0 2025/06/24 04:50:23 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/06/24 04:50:23 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/24 04:50:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/24 04:50:23 DEBUG : potato: Seek from 5 to 2 2025/06/24 04:50:23 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/06/24 04:50:23 DEBUG : potato: Seek from 8 to 0 2025/06/24 04:50:23 DEBUG : potato: Seek from 8 to 0 2025/06/24 04:50:23 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/06/24 04:50:23 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/24 04:50:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/24 04:50:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/24 04:50:23 DEBUG : potato: Seek from 5 to 2 2025/06/24 04:50:23 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/06/24 04:50:23 DEBUG : potato: Seek from 9 to 0 2025/06/24 04:50:23 DEBUG : potato: Seek from 9 to 0 2025/06/24 04:50:23 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-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" 2025/06/24 04:50:24 INFO : Swift container rclone-test-pacosom0dipi: Container "rclone-test-pacosom0dipi" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (127.74s) --- PASS: TestCheck/1 (0.21s) --- PASS: TestCheck/2 (0.15s) --- PASS: TestCheck/3 (0.16s) --- PASS: TestCheck/4 (5.14s) --- PASS: TestCheck/5 (10.15s) --- PASS: TestCheck/6 (10.34s) --- PASS: TestCheck/7 (5.15s) === RUN TestCheckFsError 2025/06/24 04:52:31 DEBUG : Creating backend with remote "nonexistent" 2025/06/24 04:52:31 DEBUG : Creating backend with remote "nonexistent" 2025/06/24 04:52:31 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/06/24 04:52:31 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/06/24 04:52:31 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/06/24 04:52:31 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", 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 (121.23s) --- PASS: TestCheckDownload/1 (0.21s) --- PASS: TestCheckDownload/2 (0.28s) --- PASS: TestCheckDownload/3 (0.37s) --- PASS: TestCheckDownload/4 (5.21s) --- PASS: TestCheckDownload/5 (5.24s) --- PASS: TestCheckDownload/6 (5.19s) --- PASS: TestCheckDownload/7 (0.29s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", 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 (75.73s) --- PASS: TestCheckSizeOnly/1 (0.18s) --- PASS: TestCheckSizeOnly/2 (0.05s) --- PASS: TestCheckSizeOnly/3 (0.05s) --- PASS: TestCheckSizeOnly/4 (0.05s) --- PASS: TestCheckSizeOnly/5 (0.08s) --- 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-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" 2025/06/24 04:55:59 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/24 04:55:59 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/24 04:55:59 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/24 04:55:59 NOTICE: test.sum: 2 warning(s) suppressed... 2025/06/24 04:56:15 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/24 04:56:15 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/24 04:56:15 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/24 04:56:15 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (32.46s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" 2025/06/24 04:56:21 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-pacosom0dipi/data" 2025/06/24 04:56:21 DEBUG : Swift container rclone-test-pacosom0dipi path data.json: Auto set use_segments_container to true 2025/06/24 04:56:27 DEBUG : Swift container rclone-test-pacosom0dipi 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 (330.78s) --- PASS: TestCheckSum/subtest1 (5.33s) --- PASS: TestCheckSum/subtest2 (5.35s) --- PASS: TestCheckSum/subtest3 (15.46s) --- PASS: TestCheckSum/subtest4 (10.42s) --- PASS: TestCheckSum/subtest5 (15.50s) --- PASS: TestCheckSum/subtest6 (10.42s) --- PASS: TestCheckSum/subtest7 (10.56s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" 2025/06/24 05:01:51 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-pacosom0dipi/data" 2025/06/24 05:01:51 DEBUG : Config file has changed externally - reloading 2025/06/24 05:01:52 DEBUG : Swift container rclone-test-pacosom0dipi path data.json: Auto set use_segments_container to true 2025/06/24 05:01:57 DEBUG : Swift container rclone-test-pacosom0dipi 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 (344.25s) --- PASS: TestCheckSumDownload/subtest1 (5.40s) --- PASS: TestCheckSumDownload/subtest2 (10.41s) --- PASS: TestCheckSumDownload/subtest3 (15.43s) --- PASS: TestCheckSumDownload/subtest4 (15.48s) --- PASS: TestCheckSumDownload/subtest5 (25.40s) --- PASS: TestCheckSumDownload/subtest6 (0.43s) --- PASS: TestCheckSumDownload/subtest7 (5.64s) === RUN TestApplyTransforms 2025/06/24 05:07:36 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-pemanuw2kuwu" 2025/06/24 05:07:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 05:07:36 DEBUG : Swift container rclone-test-pemanuw2kuwu.json: Auto set use_segments_container to true 2025/06/24 05:07:36 DEBUG : Swift container rclone-test-pemanuw2kuwu: Auto set use_segments_container to true 2025/06/24 05:07:36 DEBUG : Creating backend with remote "/tmp/rclone3868672112" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pemanuw2kuwu", Local "Local file system at /tmp/rclone3868672112", Modify Window "1ns" 2025/06/24 05:07:37 INFO : Swift container rclone-test-pemanuw2kuwu: Container "rclone-test-pemanuw2kuwu" created upper checkfile vs. lower remote (without normalization) 2025/06/24 05:07:48 ERROR : hello, world!: sum not found 2025/06/24 05:07:48 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-pemanuw2kuwu 2025/06/24 05:07:48 NOTICE: Compressed: TestCompressSwift:rclone-test-pemanuw2kuwu: 1 files missing 2025/06/24 05:07:48 NOTICE: 1 hashes missing 2025/06/24 05:07:48 NOTICE: Compressed: TestCompressSwift:rclone-test-pemanuw2kuwu: 2 differences found 2025/06/24 05:07:48 NOTICE: Compressed: TestCompressSwift:rclone-test-pemanuw2kuwu: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/06/24 05:07:48 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 05:07:48 NOTICE: Compressed: TestCompressSwift:rclone-test-pemanuw2kuwu: 0 differences found 2025/06/24 05:07:48 NOTICE: Compressed: TestCompressSwift:rclone-test-pemanuw2kuwu: 1 matching files 2025/06/24 05:07:48 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-sepuyeh9goya" 2025/06/24 05:07:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 05:07:49 DEBUG : Swift container rclone-test-sepuyeh9goya.json: Auto set use_segments_container to true 2025/06/24 05:07:49 DEBUG : Swift container rclone-test-sepuyeh9goya: Auto set use_segments_container to true 2025/06/24 05:07:49 DEBUG : Creating backend with remote "/tmp/rclone3643598117" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sepuyeh9goya", Local "Local file system at /tmp/rclone3643598117", Modify Window "1ns" 2025/06/24 05:07:49 INFO : Swift container rclone-test-sepuyeh9goya: Container "rclone-test-sepuyeh9goya" created lower checkfile vs. upper remote (without normalization) 2025/06/24 05:08:05 ERROR : HELLO, WORLD!: sum not found 2025/06/24 05:08:05 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-sepuyeh9goya 2025/06/24 05:08:05 NOTICE: Compressed: TestCompressSwift:rclone-test-sepuyeh9goya: 1 files missing 2025/06/24 05:08:05 NOTICE: 1 hashes missing 2025/06/24 05:08:05 NOTICE: Compressed: TestCompressSwift:rclone-test-sepuyeh9goya: 2 differences found 2025/06/24 05:08:05 NOTICE: Compressed: TestCompressSwift:rclone-test-sepuyeh9goya: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/06/24 05:08:05 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 05:08:05 NOTICE: Compressed: TestCompressSwift:rclone-test-sepuyeh9goya: 0 differences found 2025/06/24 05:08:05 NOTICE: Compressed: TestCompressSwift:rclone-test-sepuyeh9goya: 1 matching files 2025/06/24 05:08:05 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-wikebat3yume" 2025/06/24 05:08:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 05:08:06 DEBUG : Swift container rclone-test-wikebat3yume.json: Auto set use_segments_container to true 2025/06/24 05:08:06 DEBUG : Swift container rclone-test-wikebat3yume: Auto set use_segments_container to true 2025/06/24 05:08:06 DEBUG : Creating backend with remote "/tmp/rclone2520298374" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wikebat3yume", Local "Local file system at /tmp/rclone2520298374", Modify Window "1ns" 2025/06/24 05:08:06 INFO : Swift container rclone-test-wikebat3yume: Container "rclone-test-wikebat3yume" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/06/24 05:08:12 ERROR : HeLlO, wOrLd!: sum not found 2025/06/24 05:08:12 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-wikebat3yume 2025/06/24 05:08:12 NOTICE: Compressed: TestCompressSwift:rclone-test-wikebat3yume: 1 files missing 2025/06/24 05:08:12 NOTICE: 1 hashes missing 2025/06/24 05:08:12 NOTICE: Compressed: TestCompressSwift:rclone-test-wikebat3yume: 2 differences found 2025/06/24 05:08:12 NOTICE: Compressed: TestCompressSwift:rclone-test-wikebat3yume: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/06/24 05:08:13 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 05:08:13 NOTICE: Compressed: TestCompressSwift:rclone-test-wikebat3yume: 0 differences found 2025/06/24 05:08:13 NOTICE: Compressed: TestCompressSwift:rclone-test-wikebat3yume: 1 matching files 2025/06/24 05:08:13 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-simisej2modu" 2025/06/24 05:08:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 05:08:13 DEBUG : Swift container rclone-test-simisej2modu.json: Auto set use_segments_container to true 2025/06/24 05:08:13 DEBUG : Swift container rclone-test-simisej2modu: Auto set use_segments_container to true 2025/06/24 05:08:13 DEBUG : Creating backend with remote "/tmp/rclone490969173" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-simisej2modu", Local "Local file system at /tmp/rclone490969173", Modify Window "1ns" 2025/06/24 05:08:14 INFO : Swift container rclone-test-simisej2modu: Container "rclone-test-simisej2modu" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/06/24 05:08:30 ERROR : HELLO, WORLD!: sum not found 2025/06/24 05:08:30 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-simisej2modu 2025/06/24 05:08:30 NOTICE: Compressed: TestCompressSwift:rclone-test-simisej2modu: 1 files missing 2025/06/24 05:08:30 NOTICE: 1 hashes missing 2025/06/24 05:08:30 NOTICE: Compressed: TestCompressSwift:rclone-test-simisej2modu: 2 differences found 2025/06/24 05:08:30 NOTICE: Compressed: TestCompressSwift:rclone-test-simisej2modu: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/06/24 05:08:30 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 05:08:30 NOTICE: Compressed: TestCompressSwift:rclone-test-simisej2modu: 0 differences found 2025/06/24 05:08:30 NOTICE: Compressed: TestCompressSwift:rclone-test-simisej2modu: 1 matching files 2025/06/24 05:08:30 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-sayixed6gogo" 2025/06/24 05:08:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 05:08:30 DEBUG : Swift container rclone-test-sayixed6gogo.json: Auto set use_segments_container to true 2025/06/24 05:08:31 DEBUG : Swift container rclone-test-sayixed6gogo: Auto set use_segments_container to true 2025/06/24 05:08:31 DEBUG : Creating backend with remote "/tmp/rclone3897205061" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sayixed6gogo", Local "Local file system at /tmp/rclone3897205061", Modify Window "1ns" 2025/06/24 05:08:31 INFO : Swift container rclone-test-sayixed6gogo: Container "rclone-test-sayixed6gogo" created NFD checkfile vs. NFC remote (without normalization) 2025/06/24 05:08:38 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/24 05:08:38 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-sayixed6gogo 2025/06/24 05:08:38 NOTICE: Compressed: TestCompressSwift:rclone-test-sayixed6gogo: 1 files missing 2025/06/24 05:08:38 NOTICE: 1 hashes missing 2025/06/24 05:08:38 NOTICE: Compressed: TestCompressSwift:rclone-test-sayixed6gogo: 2 differences found 2025/06/24 05:08:38 NOTICE: Compressed: TestCompressSwift:rclone-test-sayixed6gogo: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/06/24 05:08:38 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 05:08:38 NOTICE: Compressed: TestCompressSwift:rclone-test-sayixed6gogo: 0 differences found 2025/06/24 05:08:38 NOTICE: Compressed: TestCompressSwift:rclone-test-sayixed6gogo: 1 matching files 2025/06/24 05:08:38 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xifiluk5fefi" 2025/06/24 05:08:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 05:08:38 DEBUG : Swift container rclone-test-xifiluk5fefi.json: Auto set use_segments_container to true 2025/06/24 05:08:39 DEBUG : Swift container rclone-test-xifiluk5fefi: Auto set use_segments_container to true 2025/06/24 05:08:39 DEBUG : Creating backend with remote "/tmp/rclone2818299569" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xifiluk5fefi", Local "Local file system at /tmp/rclone2818299569", Modify Window "1ns" 2025/06/24 05:08:39 INFO : Swift container rclone-test-xifiluk5fefi: Container "rclone-test-xifiluk5fefi" created NFC checkfile vs. NFD remote (without normalization) 2025/06/24 05:08:51 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/24 05:08:51 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-xifiluk5fefi 2025/06/24 05:08:51 NOTICE: Compressed: TestCompressSwift:rclone-test-xifiluk5fefi: 1 files missing 2025/06/24 05:08:51 NOTICE: 1 hashes missing 2025/06/24 05:08:51 NOTICE: Compressed: TestCompressSwift:rclone-test-xifiluk5fefi: 2 differences found 2025/06/24 05:08:51 NOTICE: Compressed: TestCompressSwift:rclone-test-xifiluk5fefi: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/06/24 05:08:51 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 05:08:51 NOTICE: Compressed: TestCompressSwift:rclone-test-xifiluk5fefi: 0 differences found 2025/06/24 05:08:51 NOTICE: Compressed: TestCompressSwift:rclone-test-xifiluk5fefi: 1 matching files 2025/06/24 05:08:51 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-keromeq6foju" 2025/06/24 05:08:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 05:08:52 DEBUG : Swift container rclone-test-keromeq6foju.json: Auto set use_segments_container to true 2025/06/24 05:08:52 DEBUG : Swift container rclone-test-keromeq6foju: Auto set use_segments_container to true 2025/06/24 05:08:52 DEBUG : Creating backend with remote "/tmp/rclone300922973" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-keromeq6foju", Local "Local file system at /tmp/rclone300922973", Modify Window "1ns" 2025/06/24 05:08:53 INFO : Swift container rclone-test-keromeq6foju: Container "rclone-test-keromeq6foju" created NFDx2 checkfile vs. both remote (without normalization) 2025/06/24 05:09:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/24 05:09:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-keromeq6foju 2025/06/24 05:09:08 NOTICE: Compressed: TestCompressSwift:rclone-test-keromeq6foju: 1 files missing 2025/06/24 05:09:08 NOTICE: 1 hashes missing 2025/06/24 05:09:08 NOTICE: Compressed: TestCompressSwift:rclone-test-keromeq6foju: 2 differences found 2025/06/24 05:09:08 NOTICE: Compressed: TestCompressSwift:rclone-test-keromeq6foju: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/06/24 05:09:09 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 05:09:09 NOTICE: Compressed: TestCompressSwift:rclone-test-keromeq6foju: 0 differences found 2025/06/24 05:09:09 NOTICE: Compressed: TestCompressSwift:rclone-test-keromeq6foju: 1 matching files 2025/06/24 05:09:09 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-rohedag6qafo" 2025/06/24 05:09:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 05:09:09 DEBUG : Swift container rclone-test-rohedag6qafo.json: Auto set use_segments_container to true 2025/06/24 05:09:09 DEBUG : Swift container rclone-test-rohedag6qafo: Auto set use_segments_container to true 2025/06/24 05:09:09 DEBUG : Creating backend with remote "/tmp/rclone2491343033" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rohedag6qafo", Local "Local file system at /tmp/rclone2491343033", Modify Window "1ns" 2025/06/24 05:09:10 INFO : Swift container rclone-test-rohedag6qafo: Container "rclone-test-rohedag6qafo" created NFCx2 checkfile vs. both remote (without normalization) 2025/06/24 05:09:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/24 05:09:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-rohedag6qafo 2025/06/24 05:09:16 NOTICE: Compressed: TestCompressSwift:rclone-test-rohedag6qafo: 1 files missing 2025/06/24 05:09:16 NOTICE: 1 hashes missing 2025/06/24 05:09:16 NOTICE: Compressed: TestCompressSwift:rclone-test-rohedag6qafo: 2 differences found 2025/06/24 05:09:16 NOTICE: Compressed: TestCompressSwift:rclone-test-rohedag6qafo: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/06/24 05:09:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 05:09:17 NOTICE: Compressed: TestCompressSwift:rclone-test-rohedag6qafo: 0 differences found 2025/06/24 05:09:17 NOTICE: Compressed: TestCompressSwift:rclone-test-rohedag6qafo: 1 matching files 2025/06/24 05:09:17 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-cofogos4loza" 2025/06/24 05:09:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 05:09:17 DEBUG : Swift container rclone-test-cofogos4loza.json: Auto set use_segments_container to true 2025/06/24 05:09:17 DEBUG : Swift container rclone-test-cofogos4loza: Auto set use_segments_container to true 2025/06/24 05:09:17 DEBUG : Creating backend with remote "/tmp/rclone2056361464" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-cofogos4loza", Local "Local file system at /tmp/rclone2056361464", Modify Window "1ns" 2025/06/24 05:09:17 INFO : Swift container rclone-test-cofogos4loza: Container "rclone-test-cofogos4loza" created both checkfile vs. NFDx2 remote (without normalization) 2025/06/24 05:09:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/24 05:09:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-cofogos4loza 2025/06/24 05:09:24 NOTICE: Compressed: TestCompressSwift:rclone-test-cofogos4loza: 1 files missing 2025/06/24 05:09:24 NOTICE: 1 hashes missing 2025/06/24 05:09:24 NOTICE: Compressed: TestCompressSwift:rclone-test-cofogos4loza: 2 differences found 2025/06/24 05:09:24 NOTICE: Compressed: TestCompressSwift:rclone-test-cofogos4loza: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/06/24 05:09:24 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 05:09:24 NOTICE: Compressed: TestCompressSwift:rclone-test-cofogos4loza: 0 differences found 2025/06/24 05:09:24 NOTICE: Compressed: TestCompressSwift:rclone-test-cofogos4loza: 1 matching files 2025/06/24 05:09:24 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vimorec9qaso" 2025/06/24 05:09:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 05:09:24 DEBUG : Swift container rclone-test-vimorec9qaso.json: Auto set use_segments_container to true 2025/06/24 05:09:24 DEBUG : Swift container rclone-test-vimorec9qaso: Auto set use_segments_container to true 2025/06/24 05:09:24 DEBUG : Creating backend with remote "/tmp/rclone4190205079" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vimorec9qaso", Local "Local file system at /tmp/rclone4190205079", Modify Window "1ns" 2025/06/24 05:09:25 INFO : Swift container rclone-test-vimorec9qaso: Container "rclone-test-vimorec9qaso" created both checkfile vs. NFCx2 remote (without normalization) 2025/06/24 05:09:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/24 05:09:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-vimorec9qaso 2025/06/24 05:09:41 NOTICE: Compressed: TestCompressSwift:rclone-test-vimorec9qaso: 1 files missing 2025/06/24 05:09:41 NOTICE: 1 hashes missing 2025/06/24 05:09:41 NOTICE: Compressed: TestCompressSwift:rclone-test-vimorec9qaso: 2 differences found 2025/06/24 05:09:41 NOTICE: Compressed: TestCompressSwift:rclone-test-vimorec9qaso: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/06/24 05:09:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 05:09:51 NOTICE: Compressed: TestCompressSwift:rclone-test-vimorec9qaso: 0 differences found 2025/06/24 05:09:51 NOTICE: Compressed: TestCompressSwift:rclone-test-vimorec9qaso: 1 matching files 2025/06/24 05:09:51 DEBUG : Compressed: TestCompressSwift:rclone-test-vimorec9qaso: Purge remote 2025/06/24 05:09:51 DEBUG : Waiting for deletions to finish 2025/06/24 05:10:02 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/24 05:10:02 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/24 05:10:02 INFO : Swift container rclone-test-vimorec9qaso: Container "rclone-test-vimorec9qaso" removed 2025/06/24 05:10:02 DEBUG : Compressed: TestCompressSwift:rclone-test-cofogos4loza: Purge remote 2025/06/24 05:10:02 DEBUG : Waiting for deletions to finish 2025/06/24 05:10:02 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/24 05:10:03 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/24 05:10:03 INFO : Swift container rclone-test-cofogos4loza: Container "rclone-test-cofogos4loza" removed 2025/06/24 05:10:03 DEBUG : Compressed: TestCompressSwift:rclone-test-rohedag6qafo: Purge remote 2025/06/24 05:10:03 DEBUG : Waiting for deletions to finish 2025/06/24 05:10:03 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/24 05:10:03 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/24 05:10:03 INFO : Swift container rclone-test-rohedag6qafo: Container "rclone-test-rohedag6qafo" removed 2025/06/24 05:10:03 DEBUG : Compressed: TestCompressSwift:rclone-test-keromeq6foju: Purge remote 2025/06/24 05:10:03 DEBUG : Waiting for deletions to finish 2025/06/24 05:10:14 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/24 05:10:14 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/24 05:10:14 INFO : Swift container rclone-test-keromeq6foju: Container "rclone-test-keromeq6foju" removed 2025/06/24 05:10:14 DEBUG : Compressed: TestCompressSwift:rclone-test-xifiluk5fefi: Purge remote 2025/06/24 05:10:14 DEBUG : Waiting for deletions to finish 2025/06/24 05:10:14 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/06/24 05:10:19 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/06/24 05:10:19 INFO : Swift container rclone-test-xifiluk5fefi: Container "rclone-test-xifiluk5fefi" removed 2025/06/24 05:10:19 DEBUG : Compressed: TestCompressSwift:rclone-test-sayixed6gogo: Purge remote 2025/06/24 05:10:19 DEBUG : Waiting for deletions to finish 2025/06/24 05:10:20 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/06/24 05:10:20 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/06/24 05:10:20 INFO : Swift container rclone-test-sayixed6gogo: Container "rclone-test-sayixed6gogo" removed 2025/06/24 05:10:20 DEBUG : Compressed: TestCompressSwift:rclone-test-simisej2modu: Purge remote 2025/06/24 05:10:20 DEBUG : Waiting for deletions to finish 2025/06/24 05:10:25 INFO : HELLO, WORLD!.json: Deleted 2025/06/24 05:10:30 INFO : HELLO, WORLD!.bin: Deleted 2025/06/24 05:10:31 INFO : Swift container rclone-test-simisej2modu: Container "rclone-test-simisej2modu" removed 2025/06/24 05:10:31 DEBUG : Compressed: TestCompressSwift:rclone-test-wikebat3yume: Purge remote 2025/06/24 05:10:31 DEBUG : Waiting for deletions to finish 2025/06/24 05:10:31 INFO : HeLlO, wOrLd!.bin: Deleted 2025/06/24 05:10:31 INFO : HeLlO, wOrLd!.json: Deleted 2025/06/24 05:10:31 INFO : Swift container rclone-test-wikebat3yume: Container "rclone-test-wikebat3yume" removed 2025/06/24 05:10:31 DEBUG : Compressed: TestCompressSwift:rclone-test-sepuyeh9goya: Purge remote 2025/06/24 05:10:31 DEBUG : Waiting for deletions to finish 2025/06/24 05:10:36 INFO : HELLO, WORLD!.bin: Deleted 2025/06/24 05:10:36 INFO : HELLO, WORLD!.json: Deleted 2025/06/24 05:10:37 INFO : Swift container rclone-test-sepuyeh9goya: Container "rclone-test-sepuyeh9goya" removed 2025/06/24 05:10:37 DEBUG : Compressed: TestCompressSwift:rclone-test-pemanuw2kuwu: Purge remote 2025/06/24 05:10:37 DEBUG : Waiting for deletions to finish 2025/06/24 05:10:37 INFO : hello, world!.json: Deleted 2025/06/24 05:10:42 INFO : hello, world!.bin: Deleted 2025/06/24 05:10:42 INFO : Swift container rclone-test-pemanuw2kuwu: Container "rclone-test-pemanuw2kuwu" removed --- PASS: TestApplyTransforms (186.69s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" 2025/06/24 05:10:48 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/24 05:10:58 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/24 05:10:58 INFO : file1: Copied (new) to: sub/file2 2025/06/24 05:11:04 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/24 05:11:04 DEBUG : file1: Unchanged skipping 2025/06/24 05:11:04 DEBUG : Compressed: TestCompressSwift:rclone-test-pacosom0dipi: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (32.39s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.20s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" 2025/06/24 05:11:36 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-pacosom0dipi/backup" 2025/06/24 05:11:36 DEBUG : Swift container rclone-test-pacosom0dipi path backup.json: Auto set use_segments_container to true 2025/06/24 05:11:42 DEBUG : Swift container rclone-test-pacosom0dipi path backup: Auto set use_segments_container to true 2025/06/24 05:11:47 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/06/24 05:12:08 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/06/24 05:12:08 INFO : dst/file1: Copied (server-side copy) 2025/06/24 05:12:18 INFO : dst/file1: Deleted 2025/06/24 05:12:34 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/24 05:12:34 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (105.10s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" 2025/06/24 05:13:00 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-pacosom0dipi/dst" 2025/06/24 05:13:00 DEBUG : Swift container rclone-test-pacosom0dipi path dst.json: Auto set use_segments_container to true 2025/06/24 05:13:06 DEBUG : Swift container rclone-test-pacosom0dipi path dst: Auto set use_segments_container to true 2025/06/24 05:13:19 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-pacosom0dipi/CompareDest" 2025/06/24 05:13:20 DEBUG : Swift container rclone-test-pacosom0dipi path CompareDest.json: Auto set use_segments_container to true 2025/06/24 05:13:25 DEBUG : Swift container rclone-test-pacosom0dipi path CompareDest: Auto set use_segments_container to true 2025/06/24 05:13:31 DEBUG : one: Need to transfer - File not found at Destination 2025/06/24 05:13:51 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/24 05:13:51 INFO : one: Copied (new) 2025/06/24 05:14:12 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/24 05:14:28 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/24 05:14:28 INFO : one: Copied (replaced existing) 2025/06/24 05:15:15 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/24 05:15:25 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/24 05:15:25 DEBUG : one: Destination found in --compare-dest, skipping 2025/06/24 05:16:07 DEBUG : two: Need to transfer - File not found at Destination 2025/06/24 05:16:12 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/24 05:16:12 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/24 05:16:28 DEBUG : two: Need to transfer - File not found at Destination 2025/06/24 05:16:33 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/24 05:16:33 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/24 05:17:04 DEBUG : two: Need to transfer - File not found at Destination 2025/06/24 05:17:04 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/06/24 05:17:15 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/06/24 05:17:15 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (307.09s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" 2025/06/24 05:18:07 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-pacosom0dipi/dst" 2025/06/24 05:18:07 DEBUG : Swift container rclone-test-pacosom0dipi path dst.json: Auto set use_segments_container to true 2025/06/24 05:18:13 DEBUG : Swift container rclone-test-pacosom0dipi path dst: Auto set use_segments_container to true 2025/06/24 05:18:23 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-pacosom0dipi/CopyDest" 2025/06/24 05:18:23 DEBUG : Swift container rclone-test-pacosom0dipi path CopyDest.json: Auto set use_segments_container to true 2025/06/24 05:18:29 DEBUG : Swift container rclone-test-pacosom0dipi path CopyDest: Auto set use_segments_container to true 2025/06/24 05:18:34 DEBUG : one: Need to transfer - File not found at Destination 2025/06/24 05:18:55 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/24 05:18:55 INFO : one: Copied (new) 2025/06/24 05:19:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/24 05:19:26 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/24 05:19:26 INFO : one: Copied (replaced existing) 2025/06/24 05:19:59 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-pacosom0dipi/BackupDir" 2025/06/24 05:19:59 DEBUG : Swift container rclone-test-pacosom0dipi path BackupDir.json: Auto set use_segments_container to true 2025/06/24 05:20:05 DEBUG : Swift container rclone-test-pacosom0dipi path BackupDir: Auto set use_segments_container to true 2025/06/24 05:20:10 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/24 05:20:10 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/24 05:20:10 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/24 05:20:31 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/24 05:20:31 INFO : one: Copied (server-side copy) 2025/06/24 05:20:42 INFO : one: Deleted 2025/06/24 05:21:12 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/24 05:21:12 INFO : one: Copied (server-side copy) 2025/06/24 05:21:12 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/06/24 05:21:50 DEBUG : two: Need to transfer - File not found at Destination 2025/06/24 05:21:55 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/24 05:22:21 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/06/24 05:22:21 INFO : two: Copied (server-side copy) 2025/06/24 05:22:21 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/06/24 05:22:31 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/24 05:22:31 DEBUG : two: Unchanged skipping 2025/06/24 05:23:04 DEBUG : three: Need to transfer - File not found at Destination 2025/06/24 05:23:04 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/06/24 05:23:04 DEBUG : three: Destination not found in --copy-dest 2025/06/24 05:23:15 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/06/24 05:23:15 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (396.83s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.17s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.15s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" 2025/06/24 05:24:49 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/06/24 05:25:01 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/24 05:25:01 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/06/24 05:25:06 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/06/24 05:25:12 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/06/24 05:25:12 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy5.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-pacosom0dipi/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/06/24 05:25:27 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/06/24 05:25:33 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/06/24 05:25:43 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 829aac2059209b4ae84a3e430e32c047 OK 2025/06/24 05:25:43 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (75.17s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.16s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.18s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.20s) === RUN TestDeduplicateFirst run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", 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-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", 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-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" 2025/06/24 05:26:49 INFO : Compressed: TestCompressSwift:rclone-test-pacosom0dipi: Looking for duplicate md5 hashes using newest mode. 2025/06/24 05:26:50 NOTICE: 061a65efd87569c752a63b18d56ec3eb: Found 3 files with duplicate md5 hashes 2025/06/24 05:26:55 INFO : one: Deleted 2025/06/24 05:27:01 INFO : also/one: Deleted 2025/06/24 05:27:01 NOTICE: 061a65efd87569c752a63b18d56ec3eb: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (71.33s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.34s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.10s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.09s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.19s) === RUN TestMergeDirs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", 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-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" 2025/06/24 05:29:11 DEBUG : a.txt: Excluded (Size Filter) 2025/06/24 05:29:11 DEBUG : a.txt: Excluded 2025/06/24 05:29:11 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/24 05:29:11 DEBUG : sub dir/hello world: Excluded 2025/06/24 05:29:11 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/24 05:29:11 DEBUG : sub dir/hello world2: Excluded 2025/06/24 05:29:11 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/24 05:29:11 DEBUG : sub dir/hello world: Excluded 2025/06/24 05:29:11 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/24 05:29:11 DEBUG : sub dir/hello world2: Excluded 2025/06/24 05:29:11 DEBUG : sub dir/ignore dir: Excluded 2025/06/24 05:29:17 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (203.18s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" 2025/06/24 05:32:54 DEBUG : a.txt: Excluded (Size Filter) 2025/06/24 05:32:54 DEBUG : a.txt: Excluded 2025/06/24 05:32:54 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/24 05:32:54 DEBUG : sub dir/hello world: Excluded 2025/06/24 05:32:54 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/24 05:32:54 DEBUG : sub dir/hello world2: Excluded 2025/06/24 05:32:54 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/24 05:32:54 DEBUG : sub dir/hello world: Excluded 2025/06/24 05:32:54 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/24 05:32:54 DEBUG : sub dir/hello world2: Excluded 2025/06/24 05:32:54 DEBUG : sub dir/ignore dir: Excluded 2025/06/24 05:32:59 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (216.23s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", 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 (84.57s) --- PASS: TestListJSON/Default (5.20s) --- PASS: TestListJSON/FilesOnly (5.20s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (0.39s) --- PASS: TestListJSON/SubDir (0.18s) --- PASS: TestListJSON/NoModTime (10.17s) --- PASS: TestListJSON/NoMimeType (0.10s) --- PASS: TestListJSON/ShowHash (5.20s) --- PASS: TestListJSON/HashTypes (0.18s) --- PASS: TestListJSON/Metadata (10.19s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", 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/06/24 05:36:49 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-pacosom0dipi/notfound" 2025/06/24 05:36:49 DEBUG : Config file has changed externally - reloading 2025/06/24 05:36:50 DEBUG : Swift container rclone-test-pacosom0dipi path notfound.json: Auto set use_segments_container to true 2025/06/24 05:37:00 DEBUG : Config file has changed externally - reloading 2025/06/24 05:37:00 DEBUG : Swift container rclone-test-pacosom0dipi path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (99.74s) --- PASS: TestStatJSON/Root (0.05s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.10s) --- PASS: TestStatJSON/Dir (5.27s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.10s) --- PASS: TestStatJSON/File (10.14s) --- PASS: TestStatJSON/NotFound (10.14s) --- PASS: TestStatJSON/DirFilesOnly (5.05s) --- PASS: TestStatJSON/FileFilesOnly (5.16s) --- PASS: TestStatJSON/NotFoundFilesOnly (10.05s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.10s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (16.15s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" 2025/06/24 05:37:16 INFO : Compressed: TestCompressSwift:rclone-test-pacosom0dipi: Making directory 2025/06/24 05:37:17 INFO : Compressed: TestCompressSwift:rclone-test-pacosom0dipi: Making directory --- PASS: TestMkdir (0.24s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" --- PASS: TestLsd (41.19s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" --- PASS: TestLs (45.35s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" 2025/06/24 05:39:10 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/06/24 05:39:10 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (52.59s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" --- PASS: TestLsLong (52.71s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (67.85s) --- PASS: TestHashSums/Md5 (5.32s) --- PASS: TestHashSums/Md5Download (10.24s) === RUN TestHashSumsWithErrors 2025/06/24 05:41:36 DEBUG : Creating backend with remote ":memory:" 2025/06/24 05:41:36 DEBUG : Config file has changed externally - reloading 2025/06/24 05:41:36 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/06/24 05:41:36 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/24 05:41:36 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/24 05:41:36 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/24 05:41:36 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/24 05:41:36 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/24 05:41:36 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/24 05:41:36 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/06/24 05:41:36 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-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" --- PASS: TestCount (48.94s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" 2025/06/24 05:43:19 DEBUG : Waiting for deletions to finish 2025/06/24 05:43:19 DEBUG : large: Excluded (Size Filter) 2025/06/24 05:43:29 INFO : medium: Deleted 2025/06/24 05:43:29 INFO : small: Deleted --- PASS: TestDelete (69.68s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" 2025/06/24 05:44:17 DEBUG : Waiting for deletions to finish 2025/06/24 05:44:17 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/06/24 05:44:22 INFO : large: Deleted 2025/06/24 05:44:22 INFO : small: Deleted --- PASS: TestMaxDelete (53.22s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" 2025/06/24 05:45:10 DEBUG : Waiting for deletions to finish 2025/06/24 05:45:10 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/06/24 05:45:15 INFO : medium: Deleted 2025/06/24 05:45:20 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (58.24s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" 2025/06/24 05:46:04 DEBUG : Waiting for deletions to finish 2025/06/24 05:46:04 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/06/24 05:46:09 INFO : medium: Deleted 2025/06/24 05:46:09 INFO : large: Deleted --- PASS: TestMaxDeleteSize (48.48s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" --- PASS: TestReadFile (41.95s) === RUN TestRetry 2025/06/24 05:46:57 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/06/24 05:46:57 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/06/24 05:46:57 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/24 05:46:57 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/24 05:46:57 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/24 05:46:57 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/24 05:46:57 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-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" --- PASS: TestCat (79.39s) === RUN TestPurge 2025/06/24 05:48:16 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hacivof0hava" 2025/06/24 05:48:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 05:48:17 DEBUG : Swift container rclone-test-hacivof0hava.json: Auto set use_segments_container to true 2025/06/24 05:48:17 DEBUG : Swift container rclone-test-hacivof0hava: Auto set use_segments_container to true 2025/06/24 05:48:17 DEBUG : Creating backend with remote "/tmp/rclone2932977903" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hacivof0hava", Local "Local file system at /tmp/rclone2932977903", Modify Window "1ns" 2025/06/24 05:48:17 INFO : Swift container rclone-test-hacivof0hava: Container "rclone-test-hacivof0hava" created 2025/06/24 05:48:28 INFO : A2: Making directory 2025/06/24 05:48:28 INFO : A1/B2: Making directory 2025/06/24 05:48:28 INFO : A1/B2/C2: Making directory 2025/06/24 05:48:28 INFO : A1/B1/C3: Making directory 2025/06/24 05:48:28 INFO : A3: Making directory 2025/06/24 05:48:28 INFO : A3/B3: Making directory 2025/06/24 05:48:28 INFO : A3/B3/C4: Making directory fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A1/B1/C3" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" fstest.go:247: Filtering empty directory "A3/B3/C4" 2025/06/24 05:48:45 DEBUG : Waiting for deletions to finish 2025/06/24 05:48:46 INFO : A1/B1/C1/one.bin: Deleted 2025/06/24 05:48:51 INFO : A1/B1/C1/one.json: Deleted fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" fstest.go:247: Filtering empty directory "A3/B3/C4" 2025/06/24 05:48:51 DEBUG : Waiting for deletions to finish 2025/06/24 05:48:51 INFO : A1/two.bin: Deleted 2025/06/24 05:48:52 INFO : A1/two.json: Deleted 2025/06/24 05:48:52 INFO : Swift container rclone-test-hacivof0hava: Container "rclone-test-hacivof0hava" removed 2025/06/24 05:48:52 DEBUG : Compressed: TestCompressSwift:rclone-test-hacivof0hava: Purge remote 2025/06/24 05:48:52 DEBUG : Waiting for deletions to finish 2025/06/24 05:48:52 NOTICE: purge failed: directory not found --- PASS: TestPurge (35.57s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" 2025/06/24 05:49:08 INFO : A2: Making directory 2025/06/24 05:49:08 INFO : A1/B2: Making directory 2025/06/24 05:49:08 INFO : A1/B2/C2: Making directory 2025/06/24 05:49:08 INFO : A1/B1/C3: Making directory 2025/06/24 05:49:08 INFO : A3: Making directory 2025/06/24 05:49:08 INFO : A3/B3: Making directory 2025/06/24 05:49:08 INFO : A3/B3/C4: Making directory fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A1/B1/C3" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" fstest.go:247: Filtering empty directory "A3/B3/C4" 2025/06/24 05:49:25 DEBUG : removing 1 level 3 directories 2025/06/24 05:49:25 INFO : A3/B3/C4: Removing directory fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A1/B1/C3" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" 2025/06/24 05:50:02 DEBUG : removing 1 level 0 directories 2025/06/24 05:50:02 INFO : Compressed: TestCompressSwift:rclone-test-pacosom0dipi: Removing directory 2025/06/24 05:50:02 INFO : Swift container rclone-test-pacosom0dipi: Container "rclone-test-pacosom0dipi" removed --- PASS: TestRmdirsNoLeaveRoot (70.62s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" 2025/06/24 05:50:03 INFO : Swift container rclone-test-pacosom0dipi: Container "rclone-test-pacosom0dipi" created 2025/06/24 05:50:03 INFO : A1: Making directory 2025/06/24 05:50:03 INFO : A1/B1: Making directory 2025/06/24 05:50:03 INFO : A1/B1/C1: Making directory fstest.go:247: Filtering empty directory "A1" fstest.go:247: Filtering empty directory "A1/B1" fstest.go:247: Filtering empty directory "A1/B1/C1" fstest.go:247: Filtering empty directory "A1" --- PASS: TestRmdirsLeaveRoot (0.53s) === RUN TestRmdirsWithFilter run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" 2025/06/24 05:50:03 INFO : A1: Making directory 2025/06/24 05:50:03 INFO : A1/B1: Making directory 2025/06/24 05:50:03 INFO : A1/B1/C1: Making directory fstest.go:247: Filtering empty directory "A1" fstest.go:247: Filtering empty directory "A1/B1" fstest.go:247: Filtering empty directory "A1/B1/C1" fstest.go:247: Filtering empty directory "A1" --- PASS: TestRmdirsWithFilter (0.24s) === RUN TestCopyURL run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-pacosom0dipi", Local "Local file system at /tmp/rclone1230817188", Modify Window "1ns" 2025/06/24 05:50:19 DEBUG : filename.txt: File name found in url panic: test timed out after 1h0m0s running tests: TestCopyURL (20s) goroutine 8527 [running]: testing.(*M).startAlarm.func1() /usr/local/go/src/testing/testing.go:2484 +0x394 created by time.goFunc /usr/local/go/src/time/sleep.go:215 +0x2d goroutine 1 [chan receive]: testing.(*T).Run(0xc000215dc0, {0x26a2e54?, 0xc00066fad8?}, 0x27d5400) /usr/local/go/src/testing/testing.go:1859 +0x431 testing.runTests.func1(0xc000215dc0) /usr/local/go/src/testing/testing.go:2279 +0x37 testing.tRunner(0xc000215dc0, 0xc00066fc18) /usr/local/go/src/testing/testing.go:1792 +0xf4 testing.runTests(0xc000159488, {0x3e9b120, 0x6d, 0x6d}, {0xedfec258f?, 0x3eb1120?, 0x3eb1120?}) /usr/local/go/src/testing/testing.go:2277 +0x4b4 testing.(*M).Run(0xc0005a5360) /usr/local/go/src/testing/testing.go:2142 +0x64a github.com/rclone/rclone/fstest.TestMain(0xc0005a5360) /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 35 [syscall, 60 minutes]: os/signal.signal_recv() /usr/local/go/src/runtime/sigqueue.go:152 +0x29 os/signal.loop() /usr/local/go/src/os/signal/signal_unix.go:23 +0x13 created by os/signal.Notify.func1.1 in goroutine 1 /usr/local/go/src/os/signal/signal.go:152 +0x1f goroutine 36 [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 1178 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1136 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 8392 [chan receive, 2 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 8391 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8825 [IO wait]: internal/poll.runtime_pollWait(0x7b9a449c87f0, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc000132d00?, 0xc000b4a000?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc000132d00, {0xc000b4a000, 0x1000, 0x1000}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc000132d00, {0xc000b4a000?, 0xc0006d1ad0?, 0x4c6a65?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc000136358, {0xc000b4a000?, 0x0?, 0x0?}) /usr/local/go/src/net/net.go:194 +0x45 net/http.(*connReader).Read(0xc0002e66c0, {0xc000b4a000, 0x1000, 0x1000}) /usr/local/go/src/net/http/server.go:798 +0x159 bufio.(*Reader).fill(0xc0007a9d40) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc0007a9d40, 0x4) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*conn).serve(0xc000804f30, {0x2b09ae8, 0xc000612a20}) /usr/local/go/src/net/http/server.go:2137 +0x785 created by net/http.(*Server).Serve in goroutine 8778 /usr/local/go/src/net/http/server.go:3454 +0x485 goroutine 658 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 648 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 837 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 811 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 929 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 919 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 293 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 267 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 481 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 471 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 175 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 165 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3233 [chan receive, 42 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2834 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1441 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1431 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 337 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 327 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1342 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1332 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 221 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 211 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 2901 [chan receive, 44 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 2834 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3350 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2834 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 432 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 422 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 8799 [select]: net/http.(*persistConn).roundTrip(0xc0008a25a0, 0xc0007cddb0) /usr/local/go/src/net/http/transport.go:2826 +0x785 net/http.(*Transport).roundTrip(0xc0003a6340, 0xc00096a140) /usr/local/go/src/net/http/transport.go:696 +0xb9a net/http.(*Transport).RoundTrip(...) /usr/local/go/src/net/http/roundtrip.go:30 github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0xc0004341c0, 0xc00096a140) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc00096a140, {0x2ae28a0, 0xc0004341c0}, {0x1?, 0xa?, 0x0?}) /usr/local/go/src/net/http/client.go:259 +0x5e2 net/http.(*Client).send(0xc0003de210, 0xc00096a140, {0x412c3e?, 0x482592?, 0x0?}) /usr/local/go/src/net/http/client.go:180 +0x91 net/http.(*Client).do(0xc0003de210, 0xc00096a140) /usr/local/go/src/net/http/client.go:728 +0x989 net/http.(*Client).Do(...) /usr/local/go/src/net/http/client.go:587 github.com/ncw/swift/v2.(*Connection).doTimeoutRequest.func1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:421 +0x2b created by github.com/ncw/swift/v2.(*Connection).doTimeoutRequest in goroutine 8788 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:420 +0xb8 goroutine 1405 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1395 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 2939 [chan receive, 44 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 2834 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 533 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 523 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1223 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1213 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1042 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1032 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 790 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 764 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 611 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 586 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3443 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2834 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 730 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 720 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1269 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1163 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3145 [chan receive, 42 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2834 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3607 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2834 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1005 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 995 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1482 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1424 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 2835 [chan receive, 44 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 2834 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8506 [IO wait]: internal/poll.runtime_pollWait(0x7b9a449c8278, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc000398800?, 0xc0009f2000?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc000398800, {0xc0009f2000, 0x1980, 0x1980}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc000398800, {0xc0009f2000?, 0x1973?, 0xc00039fc80?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc000a6c460, {0xc0009f2000?, 0xc00014bdd0?, 0xd?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000963e30, {0xc0009f2000?, 0x7b9a3d633328?, 0x7b9a8be76a78?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc0006c4138, {0xc0009f2000?, 0x1973?, 0xc0006cf9c8?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc00014beb8, {0x2ae3100, 0xc0006c4138}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc00014bc08, {0x7b9a3e7c52d8, 0xc000963e30}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc00014bc08, 0x0) /usr/local/go/src/crypto/tls/conn.go:629 +0x3cf crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:591 crypto/tls.(*Conn).Read(0xc00014bc08, {0xc001396000, 0x1000, 0xc0002efaa0?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc0008a25a0, {0xc001396000?, 0x7f3f65?, 0x2ae12a0?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc0009f0de0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc0009f0de0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc0008a25a0) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 8499 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 3074 [chan receive, 42 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2834 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3530 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2834 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8788 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0006e21e0, 0xc00042cb60, 0xc00096a140) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:425 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0006e21e0, {0x2b09ae8, 0xc001f99bc0}, {0xc0001443c0, 0x4f}, {{0xc0009a4ea0, 0x18}, {0xc0009a4eb9, 0x11}, {0x268db6a, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:777 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc0006e21e0, {0x2b09ae8, 0xc001f99bc0}, {{0xc0009a4ea0, 0x18}, {0xc0009a4eb9, 0x11}, {0x268db6a, 0x4}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:847 +0x151 github.com/ncw/swift/v2.(*Connection).objectBase(0x0?, {0x2b09ae8?, 0xc001f99bc0?}, {0xc0009a4ea0?, 0xc0006cd1d0?}, {0xc0009a4eb9, 0x11}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:2143 +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.4/swift.go:2132 +0x85 github.com/ncw/swift/v2.withLORetry(0x0, 0xc0006cd588) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/largeobjects.go:303 +0x9f github.com/ncw/swift/v2.(*Connection).Object(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:2131 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, 0xc0000b2008?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc00054c120, 0xc000721d40, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc00054c120, 0xc000721d40) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x93 github.com/rclone/rclone/backend/swift.(*Object).readMetaData(0xc000721ce0, {0x2b09ae8, 0xc001f99bc0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1333 +0x165 github.com/rclone/rclone/backend/swift.(*Fs).newObjectWithInfo(0xc000215880, {0x2b09ae8, 0xc001f99bc0}, {0xc0006f4df8, 0x11}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:666 +0x251 github.com/rclone/rclone/backend/swift.(*Fs).NewObject(0xc0000b2008?, {0x2b09ae8?, 0xc001f99bc0?}, {0xc0006f4df8?, 0x30?}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:677 +0x25 github.com/rclone/rclone/backend/compress.(*Fs).NewObject(0xc0001fb480, {0x2b09ae8, 0xc001f99bc0}, {0xc0009a4e27, 0xc}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:422 +0x70 github.com/rclone/rclone/backend/compress.(*Fs).Put(0xc0001fb480, {0x2b09ae8, 0xc001f99bc0}, {0x2ae1400, 0xc000b3a300}, {0x2b14b10, 0xc00042c9a0}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:751 +0x7e github.com/rclone/rclone/fs/operations.RcatSize({0x2b09ae8, 0xc001f99bc0}, {0x2b1ed40, 0xc0001fb480}, {0xc0009a4e27, 0xc}, {0x2af5af8, 0xc0002d1440}, 0xe, {0xc20ead06e01188fc, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1812 +0x563 github.com/rclone/rclone/fs/operations.CopyURL.func1({0x2b09ae8?, 0xc001f99bc0?}, {0xc0009a4e27?, 0x0?}, {0x2af5af8?, 0xc0002d1440?}, 0x30?, {0xc20ead06e01188fc, 0x34562b37902, 0x3eb1120}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1878 +0x146 github.com/rclone/rclone/fs/operations.copyURLFn({0x2b09ae8, 0xc001f99bc0}, {0x0, 0x0}, {0xc0009a4e10, 0x23}, 0x1, 0x0, 0xc0006cdcb0) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1866 +0x5d9 github.com/rclone/rclone/fs/operations.CopyURL({0x2b09ae8?, 0xc001f99bc0?}, {0x2b1ed40?, 0xc0001fb480?}, {0x0?, 0x0?}, {0xc0009a4e10?, 0xc0003a0480?}, 0x1?, 0x0, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1871 +0xa8 github.com/rclone/rclone/fs/operations_test.TestCopyURL(0xc001588fc0) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:855 +0x606 testing.tRunner(0xc001588fc0, 0x27d5400) /usr/local/go/src/testing/testing.go:1792 +0xf4 created by testing.(*T).Run in goroutine 1 /usr/local/go/src/testing/testing.go:1851 +0x413 goroutine 8507 [select]: net/http.(*persistConn).writeLoop(0xc0008a25a0) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 8499 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 8795 [select]: net/http.(*persistConn).readLoop(0xc0001285a0) /usr/local/go/src/net/http/transport.go:2395 +0xc5f created by net/http.(*Transport).dialConn in goroutine 8793 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 8791 [IO wait]: internal/poll.runtime_pollWait(0x7b9a449c8048, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc0001fbc80?, 0xc000961000?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc0001fbc80, {0xc000961000, 0x1000, 0x1000}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc0001fbc80, {0xc000961000?, 0xc000673ad0?, 0x4c6a65?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc00008a900, {0xc000961000?, 0x0?, 0x0?}) /usr/local/go/src/net/net.go:194 +0x45 net/http.(*connReader).Read(0xc000612f00, {0xc000961000, 0x1000, 0x1000}) /usr/local/go/src/net/http/server.go:798 +0x159 bufio.(*Reader).fill(0xc000721c20) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc000721c20, 0x4) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*conn).serve(0xc00047b560, {0x2b09ae8, 0xc000612a20}) /usr/local/go/src/net/http/server.go:2137 +0x785 created by net/http.(*Server).Serve in goroutine 8778 /usr/local/go/src/net/http/server.go:3454 +0x485 goroutine 8782 [select]: net/http.(*persistConn).writeLoop(0xc00081e000) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 8779 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 8797 [select]: github.com/rclone/rclone/fs/accounting.(*Account).averageLoop(0xc000b3a300) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:221 +0xed created by github.com/rclone/rclone/fs/accounting.newAccountSizeName in goroutine 8788 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:119 +0x436 goroutine 8796 [select]: net/http.(*persistConn).writeLoop(0xc0001285a0) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 8793 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 8778 [IO wait]: internal/poll.runtime_pollWait(0x7b9a449c84a8, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc000398f80?, 0x900000036?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Accept(0xc000398f80) /usr/local/go/src/internal/poll/fd_unix.go:620 +0x295 net.(*netFD).accept(0xc000398f80) /usr/local/go/src/net/fd_unix.go:172 +0x29 net.(*TCPListener).accept(0xc0009eae00) /usr/local/go/src/net/tcpsock_posix.go:159 +0x1b net.(*TCPListener).Accept(0xc0009eae00) /usr/local/go/src/net/tcpsock.go:380 +0x30 net/http.(*Server).Serve(0xc0001fc000, {0x2b03b68, 0xc0009eae00}) /usr/local/go/src/net/http/server.go:3424 +0x30c net/http/httptest.(*Server).goServe.func1() /usr/local/go/src/net/http/httptest/server.go:311 +0x55 created by net/http/httptest.(*Server).goServe in goroutine 8788 /usr/local/go/src/net/http/httptest/server.go:309 +0x65 goroutine 8781 [IO wait]: internal/poll.runtime_pollWait(0x7b9a449c85c0, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc000399000?, 0xc0013fc000?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc000399000, {0xc0013fc000, 0x1000, 0x1000}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc000399000, {0xc0013fc000?, 0x2af4df0?, 0xc00074fc20?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc000a6c270, {0xc0013fc000?, 0x4091b4?, 0xc000097cc0?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000383c08, {0xc0013fc000?, 0x408faf?, 0xc00049b410?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 net/http.(*persistConn).Read(0xc00081e000, {0xc0013fc000?, 0x7f3f65?, 0x2ae12a0?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc0009f0ea0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc0009f0ea0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc00081e000) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 8779 /usr/local/go/src/net/http/transport.go:1944 +0x174f "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m0.765486223s (try 4/5): exit status 2: Failed []