"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 1/5) 2025/07/05 01:10:45 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-covoyew5nofu" 2025/07/05 01:10:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/05 01:10:46 DEBUG : Swift container rclone-test-covoyew5nofu.json: Auto set use_segments_container to true 2025/07/05 01:10:46 DEBUG : Swift container rclone-test-covoyew5nofu: Auto set use_segments_container to true 2025/07/05 01:10:46 DEBUG : Creating backend with remote "/tmp/rclone2897538283" === 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-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.23s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.06s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/07/05 01:10:46 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/05 01:10:46 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/05 01:10:46 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/07/05 01:10:46 DEBUG : potato: Seek from 10 to 0 2025/07/05 01:10:46 DEBUG : potato: Seek from 10 to 0 2025/07/05 01:10:46 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/07/05 01:10:46 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/05 01:10:46 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/05 01:10:46 DEBUG : potato: Seek from 5 to 2 2025/07/05 01:10:46 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/07/05 01:10:46 DEBUG : potato: Seek from 7 to 0 2025/07/05 01:10:46 DEBUG : potato: Seek from 7 to 0 2025/07/05 01:10:46 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/07/05 01:10:46 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/05 01:10:46 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/05 01:10:46 DEBUG : potato: Seek from 5 to 2 2025/07/05 01:10:46 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/07/05 01:10:46 DEBUG : potato: Seek from 8 to 0 2025/07/05 01:10:46 DEBUG : potato: Seek from 8 to 0 2025/07/05 01:10:46 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/07/05 01:10:46 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/05 01:10:46 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/05 01:10:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/05 01:10:46 DEBUG : potato: Seek from 5 to 2 2025/07/05 01:10:46 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/07/05 01:10:46 DEBUG : potato: Seek from 9 to 0 2025/07/05 01:10:46 DEBUG : potato: Seek from 9 to 0 2025/07/05 01:10:46 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-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", Modify Window "1ns" 2025/07/05 01:10:47 INFO : Swift container rclone-test-covoyew5nofu: Container "rclone-test-covoyew5nofu" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (183.44s) --- PASS: TestCheck/1 (10.19s) --- PASS: TestCheck/2 (5.15s) --- PASS: TestCheck/3 (5.15s) --- PASS: TestCheck/4 (5.19s) --- PASS: TestCheck/5 (0.15s) --- PASS: TestCheck/6 (5.16s) --- PASS: TestCheck/7 (5.15s) === RUN TestCheckFsError 2025/07/05 01:13:50 DEBUG : Creating backend with remote "nonexistent" 2025/07/05 01:13:50 DEBUG : Creating backend with remote "nonexistent" 2025/07/05 01:13:50 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/07/05 01:13:50 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/07/05 01:13:50 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/07/05 01:13:50 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-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", Modify Window "1ns" === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 === RUN TestCheckDownload/3 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (156.16s) --- PASS: TestCheckDownload/1 (10.22s) --- PASS: TestCheckDownload/2 (0.34s) --- PASS: TestCheckDownload/3 (0.21s) --- PASS: TestCheckDownload/4 (5.19s) --- PASS: TestCheckDownload/5 (5.29s) --- PASS: TestCheckDownload/6 (5.21s) --- PASS: TestCheckDownload/7 (5.22s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", 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 (135.26s) --- PASS: TestCheckSizeOnly/1 (0.31s) --- PASS: TestCheckSizeOnly/2 (0.07s) --- PASS: TestCheckSizeOnly/3 (0.05s) --- PASS: TestCheckSizeOnly/4 (0.05s) --- PASS: TestCheckSizeOnly/5 (0.09s) --- PASS: TestCheckSizeOnly/6 (0.05s) --- PASS: TestCheckSizeOnly/7 (0.10s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", Modify Window "1ns" 2025/07/05 01:18:57 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/05 01:18:57 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/05 01:18:57 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/05 01:18:57 NOTICE: test.sum: 2 warning(s) suppressed... 2025/07/05 01:19:13 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/05 01:19:13 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/05 01:19:13 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/05 01:19:13 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (42.11s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", Modify Window "1ns" 2025/07/05 01:19:23 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-covoyew5nofu/data" 2025/07/05 01:19:23 DEBUG : Config file has changed externally - reloading 2025/07/05 01:19:24 DEBUG : Swift container rclone-test-covoyew5nofu path data.json: Auto set use_segments_container to true 2025/07/05 01:19:30 DEBUG : Swift container rclone-test-covoyew5nofu 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 (332.26s) --- PASS: TestCheckSum/subtest1 (10.37s) --- PASS: TestCheckSum/subtest2 (10.43s) --- PASS: TestCheckSum/subtest3 (5.46s) --- PASS: TestCheckSum/subtest4 (10.75s) --- PASS: TestCheckSum/subtest5 (5.47s) --- PASS: TestCheckSum/subtest6 (5.43s) --- PASS: TestCheckSum/subtest7 (10.45s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", Modify Window "1ns" 2025/07/05 01:24:56 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-covoyew5nofu/data" 2025/07/05 01:24:56 DEBUG : Config file has changed externally - reloading 2025/07/05 01:24:56 DEBUG : Swift container rclone-test-covoyew5nofu path data.json: Auto set use_segments_container to true 2025/07/05 01:25:02 DEBUG : Swift container rclone-test-covoyew5nofu 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 (359.01s) --- PASS: TestCheckSumDownload/subtest1 (15.44s) --- PASS: TestCheckSumDownload/subtest2 (15.46s) --- PASS: TestCheckSumDownload/subtest3 (5.40s) --- PASS: TestCheckSumDownload/subtest4 (10.42s) --- PASS: TestCheckSumDownload/subtest5 (10.42s) --- PASS: TestCheckSumDownload/subtest6 (15.42s) --- PASS: TestCheckSumDownload/subtest7 (0.48s) === RUN TestApplyTransforms 2025/07/05 01:30:55 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-zasoxay7yugi" 2025/07/05 01:30:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/05 01:30:55 DEBUG : Swift container rclone-test-zasoxay7yugi.json: Auto set use_segments_container to true 2025/07/05 01:30:55 DEBUG : Swift container rclone-test-zasoxay7yugi: Auto set use_segments_container to true 2025/07/05 01:30:55 DEBUG : Creating backend with remote "/tmp/rclone292644473" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-zasoxay7yugi", Local "Local file system at /tmp/rclone292644473", Modify Window "1ns" 2025/07/05 01:30:56 INFO : Swift container rclone-test-zasoxay7yugi: Container "rclone-test-zasoxay7yugi" created upper checkfile vs. lower remote (without normalization) 2025/07/05 01:31:03 ERROR : hello, world!: sum not found 2025/07/05 01:31:03 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-zasoxay7yugi 2025/07/05 01:31:03 NOTICE: Compressed: TestCompressSwift:rclone-test-zasoxay7yugi: 1 files missing 2025/07/05 01:31:03 NOTICE: 1 hashes missing 2025/07/05 01:31:03 NOTICE: Compressed: TestCompressSwift:rclone-test-zasoxay7yugi: 2 differences found 2025/07/05 01:31:03 NOTICE: Compressed: TestCompressSwift:rclone-test-zasoxay7yugi: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/07/05 01:31:03 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/05 01:31:03 NOTICE: Compressed: TestCompressSwift:rclone-test-zasoxay7yugi: 0 differences found 2025/07/05 01:31:03 NOTICE: Compressed: TestCompressSwift:rclone-test-zasoxay7yugi: 1 matching files 2025/07/05 01:31:03 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-caxejop8caki" 2025/07/05 01:31:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/05 01:31:03 DEBUG : Swift container rclone-test-caxejop8caki.json: Auto set use_segments_container to true 2025/07/05 01:31:04 DEBUG : Swift container rclone-test-caxejop8caki: Auto set use_segments_container to true 2025/07/05 01:31:04 DEBUG : Creating backend with remote "/tmp/rclone2151326566" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-caxejop8caki", Local "Local file system at /tmp/rclone2151326566", Modify Window "1ns" 2025/07/05 01:31:04 INFO : Swift container rclone-test-caxejop8caki: Container "rclone-test-caxejop8caki" created lower checkfile vs. upper remote (without normalization) 2025/07/05 01:31:15 ERROR : HELLO, WORLD!: sum not found 2025/07/05 01:31:15 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-caxejop8caki 2025/07/05 01:31:15 NOTICE: Compressed: TestCompressSwift:rclone-test-caxejop8caki: 1 files missing 2025/07/05 01:31:15 NOTICE: 1 hashes missing 2025/07/05 01:31:15 NOTICE: Compressed: TestCompressSwift:rclone-test-caxejop8caki: 2 differences found 2025/07/05 01:31:15 NOTICE: Compressed: TestCompressSwift:rclone-test-caxejop8caki: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/07/05 01:31:16 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/05 01:31:16 NOTICE: Compressed: TestCompressSwift:rclone-test-caxejop8caki: 0 differences found 2025/07/05 01:31:16 NOTICE: Compressed: TestCompressSwift:rclone-test-caxejop8caki: 1 matching files 2025/07/05 01:31:16 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-wiyahex3xawe" 2025/07/05 01:31:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/05 01:31:16 DEBUG : Swift container rclone-test-wiyahex3xawe.json: Auto set use_segments_container to true 2025/07/05 01:31:16 DEBUG : Swift container rclone-test-wiyahex3xawe: Auto set use_segments_container to true 2025/07/05 01:31:16 DEBUG : Creating backend with remote "/tmp/rclone4160260931" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wiyahex3xawe", Local "Local file system at /tmp/rclone4160260931", Modify Window "1ns" 2025/07/05 01:31:17 INFO : Swift container rclone-test-wiyahex3xawe: Container "rclone-test-wiyahex3xawe" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/07/05 01:31:28 ERROR : HeLlO, wOrLd!: sum not found 2025/07/05 01:31:28 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-wiyahex3xawe 2025/07/05 01:31:28 NOTICE: Compressed: TestCompressSwift:rclone-test-wiyahex3xawe: 1 files missing 2025/07/05 01:31:28 NOTICE: 1 hashes missing 2025/07/05 01:31:28 NOTICE: Compressed: TestCompressSwift:rclone-test-wiyahex3xawe: 2 differences found 2025/07/05 01:31:28 NOTICE: Compressed: TestCompressSwift:rclone-test-wiyahex3xawe: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/07/05 01:31:28 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/05 01:31:28 NOTICE: Compressed: TestCompressSwift:rclone-test-wiyahex3xawe: 0 differences found 2025/07/05 01:31:28 NOTICE: Compressed: TestCompressSwift:rclone-test-wiyahex3xawe: 1 matching files 2025/07/05 01:31:28 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-bebonul9cifi" 2025/07/05 01:31:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/05 01:31:28 DEBUG : Swift container rclone-test-bebonul9cifi.json: Auto set use_segments_container to true 2025/07/05 01:31:29 DEBUG : Swift container rclone-test-bebonul9cifi: Auto set use_segments_container to true 2025/07/05 01:31:29 DEBUG : Creating backend with remote "/tmp/rclone3791273802" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-bebonul9cifi", Local "Local file system at /tmp/rclone3791273802", Modify Window "1ns" 2025/07/05 01:31:29 INFO : Swift container rclone-test-bebonul9cifi: Container "rclone-test-bebonul9cifi" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/07/05 01:31:41 ERROR : HELLO, WORLD!: sum not found 2025/07/05 01:31:41 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-bebonul9cifi 2025/07/05 01:31:41 NOTICE: Compressed: TestCompressSwift:rclone-test-bebonul9cifi: 1 files missing 2025/07/05 01:31:41 NOTICE: 1 hashes missing 2025/07/05 01:31:41 NOTICE: Compressed: TestCompressSwift:rclone-test-bebonul9cifi: 2 differences found 2025/07/05 01:31:41 NOTICE: Compressed: TestCompressSwift:rclone-test-bebonul9cifi: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/07/05 01:31:41 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/05 01:31:41 NOTICE: Compressed: TestCompressSwift:rclone-test-bebonul9cifi: 0 differences found 2025/07/05 01:31:41 NOTICE: Compressed: TestCompressSwift:rclone-test-bebonul9cifi: 1 matching files 2025/07/05 01:31:41 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xijujav1huxe" 2025/07/05 01:31:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/05 01:31:41 DEBUG : Swift container rclone-test-xijujav1huxe.json: Auto set use_segments_container to true 2025/07/05 01:31:42 DEBUG : Swift container rclone-test-xijujav1huxe: Auto set use_segments_container to true 2025/07/05 01:31:42 DEBUG : Creating backend with remote "/tmp/rclone2881586192" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xijujav1huxe", Local "Local file system at /tmp/rclone2881586192", Modify Window "1ns" 2025/07/05 01:31:42 INFO : Swift container rclone-test-xijujav1huxe: Container "rclone-test-xijujav1huxe" created NFD checkfile vs. NFC remote (without normalization) 2025/07/05 01:31:53 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/05 01:31:53 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-xijujav1huxe 2025/07/05 01:31:53 NOTICE: Compressed: TestCompressSwift:rclone-test-xijujav1huxe: 1 files missing 2025/07/05 01:31:53 NOTICE: 1 hashes missing 2025/07/05 01:31:53 NOTICE: Compressed: TestCompressSwift:rclone-test-xijujav1huxe: 2 differences found 2025/07/05 01:31:53 NOTICE: Compressed: TestCompressSwift:rclone-test-xijujav1huxe: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/07/05 01:31:58 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/05 01:31:58 NOTICE: Compressed: TestCompressSwift:rclone-test-xijujav1huxe: 0 differences found 2025/07/05 01:31:58 NOTICE: Compressed: TestCompressSwift:rclone-test-xijujav1huxe: 1 matching files 2025/07/05 01:31:58 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-nedejud5kobe" 2025/07/05 01:31:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/05 01:31:59 DEBUG : Swift container rclone-test-nedejud5kobe.json: Auto set use_segments_container to true 2025/07/05 01:31:59 DEBUG : Swift container rclone-test-nedejud5kobe: Auto set use_segments_container to true 2025/07/05 01:31:59 DEBUG : Creating backend with remote "/tmp/rclone2204552526" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-nedejud5kobe", Local "Local file system at /tmp/rclone2204552526", Modify Window "1ns" 2025/07/05 01:31:59 INFO : Swift container rclone-test-nedejud5kobe: Container "rclone-test-nedejud5kobe" created NFC checkfile vs. NFD remote (without normalization) 2025/07/05 01:32:16 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/05 01:32:16 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-nedejud5kobe 2025/07/05 01:32:16 NOTICE: Compressed: TestCompressSwift:rclone-test-nedejud5kobe: 1 files missing 2025/07/05 01:32:16 NOTICE: 1 hashes missing 2025/07/05 01:32:16 NOTICE: Compressed: TestCompressSwift:rclone-test-nedejud5kobe: 2 differences found 2025/07/05 01:32:16 NOTICE: Compressed: TestCompressSwift:rclone-test-nedejud5kobe: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/07/05 01:32:21 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/05 01:32:21 NOTICE: Compressed: TestCompressSwift:rclone-test-nedejud5kobe: 0 differences found 2025/07/05 01:32:21 NOTICE: Compressed: TestCompressSwift:rclone-test-nedejud5kobe: 1 matching files 2025/07/05 01:32:21 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-muwujuy9pafo" 2025/07/05 01:32:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/05 01:32:21 DEBUG : Swift container rclone-test-muwujuy9pafo.json: Auto set use_segments_container to true 2025/07/05 01:32:21 DEBUG : Swift container rclone-test-muwujuy9pafo: Auto set use_segments_container to true 2025/07/05 01:32:21 DEBUG : Creating backend with remote "/tmp/rclone1240218373" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-muwujuy9pafo", Local "Local file system at /tmp/rclone1240218373", Modify Window "1ns" 2025/07/05 01:32:22 INFO : Swift container rclone-test-muwujuy9pafo: Container "rclone-test-muwujuy9pafo" created NFDx2 checkfile vs. both remote (without normalization) 2025/07/05 01:32:28 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/05 01:32:28 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-muwujuy9pafo 2025/07/05 01:32:28 NOTICE: Compressed: TestCompressSwift:rclone-test-muwujuy9pafo: 1 files missing 2025/07/05 01:32:28 NOTICE: 1 hashes missing 2025/07/05 01:32:28 NOTICE: Compressed: TestCompressSwift:rclone-test-muwujuy9pafo: 2 differences found 2025/07/05 01:32:28 NOTICE: Compressed: TestCompressSwift:rclone-test-muwujuy9pafo: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/07/05 01:32:28 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/05 01:32:28 NOTICE: Compressed: TestCompressSwift:rclone-test-muwujuy9pafo: 0 differences found 2025/07/05 01:32:28 NOTICE: Compressed: TestCompressSwift:rclone-test-muwujuy9pafo: 1 matching files 2025/07/05 01:32:28 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kasepan9yeba" 2025/07/05 01:32:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/05 01:32:29 DEBUG : Swift container rclone-test-kasepan9yeba.json: Auto set use_segments_container to true 2025/07/05 01:32:29 DEBUG : Swift container rclone-test-kasepan9yeba: Auto set use_segments_container to true 2025/07/05 01:32:29 DEBUG : Creating backend with remote "/tmp/rclone1401870432" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kasepan9yeba", Local "Local file system at /tmp/rclone1401870432", Modify Window "1ns" 2025/07/05 01:32:29 INFO : Swift container rclone-test-kasepan9yeba: Container "rclone-test-kasepan9yeba" created NFCx2 checkfile vs. both remote (without normalization) 2025/07/05 01:32:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/05 01:32:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-kasepan9yeba 2025/07/05 01:32:46 NOTICE: Compressed: TestCompressSwift:rclone-test-kasepan9yeba: 1 files missing 2025/07/05 01:32:46 NOTICE: 1 hashes missing 2025/07/05 01:32:46 NOTICE: Compressed: TestCompressSwift:rclone-test-kasepan9yeba: 2 differences found 2025/07/05 01:32:46 NOTICE: Compressed: TestCompressSwift:rclone-test-kasepan9yeba: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/07/05 01:32:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/05 01:32:51 NOTICE: Compressed: TestCompressSwift:rclone-test-kasepan9yeba: 0 differences found 2025/07/05 01:32:51 NOTICE: Compressed: TestCompressSwift:rclone-test-kasepan9yeba: 1 matching files 2025/07/05 01:32:51 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-joruxuv8soce" 2025/07/05 01:32:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/05 01:32:51 DEBUG : Swift container rclone-test-joruxuv8soce.json: Auto set use_segments_container to true 2025/07/05 01:32:52 DEBUG : Swift container rclone-test-joruxuv8soce: Auto set use_segments_container to true 2025/07/05 01:32:52 DEBUG : Creating backend with remote "/tmp/rclone974549973" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-joruxuv8soce", Local "Local file system at /tmp/rclone974549973", Modify Window "1ns" 2025/07/05 01:32:52 INFO : Swift container rclone-test-joruxuv8soce: Container "rclone-test-joruxuv8soce" created both checkfile vs. NFDx2 remote (without normalization) 2025/07/05 01:33:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/05 01:33:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-joruxuv8soce 2025/07/05 01:33:08 NOTICE: Compressed: TestCompressSwift:rclone-test-joruxuv8soce: 1 files missing 2025/07/05 01:33:08 NOTICE: 1 hashes missing 2025/07/05 01:33:08 NOTICE: Compressed: TestCompressSwift:rclone-test-joruxuv8soce: 2 differences found 2025/07/05 01:33:08 NOTICE: Compressed: TestCompressSwift:rclone-test-joruxuv8soce: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/07/05 01:33:08 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/05 01:33:08 NOTICE: Compressed: TestCompressSwift:rclone-test-joruxuv8soce: 0 differences found 2025/07/05 01:33:08 NOTICE: Compressed: TestCompressSwift:rclone-test-joruxuv8soce: 1 matching files 2025/07/05 01:33:08 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-lepovod9solu" 2025/07/05 01:33:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/05 01:33:09 DEBUG : Swift container rclone-test-lepovod9solu.json: Auto set use_segments_container to true 2025/07/05 01:33:09 DEBUG : Swift container rclone-test-lepovod9solu: Auto set use_segments_container to true 2025/07/05 01:33:09 DEBUG : Creating backend with remote "/tmp/rclone3462290047" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-lepovod9solu", Local "Local file system at /tmp/rclone3462290047", Modify Window "1ns" 2025/07/05 01:33:10 INFO : Swift container rclone-test-lepovod9solu: Container "rclone-test-lepovod9solu" created both checkfile vs. NFCx2 remote (without normalization) 2025/07/05 01:33:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/05 01:33:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-lepovod9solu 2025/07/05 01:33:26 NOTICE: Compressed: TestCompressSwift:rclone-test-lepovod9solu: 1 files missing 2025/07/05 01:33:26 NOTICE: 1 hashes missing 2025/07/05 01:33:26 NOTICE: Compressed: TestCompressSwift:rclone-test-lepovod9solu: 2 differences found 2025/07/05 01:33:26 NOTICE: Compressed: TestCompressSwift:rclone-test-lepovod9solu: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/07/05 01:33:27 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/05 01:33:27 NOTICE: Compressed: TestCompressSwift:rclone-test-lepovod9solu: 0 differences found 2025/07/05 01:33:27 NOTICE: Compressed: TestCompressSwift:rclone-test-lepovod9solu: 1 matching files 2025/07/05 01:33:27 DEBUG : Compressed: TestCompressSwift:rclone-test-lepovod9solu: Purge remote 2025/07/05 01:33:27 DEBUG : Waiting for deletions to finish 2025/07/05 01:33:32 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/07/05 01:33:37 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/07/05 01:33:38 INFO : Swift container rclone-test-lepovod9solu: Container "rclone-test-lepovod9solu" removed 2025/07/05 01:33:38 DEBUG : Compressed: TestCompressSwift:rclone-test-joruxuv8soce: Purge remote 2025/07/05 01:33:38 DEBUG : Waiting for deletions to finish 2025/07/05 01:33:43 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/07/05 01:33:48 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/07/05 01:33:48 INFO : Swift container rclone-test-joruxuv8soce: Container "rclone-test-joruxuv8soce" removed 2025/07/05 01:33:48 DEBUG : Compressed: TestCompressSwift:rclone-test-kasepan9yeba: Purge remote 2025/07/05 01:33:48 DEBUG : Waiting for deletions to finish 2025/07/05 01:33:58 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/07/05 01:33:59 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/07/05 01:33:59 INFO : Swift container rclone-test-kasepan9yeba: Container "rclone-test-kasepan9yeba" removed 2025/07/05 01:33:59 DEBUG : Compressed: TestCompressSwift:rclone-test-muwujuy9pafo: Purge remote 2025/07/05 01:33:59 DEBUG : Waiting for deletions to finish 2025/07/05 01:33:59 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/07/05 01:33:59 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/07/05 01:33:59 INFO : Swift container rclone-test-muwujuy9pafo: Container "rclone-test-muwujuy9pafo" removed 2025/07/05 01:33:59 DEBUG : Compressed: TestCompressSwift:rclone-test-nedejud5kobe: Purge remote 2025/07/05 01:33:59 DEBUG : Waiting for deletions to finish 2025/07/05 01:34:04 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/07/05 01:34:05 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/07/05 01:34:05 INFO : Swift container rclone-test-nedejud5kobe: Container "rclone-test-nedejud5kobe" removed 2025/07/05 01:34:05 DEBUG : Compressed: TestCompressSwift:rclone-test-xijujav1huxe: Purge remote 2025/07/05 01:34:05 DEBUG : Waiting for deletions to finish 2025/07/05 01:34:05 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/07/05 01:34:10 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/07/05 01:34:10 INFO : Swift container rclone-test-xijujav1huxe: Container "rclone-test-xijujav1huxe" removed 2025/07/05 01:34:10 DEBUG : Compressed: TestCompressSwift:rclone-test-bebonul9cifi: Purge remote 2025/07/05 01:34:10 DEBUG : Waiting for deletions to finish 2025/07/05 01:34:11 INFO : HELLO, WORLD!.json: Deleted 2025/07/05 01:34:16 INFO : HELLO, WORLD!.bin: Deleted 2025/07/05 01:34:16 INFO : Swift container rclone-test-bebonul9cifi: Container "rclone-test-bebonul9cifi" removed 2025/07/05 01:34:16 DEBUG : Compressed: TestCompressSwift:rclone-test-wiyahex3xawe: Purge remote 2025/07/05 01:34:16 DEBUG : Waiting for deletions to finish 2025/07/05 01:34:16 INFO : HeLlO, wOrLd!.json: Deleted 2025/07/05 01:34:26 INFO : HeLlO, wOrLd!.bin: Deleted 2025/07/05 01:34:26 INFO : Swift container rclone-test-wiyahex3xawe: Container "rclone-test-wiyahex3xawe" removed 2025/07/05 01:34:26 DEBUG : Compressed: TestCompressSwift:rclone-test-caxejop8caki: Purge remote 2025/07/05 01:34:26 DEBUG : Waiting for deletions to finish 2025/07/05 01:34:27 INFO : HELLO, WORLD!.json: Deleted 2025/07/05 01:34:36 INFO : HELLO, WORLD!.bin: Deleted 2025/07/05 01:34:37 INFO : Swift container rclone-test-caxejop8caki: Container "rclone-test-caxejop8caki" removed 2025/07/05 01:34:37 DEBUG : Compressed: TestCompressSwift:rclone-test-zasoxay7yugi: Purge remote 2025/07/05 01:34:37 DEBUG : Waiting for deletions to finish 2025/07/05 01:34:37 INFO : hello, world!.bin: Deleted 2025/07/05 01:34:37 INFO : hello, world!.json: Deleted 2025/07/05 01:34:38 INFO : Swift container rclone-test-zasoxay7yugi: Container "rclone-test-zasoxay7yugi" removed --- PASS: TestApplyTransforms (222.88s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", Modify Window "1ns" 2025/07/05 01:34:43 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/05 01:34:49 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/07/05 01:34:49 INFO : file1: Copied (new) to: sub/file2 2025/07/05 01:34:49 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 01:34:49 DEBUG : file1: Unchanged skipping 2025/07/05 01:34:49 DEBUG : Compressed: TestCompressSwift:rclone-test-covoyew5nofu: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (12.47s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.10s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", Modify Window "1ns" 2025/07/05 01:34:57 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-covoyew5nofu/backup" 2025/07/05 01:34:57 DEBUG : Swift container rclone-test-covoyew5nofu path backup.json: Auto set use_segments_container to true 2025/07/05 01:35:03 DEBUG : Swift container rclone-test-covoyew5nofu path backup: Auto set use_segments_container to true 2025/07/05 01:35:08 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/05 01:35:40 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/07/05 01:35:40 INFO : dst/file1: Copied (server-side copy) 2025/07/05 01:35:40 INFO : dst/file1: Deleted 2025/07/05 01:35:46 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/07/05 01:35:46 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (66.64s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", Modify Window "1ns" 2025/07/05 01:35:57 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-covoyew5nofu/dst" 2025/07/05 01:35:57 DEBUG : Swift container rclone-test-covoyew5nofu path dst.json: Auto set use_segments_container to true 2025/07/05 01:36:03 DEBUG : Swift container rclone-test-covoyew5nofu path dst: Auto set use_segments_container to true 2025/07/05 01:36:13 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-covoyew5nofu/CompareDest" 2025/07/05 01:36:13 DEBUG : Swift container rclone-test-covoyew5nofu path CompareDest.json: Auto set use_segments_container to true 2025/07/05 01:36:19 DEBUG : Swift container rclone-test-covoyew5nofu path CompareDest: Auto set use_segments_container to true 2025/07/05 01:36:24 DEBUG : one: Need to transfer - File not found at Destination 2025/07/05 01:36:40 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/07/05 01:36:40 INFO : one: Copied (new) 2025/07/05 01:36:41 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/05 01:36:51 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/07/05 01:36:51 INFO : one: Copied (replaced existing) 2025/07/05 01:37:19 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/05 01:37:29 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 01:37:29 DEBUG : one: Destination found in --compare-dest, skipping 2025/07/05 01:39:13 DEBUG : two: Need to transfer - File not found at Destination 2025/07/05 01:39:13 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 01:39:13 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/05 01:40:39 DEBUG : two: Need to transfer - File not found at Destination 2025/07/05 01:40:44 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 01:40:44 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/05 01:41:15 DEBUG : two: Need to transfer - File not found at Destination 2025/07/05 01:41:20 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/07/05 01:41:36 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/07/05 01:41:36 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (489.50s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", Modify Window "1ns" 2025/07/05 01:44:06 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-covoyew5nofu/dst" 2025/07/05 01:44:07 DEBUG : Swift container rclone-test-covoyew5nofu path dst.json: Auto set use_segments_container to true 2025/07/05 01:44:12 DEBUG : Swift container rclone-test-covoyew5nofu path dst: Auto set use_segments_container to true 2025/07/05 01:44:23 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-covoyew5nofu/CopyDest" 2025/07/05 01:44:23 DEBUG : Swift container rclone-test-covoyew5nofu path CopyDest.json: Auto set use_segments_container to true 2025/07/05 01:44:28 DEBUG : Swift container rclone-test-covoyew5nofu path CopyDest: Auto set use_segments_container to true 2025/07/05 01:44:49 DEBUG : one: Need to transfer - File not found at Destination 2025/07/05 01:45:19 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/07/05 01:45:19 INFO : one: Copied (new) 2025/07/05 01:45:25 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/05 01:45:50 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/07/05 01:45:50 INFO : one: Copied (replaced existing) 2025/07/05 01:47:03 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-covoyew5nofu/BackupDir" 2025/07/05 01:47:03 DEBUG : Swift container rclone-test-covoyew5nofu path BackupDir.json: Auto set use_segments_container to true 2025/07/05 01:47:09 DEBUG : Swift container rclone-test-covoyew5nofu path BackupDir: Auto set use_segments_container to true 2025/07/05 01:47:14 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/05 01:47:14 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 01:47:14 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/05 01:47:45 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/07/05 01:47:45 INFO : one: Copied (server-side copy) 2025/07/05 01:47:50 INFO : one: Deleted 2025/07/05 01:48:21 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/07/05 01:48:21 INFO : one: Copied (server-side copy) 2025/07/05 01:48:21 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/07/05 01:49:39 DEBUG : two: Need to transfer - File not found at Destination 2025/07/05 01:49:59 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 01:50:25 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/07/05 01:50:25 INFO : two: Copied (server-side copy) 2025/07/05 01:50:25 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/07/05 01:51:31 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/05 01:51:31 DEBUG : two: Unchanged skipping 2025/07/05 01:53:21 DEBUG : three: Need to transfer - File not found at Destination 2025/07/05 01:53:27 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/07/05 01:53:27 DEBUG : three: Destination not found in --copy-dest 2025/07/05 01:53:43 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/07/05 01:53:43 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (829.06s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.23s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.12s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", Modify Window "1ns" 2025/07/05 01:58:01 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/07/05 01:58:34 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/07/05 01:58:34 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/07/05 01:59:15 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/07/05 01:59:41 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/07/05 01:59:41 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy1.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-covoyew5nofu/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/07/05 01:59:57 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/07/05 02:00:07 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/07/05 02:00:23 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 7581a449db8dbd8e96922ac9aa1ebc49 OK 2025/07/05 02:00:23 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (182.94s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.18s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.20s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", 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-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", 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-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", 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-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", Modify Window "1ns" 2025/07/05 02:02:20 INFO : Compressed: TestCompressSwift:rclone-test-covoyew5nofu: Looking for duplicate md5 hashes using newest mode. 2025/07/05 02:02:30 NOTICE: 34f59790adde584506ecde629fba0838: Found 3 files with duplicate md5 hashes 2025/07/05 02:02:46 INFO : one: Deleted 2025/07/05 02:02:51 INFO : also/one: Deleted 2025/07/05 02:02:51 NOTICE: 34f59790adde584506ecde629fba0838: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (142.49s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.25s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.15s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.20s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.20s) === RUN TestMergeDirs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", 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-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", Modify Window "1ns" 2025/07/05 02:05:42 DEBUG : a.txt: Excluded (Size Filter) 2025/07/05 02:05:42 DEBUG : a.txt: Excluded 2025/07/05 02:05:42 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/05 02:05:42 DEBUG : sub dir/hello world: Excluded 2025/07/05 02:05:42 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/05 02:05:42 DEBUG : sub dir/hello world2: Excluded 2025/07/05 02:05:42 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/05 02:05:42 DEBUG : sub dir/hello world: Excluded 2025/07/05 02:05:42 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/05 02:05:42 DEBUG : sub dir/hello world2: Excluded 2025/07/05 02:05:52 DEBUG : sub dir/ignore dir: Excluded 2025/07/05 02:05:57 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (227.36s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", Modify Window "1ns" 2025/07/05 02:09:13 DEBUG : a.txt: Excluded (Size Filter) 2025/07/05 02:09:13 DEBUG : a.txt: Excluded 2025/07/05 02:09:13 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/05 02:09:13 DEBUG : sub dir/hello world: Excluded 2025/07/05 02:09:13 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/05 02:09:13 DEBUG : sub dir/hello world2: Excluded 2025/07/05 02:09:13 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/05 02:09:13 DEBUG : sub dir/hello world: Excluded 2025/07/05 02:09:13 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/05 02:09:13 DEBUG : sub dir/hello world2: Excluded 2025/07/05 02:09:13 DEBUG : sub dir/ignore dir: Excluded 2025/07/05 02:09:18 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (185.40s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-covoyew5nofu", Local "Local file system at /tmp/rclone2897538283", 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 panic: test timed out after 1h0m0s running tests: TestListJSON (30s) goroutine 7061 [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(0xc0006e68c0, {0x26a27e9?, 0xc0005cbad8?}, 0x27d2468) /usr/local/go/src/testing/testing.go:1859 +0x431 testing.runTests.func1(0xc0006e68c0) /usr/local/go/src/testing/testing.go:2279 +0x37 testing.tRunner(0xc0006e68c0, 0xc0005cbc18) /usr/local/go/src/testing/testing.go:1792 +0xf4 testing.runTests(0xc0009385b8, {0x3e94f60, 0x6d, 0x6d}, {0xedffa7296?, 0x3eaaf60?, 0x3eaaf60?}) /usr/local/go/src/testing/testing.go:2277 +0x4b4 testing.(*M).Run(0xc000177e00) /usr/local/go/src/testing/testing.go:2142 +0x64a github.com/rclone/rclone/fstest.TestMain(0xc000177e00) /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 6824 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc000518d20, 0xc0003b3110, 0xc0006cedc0) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:425 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc000518d20, {0x2b06768, 0x3ece520}, {0xc00087a0a0, 0x4f}, {{0xc000ce1c80, 0x18}, {0xc000ce1c99, 0x9}, {0x26919a0, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:777 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc000518d20, {0x2b06768, 0x3ece520}, {{0xc000ce1c80, 0x18}, {0xc000ce1c99, 0x9}, {0x26919a0, 0x6}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:847 +0x151 github.com/ncw/swift/v2.(*Connection).ObjectDelete(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:1902 github.com/rclone/rclone/backend/swift.(*Object).Remove.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1620 +0x105 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0xc0008d6008?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc00092eae0, 0xc0006dc820, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:199 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc00092eae0, 0xc0006dc820) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:218 +0x93 github.com/rclone/rclone/backend/swift.(*Object).Remove(0xc000948ea0, {0x2b06768, 0x3ece520}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1619 +0x29b github.com/rclone/rclone/backend/compress.(*Object).Remove(0xc0005883c0, {0x2b06768, 0x3ece520}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1144 +0xbd github.com/rclone/rclone/fstest.newRunIndividual.func1.1.1() /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:154 +0x24 github.com/rclone/rclone/fstest.retry(0xc00089a540, {0xc00072f998, 0x15}, 0xc0000698e8) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:121 +0xde github.com/rclone/rclone/fstest.newRunIndividual.func1.1({0xc00099a000?, 0xc00099a000?, 0x2b06768?}) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:154 +0x29a github.com/rclone/rclone/fs/walk.listR.func1({0xc00099a000, 0x2, 0x4}) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:331 +0x1ca github.com/rclone/rclone/backend/compress.(*Fs).ListR.func1({0xc00099a000?, 0xc000946400?, 0x18?}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:415 +0x4c github.com/rclone/rclone/fs/list.(*Helper).send(...) /home/rclone/go/src/github.com/rclone/rclone/fs/list/helpers.go:29 github.com/rclone/rclone/fs/list.(*Helper).Flush(0xc000069b40) /home/rclone/go/src/github.com/rclone/rclone/fs/list/helpers.go:47 +0x35 github.com/rclone/rclone/backend/swift.(*Fs).ListR(0xc0006e61c0, {0x2b06768, 0x3ece520}, {0x0?, 0x23a42a0?}, 0xc000988930) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:881 +0x185 github.com/rclone/rclone/backend/compress.(*Fs).ListR(0xc00050e200, {0x2b06768, 0x3ece520}, {0x0, 0x0}, 0xc00092b720) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:410 +0xb4 github.com/rclone/rclone/fs/walk.listR({0x2b06768, 0x3ece520}, {0x2b1b9e0, 0xc00050e200}, {0x0, 0x0}, 0x1, 0x3, 0xc00076d5f0, 0xc000938228, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:299 +0x292 github.com/rclone/rclone/fs/walk.ListR({0x2b06768, 0x3ece520}, {0x2b1b9e0, 0xc00050e200}, {0x0, 0x0}, 0x1, 0xffffffffffffffff, 0x3, 0xc00076d5f0) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:163 +0x1d5 github.com/rclone/rclone/fstest.newRunIndividual.func1() /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:150 +0x107 github.com/rclone/rclone/fstest.(*Run).Finalise(0xc0000fbb20) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 +0x1c testing.(*common).Cleanup.func1() /usr/local/go/src/testing/testing.go:1211 +0x106 testing.(*common).runCleanup(0xc00089a540, 0xc0000b02a0?) /usr/local/go/src/testing/testing.go:1445 +0xea testing.tRunner.func2() /usr/local/go/src/testing/testing.go:1786 +0x25 testing.tRunner(0xc00089a540, 0x27d2468) /usr/local/go/src/testing/testing.go:1798 +0x11e created by testing.(*T).Run in goroutine 1 /usr/local/go/src/testing/testing.go:1851 +0x413 goroutine 805 [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:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 763 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 519 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 493 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 3254 [chan receive, 39 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2823 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1401 [chan receive (nil chan), 54 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1359 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 165 [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:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 59 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 636 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 627 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 562 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 552 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 242 [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:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 229 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 3080 [chan receive, 39 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2823 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 286 [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:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 276 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 683 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 673 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 1335 [chan receive (nil chan), 54 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1325 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 1040 [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:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1030 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 2769 [chan receive, 39 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2823 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 7045 [select]: net/http.(*persistConn).roundTrip(0xc0004c2000, 0xc0006dc8c0) /usr/local/go/src/net/http/transport.go:2826 +0x785 net/http.(*Transport).roundTrip(0xc000201a00, 0xc0006cedc0) /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(0xc0001e7c70, 0xc0006cedc0) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc0006cedc0, {0x2adf6a0, 0xc0001e7c70}, {0x1?, 0xc00092ed20?, 0x0?}) /usr/local/go/src/net/http/client.go:259 +0x5e2 net/http.(*Client).send(0xc0009576e0, 0xc0006cedc0, {0x0?, 0x100000000?, 0x0?}) /usr/local/go/src/net/http/client.go:180 +0x91 net/http.(*Client).do(0xc0009576e0, 0xc0006cedc0) /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 6824 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:420 +0xb8 goroutine 334 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 324 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 965 [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:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 955 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 1187 [chan receive (nil chan), 54 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1177 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 1073 [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:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1063 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 1484 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1474 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 437 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 427 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 1276 [chan receive (nil chan), 54 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1266 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 3332 [chan receive, 38 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2823 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 6043 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc000518f00, {0x2b06880, 0xc00092a1e0}) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:339 +0x145 created by github.com/rclone/rclone/fs/accounting.(*StatsInfo)._startAverageLoop in goroutine 5784 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:376 +0x117 goroutine 1468 [chan receive (nil chan), 53 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1458 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 856 [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:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 830 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 5907 [select]: net/http.(*persistConn).writeLoop(0xc0004c2000) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 5900 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 738 [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:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 728 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 3152 [chan receive, 39 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2823 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1239 [chan receive (nil chan), 54 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1229 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 2915 [chan receive, 40 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2823 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 2824 [chan receive, 40 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2823 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3427 [chan receive, 38 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2823 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3484 [chan receive, 38 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2823 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3452 [chan receive, 38 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2823 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 5906 [IO wait]: internal/poll.runtime_pollWait(0x733dc1426178, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc000a24100?, 0xc000ce3980?, 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(0xc000a24100, {0xc000ce3980, 0x1980, 0x1980}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc000a24100, {0xc000ce3980?, 0x1973?, 0xc000998420?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc0001c2628, {0xc000ce3980?, 0xc00026d6d0?, 0xd?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000a220d8, {0xc000ce3980?, 0x733dc1dbec28?, 0x733e0a2aa108?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc000113290, {0xc000ce3980?, 0x1973?, 0xc0003779d0?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc00026d7b8, {0x2adff00, 0xc000113290}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc00026d508, {0x733dc0299598, 0xc000a220d8}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc00026d508, 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(0xc00026d508, {0xc000ab6000, 0x1000, 0xc0003a06f0?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc0004c2000, {0xc000ab6000?, 0x7f4085?, 0x2ade0a0?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc00099e1e0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc00099e1e0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc0004c2000) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 5900 /usr/local/go/src/net/http/transport.go:1944 +0x174f "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m0.863407718s (try 1/5): exit status 2: Failed []