"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 3/5) 2025/06/24 03:50:22 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yuborek4luqi" 2025/06/24 03:50:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 03:50:22 DEBUG : Swift container rclone-test-yuborek4luqi.json: Auto set use_segments_container to true 2025/06/24 03:50:22 DEBUG : Swift container rclone-test-yuborek4luqi: Auto set use_segments_container to true 2025/06/24 03:50:22 DEBUG : Creating backend with remote "/tmp/rclone1374447203" === 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-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.19s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", 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/06/24 03:50:23 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/24 03:50:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/24 03:50:23 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/06/24 03:50:23 DEBUG : potato: Seek from 10 to 0 2025/06/24 03:50:23 DEBUG : potato: Seek from 10 to 0 2025/06/24 03:50:23 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/06/24 03:50:23 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/24 03:50:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/24 03:50:23 DEBUG : potato: Seek from 5 to 2 2025/06/24 03:50:23 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/06/24 03:50:23 DEBUG : potato: Seek from 7 to 0 2025/06/24 03:50:23 DEBUG : potato: Seek from 7 to 0 2025/06/24 03:50:23 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/06/24 03:50:23 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/24 03:50:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/24 03:50:23 DEBUG : potato: Seek from 5 to 2 2025/06/24 03:50:23 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/06/24 03:50:23 DEBUG : potato: Seek from 8 to 0 2025/06/24 03:50:23 DEBUG : potato: Seek from 8 to 0 2025/06/24 03:50:23 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/06/24 03:50:23 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/24 03:50:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/24 03:50:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/24 03:50:23 DEBUG : potato: Seek from 5 to 2 2025/06/24 03:50:23 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/06/24 03:50:23 DEBUG : potato: Seek from 9 to 0 2025/06/24 03:50:23 DEBUG : potato: Seek from 9 to 0 2025/06/24 03:50:23 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" 2025/06/24 03:50:23 INFO : Swift container rclone-test-yuborek4luqi: Container "rclone-test-yuborek4luqi" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (94.49s) --- PASS: TestCheck/1 (0.14s) --- PASS: TestCheck/2 (0.14s) --- PASS: TestCheck/3 (0.14s) --- PASS: TestCheck/4 (5.25s) --- PASS: TestCheck/5 (10.14s) --- PASS: TestCheck/6 (5.21s) --- PASS: TestCheck/7 (5.16s) === RUN TestCheckFsError 2025/06/24 03:51:57 DEBUG : Creating backend with remote "nonexistent" 2025/06/24 03:51:57 DEBUG : Creating backend with remote "nonexistent" 2025/06/24 03:51:57 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/06/24 03:51:57 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/06/24 03:51:57 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/06/24 03:51:57 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-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", 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 (126.93s) --- PASS: TestCheckDownload/1 (5.26s) --- PASS: TestCheckDownload/2 (5.41s) --- PASS: TestCheckDownload/3 (0.23s) --- PASS: TestCheckDownload/4 (10.20s) --- PASS: TestCheckDownload/5 (5.20s) --- PASS: TestCheckDownload/6 (10.25s) --- PASS: TestCheckDownload/7 (10.21s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", 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 (50.24s) --- PASS: TestCheckSizeOnly/1 (0.14s) --- PASS: TestCheckSizeOnly/2 (0.05s) --- PASS: TestCheckSizeOnly/3 (0.10s) --- PASS: TestCheckSizeOnly/4 (0.08s) --- PASS: TestCheckSizeOnly/5 (0.06s) --- PASS: TestCheckSizeOnly/6 (0.27s) --- PASS: TestCheckSizeOnly/7 (0.05s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" 2025/06/24 03:55:21 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/24 03:55:21 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/24 03:55:21 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/24 03:55:21 NOTICE: test.sum: 2 warning(s) suppressed... 2025/06/24 03:55:36 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/24 03:55:36 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/24 03:55:36 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/24 03:55:36 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (52.38s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" 2025/06/24 03:55:47 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yuborek4luqi/data" 2025/06/24 03:55:47 DEBUG : Config file has changed externally - reloading 2025/06/24 03:55:47 DEBUG : Swift container rclone-test-yuborek4luqi path data.json: Auto set use_segments_container to true 2025/06/24 03:55:53 DEBUG : Swift container rclone-test-yuborek4luqi 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 (306.56s) --- PASS: TestCheckSum/subtest1 (20.47s) --- PASS: TestCheckSum/subtest2 (5.44s) --- PASS: TestCheckSum/subtest3 (20.53s) --- PASS: TestCheckSum/subtest4 (5.56s) --- PASS: TestCheckSum/subtest5 (10.64s) --- PASS: TestCheckSum/subtest6 (0.45s) --- PASS: TestCheckSum/subtest7 (5.45s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" 2025/06/24 04:00:53 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yuborek4luqi/data" 2025/06/24 04:00:53 DEBUG : Config file has changed externally - reloading 2025/06/24 04:00:54 DEBUG : Swift container rclone-test-yuborek4luqi path data.json: Auto set use_segments_container to true 2025/06/24 04:00:59 DEBUG : Swift container rclone-test-yuborek4luqi 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 (354.11s) --- PASS: TestCheckSumDownload/subtest1 (10.42s) --- PASS: TestCheckSumDownload/subtest2 (15.64s) --- PASS: TestCheckSumDownload/subtest3 (10.53s) --- PASS: TestCheckSumDownload/subtest4 (20.42s) --- PASS: TestCheckSumDownload/subtest5 (10.44s) --- PASS: TestCheckSumDownload/subtest6 (15.44s) --- PASS: TestCheckSumDownload/subtest7 (15.52s) === RUN TestApplyTransforms 2025/06/24 04:06:47 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-qujiyem7hano" 2025/06/24 04:06:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 04:06:48 DEBUG : Swift container rclone-test-qujiyem7hano.json: Auto set use_segments_container to true 2025/06/24 04:06:48 DEBUG : Swift container rclone-test-qujiyem7hano: Auto set use_segments_container to true 2025/06/24 04:06:48 DEBUG : Creating backend with remote "/tmp/rclone2107714870" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-qujiyem7hano", Local "Local file system at /tmp/rclone2107714870", Modify Window "1ns" 2025/06/24 04:06:48 INFO : Swift container rclone-test-qujiyem7hano: Container "rclone-test-qujiyem7hano" created upper checkfile vs. lower remote (without normalization) 2025/06/24 04:07:00 ERROR : hello, world!: sum not found 2025/06/24 04:07:00 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-qujiyem7hano 2025/06/24 04:07:00 NOTICE: Compressed: TestCompressSwift:rclone-test-qujiyem7hano: 1 files missing 2025/06/24 04:07:00 NOTICE: 1 hashes missing 2025/06/24 04:07:00 NOTICE: Compressed: TestCompressSwift:rclone-test-qujiyem7hano: 2 differences found 2025/06/24 04:07:00 NOTICE: Compressed: TestCompressSwift:rclone-test-qujiyem7hano: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/06/24 04:07:05 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 04:07:05 NOTICE: Compressed: TestCompressSwift:rclone-test-qujiyem7hano: 0 differences found 2025/06/24 04:07:05 NOTICE: Compressed: TestCompressSwift:rclone-test-qujiyem7hano: 1 matching files 2025/06/24 04:07:05 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-rorupec3beqo" 2025/06/24 04:07:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 04:07:05 DEBUG : Swift container rclone-test-rorupec3beqo.json: Auto set use_segments_container to true 2025/06/24 04:07:05 DEBUG : Swift container rclone-test-rorupec3beqo: Auto set use_segments_container to true 2025/06/24 04:07:05 DEBUG : Creating backend with remote "/tmp/rclone3276303305" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-rorupec3beqo", Local "Local file system at /tmp/rclone3276303305", Modify Window "1ns" 2025/06/24 04:07:06 INFO : Swift container rclone-test-rorupec3beqo: Container "rclone-test-rorupec3beqo" created lower checkfile vs. upper remote (without normalization) 2025/06/24 04:07:17 ERROR : HELLO, WORLD!: sum not found 2025/06/24 04:07:17 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-rorupec3beqo 2025/06/24 04:07:17 NOTICE: Compressed: TestCompressSwift:rclone-test-rorupec3beqo: 1 files missing 2025/06/24 04:07:17 NOTICE: 1 hashes missing 2025/06/24 04:07:17 NOTICE: Compressed: TestCompressSwift:rclone-test-rorupec3beqo: 2 differences found 2025/06/24 04:07:17 NOTICE: Compressed: TestCompressSwift:rclone-test-rorupec3beqo: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/06/24 04:07:17 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 04:07:17 NOTICE: Compressed: TestCompressSwift:rclone-test-rorupec3beqo: 0 differences found 2025/06/24 04:07:17 NOTICE: Compressed: TestCompressSwift:rclone-test-rorupec3beqo: 1 matching files 2025/06/24 04:07:17 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jifejiz3fuwe" 2025/06/24 04:07:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 04:07:18 DEBUG : Swift container rclone-test-jifejiz3fuwe.json: Auto set use_segments_container to true 2025/06/24 04:07:18 DEBUG : Swift container rclone-test-jifejiz3fuwe: Auto set use_segments_container to true 2025/06/24 04:07:18 DEBUG : Creating backend with remote "/tmp/rclone2702161069" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jifejiz3fuwe", Local "Local file system at /tmp/rclone2702161069", Modify Window "1ns" 2025/06/24 04:07:18 INFO : Swift container rclone-test-jifejiz3fuwe: Container "rclone-test-jifejiz3fuwe" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/06/24 04:07:34 ERROR : HeLlO, wOrLd!: sum not found 2025/06/24 04:07:34 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-jifejiz3fuwe 2025/06/24 04:07:34 NOTICE: Compressed: TestCompressSwift:rclone-test-jifejiz3fuwe: 1 files missing 2025/06/24 04:07:34 NOTICE: 1 hashes missing 2025/06/24 04:07:34 NOTICE: Compressed: TestCompressSwift:rclone-test-jifejiz3fuwe: 2 differences found 2025/06/24 04:07:34 NOTICE: Compressed: TestCompressSwift:rclone-test-jifejiz3fuwe: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/06/24 04:07:45 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 04:07:45 NOTICE: Compressed: TestCompressSwift:rclone-test-jifejiz3fuwe: 0 differences found 2025/06/24 04:07:45 NOTICE: Compressed: TestCompressSwift:rclone-test-jifejiz3fuwe: 1 matching files 2025/06/24 04:07:45 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jocepom5zuze" 2025/06/24 04:07:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 04:07:45 DEBUG : Swift container rclone-test-jocepom5zuze.json: Auto set use_segments_container to true 2025/06/24 04:07:45 DEBUG : Swift container rclone-test-jocepom5zuze: Auto set use_segments_container to true 2025/06/24 04:07:45 DEBUG : Creating backend with remote "/tmp/rclone2409417938" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jocepom5zuze", Local "Local file system at /tmp/rclone2409417938", Modify Window "1ns" 2025/06/24 04:07:46 INFO : Swift container rclone-test-jocepom5zuze: Container "rclone-test-jocepom5zuze" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/06/24 04:08:02 ERROR : HELLO, WORLD!: sum not found 2025/06/24 04:08:02 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-jocepom5zuze 2025/06/24 04:08:02 NOTICE: Compressed: TestCompressSwift:rclone-test-jocepom5zuze: 1 files missing 2025/06/24 04:08:02 NOTICE: 1 hashes missing 2025/06/24 04:08:02 NOTICE: Compressed: TestCompressSwift:rclone-test-jocepom5zuze: 2 differences found 2025/06/24 04:08:02 NOTICE: Compressed: TestCompressSwift:rclone-test-jocepom5zuze: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/06/24 04:08:07 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 04:08:07 NOTICE: Compressed: TestCompressSwift:rclone-test-jocepom5zuze: 0 differences found 2025/06/24 04:08:07 NOTICE: Compressed: TestCompressSwift:rclone-test-jocepom5zuze: 1 matching files 2025/06/24 04:08:07 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-coleron0qolo" 2025/06/24 04:08:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 04:08:08 DEBUG : Swift container rclone-test-coleron0qolo.json: Auto set use_segments_container to true 2025/06/24 04:08:08 DEBUG : Swift container rclone-test-coleron0qolo: Auto set use_segments_container to true 2025/06/24 04:08:08 DEBUG : Creating backend with remote "/tmp/rclone1984794031" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-coleron0qolo", Local "Local file system at /tmp/rclone1984794031", Modify Window "1ns" 2025/06/24 04:08:08 INFO : Swift container rclone-test-coleron0qolo: Container "rclone-test-coleron0qolo" created NFD checkfile vs. NFC remote (without normalization) 2025/06/24 04:08:19 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/24 04:08:19 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-coleron0qolo 2025/06/24 04:08:19 NOTICE: Compressed: TestCompressSwift:rclone-test-coleron0qolo: 1 files missing 2025/06/24 04:08:19 NOTICE: 1 hashes missing 2025/06/24 04:08:19 NOTICE: Compressed: TestCompressSwift:rclone-test-coleron0qolo: 2 differences found 2025/06/24 04:08:19 NOTICE: Compressed: TestCompressSwift:rclone-test-coleron0qolo: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/06/24 04:08:20 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 04:08:20 NOTICE: Compressed: TestCompressSwift:rclone-test-coleron0qolo: 0 differences found 2025/06/24 04:08:20 NOTICE: Compressed: TestCompressSwift:rclone-test-coleron0qolo: 1 matching files 2025/06/24 04:08:20 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-nuxukac7quso" 2025/06/24 04:08:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 04:08:20 DEBUG : Swift container rclone-test-nuxukac7quso.json: Auto set use_segments_container to true 2025/06/24 04:08:20 DEBUG : Swift container rclone-test-nuxukac7quso: Auto set use_segments_container to true 2025/06/24 04:08:20 DEBUG : Creating backend with remote "/tmp/rclone513153957" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-nuxukac7quso", Local "Local file system at /tmp/rclone513153957", Modify Window "1ns" 2025/06/24 04:08:21 INFO : Swift container rclone-test-nuxukac7quso: Container "rclone-test-nuxukac7quso" created NFC checkfile vs. NFD remote (without normalization) 2025/06/24 04:08:37 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/24 04:08:37 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-nuxukac7quso 2025/06/24 04:08:37 NOTICE: Compressed: TestCompressSwift:rclone-test-nuxukac7quso: 1 files missing 2025/06/24 04:08:37 NOTICE: 1 hashes missing 2025/06/24 04:08:37 NOTICE: Compressed: TestCompressSwift:rclone-test-nuxukac7quso: 2 differences found 2025/06/24 04:08:37 NOTICE: Compressed: TestCompressSwift:rclone-test-nuxukac7quso: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/06/24 04:08:47 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 04:08:47 NOTICE: Compressed: TestCompressSwift:rclone-test-nuxukac7quso: 0 differences found 2025/06/24 04:08:47 NOTICE: Compressed: TestCompressSwift:rclone-test-nuxukac7quso: 1 matching files 2025/06/24 04:08:47 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-suwojem0yaso" 2025/06/24 04:08:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 04:08:47 DEBUG : Swift container rclone-test-suwojem0yaso.json: Auto set use_segments_container to true 2025/06/24 04:08:48 DEBUG : Swift container rclone-test-suwojem0yaso: Auto set use_segments_container to true 2025/06/24 04:08:48 DEBUG : Creating backend with remote "/tmp/rclone3228885480" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-suwojem0yaso", Local "Local file system at /tmp/rclone3228885480", Modify Window "1ns" 2025/06/24 04:08:48 INFO : Swift container rclone-test-suwojem0yaso: Container "rclone-test-suwojem0yaso" created NFDx2 checkfile vs. both remote (without normalization) 2025/06/24 04:08:59 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/24 04:08:59 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-suwojem0yaso 2025/06/24 04:08:59 NOTICE: Compressed: TestCompressSwift:rclone-test-suwojem0yaso: 1 files missing 2025/06/24 04:08:59 NOTICE: 1 hashes missing 2025/06/24 04:08:59 NOTICE: Compressed: TestCompressSwift:rclone-test-suwojem0yaso: 2 differences found 2025/06/24 04:08:59 NOTICE: Compressed: TestCompressSwift:rclone-test-suwojem0yaso: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/06/24 04:08:59 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 04:08:59 NOTICE: Compressed: TestCompressSwift:rclone-test-suwojem0yaso: 0 differences found 2025/06/24 04:08:59 NOTICE: Compressed: TestCompressSwift:rclone-test-suwojem0yaso: 1 matching files 2025/06/24 04:08:59 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xeguzej3fihu" 2025/06/24 04:08:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 04:09:00 DEBUG : Swift container rclone-test-xeguzej3fihu.json: Auto set use_segments_container to true 2025/06/24 04:09:00 DEBUG : Swift container rclone-test-xeguzej3fihu: Auto set use_segments_container to true 2025/06/24 04:09:00 DEBUG : Creating backend with remote "/tmp/rclone1369554495" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xeguzej3fihu", Local "Local file system at /tmp/rclone1369554495", Modify Window "1ns" 2025/06/24 04:09:00 INFO : Swift container rclone-test-xeguzej3fihu: Container "rclone-test-xeguzej3fihu" created NFCx2 checkfile vs. both remote (without normalization) 2025/06/24 04:09:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/24 04:09:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-xeguzej3fihu 2025/06/24 04:09:06 NOTICE: Compressed: TestCompressSwift:rclone-test-xeguzej3fihu: 1 files missing 2025/06/24 04:09:06 NOTICE: 1 hashes missing 2025/06/24 04:09:06 NOTICE: Compressed: TestCompressSwift:rclone-test-xeguzej3fihu: 2 differences found 2025/06/24 04:09:06 NOTICE: Compressed: TestCompressSwift:rclone-test-xeguzej3fihu: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/06/24 04:09:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 04:09:07 NOTICE: Compressed: TestCompressSwift:rclone-test-xeguzej3fihu: 0 differences found 2025/06/24 04:09:07 NOTICE: Compressed: TestCompressSwift:rclone-test-xeguzej3fihu: 1 matching files 2025/06/24 04:09:07 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-dalacof3rira" 2025/06/24 04:09:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 04:09:07 DEBUG : Swift container rclone-test-dalacof3rira.json: Auto set use_segments_container to true 2025/06/24 04:09:07 DEBUG : Swift container rclone-test-dalacof3rira: Auto set use_segments_container to true 2025/06/24 04:09:07 DEBUG : Creating backend with remote "/tmp/rclone2632187355" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-dalacof3rira", Local "Local file system at /tmp/rclone2632187355", Modify Window "1ns" 2025/06/24 04:09:08 INFO : Swift container rclone-test-dalacof3rira: Container "rclone-test-dalacof3rira" created both checkfile vs. NFDx2 remote (without normalization) 2025/06/24 04:09:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/24 04:09:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-dalacof3rira 2025/06/24 04:09:14 NOTICE: Compressed: TestCompressSwift:rclone-test-dalacof3rira: 1 files missing 2025/06/24 04:09:14 NOTICE: 1 hashes missing 2025/06/24 04:09:14 NOTICE: Compressed: TestCompressSwift:rclone-test-dalacof3rira: 2 differences found 2025/06/24 04:09:14 NOTICE: Compressed: TestCompressSwift:rclone-test-dalacof3rira: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/06/24 04:09:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 04:09:14 NOTICE: Compressed: TestCompressSwift:rclone-test-dalacof3rira: 0 differences found 2025/06/24 04:09:14 NOTICE: Compressed: TestCompressSwift:rclone-test-dalacof3rira: 1 matching files 2025/06/24 04:09:14 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-baniyak7piki" 2025/06/24 04:09:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 04:09:15 DEBUG : Swift container rclone-test-baniyak7piki.json: Auto set use_segments_container to true 2025/06/24 04:09:15 DEBUG : Swift container rclone-test-baniyak7piki: Auto set use_segments_container to true 2025/06/24 04:09:15 DEBUG : Creating backend with remote "/tmp/rclone34120435" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-baniyak7piki", Local "Local file system at /tmp/rclone34120435", Modify Window "1ns" 2025/06/24 04:09:15 INFO : Swift container rclone-test-baniyak7piki: Container "rclone-test-baniyak7piki" created both checkfile vs. NFCx2 remote (without normalization) 2025/06/24 04:09:22 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/24 04:09:22 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-baniyak7piki 2025/06/24 04:09:22 NOTICE: Compressed: TestCompressSwift:rclone-test-baniyak7piki: 1 files missing 2025/06/24 04:09:22 NOTICE: 1 hashes missing 2025/06/24 04:09:22 NOTICE: Compressed: TestCompressSwift:rclone-test-baniyak7piki: 2 differences found 2025/06/24 04:09:22 NOTICE: Compressed: TestCompressSwift:rclone-test-baniyak7piki: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/06/24 04:09:22 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 04:09:22 NOTICE: Compressed: TestCompressSwift:rclone-test-baniyak7piki: 0 differences found 2025/06/24 04:09:22 NOTICE: Compressed: TestCompressSwift:rclone-test-baniyak7piki: 1 matching files 2025/06/24 04:09:22 DEBUG : Compressed: TestCompressSwift:rclone-test-baniyak7piki: Purge remote 2025/06/24 04:09:22 DEBUG : Waiting for deletions to finish 2025/06/24 04:09:22 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/24 04:09:22 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/24 04:09:23 INFO : Swift container rclone-test-baniyak7piki: Container "rclone-test-baniyak7piki" removed 2025/06/24 04:09:23 DEBUG : Compressed: TestCompressSwift:rclone-test-dalacof3rira: Purge remote 2025/06/24 04:09:23 DEBUG : Waiting for deletions to finish 2025/06/24 04:09:23 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/24 04:09:23 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/24 04:09:23 INFO : Swift container rclone-test-dalacof3rira: Container "rclone-test-dalacof3rira" removed 2025/06/24 04:09:23 DEBUG : Compressed: TestCompressSwift:rclone-test-xeguzej3fihu: Purge remote 2025/06/24 04:09:23 DEBUG : Waiting for deletions to finish 2025/06/24 04:09:24 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/24 04:09:24 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/24 04:09:24 INFO : Swift container rclone-test-xeguzej3fihu: Container "rclone-test-xeguzej3fihu" removed 2025/06/24 04:09:24 DEBUG : Compressed: TestCompressSwift:rclone-test-suwojem0yaso: Purge remote 2025/06/24 04:09:24 DEBUG : Waiting for deletions to finish 2025/06/24 04:09:25 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/24 04:09:35 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/24 04:09:35 INFO : Swift container rclone-test-suwojem0yaso: Container "rclone-test-suwojem0yaso" removed 2025/06/24 04:09:35 DEBUG : Compressed: TestCompressSwift:rclone-test-nuxukac7quso: Purge remote 2025/06/24 04:09:35 DEBUG : Waiting for deletions to finish 2025/06/24 04:09:45 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/06/24 04:09:45 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/06/24 04:09:45 INFO : Swift container rclone-test-nuxukac7quso: Container "rclone-test-nuxukac7quso" removed 2025/06/24 04:09:45 DEBUG : Compressed: TestCompressSwift:rclone-test-coleron0qolo: Purge remote 2025/06/24 04:09:45 DEBUG : Waiting for deletions to finish 2025/06/24 04:09:46 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/06/24 04:09:51 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/06/24 04:09:51 INFO : Swift container rclone-test-coleron0qolo: Container "rclone-test-coleron0qolo" removed 2025/06/24 04:09:51 DEBUG : Compressed: TestCompressSwift:rclone-test-jocepom5zuze: Purge remote 2025/06/24 04:09:51 DEBUG : Waiting for deletions to finish 2025/06/24 04:09:56 INFO : HELLO, WORLD!.bin: Deleted 2025/06/24 04:10:01 INFO : HELLO, WORLD!.json: Deleted 2025/06/24 04:10:01 DEBUG : pacer: low level retry 1/10 (error Container Not Empty) 2025/06/24 04:10:01 DEBUG : pacer: Rate limited, increasing sleep to 10ms 2025/06/24 04:10:02 DEBUG : pacer: low level retry 2/10 (error Container Not Empty) 2025/06/24 04:10:02 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/06/24 04:10:02 DEBUG : pacer: low level retry 3/10 (error Container Not Empty) 2025/06/24 04:10:02 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2025/06/24 04:10:02 DEBUG : pacer: low level retry 4/10 (error Container Not Empty) 2025/06/24 04:10:02 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2025/06/24 04:10:02 DEBUG : pacer: low level retry 5/10 (error Container Not Empty) 2025/06/24 04:10:02 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2025/06/24 04:10:02 DEBUG : pacer: low level retry 6/10 (error Container Not Empty) 2025/06/24 04:10:02 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2025/06/24 04:10:02 DEBUG : pacer: low level retry 7/10 (error Container Not Empty) 2025/06/24 04:10:02 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2025/06/24 04:10:03 DEBUG : pacer: low level retry 8/10 (error Container Not Empty) 2025/06/24 04:10:03 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2025/06/24 04:10:03 DEBUG : pacer: low level retry 9/10 (error Container Not Empty) 2025/06/24 04:10:03 DEBUG : pacer: Rate limited, increasing sleep to 2s 2025/06/24 04:10:05 DEBUG : pacer: low level retry 10/10 (error Container Not Empty) 2025/06/24 04:10:05 NOTICE: purge failed: Container Not Empty 2025/06/24 04:10:05 DEBUG : Compressed: TestCompressSwift:rclone-test-jifejiz3fuwe: Purge remote 2025/06/24 04:10:05 DEBUG : Waiting for deletions to finish 2025/06/24 04:10:10 INFO : HeLlO, wOrLd!.bin: Deleted 2025/06/24 04:10:15 INFO : HeLlO, wOrLd!.json: Deleted 2025/06/24 04:10:15 INFO : Swift container rclone-test-jifejiz3fuwe: Container "rclone-test-jifejiz3fuwe" removed 2025/06/24 04:10:15 DEBUG : Compressed: TestCompressSwift:rclone-test-rorupec3beqo: Purge remote 2025/06/24 04:10:15 DEBUG : Waiting for deletions to finish 2025/06/24 04:10:15 INFO : HELLO, WORLD!.json: Deleted 2025/06/24 04:10:20 INFO : HELLO, WORLD!.bin: Deleted 2025/06/24 04:10:21 INFO : Swift container rclone-test-rorupec3beqo: Container "rclone-test-rorupec3beqo" removed 2025/06/24 04:10:21 DEBUG : Compressed: TestCompressSwift:rclone-test-qujiyem7hano: Purge remote 2025/06/24 04:10:21 DEBUG : Waiting for deletions to finish 2025/06/24 04:10:21 INFO : hello, world!.bin: Deleted 2025/06/24 04:10:31 INFO : hello, world!.json: Deleted 2025/06/24 04:10:31 INFO : Swift container rclone-test-qujiyem7hano: Container "rclone-test-qujiyem7hano" removed --- PASS: TestApplyTransforms (223.93s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" 2025/06/24 04:10:37 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/24 04:10:52 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/24 04:10:52 INFO : file1: Copied (new) to: sub/file2 2025/06/24 04:11:07 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/24 04:11:07 DEBUG : file1: Unchanged skipping 2025/06/24 04:11:13 DEBUG : Compressed: TestCompressSwift:rclone-test-yuborek4luqi: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (51.87s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.20s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" 2025/06/24 04:11:39 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yuborek4luqi/backup" 2025/06/24 04:11:39 DEBUG : Config file has changed externally - reloading 2025/06/24 04:11:40 DEBUG : Swift container rclone-test-yuborek4luqi path backup.json: Auto set use_segments_container to true 2025/06/24 04:11:46 DEBUG : Swift container rclone-test-yuborek4luqi path backup: Auto set use_segments_container to true 2025/06/24 04:11:51 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/06/24 04:12:12 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/06/24 04:12:12 INFO : dst/file1: Copied (server-side copy) 2025/06/24 04:12:22 INFO : dst/file1: Deleted 2025/06/24 04:12:38 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/24 04:12:38 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (95.66s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" 2025/06/24 04:12:59 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yuborek4luqi/dst" 2025/06/24 04:12:59 DEBUG : Swift container rclone-test-yuborek4luqi path dst.json: Auto set use_segments_container to true 2025/06/24 04:13:05 DEBUG : Swift container rclone-test-yuborek4luqi path dst: Auto set use_segments_container to true 2025/06/24 04:13:16 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yuborek4luqi/CompareDest" 2025/06/24 04:13:16 DEBUG : Swift container rclone-test-yuborek4luqi path CompareDest.json: Auto set use_segments_container to true 2025/06/24 04:13:22 DEBUG : Swift container rclone-test-yuborek4luqi path CompareDest: Auto set use_segments_container to true 2025/06/24 04:13:27 DEBUG : one: Need to transfer - File not found at Destination 2025/06/24 04:13:43 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/24 04:13:43 INFO : one: Copied (new) 2025/06/24 04:13:44 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/24 04:13:54 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/24 04:13:54 INFO : one: Copied (replaced existing) 2025/06/24 04:14:06 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/24 04:14:06 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/24 04:14:06 DEBUG : one: Destination found in --compare-dest, skipping 2025/06/24 04:14:23 DEBUG : two: Need to transfer - File not found at Destination 2025/06/24 04:14:29 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/24 04:14:29 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/24 04:14:34 DEBUG : two: Need to transfer - File not found at Destination 2025/06/24 04:14:44 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/24 04:14:44 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/24 04:14:55 DEBUG : two: Need to transfer - File not found at Destination 2025/06/24 04:14:56 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/06/24 04:15:11 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/06/24 04:15:11 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (169.40s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" 2025/06/24 04:15:48 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yuborek4luqi/dst" 2025/06/24 04:15:49 DEBUG : Swift container rclone-test-yuborek4luqi path dst.json: Auto set use_segments_container to true 2025/06/24 04:15:54 DEBUG : Swift container rclone-test-yuborek4luqi path dst: Auto set use_segments_container to true 2025/06/24 04:16:05 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yuborek4luqi/CopyDest" 2025/06/24 04:16:05 DEBUG : Swift container rclone-test-yuborek4luqi path CopyDest.json: Auto set use_segments_container to true 2025/06/24 04:16:10 DEBUG : Swift container rclone-test-yuborek4luqi path CopyDest: Auto set use_segments_container to true 2025/06/24 04:16:16 DEBUG : one: Need to transfer - File not found at Destination 2025/06/24 04:16:31 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/24 04:16:31 INFO : one: Copied (new) 2025/06/24 04:16:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/24 04:16:43 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/24 04:16:43 INFO : one: Copied (replaced existing) 2025/06/24 04:17:15 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yuborek4luqi/BackupDir" 2025/06/24 04:17:15 DEBUG : Swift container rclone-test-yuborek4luqi path BackupDir.json: Auto set use_segments_container to true 2025/06/24 04:17:36 DEBUG : Swift container rclone-test-yuborek4luqi path BackupDir: Auto set use_segments_container to true 2025/06/24 04:17:41 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/24 04:17:41 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/24 04:17:41 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/24 04:18:08 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/24 04:18:08 INFO : one: Copied (server-side copy) 2025/06/24 04:18:13 INFO : one: Deleted 2025/06/24 04:18:34 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/24 04:18:34 INFO : one: Copied (server-side copy) 2025/06/24 04:18:34 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/06/24 04:19:14 DEBUG : two: Need to transfer - File not found at Destination 2025/06/24 04:19:19 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/24 04:19:45 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/06/24 04:19:45 INFO : two: Copied (server-side copy) 2025/06/24 04:19:45 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/06/24 04:20:51 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/24 04:20:51 DEBUG : two: Unchanged skipping 2025/06/24 04:22:24 DEBUG : three: Need to transfer - File not found at Destination 2025/06/24 04:22:24 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/06/24 04:22:24 DEBUG : three: Destination not found in --copy-dest 2025/06/24 04:22:35 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/06/24 04:22:35 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (484.94s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.18s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.10s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" 2025/06/24 04:23:59 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/06/24 04:24:04 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/24 04:24:04 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/06/24 04:24:10 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/06/24 04:24:21 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/06/24 04:24:21 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy1.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-yuborek4luqi/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/06/24 04:24:27 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/06/24 04:24:33 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/06/24 04:24:49 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 91bcbdfe35451e487ee4a4435bf7d8eb OK 2025/06/24 04:24:49 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (76.02s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.20s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", 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-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", 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-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", 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-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", 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-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" 2025/06/24 04:26:10 INFO : Compressed: TestCompressSwift:rclone-test-yuborek4luqi: Looking for duplicate md5 hashes using newest mode. 2025/06/24 04:26:25 NOTICE: 5f51bd38b04e717a4e37bb2581b5011c: Found 3 files with duplicate md5 hashes 2025/06/24 04:26:35 INFO : one: Deleted 2025/06/24 04:26:46 INFO : also/one: Deleted 2025/06/24 04:26:46 NOTICE: 5f51bd38b04e717a4e37bb2581b5011c: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (121.33s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.19s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.10s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.10s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.10s) === RUN TestMergeDirs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.19s) === RUN TestListDirSorted run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" 2025/06/24 04:30:27 DEBUG : a.txt: Excluded (Size Filter) 2025/06/24 04:30:27 DEBUG : a.txt: Excluded 2025/06/24 04:30:27 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/24 04:30:27 DEBUG : sub dir/hello world: Excluded 2025/06/24 04:30:27 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/24 04:30:27 DEBUG : sub dir/hello world2: Excluded 2025/06/24 04:30:27 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/24 04:30:27 DEBUG : sub dir/hello world: Excluded 2025/06/24 04:30:27 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/24 04:30:27 DEBUG : sub dir/hello world2: Excluded 2025/06/24 04:30:27 DEBUG : sub dir/ignore dir: Excluded 2025/06/24 04:30:32 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (252.48s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" 2025/06/24 04:34:17 DEBUG : a.txt: Excluded (Size Filter) 2025/06/24 04:34:17 DEBUG : a.txt: Excluded 2025/06/24 04:34:17 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/24 04:34:17 DEBUG : sub dir/hello world: Excluded 2025/06/24 04:34:17 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/24 04:34:17 DEBUG : sub dir/hello world2: Excluded 2025/06/24 04:34:18 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/24 04:34:18 DEBUG : sub dir/hello world: Excluded 2025/06/24 04:34:18 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/24 04:34:18 DEBUG : sub dir/hello world2: Excluded 2025/06/24 04:34:58 DEBUG : sub dir/ignore dir: Excluded 2025/06/24 04:35:18 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (303.64s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", 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 (135.87s) --- PASS: TestListJSON/Default (0.19s) --- PASS: TestListJSON/FilesOnly (0.19s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (10.35s) --- PASS: TestListJSON/SubDir (5.19s) --- PASS: TestListJSON/NoModTime (0.16s) --- PASS: TestListJSON/NoMimeType (0.10s) --- PASS: TestListJSON/ShowHash (5.20s) --- PASS: TestListJSON/HashTypes (5.20s) --- PASS: TestListJSON/Metadata (5.22s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/06/24 04:40:56 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yuborek4luqi/notfound" 2025/06/24 04:40:56 DEBUG : Config file has changed externally - reloading 2025/06/24 04:40:56 DEBUG : Swift container rclone-test-yuborek4luqi path notfound.json: Auto set use_segments_container to true 2025/06/24 04:41:01 DEBUG : Swift container rclone-test-yuborek4luqi path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (168.06s) --- PASS: TestStatJSON/Root (0.05s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.10s) --- PASS: TestStatJSON/Dir (5.24s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.10s) --- PASS: TestStatJSON/File (5.16s) --- PASS: TestStatJSON/NotFound (5.19s) --- PASS: TestStatJSON/DirFilesOnly (5.05s) --- PASS: TestStatJSON/FileFilesOnly (5.16s) --- PASS: TestStatJSON/NotFoundFilesOnly (5.05s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.10s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (11.13s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" 2025/06/24 04:41:33 INFO : Compressed: TestCompressSwift:rclone-test-yuborek4luqi: Making directory 2025/06/24 04:41:33 INFO : Compressed: TestCompressSwift:rclone-test-yuborek4luqi: Making directory --- PASS: TestMkdir (0.30s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" --- PASS: TestLsd (26.59s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" --- PASS: TestLs (26.93s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" 2025/06/24 04:42:43 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/06/24 04:42:43 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (32.26s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" --- PASS: TestLsLong (27.31s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (34.48s) --- PASS: TestHashSums/Md5 (0.25s) --- PASS: TestHashSums/Md5Download (7.24s) === RUN TestHashSumsWithErrors 2025/06/24 04:44:01 DEBUG : Creating backend with remote ":memory:" 2025/06/24 04:44:01 DEBUG : Config file has changed externally - reloading 2025/06/24 04:44:01 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/06/24 04:44:01 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/24 04:44:01 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/24 04:44:01 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/24 04:44:01 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/24 04:44:01 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/24 04:44:01 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/24 04:44:01 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/06/24 04:44:01 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" --- PASS: TestCount (32.11s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" 2025/06/24 04:45:22 DEBUG : Waiting for deletions to finish 2025/06/24 04:45:23 DEBUG : large: Excluded (Size Filter) 2025/06/24 04:45:33 INFO : small: Deleted 2025/06/24 04:45:43 INFO : medium: Deleted --- PASS: TestDelete (75.73s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" 2025/06/24 04:46:35 DEBUG : Waiting for deletions to finish 2025/06/24 04:46:35 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/06/24 04:46:41 INFO : large: Deleted 2025/06/24 04:46:51 INFO : medium: Deleted --- PASS: TestMaxDelete (68.44s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" 2025/06/24 04:47:54 DEBUG : Waiting for deletions to finish 2025/06/24 04:47:54 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/06/24 04:48:04 INFO : medium: Deleted 2025/06/24 04:48:04 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (78.35s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" 2025/06/24 04:49:03 DEBUG : Waiting for deletions to finish 2025/06/24 04:49:03 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/06/24 04:49:13 INFO : large: Deleted 2025/06/24 04:49:18 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (73.74s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" --- PASS: TestReadFile (7.72s) === RUN TestRetry 2025/06/24 04:49:37 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/06/24 04:49:37 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/06/24 04:49:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/24 04:49:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/24 04:49:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/24 04:49:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/24 04:49:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yuborek4luqi", Local "Local file system at /tmp/rclone1374447203", Modify Window "1ns" panic: test timed out after 1h0m0s running tests: TestCat (46s) goroutine 8512 [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(0xc000724700, {0x2698a6d?, 0xc00050fad8?}, 0x27d5378) /usr/local/go/src/testing/testing.go:1859 +0x431 testing.runTests.func1(0xc000724700) /usr/local/go/src/testing/testing.go:2279 +0x37 testing.tRunner(0xc000724700, 0xc00050fc18) /usr/local/go/src/testing/testing.go:1792 +0xf4 testing.runTests(0xc00082f308, {0x3e9b120, 0x6d, 0x6d}, {0xedfec177e?, 0x3eb1120?, 0x3eb1120?}) /usr/local/go/src/testing/testing.go:2277 +0x4b4 testing.(*M).Run(0xc000700b40) /usr/local/go/src/testing/testing.go:2142 +0x64a github.com/rclone/rclone/fstest.TestMain(0xc000700b40) /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 51 [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 52 [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 8453 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0004ba3c0, 0xc00046ab60, 0xc000450280) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:425 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0004ba3c0, {0x2b09a08, 0x3ed46e0}, {0xc000837720, 0x4f}, {{0xc000547650, 0x18}, {0xc000547669, 0xa}, {0x268db6a, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:777 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc0004ba3c0, {0x2b09a08, 0x3ed46e0}, {{0xc000547650, 0x18}, {0xc000547669, 0xa}, {0x268db6a, 0x4}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:847 +0x151 github.com/ncw/swift/v2.(*Connection).objectBase(0xc00062a28c?, {0x2b09a08?, 0x3ed46e0?}, {0xc000547650?, 0x264bb80?}, {0xc000547669, 0xa}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:2143 +0xf8 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1.(*Connection).Object.1() /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:2132 +0x85 github.com/ncw/swift/v2.withLORetry(0x0, 0xc0008f1090) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/largeobjects.go:303 +0x9f github.com/ncw/swift/v2.(*Connection).Object(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:2131 github.com/rclone/rclone/backend/swift.(*Object).readMetaData.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1334 +0x156 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0xc0000b2008?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc0007af6e0, 0xc000d6f140, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc0007af6e0, 0xc000d6f140) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:216 +0x93 github.com/rclone/rclone/backend/swift.(*Object).readMetaData(0xc000d6f0e0, {0x2b09a08, 0x3ed46e0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1333 +0x165 github.com/rclone/rclone/backend/swift.(*Fs).newObjectWithInfo(0xc000724380, {0x2b09a08, 0x3ed46e0}, {0xc0004fec30, 0xa}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:666 +0x251 github.com/rclone/rclone/backend/swift.(*Fs).NewObject(0xc0006b9131?, {0x2b09a08?, 0x3ed46e0?}, {0xc0004fec30?, 0x13?}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:677 +0x25 github.com/rclone/rclone/backend/compress.(*Object).loadMetadataObjectIfNotLoaded(...) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1261 github.com/rclone/rclone/backend/compress.(*Object).loadMetadataIfNotLoaded(0xc000643770, {0x2b09a08, 0x3ed46e0}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1248 +0x55 github.com/rclone/rclone/backend/compress.(*Object).Open(0xc000643770, {0x2b09a08, 0x3ed46e0}, {0xc00081d9b0, 0x1, 0x1}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:1375 +0x4f github.com/rclone/rclone/fs/operations.(*ReOpen).open(0xc0007aa1c0) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/reopen.go:147 +0x109 github.com/rclone/rclone/fs/operations.NewReOpen({0x2b09a08, 0x3ed46e0}, {0x2b1edb0, 0xc000643770}, 0xa, {0xc00081d9a0, 0x1, 0x1}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/reopen.go:102 +0x4f5 github.com/rclone/rclone/fs/operations.Open({0x2b09a08, 0x3ed46e0}, {0x2b1edb0, 0xc000643770}, {0xc00081d9a0, 0x1, 0x1}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/reopen.go:124 +0x6b github.com/rclone/rclone/fs/operations.Cat.func1({0x2b1edb0, 0xc000643770}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1310 +0x33c github.com/rclone/rclone/fs.DirEntries.ForObject(...) /home/rclone/go/src/github.com/rclone/rclone/fs/direntries.go:28 github.com/rclone/rclone/fs/operations.ListFn.func1({0xc00054a740?, 0xc0008f18c8?, 0x2b09a08?}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:757 +0x68 github.com/rclone/rclone/fs/walk.listR.func1({0xc00054a740, 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({0xc00054a740?, 0xc0003fd3a0?, 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(0xc0008f19c0) /home/rclone/go/src/github.com/rclone/rclone/fs/list/helpers.go:47 +0x35 github.com/rclone/rclone/backend/swift.(*Fs).ListR(0xc000724380, {0x2b09a08, 0x3ed46e0}, {0x0?, 0x23a7000?}, 0xc0007f1e30) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:881 +0x185 github.com/rclone/rclone/backend/compress.(*Fs).ListR(0xc000454200, {0x2b09a08, 0x3ed46e0}, {0x0, 0x0}, 0xc00083f0e0) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:410 +0xb4 github.com/rclone/rclone/fs/walk.listR({0x2b09a08, 0x3ed46e0}, {0x2b1ed40, 0xc000454200}, {0x0, 0x0}, 0x0, 0x1, 0xc00084f9c0, 0xc00082ed80, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:299 +0x292 github.com/rclone/rclone/fs/walk.ListR({0x2b09a08, 0x3ed46e0}, {0x2b1ed40, 0xc000454200}, {0x0, 0x0}, 0x0, 0xffffffffffffffff, 0x1, 0xc00084f9c0) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:163 +0x1d5 github.com/rclone/rclone/fs/operations.ListFn({0x2b09a08, 0x3ed46e0}, {0x2b1ed40, 0xc000454200}, 0xc0013e8c00) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:756 +0xb2 github.com/rclone/rclone/fs/operations.Cat({0x2b09a08, 0x3ed46e0}, {0x2b1ed40, 0xc000454200}, {0x2ae1520, 0xc000498e40}, 0xfffffffffffffffd, 0xffffffffffffffff, {0x3ed46e0, 0x0, ...}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1288 +0x145 github.com/rclone/rclone/fs/operations_test.TestCat(0xc00087fa40) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:561 +0x3e7 testing.tRunner(0xc00087fa40, 0x27d5378) /usr/local/go/src/testing/testing.go:1792 +0xf4 created by testing.(*T).Run in goroutine 1 /usr/local/go/src/testing/testing.go:1851 +0x413 goroutine 176 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 166 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 281 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 255 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 671 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 661 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 733 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 723 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 339 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 313 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 243 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 233 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1421 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1411 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 517 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 475 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1289 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1087 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1456 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1446 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 530 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 504 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 428 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 418 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1194 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1152 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1400 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1390 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 8519 [select]: net/http.(*persistConn).roundTrip(0xc000816d80, 0xc000643860) /usr/local/go/src/net/http/transport.go:2826 +0x785 net/http.(*Transport).roundTrip(0xc000195380, 0xc000450280) /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(0xc000418310, 0xc000450280) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc000450280, {0x2ae28a0, 0xc000418310}, {0x419601?, 0xd6f085?, 0x0?}) /usr/local/go/src/net/http/client.go:259 +0x5e2 net/http.(*Client).send(0xc00052c120, 0xc000450280, {0x412c3e?, 0x482592?, 0x0?}) /usr/local/go/src/net/http/client.go:180 +0x91 net/http.(*Client).do(0xc00052c120, 0xc000450280) /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 8453 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:420 +0xb8 goroutine 8347 [IO wait]: internal/poll.runtime_pollWait(0x7d0910c49278, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc001698400?, 0xc000876000?, 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(0xc001698400, {0xc000876000, 0x1980, 0x1980}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc001698400, {0xc000876000?, 0x1973?, 0xc0003ae7e0?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc00008a3a0, {0xc000876000?, 0xc0006301d0?, 0xd?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc0003f45a0, {0xc000876000?, 0x7d08c815c468?, 0x7d0910dc05c0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc001431140, {0xc000876000?, 0x1973?, 0xc00074b9d0?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc0006302b8, {0x2ae3100, 0xc001431140}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc000630008, {0x7d08c80ad6a0, 0xc0003f45a0}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc000630008, 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(0xc000630008, {0xc000259000, 0x1000, 0xc00078dc50?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc000816d80, {0xc000259000?, 0x7f3f65?, 0x2ae12a0?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc0008c3bc0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc0008c3bc0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc000816d80) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 8325 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 791 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 653 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 617 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 592 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1049 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1023 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1014 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 972 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 843 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 817 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 930 [chan receive (nil chan), 57 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 920 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1331 [chan receive (nil chan), 55 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1273 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1237 [chan receive (nil chan), 56 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1227 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 2912 [chan receive, 44 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2825 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3131 [chan receive, 42 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2825 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3606 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2825 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 2826 [chan receive, 44 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2825 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3076 [chan receive, 42 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2825 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 2994 [chan receive, 44 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2825 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3348 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2825 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3242 [chan receive, 42 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2825 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3419 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2825 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3510 [chan receive, 41 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2825 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8348 [select]: net/http.(*persistConn).writeLoop(0xc000816d80) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 8325 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m0.744469904s (try 3/5): exit status 2: Failed []