"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 2/5) 2025/06/28 06:14:35 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vetibup1ziwa" 2025/06/28 06:14:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 06:14:36 DEBUG : Swift container rclone-test-vetibup1ziwa.json: Auto set use_segments_container to true 2025/06/28 06:14:36 DEBUG : Swift container rclone-test-vetibup1ziwa: Auto set use_segments_container to true 2025/06/28 06:14:36 DEBUG : Creating backend with remote "/tmp/rclone2232277941" === 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-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.18s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.05s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/06/28 06:14:36 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/28 06:14:36 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/28 06:14:36 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/06/28 06:14:36 DEBUG : potato: Seek from 10 to 0 2025/06/28 06:14:36 DEBUG : potato: Seek from 10 to 0 2025/06/28 06:14:36 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/06/28 06:14:36 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/28 06:14:36 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/28 06:14:36 DEBUG : potato: Seek from 5 to 2 2025/06/28 06:14:36 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/06/28 06:14:36 DEBUG : potato: Seek from 7 to 0 2025/06/28 06:14:36 DEBUG : potato: Seek from 7 to 0 2025/06/28 06:14:36 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/06/28 06:14:36 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/28 06:14:36 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/28 06:14:36 DEBUG : potato: Seek from 5 to 2 2025/06/28 06:14:36 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/06/28 06:14:36 DEBUG : potato: Seek from 8 to 0 2025/06/28 06:14:36 DEBUG : potato: Seek from 8 to 0 2025/06/28 06:14:36 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/06/28 06:14:36 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/28 06:14:36 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/28 06:14:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/28 06:14:36 DEBUG : potato: Seek from 5 to 2 2025/06/28 06:14:36 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/06/28 06:14:36 DEBUG : potato: Seek from 9 to 0 2025/06/28 06:14:36 DEBUG : potato: Seek from 9 to 0 2025/06/28 06:14:36 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-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" 2025/06/28 06:14:36 INFO : Swift container rclone-test-vetibup1ziwa: Container "rclone-test-vetibup1ziwa" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (138.50s) --- PASS: TestCheck/1 (0.18s) --- PASS: TestCheck/2 (0.13s) --- PASS: TestCheck/3 (0.13s) --- PASS: TestCheck/4 (5.18s) --- PASS: TestCheck/5 (5.14s) --- PASS: TestCheck/6 (10.13s) --- PASS: TestCheck/7 (5.13s) === RUN TestCheckFsError 2025/06/28 06:16:55 DEBUG : Creating backend with remote "nonexistent" 2025/06/28 06:16:55 DEBUG : Creating backend with remote "nonexistent" 2025/06/28 06:16:55 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/06/28 06:16:55 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/28 06:16:55 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/06/28 06:16:55 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-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", 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 (171.08s) --- PASS: TestCheckDownload/1 (5.19s) --- PASS: TestCheckDownload/2 (5.18s) --- PASS: TestCheckDownload/3 (5.20s) --- PASS: TestCheckDownload/4 (5.23s) --- PASS: TestCheckDownload/5 (10.18s) --- PASS: TestCheckDownload/6 (0.17s) --- PASS: TestCheckDownload/7 (10.21s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", 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 (125.34s) --- PASS: TestCheckSizeOnly/1 (0.11s) --- PASS: TestCheckSizeOnly/2 (0.05s) --- PASS: TestCheckSizeOnly/3 (0.05s) --- PASS: TestCheckSizeOnly/4 (0.09s) --- PASS: TestCheckSizeOnly/5 (0.07s) --- PASS: TestCheckSizeOnly/6 (0.05s) --- PASS: TestCheckSizeOnly/7 (0.09s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" 2025/06/28 06:22:02 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/28 06:22:02 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/28 06:22:02 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/28 06:22:02 NOTICE: test.sum: 2 warning(s) suppressed... 2025/06/28 06:22:23 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/28 06:22:23 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/28 06:22:23 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/28 06:22:23 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (37.32s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" 2025/06/28 06:22:28 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vetibup1ziwa/data" 2025/06/28 06:22:29 DEBUG : Swift container rclone-test-vetibup1ziwa path data.json: Auto set use_segments_container to true 2025/06/28 06:22:35 DEBUG : Swift container rclone-test-vetibup1ziwa 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 (183.32s) --- PASS: TestCheckSum/subtest1 (0.36s) --- PASS: TestCheckSum/subtest2 (0.32s) --- PASS: TestCheckSum/subtest3 (15.41s) --- PASS: TestCheckSum/subtest4 (0.43s) --- PASS: TestCheckSum/subtest5 (5.38s) --- PASS: TestCheckSum/subtest6 (5.39s) --- PASS: TestCheckSum/subtest7 (5.44s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" 2025/06/28 06:25:32 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vetibup1ziwa/data" 2025/06/28 06:25:32 DEBUG : Swift container rclone-test-vetibup1ziwa path data.json: Auto set use_segments_container to true 2025/06/28 06:25:37 DEBUG : Swift container rclone-test-vetibup1ziwa 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 (248.42s) --- PASS: TestCheckSumDownload/subtest1 (5.40s) --- PASS: TestCheckSumDownload/subtest2 (0.51s) --- PASS: TestCheckSumDownload/subtest3 (30.38s) --- PASS: TestCheckSumDownload/subtest4 (10.42s) --- PASS: TestCheckSumDownload/subtest5 (5.36s) --- PASS: TestCheckSumDownload/subtest6 (20.43s) --- PASS: TestCheckSumDownload/subtest7 (10.45s) === RUN TestApplyTransforms 2025/06/28 06:29:40 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-piginod5ruma" 2025/06/28 06:29:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 06:29:40 DEBUG : Swift container rclone-test-piginod5ruma.json: Auto set use_segments_container to true 2025/06/28 06:29:41 DEBUG : Swift container rclone-test-piginod5ruma: Auto set use_segments_container to true 2025/06/28 06:29:41 DEBUG : Creating backend with remote "/tmp/rclone427663309" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-piginod5ruma", Local "Local file system at /tmp/rclone427663309", Modify Window "1ns" 2025/06/28 06:29:41 INFO : Swift container rclone-test-piginod5ruma: Container "rclone-test-piginod5ruma" created upper checkfile vs. lower remote (without normalization) 2025/06/28 06:29:47 ERROR : hello, world!: sum not found 2025/06/28 06:29:47 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-piginod5ruma 2025/06/28 06:29:47 NOTICE: Compressed: TestCompressSwift:rclone-test-piginod5ruma: 1 files missing 2025/06/28 06:29:47 NOTICE: 1 hashes missing 2025/06/28 06:29:47 NOTICE: Compressed: TestCompressSwift:rclone-test-piginod5ruma: 2 differences found 2025/06/28 06:29:47 NOTICE: Compressed: TestCompressSwift:rclone-test-piginod5ruma: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/06/28 06:29:48 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 06:29:48 NOTICE: Compressed: TestCompressSwift:rclone-test-piginod5ruma: 0 differences found 2025/06/28 06:29:48 NOTICE: Compressed: TestCompressSwift:rclone-test-piginod5ruma: 1 matching files 2025/06/28 06:29:48 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yagulux9buke" 2025/06/28 06:29:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 06:29:48 DEBUG : Swift container rclone-test-yagulux9buke.json: Auto set use_segments_container to true 2025/06/28 06:29:48 DEBUG : Swift container rclone-test-yagulux9buke: Auto set use_segments_container to true 2025/06/28 06:29:48 DEBUG : Creating backend with remote "/tmp/rclone3170460475" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yagulux9buke", Local "Local file system at /tmp/rclone3170460475", Modify Window "1ns" 2025/06/28 06:29:49 INFO : Swift container rclone-test-yagulux9buke: Container "rclone-test-yagulux9buke" created lower checkfile vs. upper remote (without normalization) 2025/06/28 06:30:54 ERROR : HELLO, WORLD!: sum not found 2025/06/28 06:30:54 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-yagulux9buke 2025/06/28 06:30:54 NOTICE: Compressed: TestCompressSwift:rclone-test-yagulux9buke: 1 files missing 2025/06/28 06:30:54 NOTICE: 1 hashes missing 2025/06/28 06:30:54 NOTICE: Compressed: TestCompressSwift:rclone-test-yagulux9buke: 2 differences found 2025/06/28 06:30:54 NOTICE: Compressed: TestCompressSwift:rclone-test-yagulux9buke: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/06/28 06:31:14 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 06:31:14 NOTICE: Compressed: TestCompressSwift:rclone-test-yagulux9buke: 0 differences found 2025/06/28 06:31:14 NOTICE: Compressed: TestCompressSwift:rclone-test-yagulux9buke: 1 matching files 2025/06/28 06:31:14 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-muqomas1sete" 2025/06/28 06:31:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 06:31:14 DEBUG : Swift container rclone-test-muqomas1sete.json: Auto set use_segments_container to true 2025/06/28 06:31:15 DEBUG : Swift container rclone-test-muqomas1sete: Auto set use_segments_container to true 2025/06/28 06:31:15 DEBUG : Creating backend with remote "/tmp/rclone4120375037" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-muqomas1sete", Local "Local file system at /tmp/rclone4120375037", Modify Window "1ns" 2025/06/28 06:31:15 INFO : Swift container rclone-test-muqomas1sete: Container "rclone-test-muqomas1sete" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/06/28 06:31:27 ERROR : HeLlO, wOrLd!: sum not found 2025/06/28 06:31:27 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-muqomas1sete 2025/06/28 06:31:27 NOTICE: Compressed: TestCompressSwift:rclone-test-muqomas1sete: 1 files missing 2025/06/28 06:31:27 NOTICE: 1 hashes missing 2025/06/28 06:31:27 NOTICE: Compressed: TestCompressSwift:rclone-test-muqomas1sete: 2 differences found 2025/06/28 06:31:27 NOTICE: Compressed: TestCompressSwift:rclone-test-muqomas1sete: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/06/28 06:31:27 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 06:31:27 NOTICE: Compressed: TestCompressSwift:rclone-test-muqomas1sete: 0 differences found 2025/06/28 06:31:27 NOTICE: Compressed: TestCompressSwift:rclone-test-muqomas1sete: 1 matching files 2025/06/28 06:31:27 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-mejalaz6juto" 2025/06/28 06:31:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 06:31:27 DEBUG : Swift container rclone-test-mejalaz6juto.json: Auto set use_segments_container to true 2025/06/28 06:31:28 DEBUG : Swift container rclone-test-mejalaz6juto: Auto set use_segments_container to true 2025/06/28 06:31:28 DEBUG : Creating backend with remote "/tmp/rclone1001604039" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-mejalaz6juto", Local "Local file system at /tmp/rclone1001604039", Modify Window "1ns" 2025/06/28 06:31:28 INFO : Swift container rclone-test-mejalaz6juto: Container "rclone-test-mejalaz6juto" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/06/28 06:31:39 ERROR : HELLO, WORLD!: sum not found 2025/06/28 06:31:39 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-mejalaz6juto 2025/06/28 06:31:39 NOTICE: Compressed: TestCompressSwift:rclone-test-mejalaz6juto: 1 files missing 2025/06/28 06:31:39 NOTICE: 1 hashes missing 2025/06/28 06:31:39 NOTICE: Compressed: TestCompressSwift:rclone-test-mejalaz6juto: 2 differences found 2025/06/28 06:31:39 NOTICE: Compressed: TestCompressSwift:rclone-test-mejalaz6juto: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/06/28 06:31:40 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 06:31:40 NOTICE: Compressed: TestCompressSwift:rclone-test-mejalaz6juto: 0 differences found 2025/06/28 06:31:40 NOTICE: Compressed: TestCompressSwift:rclone-test-mejalaz6juto: 1 matching files 2025/06/28 06:31:40 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-qisufoh6givu" 2025/06/28 06:31:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 06:31:40 DEBUG : Swift container rclone-test-qisufoh6givu.json: Auto set use_segments_container to true 2025/06/28 06:31:40 DEBUG : Swift container rclone-test-qisufoh6givu: Auto set use_segments_container to true 2025/06/28 06:31:40 DEBUG : Creating backend with remote "/tmp/rclone1063703665" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-qisufoh6givu", Local "Local file system at /tmp/rclone1063703665", Modify Window "1ns" 2025/06/28 06:31:41 INFO : Swift container rclone-test-qisufoh6givu: Container "rclone-test-qisufoh6givu" created NFD checkfile vs. NFC remote (without normalization) 2025/06/28 06:31:52 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/28 06:31:52 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-qisufoh6givu 2025/06/28 06:31:52 NOTICE: Compressed: TestCompressSwift:rclone-test-qisufoh6givu: 1 files missing 2025/06/28 06:31:52 NOTICE: 1 hashes missing 2025/06/28 06:31:52 NOTICE: Compressed: TestCompressSwift:rclone-test-qisufoh6givu: 2 differences found 2025/06/28 06:31:52 NOTICE: Compressed: TestCompressSwift:rclone-test-qisufoh6givu: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/06/28 06:31:57 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 06:31:57 NOTICE: Compressed: TestCompressSwift:rclone-test-qisufoh6givu: 0 differences found 2025/06/28 06:31:57 NOTICE: Compressed: TestCompressSwift:rclone-test-qisufoh6givu: 1 matching files 2025/06/28 06:31:57 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-najarab1niti" 2025/06/28 06:31:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 06:31:57 DEBUG : Swift container rclone-test-najarab1niti.json: Auto set use_segments_container to true 2025/06/28 06:31:58 DEBUG : Swift container rclone-test-najarab1niti: Auto set use_segments_container to true 2025/06/28 06:31:58 DEBUG : Creating backend with remote "/tmp/rclone3783569305" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-najarab1niti", Local "Local file system at /tmp/rclone3783569305", Modify Window "1ns" 2025/06/28 06:31:58 INFO : Swift container rclone-test-najarab1niti: Container "rclone-test-najarab1niti" created NFC checkfile vs. NFD remote (without normalization) 2025/06/28 06:32:14 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/28 06:32:14 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-najarab1niti 2025/06/28 06:32:14 NOTICE: Compressed: TestCompressSwift:rclone-test-najarab1niti: 1 files missing 2025/06/28 06:32:14 NOTICE: 1 hashes missing 2025/06/28 06:32:14 NOTICE: Compressed: TestCompressSwift:rclone-test-najarab1niti: 2 differences found 2025/06/28 06:32:14 NOTICE: Compressed: TestCompressSwift:rclone-test-najarab1niti: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/06/28 06:32:20 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 06:32:20 NOTICE: Compressed: TestCompressSwift:rclone-test-najarab1niti: 0 differences found 2025/06/28 06:32:20 NOTICE: Compressed: TestCompressSwift:rclone-test-najarab1niti: 1 matching files 2025/06/28 06:32:20 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-kejokog2vaxo" 2025/06/28 06:32:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 06:32:20 DEBUG : Swift container rclone-test-kejokog2vaxo.json: Auto set use_segments_container to true 2025/06/28 06:32:20 DEBUG : Swift container rclone-test-kejokog2vaxo: Auto set use_segments_container to true 2025/06/28 06:32:20 DEBUG : Creating backend with remote "/tmp/rclone3092408075" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-kejokog2vaxo", Local "Local file system at /tmp/rclone3092408075", Modify Window "1ns" 2025/06/28 06:32:21 INFO : Swift container rclone-test-kejokog2vaxo: Container "rclone-test-kejokog2vaxo" created NFDx2 checkfile vs. both remote (without normalization) 2025/06/28 06:32:32 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/28 06:32:32 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-kejokog2vaxo 2025/06/28 06:32:32 NOTICE: Compressed: TestCompressSwift:rclone-test-kejokog2vaxo: 1 files missing 2025/06/28 06:32:32 NOTICE: 1 hashes missing 2025/06/28 06:32:32 NOTICE: Compressed: TestCompressSwift:rclone-test-kejokog2vaxo: 2 differences found 2025/06/28 06:32:32 NOTICE: Compressed: TestCompressSwift:rclone-test-kejokog2vaxo: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/06/28 06:32:37 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 06:32:37 NOTICE: Compressed: TestCompressSwift:rclone-test-kejokog2vaxo: 0 differences found 2025/06/28 06:32:37 NOTICE: Compressed: TestCompressSwift:rclone-test-kejokog2vaxo: 1 matching files 2025/06/28 06:32:37 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hufusez8bopu" 2025/06/28 06:32:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 06:32:37 DEBUG : Swift container rclone-test-hufusez8bopu.json: Auto set use_segments_container to true 2025/06/28 06:32:38 DEBUG : Swift container rclone-test-hufusez8bopu: Auto set use_segments_container to true 2025/06/28 06:32:38 DEBUG : Creating backend with remote "/tmp/rclone1038129049" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hufusez8bopu", Local "Local file system at /tmp/rclone1038129049", Modify Window "1ns" 2025/06/28 06:32:38 INFO : Swift container rclone-test-hufusez8bopu: Container "rclone-test-hufusez8bopu" created NFCx2 checkfile vs. both remote (without normalization) 2025/06/28 06:32:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/28 06:32:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-hufusez8bopu 2025/06/28 06:32:45 NOTICE: Compressed: TestCompressSwift:rclone-test-hufusez8bopu: 1 files missing 2025/06/28 06:32:45 NOTICE: 1 hashes missing 2025/06/28 06:32:45 NOTICE: Compressed: TestCompressSwift:rclone-test-hufusez8bopu: 2 differences found 2025/06/28 06:32:45 NOTICE: Compressed: TestCompressSwift:rclone-test-hufusez8bopu: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/06/28 06:32:45 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 06:32:45 NOTICE: Compressed: TestCompressSwift:rclone-test-hufusez8bopu: 0 differences found 2025/06/28 06:32:45 NOTICE: Compressed: TestCompressSwift:rclone-test-hufusez8bopu: 1 matching files 2025/06/28 06:32:45 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vigeked4mana" 2025/06/28 06:32:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 06:32:46 DEBUG : Swift container rclone-test-vigeked4mana.json: Auto set use_segments_container to true 2025/06/28 06:32:46 DEBUG : Swift container rclone-test-vigeked4mana: Auto set use_segments_container to true 2025/06/28 06:32:46 DEBUG : Creating backend with remote "/tmp/rclone2749951780" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vigeked4mana", Local "Local file system at /tmp/rclone2749951780", Modify Window "1ns" 2025/06/28 06:32:46 INFO : Swift container rclone-test-vigeked4mana: Container "rclone-test-vigeked4mana" created both checkfile vs. NFDx2 remote (without normalization) 2025/06/28 06:33:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/28 06:33:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-vigeked4mana 2025/06/28 06:33:01 NOTICE: Compressed: TestCompressSwift:rclone-test-vigeked4mana: 1 files missing 2025/06/28 06:33:01 NOTICE: 1 hashes missing 2025/06/28 06:33:01 NOTICE: Compressed: TestCompressSwift:rclone-test-vigeked4mana: 2 differences found 2025/06/28 06:33:01 NOTICE: Compressed: TestCompressSwift:rclone-test-vigeked4mana: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/06/28 06:33:01 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 06:33:01 NOTICE: Compressed: TestCompressSwift:rclone-test-vigeked4mana: 0 differences found 2025/06/28 06:33:01 NOTICE: Compressed: TestCompressSwift:rclone-test-vigeked4mana: 1 matching files 2025/06/28 06:33:01 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yudukif9yule" 2025/06/28 06:33:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/28 06:33:01 DEBUG : Swift container rclone-test-yudukif9yule.json: Auto set use_segments_container to true 2025/06/28 06:33:02 DEBUG : Swift container rclone-test-yudukif9yule: Auto set use_segments_container to true 2025/06/28 06:33:02 DEBUG : Creating backend with remote "/tmp/rclone2791043341" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yudukif9yule", Local "Local file system at /tmp/rclone2791043341", Modify Window "1ns" 2025/06/28 06:33:02 INFO : Swift container rclone-test-yudukif9yule: Container "rclone-test-yudukif9yule" created both checkfile vs. NFCx2 remote (without normalization) 2025/06/28 06:33:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/28 06:33:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-yudukif9yule 2025/06/28 06:33:13 NOTICE: Compressed: TestCompressSwift:rclone-test-yudukif9yule: 1 files missing 2025/06/28 06:33:13 NOTICE: 1 hashes missing 2025/06/28 06:33:13 NOTICE: Compressed: TestCompressSwift:rclone-test-yudukif9yule: 2 differences found 2025/06/28 06:33:13 NOTICE: Compressed: TestCompressSwift:rclone-test-yudukif9yule: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/06/28 06:33:18 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/28 06:33:18 NOTICE: Compressed: TestCompressSwift:rclone-test-yudukif9yule: 0 differences found 2025/06/28 06:33:18 NOTICE: Compressed: TestCompressSwift:rclone-test-yudukif9yule: 1 matching files 2025/06/28 06:33:18 DEBUG : Compressed: TestCompressSwift:rclone-test-yudukif9yule: Purge remote 2025/06/28 06:33:18 DEBUG : Waiting for deletions to finish 2025/06/28 06:33:18 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/28 06:33:23 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/28 06:33:24 INFO : Swift container rclone-test-yudukif9yule: Container "rclone-test-yudukif9yule" removed 2025/06/28 06:33:24 DEBUG : Compressed: TestCompressSwift:rclone-test-vigeked4mana: Purge remote 2025/06/28 06:33:24 DEBUG : Waiting for deletions to finish 2025/06/28 06:33:24 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/28 06:33:29 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/28 06:33:29 INFO : Swift container rclone-test-vigeked4mana: Container "rclone-test-vigeked4mana" removed 2025/06/28 06:33:29 DEBUG : Compressed: TestCompressSwift:rclone-test-hufusez8bopu: Purge remote 2025/06/28 06:33:29 DEBUG : Waiting for deletions to finish 2025/06/28 06:33:30 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/28 06:33:30 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/28 06:33:30 INFO : Swift container rclone-test-hufusez8bopu: Container "rclone-test-hufusez8bopu" removed 2025/06/28 06:33:30 DEBUG : Compressed: TestCompressSwift:rclone-test-kejokog2vaxo: Purge remote 2025/06/28 06:33:30 DEBUG : Waiting for deletions to finish 2025/06/28 06:33:31 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/28 06:33:36 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/28 06:33:36 INFO : Swift container rclone-test-kejokog2vaxo: Container "rclone-test-kejokog2vaxo" removed 2025/06/28 06:33:36 DEBUG : Compressed: TestCompressSwift:rclone-test-najarab1niti: Purge remote 2025/06/28 06:33:36 DEBUG : Waiting for deletions to finish 2025/06/28 06:33:56 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/06/28 06:34:16 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/06/28 06:34:17 INFO : Swift container rclone-test-najarab1niti: Container "rclone-test-najarab1niti" removed 2025/06/28 06:34:17 DEBUG : Compressed: TestCompressSwift:rclone-test-qisufoh6givu: Purge remote 2025/06/28 06:34:17 DEBUG : Waiting for deletions to finish 2025/06/28 06:34:17 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/06/28 06:34:37 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/06/28 06:34:37 INFO : Swift container rclone-test-qisufoh6givu: Container "rclone-test-qisufoh6givu" removed 2025/06/28 06:34:37 DEBUG : Compressed: TestCompressSwift:rclone-test-mejalaz6juto: Purge remote 2025/06/28 06:34:37 DEBUG : Waiting for deletions to finish 2025/06/28 06:34:38 INFO : HELLO, WORLD!.bin: Deleted 2025/06/28 06:34:47 INFO : HELLO, WORLD!.json: Deleted 2025/06/28 06:34:48 INFO : Swift container rclone-test-mejalaz6juto: Container "rclone-test-mejalaz6juto" removed 2025/06/28 06:34:48 DEBUG : Compressed: TestCompressSwift:rclone-test-muqomas1sete: Purge remote 2025/06/28 06:34:48 DEBUG : Waiting for deletions to finish 2025/06/28 06:34:48 INFO : HeLlO, wOrLd!.bin: Deleted 2025/06/28 06:34:53 INFO : HeLlO, wOrLd!.json: Deleted 2025/06/28 06:34:53 INFO : Swift container rclone-test-muqomas1sete: Container "rclone-test-muqomas1sete" removed 2025/06/28 06:34:53 DEBUG : Compressed: TestCompressSwift:rclone-test-yagulux9buke: Purge remote 2025/06/28 06:34:53 DEBUG : Waiting for deletions to finish 2025/06/28 06:35:13 INFO : HELLO, WORLD!.json: Deleted 2025/06/28 06:35:18 INFO : HELLO, WORLD!.bin: Deleted 2025/06/28 06:35:18 INFO : Swift container rclone-test-yagulux9buke: Container "rclone-test-yagulux9buke" removed 2025/06/28 06:35:18 DEBUG : Compressed: TestCompressSwift:rclone-test-piginod5ruma: Purge remote 2025/06/28 06:35:18 DEBUG : Waiting for deletions to finish 2025/06/28 06:35:19 INFO : hello, world!.bin: Deleted 2025/06/28 06:35:19 INFO : hello, world!.json: Deleted 2025/06/28 06:35:19 INFO : Swift container rclone-test-piginod5ruma: Container "rclone-test-piginod5ruma" removed --- PASS: TestApplyTransforms (338.66s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" 2025/06/28 06:35:24 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/28 06:35:35 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/28 06:35:35 INFO : file1: Copied (new) to: sub/file2 2025/06/28 06:35:45 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/28 06:35:45 DEBUG : file1: Unchanged skipping 2025/06/28 06:35:45 DEBUG : Compressed: TestCompressSwift:rclone-test-vetibup1ziwa: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (44.90s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.25s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" 2025/06/28 06:36:21 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vetibup1ziwa/backup" 2025/06/28 06:36:22 DEBUG : Swift container rclone-test-vetibup1ziwa path backup.json: Auto set use_segments_container to true 2025/06/28 06:36:27 DEBUG : Swift container rclone-test-vetibup1ziwa path backup: Auto set use_segments_container to true 2025/06/28 06:36:32 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/06/28 06:37:00 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/06/28 06:37:00 INFO : dst/file1: Copied (server-side copy) 2025/06/28 06:37:05 INFO : dst/file1: Deleted 2025/06/28 06:37:16 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/28 06:37:16 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (86.34s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" 2025/06/28 06:37:30 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vetibup1ziwa/dst" 2025/06/28 06:37:31 DEBUG : Swift container rclone-test-vetibup1ziwa path dst.json: Auto set use_segments_container to true 2025/06/28 06:37:51 DEBUG : Swift container rclone-test-vetibup1ziwa path dst: Auto set use_segments_container to true 2025/06/28 06:38:32 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vetibup1ziwa/CompareDest" 2025/06/28 06:38:32 DEBUG : Swift container rclone-test-vetibup1ziwa path CompareDest.json: Auto set use_segments_container to true 2025/06/28 06:38:38 DEBUG : Swift container rclone-test-vetibup1ziwa path CompareDest: Auto set use_segments_container to true 2025/06/28 06:38:43 DEBUG : one: Need to transfer - File not found at Destination 2025/06/28 06:39:04 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/28 06:39:04 INFO : one: Copied (new) 2025/06/28 06:39:25 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/28 06:39:40 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/28 06:39:40 INFO : one: Copied (replaced existing) 2025/06/28 06:40:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/28 06:40:37 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/28 06:40:37 DEBUG : one: Destination found in --compare-dest, skipping 2025/06/28 06:41:19 DEBUG : two: Need to transfer - File not found at Destination 2025/06/28 06:41:19 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/28 06:41:19 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/28 06:41:55 DEBUG : two: Need to transfer - File not found at Destination 2025/06/28 06:42:00 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/28 06:42:00 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/28 06:42:36 DEBUG : two: Need to transfer - File not found at Destination 2025/06/28 06:42:36 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/06/28 06:42:47 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/06/28 06:42:47 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (373.90s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" 2025/06/28 06:43:44 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vetibup1ziwa/dst" 2025/06/28 06:43:45 DEBUG : Swift container rclone-test-vetibup1ziwa path dst.json: Auto set use_segments_container to true 2025/06/28 06:43:50 DEBUG : Swift container rclone-test-vetibup1ziwa path dst: Auto set use_segments_container to true 2025/06/28 06:44:00 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vetibup1ziwa/CopyDest" 2025/06/28 06:44:01 DEBUG : Swift container rclone-test-vetibup1ziwa path CopyDest.json: Auto set use_segments_container to true 2025/06/28 06:44:06 DEBUG : Swift container rclone-test-vetibup1ziwa path CopyDest: Auto set use_segments_container to true 2025/06/28 06:44:12 DEBUG : one: Need to transfer - File not found at Destination 2025/06/28 06:44:32 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/28 06:44:32 INFO : one: Copied (new) 2025/06/28 06:44:43 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/28 06:44:58 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/28 06:44:58 INFO : one: Copied (replaced existing) 2025/06/28 06:45:55 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vetibup1ziwa/BackupDir" 2025/06/28 06:45:55 DEBUG : Swift container rclone-test-vetibup1ziwa path BackupDir.json: Auto set use_segments_container to true 2025/06/28 06:46:01 DEBUG : Swift container rclone-test-vetibup1ziwa path BackupDir: Auto set use_segments_container to true 2025/06/28 06:46:06 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/28 06:46:21 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/28 06:46:21 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/28 06:47:02 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/28 06:47:02 INFO : one: Copied (server-side copy) 2025/06/28 06:47:13 INFO : one: Deleted 2025/06/28 06:47:38 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/28 06:47:38 INFO : one: Copied (server-side copy) 2025/06/28 06:47:38 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/06/28 06:48:35 DEBUG : two: Need to transfer - File not found at Destination 2025/06/28 06:48:36 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/28 06:49:01 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/06/28 06:49:01 INFO : two: Copied (server-side copy) 2025/06/28 06:49:01 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/06/28 06:49:12 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/28 06:49:12 DEBUG : two: Unchanged skipping 2025/06/28 06:50:30 DEBUG : three: Need to transfer - File not found at Destination 2025/06/28 06:50:40 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/06/28 06:50:40 DEBUG : three: Destination not found in --copy-dest 2025/06/28 06:50:51 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/06/28 06:50:51 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (519.60s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.14s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.23s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" 2025/06/28 06:52:29 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/06/28 06:52:45 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/28 06:52:45 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/06/28 06:53:00 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/06/28 06:53:12 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/06/28 06:53:12 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy5.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-vetibup1ziwa/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/06/28 06:53:22 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/06/28 06:53:33 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/06/28 06:53:38 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 4ca371fb2de82adb835f55546e43629b OK 2025/06/28 06:53:38 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (105.28s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.13s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.23s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.17s) === RUN TestDeduplicateFirst run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", 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-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", 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-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" 2025/06/28 06:55:20 INFO : Compressed: TestCompressSwift:rclone-test-vetibup1ziwa: Looking for duplicate md5 hashes using newest mode. 2025/06/28 06:55:46 NOTICE: c6777ecba2cd1de3c6f7e0f4ce76ff5d: Found 3 files with duplicate md5 hashes 2025/06/28 06:55:56 INFO : one: Deleted 2025/06/28 06:56:06 INFO : also/one: Deleted 2025/06/28 06:56:06 NOTICE: c6777ecba2cd1de3c6f7e0f4ce76ff5d: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (132.15s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.15s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.22s) === RUN TestDeduplicateSmallest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.19s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", 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-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", 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-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" 2025/06/28 06:58:30 DEBUG : a.txt: Excluded (Size Filter) 2025/06/28 06:58:30 DEBUG : a.txt: Excluded 2025/06/28 06:58:30 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/28 06:58:30 DEBUG : sub dir/hello world: Excluded 2025/06/28 06:58:30 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/28 06:58:30 DEBUG : sub dir/hello world2: Excluded 2025/06/28 06:58:30 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/28 06:58:30 DEBUG : sub dir/hello world: Excluded 2025/06/28 06:58:30 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/28 06:58:30 DEBUG : sub dir/hello world2: Excluded 2025/06/28 06:58:41 DEBUG : sub dir/ignore dir: Excluded 2025/06/28 06:58:46 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (215.12s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" 2025/06/28 07:02:23 DEBUG : a.txt: Excluded (Size Filter) 2025/06/28 07:02:23 DEBUG : a.txt: Excluded 2025/06/28 07:02:23 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/28 07:02:23 DEBUG : sub dir/hello world: Excluded 2025/06/28 07:02:23 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/28 07:02:23 DEBUG : sub dir/hello world2: Excluded 2025/06/28 07:02:23 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/28 07:02:23 DEBUG : sub dir/hello world: Excluded 2025/06/28 07:02:23 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/28 07:02:23 DEBUG : sub dir/hello world2: Excluded 2025/06/28 07:02:33 DEBUG : sub dir/ignore dir: Excluded 2025/06/28 07:02:38 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (242.26s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", 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 (129.36s) --- PASS: TestListJSON/Default (5.31s) --- PASS: TestListJSON/FilesOnly (10.17s) --- PASS: TestListJSON/DirsOnly (0.04s) --- PASS: TestListJSON/Recurse (10.36s) --- PASS: TestListJSON/SubDir (5.17s) --- PASS: TestListJSON/NoModTime (5.13s) --- PASS: TestListJSON/NoMimeType (5.09s) --- PASS: TestListJSON/ShowHash (5.17s) --- PASS: TestListJSON/HashTypes (5.18s) --- PASS: TestListJSON/Metadata (10.17s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", 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/28 07:07:13 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vetibup1ziwa/notfound" 2025/06/28 07:07:13 DEBUG : Swift container rclone-test-vetibup1ziwa path notfound.json: Auto set use_segments_container to true 2025/06/28 07:07:19 DEBUG : Swift container rclone-test-vetibup1ziwa path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (104.47s) --- PASS: TestStatJSON/Root (0.05s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.18s) --- PASS: TestStatJSON/Dir (5.21s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.10s) --- PASS: TestStatJSON/File (5.13s) --- PASS: TestStatJSON/NotFound (5.27s) --- PASS: TestStatJSON/DirFilesOnly (5.05s) --- PASS: TestStatJSON/FileFilesOnly (0.13s) --- PASS: TestStatJSON/NotFoundFilesOnly (5.05s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.10s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (11.29s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" 2025/06/28 07:07:55 INFO : Compressed: TestCompressSwift:rclone-test-vetibup1ziwa: Making directory 2025/06/28 07:07:55 INFO : Compressed: TestCompressSwift:rclone-test-vetibup1ziwa: Making directory --- PASS: TestMkdir (0.23s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" --- PASS: TestLsd (16.17s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" --- PASS: TestLs (72.11s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" 2025/06/28 07:09:59 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/06/28 07:09:59 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (77.03s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" --- PASS: TestLsLong (61.89s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (71.98s) --- PASS: TestHashSums/Md5 (5.13s) --- PASS: TestHashSums/Md5Download (5.20s) === RUN TestHashSumsWithErrors 2025/06/28 07:12:54 DEBUG : Creating backend with remote ":memory:" 2025/06/28 07:12:54 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/06/28 07:12:54 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/28 07:12:54 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/28 07:12:54 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/28 07:12:54 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/28 07:12:54 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/28 07:12:54 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/28 07:12:54 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/06/28 07:12:54 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-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" --- PASS: TestCount (73.20s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vetibup1ziwa", Local "Local file system at /tmp/rclone2232277941", Modify Window "1ns" panic: test timed out after 1h0m0s running tests: TestDelete (29s) goroutine 7842 [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(0xc000992a80, {0x26a02ce?, 0xc0006d7ad8?}, 0x27d5580) /usr/local/go/src/testing/testing.go:1859 +0x431 testing.runTests.func1(0xc000992a80) /usr/local/go/src/testing/testing.go:2279 +0x37 testing.tRunner(0xc000992a80, 0xc0006d7c18) /usr/local/go/src/testing/testing.go:1792 +0xf4 testing.runTests(0xc000984900, {0x3e9c140, 0x6d, 0x6d}, {0xedff17f4c?, 0x3eb2140?, 0x3eb2140?}) /usr/local/go/src/testing/testing.go:2277 +0x4b4 testing.(*M).Run(0xc0004ff680) /usr/local/go/src/testing/testing.go:2142 +0x64a github.com/rclone/rclone/fstest.TestMain(0xc0004ff680) /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 2924 [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 2817 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 24 [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 25 [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 7816 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc0002d52c0, 0xc0004339d0, 0xc000a21540) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:425 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc0002d52c0, {0x2b09cc8, 0xc000989590}, {0xc000a4e2d0, 0x4f}, {{0xc00091ea20, 0x18}, {0xc00091ea39, 0xa}, {0x268db6e, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:777 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc0002d52c0, {0x2b09cc8, 0xc000989590}, {{0xc00091ea20, 0x18}, {0xc00091ea39, 0xa}, {0x268db6e, 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(0x6ed9eba16ed9eba1?, {0x2b09cc8?, 0xc000989590?}, {0xc00091ea20?, 0x8f1bbcdc8f1bbcdc?}, {0xc00091ea39, 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, 0xc000515820) /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, 0xc000100008?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc0009861e0, 0xc000a52f60, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:199 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc0009861e0, 0xc000a52f60) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:218 +0x93 github.com/rclone/rclone/backend/swift.(*Object).readMetaData(0xc000a52f00, {0x2b09cc8, 0xc000989590}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1333 +0x165 github.com/rclone/rclone/backend/swift.(*Fs).newObjectWithInfo(0xc000992700, {0x2b09cc8, 0xc000989590}, {0xc00062db60, 0xa}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:666 +0x251 github.com/rclone/rclone/backend/swift.(*Fs).NewObject(0xc000515b00?, {0x2b09cc8?, 0xc000989590?}, {0xc00062db60?, 0x41ac01?}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:677 +0x25 github.com/rclone/rclone/backend/compress.(*Fs).NewObject(0xc000390280, {0x2b09cc8, 0xc000989590}, {0x268f02a, 0x5}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:422 +0x70 github.com/rclone/rclone/backend/compress.(*Fs).Put(0xc000390280, {0x2b09cc8, 0xc000989590}, {0x2ae18c0, 0xc000989e00}, {0x2b14cf0, 0xc0004337a0}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:751 +0x7e github.com/rclone/rclone/fstest.(*Run).WriteObjectTo(0xc000432c40, {0x2b09cc8, 0xc000989590}, {0x2b1ef20, 0xc000390280}, {0x268f02a, 0x5}, {0x2769d26, 0x64}, {0x1dcd64ff, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:275 +0x3f2 github.com/rclone/rclone/fstest.(*Run).WriteObject(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 github.com/rclone/rclone/fs/operations_test.TestDelete(0xc00226e700) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:418 +0x2c6 testing.tRunner(0xc00226e700, 0x27d5580) /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 3611 [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 2817 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1083 [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 1041 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 180 [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 154 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 526 [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 516 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 875 [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 833 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 226 [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 216 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 457 [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 447 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1223 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1181 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1264 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1254 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 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:256 +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:254 +0x378 goroutine 686 [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 676 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 740 [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 730 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 341 [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 299 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 799 [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 789 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1046 [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 1020 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 967 [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 957 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 569 [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 367 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1509 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1451 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1365 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1339 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 636 [chan receive (nil chan), 58 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 627 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3011 [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 2817 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1309 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1299 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1418 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1408 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1491 [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:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 1465 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 2850 [chan receive, 46 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2817 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3260 [chan receive, 43 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 2817 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3079 [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 2817 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 7654 [IO wait]: internal/poll.runtime_pollWait(0x755a72088be8, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc000390a80?, 0xc0001dec80?, 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(0xc000390a80, {0xc0001dec80, 0x1980, 0x1980}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc000390a80, {0xc0001dec80?, 0x1973?, 0xc000684a60?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc0006f60c0, {0xc0001dec80?, 0xc0005f41d0?, 0xd?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000984720, {0xc0001dec80?, 0x755a28d843f8?, 0x755a7242e108?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc00084ad08, {0xc0001dec80?, 0x1973?, 0xc00067d9d0?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc0005f42b8, {0x2ae32e0, 0xc00084ad08}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc0005f4008, {0x755a28d60958, 0xc000984720}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc0005f4008, 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(0xc0005f4008, {0xc0006f8000, 0x1000, 0xc0003fb770?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc000623b00, {0xc0006f8000?, 0x7f4085?, 0x2ae1480?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc0003876e0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc0003876e0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc000623b00) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 7642 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 3442 [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 2817 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3133 [chan receive, 43 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 2817 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3248 [chan receive, 43 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 2817 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3502 [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 2817 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 7655 [select]: net/http.(*persistConn).writeLoop(0xc000623b00) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 7642 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 7824 [select]: net/http.(*persistConn).roundTrip(0xc000623b00, 0xc00068af50) /usr/local/go/src/net/http/transport.go:2826 +0x785 net/http.(*Transport).roundTrip(0xc0001671e0, 0xc000a21540) /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(0xc0003262a0, 0xc000a21540) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc000a21540, {0x2ae2a80, 0xc0003262a0}, {0xc001035501?, 0xd6f845?, 0x0?}) /usr/local/go/src/net/http/client.go:259 +0x5e2 net/http.(*Client).send(0xc000988180, 0xc000a21540, {0x478819?, 0xc0010355f0?, 0x0?}) /usr/local/go/src/net/http/client.go:180 +0x91 net/http.(*Client).do(0xc000988180, 0xc000a21540) /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 7816 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:420 +0xb8 "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m0.669091864s (try 2/5): exit status 2: Failed []