"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 1/5) 2025/02/12 02:51:02 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hotudoj4bori" 2025/02/12 02:51:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/12 02:51:03 DEBUG : Swift container rclone-test-hotudoj4bori.json: Auto set use_segments_container to true 2025/02/12 02:51:03 DEBUG : Swift container rclone-test-hotudoj4bori: Auto set use_segments_container to true 2025/02/12 02:51:03 DEBUG : Creating backend with remote "/tmp/rclone2485359768" === 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-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", 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-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", 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/02/12 02:51:04 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/12 02:51:04 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/12 02:51:04 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/02/12 02:51:04 DEBUG : potato: Seek from 10 to 0 2025/02/12 02:51:04 DEBUG : potato: Seek from 10 to 0 2025/02/12 02:51:04 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/02/12 02:51:04 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/12 02:51:04 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/12 02:51:04 DEBUG : potato: Seek from 5 to 2 2025/02/12 02:51:04 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/02/12 02:51:04 DEBUG : potato: Seek from 7 to 0 2025/02/12 02:51:04 DEBUG : potato: Seek from 7 to 0 2025/02/12 02:51:04 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/02/12 02:51:04 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/12 02:51:04 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/12 02:51:04 DEBUG : potato: Seek from 5 to 2 2025/02/12 02:51:04 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/02/12 02:51:04 DEBUG : potato: Seek from 8 to 0 2025/02/12 02:51:04 DEBUG : potato: Seek from 8 to 0 2025/02/12 02:51:04 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/02/12 02:51:04 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/12 02:51:04 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/12 02:51:04 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/12 02:51:04 DEBUG : potato: Seek from 5 to 2 2025/02/12 02:51:04 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/02/12 02:51:04 DEBUG : potato: Seek from 9 to 0 2025/02/12 02:51:04 DEBUG : potato: Seek from 9 to 0 2025/02/12 02:51:04 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-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" 2025/02/12 02:51:04 INFO : Swift container rclone-test-hotudoj4bori: Container "rclone-test-hotudoj4bori" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (174.48s) --- PASS: TestCheck/1 (5.22s) --- PASS: TestCheck/2 (0.14s) --- PASS: TestCheck/3 (5.16s) --- PASS: TestCheck/4 (0.24s) --- PASS: TestCheck/5 (0.16s) --- PASS: TestCheck/6 (10.16s) --- PASS: TestCheck/7 (5.14s) === RUN TestCheckFsError 2025/02/12 02:53:58 DEBUG : Creating backend with remote "nonexistent" 2025/02/12 02:53:58 DEBUG : Config file has changed externally - reloading 2025/02/12 02:53:58 DEBUG : Creating backend with remote "nonexistent" 2025/02/12 02:53:58 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/02/12 02:53:58 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/02/12 02:53:58 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/02/12 02:53:58 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-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", 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 (176.95s) --- PASS: TestCheckDownload/1 (10.21s) --- PASS: TestCheckDownload/2 (0.19s) --- PASS: TestCheckDownload/3 (10.21s) --- PASS: TestCheckDownload/4 (5.34s) --- PASS: TestCheckDownload/5 (5.21s) --- PASS: TestCheckDownload/6 (5.20s) --- PASS: TestCheckDownload/7 (5.19s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", 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 (107.09s) --- PASS: TestCheckSizeOnly/1 (0.05s) --- PASS: TestCheckSizeOnly/2 (0.09s) --- PASS: TestCheckSizeOnly/3 (0.05s) --- PASS: TestCheckSizeOnly/4 (0.10s) --- PASS: TestCheckSizeOnly/5 (0.05s) --- 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-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" 2025/02/12 02:58:53 NOTICE: test.sum: improperly formatted checksum line 4 2025/02/12 02:58:53 NOTICE: test.sum: improperly formatted checksum line 5 2025/02/12 02:58:53 NOTICE: test.sum: improperly formatted checksum line 6 2025/02/12 02:58:53 NOTICE: test.sum: 2 warning(s) suppressed... 2025/02/12 02:59:04 NOTICE: test.sum: improperly formatted checksum line 4 2025/02/12 02:59:04 NOTICE: test.sum: improperly formatted checksum line 5 2025/02/12 02:59:04 NOTICE: test.sum: improperly formatted checksum line 6 2025/02/12 02:59:04 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (27.68s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" 2025/02/12 02:59:10 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hotudoj4bori/data" 2025/02/12 02:59:10 DEBUG : Config file has changed externally - reloading 2025/02/12 02:59:10 DEBUG : Swift container rclone-test-hotudoj4bori path data.json: Auto set use_segments_container to true 2025/02/12 02:59:16 DEBUG : Swift container rclone-test-hotudoj4bori 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 (457.38s) --- PASS: TestCheckSum/subtest1 (45.33s) --- PASS: TestCheckSum/subtest2 (0.34s) --- PASS: TestCheckSum/subtest3 (25.44s) --- PASS: TestCheckSum/subtest4 (0.59s) --- PASS: TestCheckSum/subtest5 (50.47s) --- PASS: TestCheckSum/subtest6 (40.51s) --- PASS: TestCheckSum/subtest7 (40.62s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" 2025/02/12 03:06:47 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hotudoj4bori/data" 2025/02/12 03:06:47 DEBUG : Config file has changed externally - reloading 2025/02/12 03:06:48 DEBUG : Swift container rclone-test-hotudoj4bori path data.json: Auto set use_segments_container to true 2025/02/12 03:07:08 DEBUG : Swift container rclone-test-hotudoj4bori 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 (396.20s) --- PASS: TestCheckSumDownload/subtest1 (50.42s) --- PASS: TestCheckSumDownload/subtest2 (0.41s) --- PASS: TestCheckSumDownload/subtest3 (5.43s) --- PASS: TestCheckSumDownload/subtest4 (0.40s) --- PASS: TestCheckSumDownload/subtest5 (25.43s) --- PASS: TestCheckSumDownload/subtest6 (45.40s) --- PASS: TestCheckSumDownload/subtest7 (25.54s) === RUN TestApplyTransforms 2025/02/12 03:13:23 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-remaqin1hewi" 2025/02/12 03:13:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/12 03:13:24 DEBUG : Swift container rclone-test-remaqin1hewi.json: Auto set use_segments_container to true 2025/02/12 03:13:24 DEBUG : Swift container rclone-test-remaqin1hewi: Auto set use_segments_container to true 2025/02/12 03:13:24 DEBUG : Creating backend with remote "/tmp/rclone4086090379" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-remaqin1hewi", Local "Local file system at /tmp/rclone4086090379", Modify Window "1ns" 2025/02/12 03:13:25 INFO : Swift container rclone-test-remaqin1hewi: Container "rclone-test-remaqin1hewi" created upper checkfile vs. lower remote (without normalization) 2025/02/12 03:13:31 ERROR : hello, world!: sum not found 2025/02/12 03:13:31 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-remaqin1hewi 2025/02/12 03:13:31 NOTICE: Compressed: TestCompressSwift:rclone-test-remaqin1hewi: 1 files missing 2025/02/12 03:13:31 NOTICE: 1 hashes missing 2025/02/12 03:13:31 NOTICE: Compressed: TestCompressSwift:rclone-test-remaqin1hewi: 2 differences found 2025/02/12 03:13:31 NOTICE: Compressed: TestCompressSwift:rclone-test-remaqin1hewi: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/02/12 03:13:31 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/12 03:13:31 NOTICE: Compressed: TestCompressSwift:rclone-test-remaqin1hewi: 0 differences found 2025/02/12 03:13:31 NOTICE: Compressed: TestCompressSwift:rclone-test-remaqin1hewi: 1 matching files 2025/02/12 03:13:31 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-zaderiw6nane" 2025/02/12 03:13:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/12 03:13:32 DEBUG : Swift container rclone-test-zaderiw6nane.json: Auto set use_segments_container to true 2025/02/12 03:13:32 DEBUG : Swift container rclone-test-zaderiw6nane: Auto set use_segments_container to true 2025/02/12 03:13:32 DEBUG : Creating backend with remote "/tmp/rclone3235100723" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-zaderiw6nane", Local "Local file system at /tmp/rclone3235100723", Modify Window "1ns" 2025/02/12 03:13:33 INFO : Swift container rclone-test-zaderiw6nane: Container "rclone-test-zaderiw6nane" created lower checkfile vs. upper remote (without normalization) 2025/02/12 03:14:54 ERROR : HELLO, WORLD!: sum not found 2025/02/12 03:14:54 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-zaderiw6nane 2025/02/12 03:14:54 NOTICE: Compressed: TestCompressSwift:rclone-test-zaderiw6nane: 1 files missing 2025/02/12 03:14:54 NOTICE: 1 hashes missing 2025/02/12 03:14:54 NOTICE: Compressed: TestCompressSwift:rclone-test-zaderiw6nane: 2 differences found 2025/02/12 03:14:54 NOTICE: Compressed: TestCompressSwift:rclone-test-zaderiw6nane: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/02/12 03:15:34 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/12 03:15:34 NOTICE: Compressed: TestCompressSwift:rclone-test-zaderiw6nane: 0 differences found 2025/02/12 03:15:34 NOTICE: Compressed: TestCompressSwift:rclone-test-zaderiw6nane: 1 matching files 2025/02/12 03:15:34 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-wafobuj7xelo" 2025/02/12 03:15:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/12 03:15:35 DEBUG : Swift container rclone-test-wafobuj7xelo.json: Auto set use_segments_container to true 2025/02/12 03:15:35 DEBUG : Swift container rclone-test-wafobuj7xelo: Auto set use_segments_container to true 2025/02/12 03:15:35 DEBUG : Creating backend with remote "/tmp/rclone933591814" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-wafobuj7xelo", Local "Local file system at /tmp/rclone933591814", Modify Window "1ns" 2025/02/12 03:15:36 INFO : Swift container rclone-test-wafobuj7xelo: Container "rclone-test-wafobuj7xelo" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/02/12 03:15:42 ERROR : HeLlO, wOrLd!: sum not found 2025/02/12 03:15:42 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-wafobuj7xelo 2025/02/12 03:15:42 NOTICE: Compressed: TestCompressSwift:rclone-test-wafobuj7xelo: 1 files missing 2025/02/12 03:15:42 NOTICE: 1 hashes missing 2025/02/12 03:15:42 NOTICE: Compressed: TestCompressSwift:rclone-test-wafobuj7xelo: 2 differences found 2025/02/12 03:15:42 NOTICE: Compressed: TestCompressSwift:rclone-test-wafobuj7xelo: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/02/12 03:15:42 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/12 03:15:42 NOTICE: Compressed: TestCompressSwift:rclone-test-wafobuj7xelo: 0 differences found 2025/02/12 03:15:42 NOTICE: Compressed: TestCompressSwift:rclone-test-wafobuj7xelo: 1 matching files 2025/02/12 03:15:42 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-tazecub9vida" 2025/02/12 03:15:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/12 03:15:43 DEBUG : Swift container rclone-test-tazecub9vida.json: Auto set use_segments_container to true 2025/02/12 03:15:43 DEBUG : Swift container rclone-test-tazecub9vida: Auto set use_segments_container to true 2025/02/12 03:15:43 DEBUG : Creating backend with remote "/tmp/rclone1305417258" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-tazecub9vida", Local "Local file system at /tmp/rclone1305417258", Modify Window "1ns" 2025/02/12 03:15:44 INFO : Swift container rclone-test-tazecub9vida: Container "rclone-test-tazecub9vida" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/02/12 03:16:44 ERROR : HELLO, WORLD!: sum not found 2025/02/12 03:16:44 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-tazecub9vida 2025/02/12 03:16:44 NOTICE: Compressed: TestCompressSwift:rclone-test-tazecub9vida: 1 files missing 2025/02/12 03:16:44 NOTICE: 1 hashes missing 2025/02/12 03:16:44 NOTICE: Compressed: TestCompressSwift:rclone-test-tazecub9vida: 2 differences found 2025/02/12 03:16:44 NOTICE: Compressed: TestCompressSwift:rclone-test-tazecub9vida: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/02/12 03:17:48 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/12 03:17:48 NOTICE: Compressed: TestCompressSwift:rclone-test-tazecub9vida: 0 differences found 2025/02/12 03:17:48 NOTICE: Compressed: TestCompressSwift:rclone-test-tazecub9vida: 1 matching files 2025/02/12 03:17:48 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jowiket4bazu" 2025/02/12 03:17:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/12 03:17:48 DEBUG : Swift container rclone-test-jowiket4bazu.json: Auto set use_segments_container to true 2025/02/12 03:17:49 DEBUG : Swift container rclone-test-jowiket4bazu: Auto set use_segments_container to true 2025/02/12 03:17:49 DEBUG : Creating backend with remote "/tmp/rclone2675653983" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jowiket4bazu", Local "Local file system at /tmp/rclone2675653983", Modify Window "1ns" 2025/02/12 03:17:49 INFO : Swift container rclone-test-jowiket4bazu: Container "rclone-test-jowiket4bazu" created NFD checkfile vs. NFC remote (without normalization) 2025/02/12 03:18:05 ERROR : 測試_Русский___ě_áñ: sum not found 2025/02/12 03:18:05 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-jowiket4bazu 2025/02/12 03:18:05 NOTICE: Compressed: TestCompressSwift:rclone-test-jowiket4bazu: 1 files missing 2025/02/12 03:18:05 NOTICE: 1 hashes missing 2025/02/12 03:18:05 NOTICE: Compressed: TestCompressSwift:rclone-test-jowiket4bazu: 2 differences found 2025/02/12 03:18:05 NOTICE: Compressed: TestCompressSwift:rclone-test-jowiket4bazu: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/02/12 03:18:05 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/12 03:18:05 NOTICE: Compressed: TestCompressSwift:rclone-test-jowiket4bazu: 0 differences found 2025/02/12 03:18:05 NOTICE: Compressed: TestCompressSwift:rclone-test-jowiket4bazu: 1 matching files 2025/02/12 03:18:05 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vucuveq0juwa" 2025/02/12 03:18:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/12 03:18:06 DEBUG : Swift container rclone-test-vucuveq0juwa.json: Auto set use_segments_container to true 2025/02/12 03:18:07 DEBUG : Swift container rclone-test-vucuveq0juwa: Auto set use_segments_container to true 2025/02/12 03:18:07 DEBUG : Creating backend with remote "/tmp/rclone4057609417" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vucuveq0juwa", Local "Local file system at /tmp/rclone4057609417", Modify Window "1ns" 2025/02/12 03:18:07 INFO : Swift container rclone-test-vucuveq0juwa: Container "rclone-test-vucuveq0juwa" created NFC checkfile vs. NFD remote (without normalization) 2025/02/12 03:18:23 ERROR : 測試_Русский___ě_áñ: sum not found 2025/02/12 03:18:23 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-vucuveq0juwa 2025/02/12 03:18:23 NOTICE: Compressed: TestCompressSwift:rclone-test-vucuveq0juwa: 1 files missing 2025/02/12 03:18:23 NOTICE: 1 hashes missing 2025/02/12 03:18:23 NOTICE: Compressed: TestCompressSwift:rclone-test-vucuveq0juwa: 2 differences found 2025/02/12 03:18:23 NOTICE: Compressed: TestCompressSwift:rclone-test-vucuveq0juwa: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/02/12 03:18:29 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/12 03:18:29 NOTICE: Compressed: TestCompressSwift:rclone-test-vucuveq0juwa: 0 differences found 2025/02/12 03:18:29 NOTICE: Compressed: TestCompressSwift:rclone-test-vucuveq0juwa: 1 matching files 2025/02/12 03:18:29 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-zetitid6hixa" 2025/02/12 03:18:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/12 03:18:29 DEBUG : Swift container rclone-test-zetitid6hixa.json: Auto set use_segments_container to true 2025/02/12 03:18:30 DEBUG : Swift container rclone-test-zetitid6hixa: Auto set use_segments_container to true 2025/02/12 03:18:30 DEBUG : Creating backend with remote "/tmp/rclone1180940466" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-zetitid6hixa", Local "Local file system at /tmp/rclone1180940466", Modify Window "1ns" 2025/02/12 03:18:30 INFO : Swift container rclone-test-zetitid6hixa: Container "rclone-test-zetitid6hixa" created NFDx2 checkfile vs. both remote (without normalization) 2025/02/12 03:18:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/12 03:18:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-zetitid6hixa 2025/02/12 03:18:41 NOTICE: Compressed: TestCompressSwift:rclone-test-zetitid6hixa: 1 files missing 2025/02/12 03:18:41 NOTICE: 1 hashes missing 2025/02/12 03:18:41 NOTICE: Compressed: TestCompressSwift:rclone-test-zetitid6hixa: 2 differences found 2025/02/12 03:18:41 NOTICE: Compressed: TestCompressSwift:rclone-test-zetitid6hixa: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/02/12 03:18:42 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/12 03:18:42 NOTICE: Compressed: TestCompressSwift:rclone-test-zetitid6hixa: 0 differences found 2025/02/12 03:18:42 NOTICE: Compressed: TestCompressSwift:rclone-test-zetitid6hixa: 1 matching files 2025/02/12 03:18:42 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vohimah3ditu" 2025/02/12 03:18:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/12 03:18:42 DEBUG : Swift container rclone-test-vohimah3ditu.json: Auto set use_segments_container to true 2025/02/12 03:18:43 DEBUG : Swift container rclone-test-vohimah3ditu: Auto set use_segments_container to true 2025/02/12 03:18:43 DEBUG : Creating backend with remote "/tmp/rclone3775871418" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vohimah3ditu", Local "Local file system at /tmp/rclone3775871418", Modify Window "1ns" 2025/02/12 03:18:43 INFO : Swift container rclone-test-vohimah3ditu: Container "rclone-test-vohimah3ditu" created NFCx2 checkfile vs. both remote (without normalization) 2025/02/12 03:18:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/12 03:18:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-vohimah3ditu 2025/02/12 03:18:54 NOTICE: Compressed: TestCompressSwift:rclone-test-vohimah3ditu: 1 files missing 2025/02/12 03:18:54 NOTICE: 1 hashes missing 2025/02/12 03:18:54 NOTICE: Compressed: TestCompressSwift:rclone-test-vohimah3ditu: 2 differences found 2025/02/12 03:18:54 NOTICE: Compressed: TestCompressSwift:rclone-test-vohimah3ditu: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/02/12 03:18:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/12 03:18:54 NOTICE: Compressed: TestCompressSwift:rclone-test-vohimah3ditu: 0 differences found 2025/02/12 03:18:54 NOTICE: Compressed: TestCompressSwift:rclone-test-vohimah3ditu: 1 matching files 2025/02/12 03:18:54 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-dezokin1ledu" 2025/02/12 03:18:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/12 03:18:55 DEBUG : Swift container rclone-test-dezokin1ledu.json: Auto set use_segments_container to true 2025/02/12 03:18:55 DEBUG : Swift container rclone-test-dezokin1ledu: Auto set use_segments_container to true 2025/02/12 03:18:55 DEBUG : Creating backend with remote "/tmp/rclone3071386864" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-dezokin1ledu", Local "Local file system at /tmp/rclone3071386864", Modify Window "1ns" 2025/02/12 03:18:56 INFO : Swift container rclone-test-dezokin1ledu: Container "rclone-test-dezokin1ledu" created both checkfile vs. NFDx2 remote (without normalization) 2025/02/12 03:19:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/12 03:19:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-dezokin1ledu 2025/02/12 03:19:07 NOTICE: Compressed: TestCompressSwift:rclone-test-dezokin1ledu: 1 files missing 2025/02/12 03:19:07 NOTICE: 1 hashes missing 2025/02/12 03:19:07 NOTICE: Compressed: TestCompressSwift:rclone-test-dezokin1ledu: 2 differences found 2025/02/12 03:19:07 NOTICE: Compressed: TestCompressSwift:rclone-test-dezokin1ledu: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/02/12 03:19:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/12 03:19:07 NOTICE: Compressed: TestCompressSwift:rclone-test-dezokin1ledu: 0 differences found 2025/02/12 03:19:07 NOTICE: Compressed: TestCompressSwift:rclone-test-dezokin1ledu: 1 matching files 2025/02/12 03:19:07 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-damoniz7hicu" 2025/02/12 03:19:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/12 03:19:08 DEBUG : Swift container rclone-test-damoniz7hicu.json: Auto set use_segments_container to true 2025/02/12 03:19:08 DEBUG : Swift container rclone-test-damoniz7hicu: Auto set use_segments_container to true 2025/02/12 03:19:08 DEBUG : Creating backend with remote "/tmp/rclone2755165949" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-damoniz7hicu", Local "Local file system at /tmp/rclone2755165949", Modify Window "1ns" 2025/02/12 03:19:09 INFO : Swift container rclone-test-damoniz7hicu: Container "rclone-test-damoniz7hicu" created both checkfile vs. NFCx2 remote (without normalization) 2025/02/12 03:19:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/12 03:19:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-damoniz7hicu 2025/02/12 03:19:25 NOTICE: Compressed: TestCompressSwift:rclone-test-damoniz7hicu: 1 files missing 2025/02/12 03:19:25 NOTICE: 1 hashes missing 2025/02/12 03:19:25 NOTICE: Compressed: TestCompressSwift:rclone-test-damoniz7hicu: 2 differences found 2025/02/12 03:19:25 NOTICE: Compressed: TestCompressSwift:rclone-test-damoniz7hicu: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/02/12 03:19:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/12 03:19:26 NOTICE: Compressed: TestCompressSwift:rclone-test-damoniz7hicu: 0 differences found 2025/02/12 03:19:26 NOTICE: Compressed: TestCompressSwift:rclone-test-damoniz7hicu: 1 matching files 2025/02/12 03:19:26 DEBUG : Compressed: TestCompressSwift:rclone-test-damoniz7hicu: Purge remote 2025/02/12 03:19:26 DEBUG : Waiting for deletions to finish 2025/02/12 03:19:31 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/02/12 03:19:31 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/02/12 03:19:31 INFO : Swift container rclone-test-damoniz7hicu: Container "rclone-test-damoniz7hicu" removed 2025/02/12 03:19:31 DEBUG : Compressed: TestCompressSwift:rclone-test-dezokin1ledu: Purge remote 2025/02/12 03:19:31 DEBUG : Waiting for deletions to finish 2025/02/12 03:19:32 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/02/12 03:19:37 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/02/12 03:19:37 INFO : Swift container rclone-test-dezokin1ledu: Container "rclone-test-dezokin1ledu" removed 2025/02/12 03:19:37 DEBUG : Compressed: TestCompressSwift:rclone-test-vohimah3ditu: Purge remote 2025/02/12 03:19:37 DEBUG : Waiting for deletions to finish 2025/02/12 03:19:37 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/02/12 03:19:42 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/02/12 03:19:42 INFO : Swift container rclone-test-vohimah3ditu: Container "rclone-test-vohimah3ditu" removed 2025/02/12 03:19:42 DEBUG : Compressed: TestCompressSwift:rclone-test-zetitid6hixa: Purge remote 2025/02/12 03:19:42 DEBUG : Waiting for deletions to finish 2025/02/12 03:19:43 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/02/12 03:19:53 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/02/12 03:19:53 INFO : Swift container rclone-test-zetitid6hixa: Container "rclone-test-zetitid6hixa" removed 2025/02/12 03:19:53 DEBUG : Compressed: TestCompressSwift:rclone-test-vucuveq0juwa: Purge remote 2025/02/12 03:19:53 DEBUG : Waiting for deletions to finish 2025/02/12 03:19:58 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/02/12 03:20:03 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/02/12 03:20:03 INFO : Swift container rclone-test-vucuveq0juwa: Container "rclone-test-vucuveq0juwa" removed 2025/02/12 03:20:03 DEBUG : Compressed: TestCompressSwift:rclone-test-jowiket4bazu: Purge remote 2025/02/12 03:20:03 DEBUG : Waiting for deletions to finish 2025/02/12 03:20:08 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/02/12 03:20:13 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/02/12 03:20:14 INFO : Swift container rclone-test-jowiket4bazu: Container "rclone-test-jowiket4bazu" removed 2025/02/12 03:20:14 DEBUG : Compressed: TestCompressSwift:rclone-test-tazecub9vida: Purge remote 2025/02/12 03:20:14 DEBUG : Waiting for deletions to finish 2025/02/12 03:20:19 INFO : HELLO, WORLD!.bin: Deleted 2025/02/12 03:20:24 INFO : HELLO, WORLD!.json: Deleted 2025/02/12 03:20:24 INFO : Swift container rclone-test-tazecub9vida: Container "rclone-test-tazecub9vida" removed 2025/02/12 03:20:24 DEBUG : Compressed: TestCompressSwift:rclone-test-wafobuj7xelo: Purge remote 2025/02/12 03:20:24 DEBUG : Waiting for deletions to finish 2025/02/12 03:20:25 INFO : HeLlO, wOrLd!.json: Deleted 2025/02/12 03:20:25 INFO : HeLlO, wOrLd!.bin: Deleted 2025/02/12 03:20:25 INFO : Swift container rclone-test-wafobuj7xelo: Container "rclone-test-wafobuj7xelo" removed 2025/02/12 03:20:25 DEBUG : Compressed: TestCompressSwift:rclone-test-zaderiw6nane: Purge remote 2025/02/12 03:20:25 DEBUG : Waiting for deletions to finish 2025/02/12 03:20:30 INFO : HELLO, WORLD!.json: Deleted 2025/02/12 03:20:30 INFO : HELLO, WORLD!.bin: Deleted 2025/02/12 03:20:31 INFO : Swift container rclone-test-zaderiw6nane: Container "rclone-test-zaderiw6nane" removed 2025/02/12 03:20:31 DEBUG : Compressed: TestCompressSwift:rclone-test-remaqin1hewi: Purge remote 2025/02/12 03:20:31 DEBUG : Waiting for deletions to finish 2025/02/12 03:20:31 INFO : hello, world!.bin: Deleted 2025/02/12 03:20:31 INFO : hello, world!.json: Deleted 2025/02/12 03:20:31 INFO : Swift container rclone-test-remaqin1hewi: Container "rclone-test-remaqin1hewi" removed --- PASS: TestApplyTransforms (427.82s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" 2025/02/12 03:20:36 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/12 03:20:42 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/02/12 03:20:42 INFO : file1: Copied (new) to: sub/file2 2025/02/12 03:20:42 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/02/12 03:20:42 DEBUG : file1: Unchanged skipping 2025/02/12 03:20:43 DEBUG : Compressed: TestCompressSwift:rclone-test-hotudoj4bori: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (12.10s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.15s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" 2025/02/12 03:20:50 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hotudoj4bori/backup" 2025/02/12 03:20:50 DEBUG : Swift container rclone-test-hotudoj4bori path backup.json: Auto set use_segments_container to true 2025/02/12 03:20:56 DEBUG : Swift container rclone-test-hotudoj4bori path backup: Auto set use_segments_container to true 2025/02/12 03:21:01 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/02/12 03:21:35 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/02/12 03:21:35 INFO : dst/file1: Copied (server-side copy) 2025/02/12 03:21:36 INFO : dst/file1: Deleted 2025/02/12 03:21:41 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/02/12 03:21:41 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (74.00s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" 2025/02/12 03:21:57 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hotudoj4bori/dst" 2025/02/12 03:21:57 DEBUG : Config file has changed externally - reloading 2025/02/12 03:21:58 DEBUG : Swift container rclone-test-hotudoj4bori path dst.json: Auto set use_segments_container to true 2025/02/12 03:22:04 DEBUG : Swift container rclone-test-hotudoj4bori path dst: Auto set use_segments_container to true 2025/02/12 03:22:14 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hotudoj4bori/CompareDest" 2025/02/12 03:22:14 DEBUG : Config file has changed externally - reloading 2025/02/12 03:22:15 DEBUG : Swift container rclone-test-hotudoj4bori path CompareDest.json: Auto set use_segments_container to true 2025/02/12 03:22:21 DEBUG : Swift container rclone-test-hotudoj4bori path CompareDest: Auto set use_segments_container to true 2025/02/12 03:22:41 DEBUG : one: Need to transfer - File not found at Destination 2025/02/12 03:23:12 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/02/12 03:23:12 INFO : one: Copied (new) 2025/02/12 03:23:23 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/12 03:23:48 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/02/12 03:23:48 INFO : one: Copied (replaced existing) 2025/02/12 03:24:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/12 03:24:11 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/02/12 03:24:11 DEBUG : one: Destination found in --compare-dest, skipping 2025/02/12 03:24:48 DEBUG : two: Need to transfer - File not found at Destination 2025/02/12 03:25:08 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/02/12 03:25:08 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/12 03:25:24 DEBUG : two: Need to transfer - File not found at Destination 2025/02/12 03:26:04 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/02/12 03:26:04 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/12 03:26:35 DEBUG : two: Need to transfer - File not found at Destination 2025/02/12 03:27:01 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/02/12 03:27:12 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/02/12 03:27:12 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (352.28s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" 2025/02/12 03:27:50 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hotudoj4bori/dst" 2025/02/12 03:27:50 DEBUG : Swift container rclone-test-hotudoj4bori path dst.json: Auto set use_segments_container to true 2025/02/12 03:27:56 DEBUG : Swift container rclone-test-hotudoj4bori path dst: Auto set use_segments_container to true 2025/02/12 03:28:06 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hotudoj4bori/CopyDest" 2025/02/12 03:28:07 DEBUG : Swift container rclone-test-hotudoj4bori path CopyDest.json: Auto set use_segments_container to true 2025/02/12 03:28:13 DEBUG : Swift container rclone-test-hotudoj4bori path CopyDest: Auto set use_segments_container to true 2025/02/12 03:28:18 DEBUG : one: Need to transfer - File not found at Destination 2025/02/12 03:28:52 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/02/12 03:28:52 INFO : one: Copied (new) 2025/02/12 03:28:53 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/12 03:29:18 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/02/12 03:29:18 INFO : one: Copied (replaced existing) 2025/02/12 03:30:00 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hotudoj4bori/BackupDir" 2025/02/12 03:30:01 DEBUG : Swift container rclone-test-hotudoj4bori path BackupDir.json: Auto set use_segments_container to true 2025/02/12 03:30:21 DEBUG : Swift container rclone-test-hotudoj4bori path BackupDir: Auto set use_segments_container to true 2025/02/12 03:30:27 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/12 03:31:07 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/02/12 03:31:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/12 03:31:43 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/02/12 03:31:43 INFO : one: Copied (server-side copy) 2025/02/12 03:31:48 INFO : one: Deleted 2025/02/12 03:32:09 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/02/12 03:32:09 INFO : one: Copied (server-side copy) 2025/02/12 03:32:09 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/02/12 03:32:41 DEBUG : two: Need to transfer - File not found at Destination 2025/02/12 03:32:42 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/02/12 03:33:03 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/02/12 03:33:03 INFO : two: Copied (server-side copy) 2025/02/12 03:33:03 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/02/12 03:33:14 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/02/12 03:33:14 DEBUG : two: Unchanged skipping 2025/02/12 03:33:53 DEBUG : three: Need to transfer - File not found at Destination 2025/02/12 03:33:53 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/02/12 03:33:53 DEBUG : three: Destination not found in --copy-dest 2025/02/12 03:33:59 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/02/12 03:33:59 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (423.53s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.16s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.14s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" 2025/02/12 03:34:59 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/02/12 03:35:09 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/02/12 03:35:09 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/02/12 03:35:20 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/02/12 03:35:31 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/02/12 03:35:31 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy5.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-hotudoj4bori/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/02/12 03:35:41 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/02/12 03:35:57 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/02/12 03:36:13 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 70cac5f0d21e198ed7c567eed7e909d6 OK 2025/02/12 03:36:13 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (105.74s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", 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-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.19s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.24s) === RUN TestDeduplicateFirst run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.16s) === RUN TestDeduplicateNewest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", 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-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" 2025/02/12 03:37:35 INFO : Compressed: TestCompressSwift:rclone-test-hotudoj4bori: Looking for duplicate md5 hashes using newest mode. 2025/02/12 03:37:35 NOTICE: 5fd211dcf72aa093733e8aea6f7c63de: Found 3 files with duplicate md5 hashes 2025/02/12 03:37:41 INFO : one: Deleted 2025/02/12 03:37:42 INFO : also/one: Deleted 2025/02/12 03:37:42 NOTICE: 5fd211dcf72aa093733e8aea6f7c63de: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (97.50s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.20s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.20s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", 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-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", 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-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", 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-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" 2025/02/12 03:39:57 DEBUG : a.txt: Excluded (Size Filter) 2025/02/12 03:39:57 DEBUG : a.txt: Excluded 2025/02/12 03:39:57 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/02/12 03:39:57 DEBUG : sub dir/hello world: Excluded 2025/02/12 03:39:57 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/02/12 03:39:57 DEBUG : sub dir/hello world2: Excluded 2025/02/12 03:39:57 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/02/12 03:39:57 DEBUG : sub dir/hello world: Excluded 2025/02/12 03:39:57 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/02/12 03:39:57 DEBUG : sub dir/hello world2: Excluded 2025/02/12 03:40:02 DEBUG : sub dir/ignore dir: Excluded 2025/02/12 03:40:08 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (176.54s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", 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 (15.34s) --- PASS: TestListJSON/Default (0.26s) --- PASS: TestListJSON/FilesOnly (0.19s) --- PASS: TestListJSON/DirsOnly (0.07s) --- PASS: TestListJSON/Recurse (0.32s) --- PASS: TestListJSON/SubDir (0.20s) --- PASS: TestListJSON/NoModTime (0.14s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (0.18s) --- PASS: TestListJSON/HashTypes (0.19s) --- PASS: TestListJSON/Metadata (0.19s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", 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/02/12 03:42:04 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hotudoj4bori/notfound" 2025/02/12 03:42:04 DEBUG : Config file has changed externally - reloading 2025/02/12 03:42:04 DEBUG : Swift container rclone-test-hotudoj4bori path notfound.json: Auto set use_segments_container to true 2025/02/12 03:42:10 DEBUG : Swift container rclone-test-hotudoj4bori path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (45.75s) --- PASS: TestStatJSON/Root (0.08s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.11s) --- PASS: TestStatJSON/Dir (5.31s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.10s) --- PASS: TestStatJSON/File (0.15s) --- PASS: TestStatJSON/NotFound (5.24s) --- PASS: TestStatJSON/DirFilesOnly (5.06s) --- PASS: TestStatJSON/FileFilesOnly (0.14s) --- PASS: TestStatJSON/NotFoundFilesOnly (5.06s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.10s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (11.70s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" 2025/02/12 03:42:16 INFO : Compressed: TestCompressSwift:rclone-test-hotudoj4bori: Making directory 2025/02/12 03:42:16 INFO : Compressed: TestCompressSwift:rclone-test-hotudoj4bori: Making directory --- PASS: TestMkdir (0.16s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" --- PASS: TestLsd (16.31s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" --- PASS: TestLs (47.26s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" 2025/02/12 03:43:51 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/02/12 03:43:51 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (47.32s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" --- PASS: TestLsLong (57.29s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (52.52s) --- PASS: TestHashSums/Md5 (5.19s) --- PASS: TestHashSums/Md5Download (5.22s) === RUN TestHashSumsWithErrors 2025/02/12 03:45:57 DEBUG : Creating backend with remote ":memory:" 2025/02/12 03:45:57 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/02/12 03:45:57 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/02/12 03:45:57 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/02/12 03:45:57 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/02/12 03:45:57 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/02/12 03:45:57 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/02/12 03:45:57 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/02/12 03:45:57 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/02/12 03:45:57 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-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" --- PASS: TestCount (68.22s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" 2025/02/12 03:48:03 DEBUG : Waiting for deletions to finish 2025/02/12 03:48:03 DEBUG : large: Excluded (Size Filter) 2025/02/12 03:48:09 INFO : small: Deleted 2025/02/12 03:48:19 INFO : medium: Deleted --- PASS: TestDelete (84.04s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" 2025/02/12 03:49:26 DEBUG : Waiting for deletions to finish 2025/02/12 03:49:26 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/02/12 03:49:32 INFO : large: Deleted 2025/02/12 03:49:37 INFO : medium: Deleted --- PASS: TestMaxDelete (72.87s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hotudoj4bori", Local "Local file system at /tmp/rclone2485359768", Modify Window "1ns" 2025/02/12 03:50:44 DEBUG : Waiting for deletions to finish 2025/02/12 03:50:44 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/02/12 03:50:49 INFO : small: Deleted panic: test timed out after 1h0m0s running tests: TestMaxDeleteSizeLargeFile (1m21s) goroutine 7784 [running]: testing.(*M).startAlarm.func1() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/testing/testing.go:2366 +0x385 created by time.goFunc /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/time/sleep.go:177 +0x2d goroutine 1 [chan receive, 2 minutes]: testing.(*T).Run(0xc000810000, {0x2598dee?, 0x0?}, 0x26a75b0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/testing/testing.go:1750 +0x3ab testing.runTests.func1(0xc000810000) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/testing/testing.go:2161 +0x37 testing.tRunner(0xc000810000, 0xc0008ddc00) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/testing/testing.go:1689 +0xfb testing.runTests(0xc00083c7e0, {0x3c3a5a0, 0x6c, 0x6c}, {0x1?, 0xedf3e0397?, 0x3c4eae0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/testing/testing.go:2159 +0x445 testing.(*M).Run(0xc0001e81e0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/testing/testing.go:2027 +0x68b github.com/rclone/rclone/fstest.TestMain(0xc0001e81e0) /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 +0x196 goroutine 6 [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 +0xab goroutine 5 [syscall, 60 minutes]: os/signal.signal_recv() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/sigqueue.go:152 +0x29 os/signal.loop() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/os/signal/signal_unix.go:23 +0x13 created by os/signal.Notify.func1.1 in goroutine 1 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/os/signal/signal.go:151 +0x1f goroutine 7631 [chan receive]: github.com/rclone/rclone/fs/operations.Delete({0x298dec0, 0xc000948e70}, {0x29a1398, 0xc00024bb00}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1184 +0x145 github.com/rclone/rclone/fs/operations_test.TestMaxDeleteSizeLargeFile(0xc00049c4e0) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:470 +0x525 testing.tRunner(0xc00049c4e0, 0x26a75b0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/testing/testing.go:1689 +0xfb created by testing.(*T).Run in goroutine 1 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/testing/testing.go:1742 +0x390 goroutine 673 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 663 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 550 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 492 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 225 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 215 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 7560 [IO wait]: internal/poll.runtime_pollWait(0x7f995185feb8, 0x72) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/netpoll.go:345 +0x85 internal/poll.(*pollDesc).wait(0xc000812380?, 0xc00022cc80?, 0x0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc000812380, {0xc00022cc80, 0x1980, 0x1980}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/internal/poll/fd_unix.go:164 +0x27a net.(*netFD).Read(0xc000812380, {0xc00022cc80?, 0xc0008bd850?, 0x41cc25?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc00008a2f8, {0xc00022cc80?, 0x7f9999af05a8?, 0xc00075e468?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/net/net.go:179 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc00075e000, {0xc00022cc80?, 0x0?, 0x8bd930?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc00075e468, {0xc00022cc80?, 0x0?, 0xc00075e468?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/crypto/tls/conn.go:806 +0x3b bytes.(*Buffer).ReadFrom(0xc000165eb0, {0x2968f60, 0xc00075e468}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc000165c08, {0x7f99504a8768, 0xc00075e000}, 0xc0008bd978?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/crypto/tls/conn.go:828 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc000165c08, 0x0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/crypto/tls/conn.go:626 +0x3cf crypto/tls.(*Conn).readRecord(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0xc000165c08, {0xc000a2f000, 0x1000, 0x2?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/crypto/tls/conn.go:1370 +0x156 net/http.(*persistConn).Read(0xc00132a7e0, {0xc000a2f000?, 0x4566a0?, 0xc0008bdf28?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/net/http/transport.go:1976 +0x4a bufio.(*Reader).fill(0xc0005a2660) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/bufio/bufio.go:110 +0x103 bufio.(*Reader).Peek(0xc0005a2660, 0x1) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/bufio/bufio.go:148 +0x53 net/http.(*persistConn).readLoop(0xc00132a7e0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/net/http/transport.go:2140 +0x1b9 created by net/http.(*Transport).dialConn in goroutine 7741 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/net/http/transport.go:1798 +0x152f goroutine 3196 [chan receive, 32 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 2805 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xab goroutine 276 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 250 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 7632 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc0008cc380) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:338 +0x150 created by github.com/rclone/rclone/fs/accounting.(*StatsInfo)._startAverageLoop in goroutine 7631 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:403 +0xb6 goroutine 1283 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1161 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 2960 [chan receive, 36 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 2805 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xab goroutine 516 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 474 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 171 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 49 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 1471 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1461 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 3469 [chan receive, 32 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 2805 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xab goroutine 3556 [chan receive, 32 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 2805 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xab goroutine 7624 [select]: net/http.(*persistConn).writeLoop(0xc001323680) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/net/http/transport.go:2443 +0xf0 created by net/http.(*Transport).dialConn in goroutine 7609 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/net/http/transport.go:1799 +0x1585 goroutine 318 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 308 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 7783 [select]: net/http.(*persistConn).roundTrip(0xc001323680, 0xc000808740) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/net/http/transport.go:2674 +0x979 net/http.(*Transport).roundTrip(0xc00089f040, 0xc001323320) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/net/http/transport.go:608 +0x79a net/http.(*Transport).RoundTrip(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/net/http/roundtrip.go:17 github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0xc0004ed420, 0xc001323320) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:352 +0x345 net/http.send(0xc001323320, {0x2968900, 0xc0004ed420}, {0x72d401?, 0xc000ad2540?, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/net/http/client.go:259 +0x5e4 net/http.(*Client).send(0xc0001927b0, 0xc001323320, {0xc000ac2ef8?, 0xac2dd8?, 0x0?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/net/http/client.go:180 +0x98 net/http.(*Client).do(0xc0001927b0, 0xc001323320) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/net/http/client.go:724 +0x8dc net/http.(*Client).Do(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/net/http/client.go:590 github.com/ncw/swift/v2.(*Connection).doTimeoutRequest.func1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:420 +0x2b created by github.com/ncw/swift/v2.(*Connection).doTimeoutRequest in goroutine 7724 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:419 +0xb8 goroutine 3103 [chan receive, 34 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 2805 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xab goroutine 770 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 744 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 422 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 412 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 621 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 612 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 828 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 818 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 2888 [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 2805 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xab goroutine 3383 [chan receive, 32 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 2805 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xab goroutine 939 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 929 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 7623 [IO wait]: internal/poll.runtime_pollWait(0x7f995185fdc0, 0x72) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/netpoll.go:345 +0x85 internal/poll.(*pollDesc).wait(0xc00024a280?, 0xc0009d9980?, 0x0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc00024a280, {0xc0009d9980, 0x1980, 0x1980}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/internal/poll/fd_unix.go:164 +0x27a net.(*netFD).Read(0xc00024a280, {0xc0009d9980?, 0xc000098850?, 0x41cc25?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc000814030, {0xc0009d9980?, 0x7f9950414d58?, 0xc000ad6480?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/net/net.go:179 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc00083c4e0, {0xc0009d9980?, 0x0?, 0x98930?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000ad6480, {0xc0009d9980?, 0x0?, 0xc000ad6480?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/crypto/tls/conn.go:806 +0x3b bytes.(*Buffer).ReadFrom(0xc000005430, {0x2968f60, 0xc000ad6480}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc000005188, {0x7f99504a8768, 0xc00083c4e0}, 0xc000098978?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/crypto/tls/conn.go:828 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc000005188, 0x0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/crypto/tls/conn.go:626 +0x3cf crypto/tls.(*Conn).readRecord(...) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0xc000005188, {0xc000a65000, 0x1000, 0x2?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/crypto/tls/conn.go:1370 +0x156 net/http.(*persistConn).Read(0xc001323680, {0xc000a65000?, 0x4566a0?, 0xc000098f28?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/net/http/transport.go:1976 +0x4a bufio.(*Reader).fill(0xc002225680) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/bufio/bufio.go:110 +0x103 bufio.(*Reader).Peek(0xc002225680, 0x1) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/bufio/bufio.go:148 +0x53 net/http.(*persistConn).readLoop(0xc001323680) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/net/http/transport.go:2140 +0x1b9 created by net/http.(*Transport).dialConn in goroutine 7609 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/net/http/transport.go:1798 +0x152f goroutine 722 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 712 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 1320 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1182 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 1442 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1400 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 1028 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1002 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 7724 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0008cda40, 0xc000834e60, 0xc001323320) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:424 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0008cda40, {0x298dec0, 0xc000948e70}, {0xc0006fc000, 0x4f}, {{0xc0001f4570, 0x18}, {0xc0001f4589, 0xa}, {0x255bb63, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:776 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc0008cda40, {0x298dec0, 0xc000948e70}, {{0xc0001f4570, 0x18}, {0xc0001f4589, 0xa}, {0x255bb63, 0x6}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:846 +0x151 github.com/ncw/swift/v2.(*Connection).ObjectDelete(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.3/swift.go:1901 github.com/rclone/rclone/backend/swift.(*Object).Remove.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1622 +0x105 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x50?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:88 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc0005a2000, 0xc000834e10, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc0005a2000, 0xc000834e10) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x92 github.com/rclone/rclone/backend/swift.(*Object).Remove(0xc000a458c0, {0x298dec0, 0xc000948e70}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1621 +0x29b github.com/rclone/rclone/backend/compress.(*Object).Remove(0xc0004c2870, {0x298dec0, 0xc000948e70}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1113 +0xc3 github.com/rclone/rclone/fs/operations.DeleteFileWithBackupDir({0x298dec0, 0xc000948e70}, {0x29a1408, 0xc0004c2870}, {0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:565 +0x27a github.com/rclone/rclone/fs/operations.DeleteFilesWithBackupDir.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:600 +0x117 created by github.com/rclone/rclone/fs/operations.DeleteFilesWithBackupDir in goroutine 7707 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:597 +0xd9 goroutine 1373 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1363 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 1247 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1237 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 1074 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1064 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 7707 [semacquire]: sync.runtime_Semacquire(0x0?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/runtime/sema.go:62 +0x25 sync.(*WaitGroup).Wait(0x298de07?) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/sync/waitgroup.go:116 +0x48 github.com/rclone/rclone/fs/operations.DeleteFilesWithBackupDir({0x298dec0, 0xc000948e70}, 0xc0008e4720, {0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:615 +0x1c5 github.com/rclone/rclone/fs/operations.DeleteFiles(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:628 github.com/rclone/rclone/fs/operations.Delete.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1178 +0x2c created by github.com/rclone/rclone/fs/operations.Delete in goroutine 7631 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1177 +0xc5 goroutine 1204 [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:211 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1194 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:209 +0x378 goroutine 7561 [select]: net/http.(*persistConn).writeLoop(0xc00132a7e0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/net/http/transport.go:2443 +0xf0 created by net/http.(*Transport).dialConn in goroutine 7741 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.0.linux-amd64/src/net/http/transport.go:1799 +0x1585 goroutine 2806 [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 2805 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xab goroutine 3032 [chan receive, 36 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 2805 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xab goroutine 3215 [chan receive, 32 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 2805 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xab "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m1.307318219s (try 1/5): exit status 2: Failed []