"./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Starting (try 2/5) 2025/06/23 02:00:41 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-fehagey3loba" 2025/06/23 02:00:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 02:00:42 DEBUG : Swift container rclone-test-fehagey3loba.json: Auto set use_segments_container to true 2025/06/23 02:00:42 DEBUG : Swift container rclone-test-fehagey3loba: Auto set use_segments_container to true 2025/06/23 02:00:42 DEBUG : Creating backend with remote "/tmp/rclone2617943505" === 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-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", 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-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", 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/23 02:00:42 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/23 02:00:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/23 02:00:42 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/06/23 02:00:42 DEBUG : potato: Seek from 10 to 0 2025/06/23 02:00:42 DEBUG : potato: Seek from 10 to 0 2025/06/23 02:00:42 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/06/23 02:00:42 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/23 02:00:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/23 02:00:42 DEBUG : potato: Seek from 5 to 2 2025/06/23 02:00:42 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/06/23 02:00:42 DEBUG : potato: Seek from 7 to 0 2025/06/23 02:00:42 DEBUG : potato: Seek from 7 to 0 2025/06/23 02:00:42 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/06/23 02:00:42 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/23 02:00:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/23 02:00:42 DEBUG : potato: Seek from 5 to 2 2025/06/23 02:00:42 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/06/23 02:00:42 DEBUG : potato: Seek from 8 to 0 2025/06/23 02:00:42 DEBUG : potato: Seek from 8 to 0 2025/06/23 02:00:42 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/06/23 02:00:42 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/23 02:00:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/23 02:00:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/23 02:00:42 DEBUG : potato: Seek from 5 to 2 2025/06/23 02:00:42 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/06/23 02:00:42 DEBUG : potato: Seek from 9 to 0 2025/06/23 02:00:42 DEBUG : potato: Seek from 9 to 0 2025/06/23 02:00:42 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-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" 2025/06/23 02:00:42 INFO : Swift container rclone-test-fehagey3loba: Container "rclone-test-fehagey3loba" created === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (167.16s) --- PASS: TestCheck/1 (5.38s) --- PASS: TestCheck/2 (0.14s) --- PASS: TestCheck/3 (10.27s) --- PASS: TestCheck/4 (5.19s) --- PASS: TestCheck/5 (5.17s) --- PASS: TestCheck/6 (8.19s) --- PASS: TestCheck/7 (0.15s) === RUN TestCheckFsError 2025/06/23 02:03:29 DEBUG : Creating backend with remote "nonexistent" 2025/06/23 02:03:29 DEBUG : Creating backend with remote "nonexistent" 2025/06/23 02:03:29 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/06/23 02:03:29 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/23 02:03:29 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/06/23 02:03:29 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-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", 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 (181.73s) --- PASS: TestCheckDownload/1 (10.38s) --- PASS: TestCheckDownload/2 (5.21s) --- PASS: TestCheckDownload/3 (10.19s) --- PASS: TestCheckDownload/4 (5.24s) --- PASS: TestCheckDownload/5 (10.21s) --- PASS: TestCheckDownload/6 (5.24s) --- PASS: TestCheckDownload/7 (10.23s) === RUN TestCheckSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", 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 (126.18s) --- PASS: TestCheckSizeOnly/1 (0.16s) --- PASS: TestCheckSizeOnly/2 (0.12s) --- PASS: TestCheckSizeOnly/3 (0.05s) --- PASS: TestCheckSizeOnly/4 (0.30s) --- PASS: TestCheckSizeOnly/5 (0.05s) --- PASS: TestCheckSizeOnly/6 (0.05s) --- PASS: TestCheckSizeOnly/7 (0.10s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" 2025/06/23 02:08:58 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/23 02:08:58 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/23 02:08:58 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/23 02:08:58 NOTICE: test.sum: 2 warning(s) suppressed... 2025/06/23 02:09:14 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/23 02:09:14 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/23 02:09:14 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/23 02:09:14 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (47.16s) === RUN TestCheckSum run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" 2025/06/23 02:09:24 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-fehagey3loba/data" 2025/06/23 02:09:25 DEBUG : Swift container rclone-test-fehagey3loba path data.json: Auto set use_segments_container to true 2025/06/23 02:09:30 DEBUG : Swift container rclone-test-fehagey3loba 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 (320.46s) --- PASS: TestCheckSum/subtest1 (5.37s) --- PASS: TestCheckSum/subtest2 (15.60s) --- PASS: TestCheckSum/subtest3 (5.44s) --- PASS: TestCheckSum/subtest4 (15.46s) --- PASS: TestCheckSum/subtest5 (0.44s) --- PASS: TestCheckSum/subtest6 (5.49s) --- PASS: TestCheckSum/subtest7 (15.58s) === RUN TestCheckSumDownload run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" 2025/06/23 02:14:45 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-fehagey3loba/data" 2025/06/23 02:14:45 DEBUG : Config file has changed externally - reloading 2025/06/23 02:14:45 DEBUG : Swift container rclone-test-fehagey3loba path data.json: Auto set use_segments_container to true 2025/06/23 02:14:51 DEBUG : Swift container rclone-test-fehagey3loba 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 (369.29s) --- PASS: TestCheckSumDownload/subtest1 (5.39s) --- PASS: TestCheckSumDownload/subtest2 (5.53s) --- PASS: TestCheckSumDownload/subtest3 (15.68s) --- PASS: TestCheckSumDownload/subtest4 (5.38s) --- PASS: TestCheckSumDownload/subtest5 (10.41s) --- PASS: TestCheckSumDownload/subtest6 (20.42s) --- PASS: TestCheckSumDownload/subtest7 (20.60s) === RUN TestApplyTransforms 2025/06/23 02:20:54 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-lagupop8liqu" 2025/06/23 02:20:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 02:20:54 DEBUG : Swift container rclone-test-lagupop8liqu.json: Auto set use_segments_container to true 2025/06/23 02:20:55 DEBUG : Swift container rclone-test-lagupop8liqu: Auto set use_segments_container to true 2025/06/23 02:20:55 DEBUG : Creating backend with remote "/tmp/rclone2656617415" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-lagupop8liqu", Local "Local file system at /tmp/rclone2656617415", Modify Window "1ns" 2025/06/23 02:20:55 INFO : Swift container rclone-test-lagupop8liqu: Container "rclone-test-lagupop8liqu" created upper checkfile vs. lower remote (without normalization) 2025/06/23 02:21:11 ERROR : hello, world!: sum not found 2025/06/23 02:21:11 ERROR : HELLO, WORLD!: file not in Compressed: TestCompressSwift:rclone-test-lagupop8liqu 2025/06/23 02:21:11 NOTICE: Compressed: TestCompressSwift:rclone-test-lagupop8liqu: 1 files missing 2025/06/23 02:21:11 NOTICE: 1 hashes missing 2025/06/23 02:21:11 NOTICE: Compressed: TestCompressSwift:rclone-test-lagupop8liqu: 2 differences found 2025/06/23 02:21:11 NOTICE: Compressed: TestCompressSwift:rclone-test-lagupop8liqu: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/06/23 02:21:26 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 02:21:26 NOTICE: Compressed: TestCompressSwift:rclone-test-lagupop8liqu: 0 differences found 2025/06/23 02:21:26 NOTICE: Compressed: TestCompressSwift:rclone-test-lagupop8liqu: 1 matching files 2025/06/23 02:21:26 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-bojafeg5zuho" 2025/06/23 02:21:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 02:21:27 DEBUG : Swift container rclone-test-bojafeg5zuho.json: Auto set use_segments_container to true 2025/06/23 02:21:27 DEBUG : Swift container rclone-test-bojafeg5zuho: Auto set use_segments_container to true 2025/06/23 02:21:27 DEBUG : Creating backend with remote "/tmp/rclone4035276038" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-bojafeg5zuho", Local "Local file system at /tmp/rclone4035276038", Modify Window "1ns" 2025/06/23 02:21:28 INFO : Swift container rclone-test-bojafeg5zuho: Container "rclone-test-bojafeg5zuho" created lower checkfile vs. upper remote (without normalization) 2025/06/23 02:21:39 ERROR : HELLO, WORLD!: sum not found 2025/06/23 02:21:39 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-bojafeg5zuho 2025/06/23 02:21:39 NOTICE: Compressed: TestCompressSwift:rclone-test-bojafeg5zuho: 1 files missing 2025/06/23 02:21:39 NOTICE: 1 hashes missing 2025/06/23 02:21:39 NOTICE: Compressed: TestCompressSwift:rclone-test-bojafeg5zuho: 2 differences found 2025/06/23 02:21:39 NOTICE: Compressed: TestCompressSwift:rclone-test-bojafeg5zuho: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/06/23 02:21:39 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 02:21:39 NOTICE: Compressed: TestCompressSwift:rclone-test-bojafeg5zuho: 0 differences found 2025/06/23 02:21:39 NOTICE: Compressed: TestCompressSwift:rclone-test-bojafeg5zuho: 1 matching files 2025/06/23 02:21:39 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-qaqopin4puwa" 2025/06/23 02:21:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 02:21:39 DEBUG : Swift container rclone-test-qaqopin4puwa.json: Auto set use_segments_container to true 2025/06/23 02:21:40 DEBUG : Swift container rclone-test-qaqopin4puwa: Auto set use_segments_container to true 2025/06/23 02:21:40 DEBUG : Creating backend with remote "/tmp/rclone4146741185" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-qaqopin4puwa", Local "Local file system at /tmp/rclone4146741185", Modify Window "1ns" 2025/06/23 02:21:41 INFO : Swift container rclone-test-qaqopin4puwa: Container "rclone-test-qaqopin4puwa" created lower checkfile vs. upperlowermixed remote (without normalization) 2025/06/23 02:21:52 ERROR : HeLlO, wOrLd!: sum not found 2025/06/23 02:21:52 ERROR : hello, world!: file not in Compressed: TestCompressSwift:rclone-test-qaqopin4puwa 2025/06/23 02:21:52 NOTICE: Compressed: TestCompressSwift:rclone-test-qaqopin4puwa: 1 files missing 2025/06/23 02:21:52 NOTICE: 1 hashes missing 2025/06/23 02:21:52 NOTICE: Compressed: TestCompressSwift:rclone-test-qaqopin4puwa: 2 differences found 2025/06/23 02:21:52 NOTICE: Compressed: TestCompressSwift:rclone-test-qaqopin4puwa: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/06/23 02:21:52 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 02:21:52 NOTICE: Compressed: TestCompressSwift:rclone-test-qaqopin4puwa: 0 differences found 2025/06/23 02:21:52 NOTICE: Compressed: TestCompressSwift:rclone-test-qaqopin4puwa: 1 matching files 2025/06/23 02:21:52 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-yeraret4keba" 2025/06/23 02:21:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 02:21:52 DEBUG : Swift container rclone-test-yeraret4keba.json: Auto set use_segments_container to true 2025/06/23 02:21:52 DEBUG : Swift container rclone-test-yeraret4keba: Auto set use_segments_container to true 2025/06/23 02:21:52 DEBUG : Creating backend with remote "/tmp/rclone1963109037" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-yeraret4keba", Local "Local file system at /tmp/rclone1963109037", Modify Window "1ns" 2025/06/23 02:21:53 INFO : Swift container rclone-test-yeraret4keba: Container "rclone-test-yeraret4keba" created upperlowermixed checkfile vs. upper remote (without normalization) 2025/06/23 02:21:59 ERROR : HELLO, WORLD!: sum not found 2025/06/23 02:21:59 ERROR : HeLlO, wOrLd!: file not in Compressed: TestCompressSwift:rclone-test-yeraret4keba 2025/06/23 02:21:59 NOTICE: Compressed: TestCompressSwift:rclone-test-yeraret4keba: 1 files missing 2025/06/23 02:21:59 NOTICE: 1 hashes missing 2025/06/23 02:21:59 NOTICE: Compressed: TestCompressSwift:rclone-test-yeraret4keba: 2 differences found 2025/06/23 02:21:59 NOTICE: Compressed: TestCompressSwift:rclone-test-yeraret4keba: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/06/23 02:21:59 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 02:21:59 NOTICE: Compressed: TestCompressSwift:rclone-test-yeraret4keba: 0 differences found 2025/06/23 02:21:59 NOTICE: Compressed: TestCompressSwift:rclone-test-yeraret4keba: 1 matching files 2025/06/23 02:21:59 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-hikupap6qugi" 2025/06/23 02:21:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 02:21:59 DEBUG : Swift container rclone-test-hikupap6qugi.json: Auto set use_segments_container to true 2025/06/23 02:22:00 DEBUG : Swift container rclone-test-hikupap6qugi: Auto set use_segments_container to true 2025/06/23 02:22:00 DEBUG : Creating backend with remote "/tmp/rclone3495018223" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-hikupap6qugi", Local "Local file system at /tmp/rclone3495018223", Modify Window "1ns" 2025/06/23 02:22:00 INFO : Swift container rclone-test-hikupap6qugi: Container "rclone-test-hikupap6qugi" created NFD checkfile vs. NFC remote (without normalization) 2025/06/23 02:22:16 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/23 02:22:16 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-hikupap6qugi 2025/06/23 02:22:16 NOTICE: Compressed: TestCompressSwift:rclone-test-hikupap6qugi: 1 files missing 2025/06/23 02:22:16 NOTICE: 1 hashes missing 2025/06/23 02:22:16 NOTICE: Compressed: TestCompressSwift:rclone-test-hikupap6qugi: 2 differences found 2025/06/23 02:22:16 NOTICE: Compressed: TestCompressSwift:rclone-test-hikupap6qugi: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/06/23 02:22:17 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 02:22:17 NOTICE: Compressed: TestCompressSwift:rclone-test-hikupap6qugi: 0 differences found 2025/06/23 02:22:17 NOTICE: Compressed: TestCompressSwift:rclone-test-hikupap6qugi: 1 matching files 2025/06/23 02:22:17 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-jisumow4luti" 2025/06/23 02:22:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 02:22:17 DEBUG : Swift container rclone-test-jisumow4luti.json: Auto set use_segments_container to true 2025/06/23 02:22:17 DEBUG : Swift container rclone-test-jisumow4luti: Auto set use_segments_container to true 2025/06/23 02:22:17 DEBUG : Creating backend with remote "/tmp/rclone1799342084" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-jisumow4luti", Local "Local file system at /tmp/rclone1799342084", Modify Window "1ns" 2025/06/23 02:22:18 INFO : Swift container rclone-test-jisumow4luti: Container "rclone-test-jisumow4luti" created NFC checkfile vs. NFD remote (without normalization) 2025/06/23 02:22:29 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/23 02:22:29 ERROR : 測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-jisumow4luti 2025/06/23 02:22:29 NOTICE: Compressed: TestCompressSwift:rclone-test-jisumow4luti: 1 files missing 2025/06/23 02:22:29 NOTICE: 1 hashes missing 2025/06/23 02:22:29 NOTICE: Compressed: TestCompressSwift:rclone-test-jisumow4luti: 2 differences found 2025/06/23 02:22:29 NOTICE: Compressed: TestCompressSwift:rclone-test-jisumow4luti: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/06/23 02:22:29 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 02:22:29 NOTICE: Compressed: TestCompressSwift:rclone-test-jisumow4luti: 0 differences found 2025/06/23 02:22:29 NOTICE: Compressed: TestCompressSwift:rclone-test-jisumow4luti: 1 matching files 2025/06/23 02:22:29 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-vaqadeg0lovi" 2025/06/23 02:22:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 02:22:30 DEBUG : Swift container rclone-test-vaqadeg0lovi.json: Auto set use_segments_container to true 2025/06/23 02:22:30 DEBUG : Swift container rclone-test-vaqadeg0lovi: Auto set use_segments_container to true 2025/06/23 02:22:30 DEBUG : Creating backend with remote "/tmp/rclone1771054366" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-vaqadeg0lovi", Local "Local file system at /tmp/rclone1771054366", Modify Window "1ns" 2025/06/23 02:22:30 INFO : Swift container rclone-test-vaqadeg0lovi: Container "rclone-test-vaqadeg0lovi" created NFDx2 checkfile vs. both remote (without normalization) 2025/06/23 02:22:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/23 02:22:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-vaqadeg0lovi 2025/06/23 02:22:37 NOTICE: Compressed: TestCompressSwift:rclone-test-vaqadeg0lovi: 1 files missing 2025/06/23 02:22:37 NOTICE: 1 hashes missing 2025/06/23 02:22:37 NOTICE: Compressed: TestCompressSwift:rclone-test-vaqadeg0lovi: 2 differences found 2025/06/23 02:22:37 NOTICE: Compressed: TestCompressSwift:rclone-test-vaqadeg0lovi: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/06/23 02:22:37 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 02:22:37 NOTICE: Compressed: TestCompressSwift:rclone-test-vaqadeg0lovi: 0 differences found 2025/06/23 02:22:37 NOTICE: Compressed: TestCompressSwift:rclone-test-vaqadeg0lovi: 1 matching files 2025/06/23 02:22:37 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-xafehaf5cuza" 2025/06/23 02:22:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 02:22:37 DEBUG : Swift container rclone-test-xafehaf5cuza.json: Auto set use_segments_container to true 2025/06/23 02:22:37 DEBUG : Swift container rclone-test-xafehaf5cuza: Auto set use_segments_container to true 2025/06/23 02:22:37 DEBUG : Creating backend with remote "/tmp/rclone1090697824" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-xafehaf5cuza", Local "Local file system at /tmp/rclone1090697824", Modify Window "1ns" 2025/06/23 02:22:38 INFO : Swift container rclone-test-xafehaf5cuza: Container "rclone-test-xafehaf5cuza" created NFCx2 checkfile vs. both remote (without normalization) 2025/06/23 02:22:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/23 02:22:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-xafehaf5cuza 2025/06/23 02:22:54 NOTICE: Compressed: TestCompressSwift:rclone-test-xafehaf5cuza: 1 files missing 2025/06/23 02:22:54 NOTICE: 1 hashes missing 2025/06/23 02:22:54 NOTICE: Compressed: TestCompressSwift:rclone-test-xafehaf5cuza: 2 differences found 2025/06/23 02:22:54 NOTICE: Compressed: TestCompressSwift:rclone-test-xafehaf5cuza: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/06/23 02:23:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 02:23:04 NOTICE: Compressed: TestCompressSwift:rclone-test-xafehaf5cuza: 0 differences found 2025/06/23 02:23:04 NOTICE: Compressed: TestCompressSwift:rclone-test-xafehaf5cuza: 1 matching files 2025/06/23 02:23:04 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-sidofex0toye" 2025/06/23 02:23:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 02:23:04 DEBUG : Swift container rclone-test-sidofex0toye.json: Auto set use_segments_container to true 2025/06/23 02:23:05 DEBUG : Swift container rclone-test-sidofex0toye: Auto set use_segments_container to true 2025/06/23 02:23:05 DEBUG : Creating backend with remote "/tmp/rclone3852111215" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-sidofex0toye", Local "Local file system at /tmp/rclone3852111215", Modify Window "1ns" 2025/06/23 02:23:05 INFO : Swift container rclone-test-sidofex0toye: Container "rclone-test-sidofex0toye" created both checkfile vs. NFDx2 remote (without normalization) 2025/06/23 02:23:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/23 02:23:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-sidofex0toye 2025/06/23 02:23:11 NOTICE: Compressed: TestCompressSwift:rclone-test-sidofex0toye: 1 files missing 2025/06/23 02:23:11 NOTICE: 1 hashes missing 2025/06/23 02:23:11 NOTICE: Compressed: TestCompressSwift:rclone-test-sidofex0toye: 2 differences found 2025/06/23 02:23:11 NOTICE: Compressed: TestCompressSwift:rclone-test-sidofex0toye: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/06/23 02:23:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 02:23:12 NOTICE: Compressed: TestCompressSwift:rclone-test-sidofex0toye: 0 differences found 2025/06/23 02:23:12 NOTICE: Compressed: TestCompressSwift:rclone-test-sidofex0toye: 1 matching files 2025/06/23 02:23:12 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-lusoxon4fuje" 2025/06/23 02:23:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 02:23:12 DEBUG : Swift container rclone-test-lusoxon4fuje.json: Auto set use_segments_container to true 2025/06/23 02:23:12 DEBUG : Swift container rclone-test-lusoxon4fuje: Auto set use_segments_container to true 2025/06/23 02:23:12 DEBUG : Creating backend with remote "/tmp/rclone2738722368" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-lusoxon4fuje", Local "Local file system at /tmp/rclone2738722368", Modify Window "1ns" 2025/06/23 02:23:13 INFO : Swift container rclone-test-lusoxon4fuje: Container "rclone-test-lusoxon4fuje" created both checkfile vs. NFCx2 remote (without normalization) 2025/06/23 02:23:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/23 02:23:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Compressed: TestCompressSwift:rclone-test-lusoxon4fuje 2025/06/23 02:23:25 NOTICE: Compressed: TestCompressSwift:rclone-test-lusoxon4fuje: 1 files missing 2025/06/23 02:23:25 NOTICE: 1 hashes missing 2025/06/23 02:23:25 NOTICE: Compressed: TestCompressSwift:rclone-test-lusoxon4fuje: 2 differences found 2025/06/23 02:23:25 NOTICE: Compressed: TestCompressSwift:rclone-test-lusoxon4fuje: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/06/23 02:23:25 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/23 02:23:25 NOTICE: Compressed: TestCompressSwift:rclone-test-lusoxon4fuje: 0 differences found 2025/06/23 02:23:25 NOTICE: Compressed: TestCompressSwift:rclone-test-lusoxon4fuje: 1 matching files 2025/06/23 02:23:25 DEBUG : Compressed: TestCompressSwift:rclone-test-lusoxon4fuje: Purge remote 2025/06/23 02:23:25 DEBUG : Waiting for deletions to finish 2025/06/23 02:23:26 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/23 02:23:31 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/23 02:23:31 INFO : Swift container rclone-test-lusoxon4fuje: Container "rclone-test-lusoxon4fuje" removed 2025/06/23 02:23:31 DEBUG : Compressed: TestCompressSwift:rclone-test-sidofex0toye: Purge remote 2025/06/23 02:23:31 DEBUG : Waiting for deletions to finish 2025/06/23 02:23:32 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/23 02:23:32 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/23 02:23:32 INFO : Swift container rclone-test-sidofex0toye: Container "rclone-test-sidofex0toye" removed 2025/06/23 02:23:32 DEBUG : Compressed: TestCompressSwift:rclone-test-xafehaf5cuza: Purge remote 2025/06/23 02:23:32 DEBUG : Waiting for deletions to finish 2025/06/23 02:23:43 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/23 02:23:43 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/23 02:23:43 INFO : Swift container rclone-test-xafehaf5cuza: Container "rclone-test-xafehaf5cuza" removed 2025/06/23 02:23:43 DEBUG : Compressed: TestCompressSwift:rclone-test-vaqadeg0lovi: Purge remote 2025/06/23 02:23:43 DEBUG : Waiting for deletions to finish 2025/06/23 02:23:43 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.bin: Deleted 2025/06/23 02:23:43 INFO : 測試_Русский___ě_áñ測試_Русский___ě_áñ.json: Deleted 2025/06/23 02:23:44 INFO : Swift container rclone-test-vaqadeg0lovi: Container "rclone-test-vaqadeg0lovi" removed 2025/06/23 02:23:44 DEBUG : Compressed: TestCompressSwift:rclone-test-jisumow4luti: Purge remote 2025/06/23 02:23:44 DEBUG : Waiting for deletions to finish 2025/06/23 02:23:44 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/06/23 02:23:54 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/06/23 02:23:55 INFO : Swift container rclone-test-jisumow4luti: Container "rclone-test-jisumow4luti" removed 2025/06/23 02:23:55 DEBUG : Compressed: TestCompressSwift:rclone-test-hikupap6qugi: Purge remote 2025/06/23 02:23:55 DEBUG : Waiting for deletions to finish 2025/06/23 02:24:01 INFO : 測試_Русский___ě_áñ.bin: Deleted 2025/06/23 02:24:01 INFO : 測試_Русский___ě_áñ.json: Deleted 2025/06/23 02:24:01 INFO : Swift container rclone-test-hikupap6qugi: Container "rclone-test-hikupap6qugi" removed 2025/06/23 02:24:01 DEBUG : Compressed: TestCompressSwift:rclone-test-yeraret4keba: Purge remote 2025/06/23 02:24:01 DEBUG : Waiting for deletions to finish 2025/06/23 02:24:01 INFO : HELLO, WORLD!.bin: Deleted 2025/06/23 02:24:01 INFO : HELLO, WORLD!.json: Deleted 2025/06/23 02:24:01 INFO : Swift container rclone-test-yeraret4keba: Container "rclone-test-yeraret4keba" removed 2025/06/23 02:24:01 DEBUG : Compressed: TestCompressSwift:rclone-test-qaqopin4puwa: Purge remote 2025/06/23 02:24:01 DEBUG : Waiting for deletions to finish 2025/06/23 02:24:02 INFO : HeLlO, wOrLd!.bin: Deleted 2025/06/23 02:24:12 INFO : HeLlO, wOrLd!.json: Deleted 2025/06/23 02:24:12 INFO : Swift container rclone-test-qaqopin4puwa: Container "rclone-test-qaqopin4puwa" removed 2025/06/23 02:24:12 DEBUG : Compressed: TestCompressSwift:rclone-test-bojafeg5zuho: Purge remote 2025/06/23 02:24:12 DEBUG : Waiting for deletions to finish 2025/06/23 02:24:12 INFO : HELLO, WORLD!.json: Deleted 2025/06/23 02:24:17 INFO : HELLO, WORLD!.bin: Deleted 2025/06/23 02:24:17 INFO : Swift container rclone-test-bojafeg5zuho: Container "rclone-test-bojafeg5zuho" removed 2025/06/23 02:24:17 DEBUG : Compressed: TestCompressSwift:rclone-test-lagupop8liqu: Purge remote 2025/06/23 02:24:17 DEBUG : Waiting for deletions to finish 2025/06/23 02:24:28 INFO : hello, world!.bin: Deleted 2025/06/23 02:24:28 INFO : hello, world!.json: Deleted 2025/06/23 02:24:28 INFO : Swift container rclone-test-lagupop8liqu: Container "rclone-test-lagupop8liqu" removed --- PASS: TestApplyTransforms (213.75s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" 2025/06/23 02:24:33 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/23 02:24:44 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/23 02:24:44 INFO : file1: Copied (new) to: sub/file2 2025/06/23 02:24:44 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/23 02:24:44 DEBUG : file1: Unchanged skipping 2025/06/23 02:24:49 DEBUG : Compressed: TestCompressSwift:rclone-test-fehagey3loba: don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (27.19s) === RUN TestCopyLongFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.21s) === RUN TestCopyFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" 2025/06/23 02:25:07 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-fehagey3loba/backup" 2025/06/23 02:25:07 DEBUG : Swift container rclone-test-fehagey3loba path backup.json: Auto set use_segments_container to true 2025/06/23 02:25:13 DEBUG : Swift container rclone-test-fehagey3loba path backup: Auto set use_segments_container to true 2025/06/23 02:25:18 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/06/23 02:25:39 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/06/23 02:25:39 INFO : dst/file1: Copied (server-side copy) 2025/06/23 02:25:45 INFO : dst/file1: Deleted 2025/06/23 02:25:56 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/23 02:25:56 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (67.06s) === RUN TestCopyFileCompareDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" 2025/06/23 02:26:02 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-fehagey3loba/dst" 2025/06/23 02:26:03 DEBUG : Swift container rclone-test-fehagey3loba path dst.json: Auto set use_segments_container to true 2025/06/23 02:26:08 DEBUG : Swift container rclone-test-fehagey3loba path dst: Auto set use_segments_container to true 2025/06/23 02:26:19 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-fehagey3loba/CompareDest" 2025/06/23 02:26:19 DEBUG : Swift container rclone-test-fehagey3loba path CompareDest.json: Auto set use_segments_container to true 2025/06/23 02:26:25 DEBUG : Swift container rclone-test-fehagey3loba path CompareDest: Auto set use_segments_container to true 2025/06/23 02:26:30 DEBUG : one: Need to transfer - File not found at Destination 2025/06/23 02:26:47 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/23 02:26:47 INFO : one: Copied (new) 2025/06/23 02:26:48 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/23 02:26:59 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/23 02:26:59 INFO : one: Copied (replaced existing) 2025/06/23 02:27:16 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/23 02:27:16 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/23 02:27:16 DEBUG : one: Destination found in --compare-dest, skipping 2025/06/23 02:27:43 DEBUG : two: Need to transfer - File not found at Destination 2025/06/23 02:27:43 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/23 02:27:43 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/23 02:27:54 DEBUG : two: Need to transfer - File not found at Destination 2025/06/23 02:27:54 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/23 02:27:54 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/23 02:28:15 DEBUG : two: Need to transfer - File not found at Destination 2025/06/23 02:28:15 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/06/23 02:28:26 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/06/23 02:28:26 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (171.44s) === RUN TestCopyFileCopyDest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" 2025/06/23 02:28:54 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-fehagey3loba/dst" 2025/06/23 02:28:54 DEBUG : Swift container rclone-test-fehagey3loba path dst.json: Auto set use_segments_container to true 2025/06/23 02:29:00 DEBUG : Swift container rclone-test-fehagey3loba path dst: Auto set use_segments_container to true 2025/06/23 02:29:26 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-fehagey3loba/CopyDest" 2025/06/23 02:29:26 DEBUG : Swift container rclone-test-fehagey3loba path CopyDest.json: Auto set use_segments_container to true 2025/06/23 02:29:37 DEBUG : Swift container rclone-test-fehagey3loba path CopyDest: Auto set use_segments_container to true 2025/06/23 02:29:42 DEBUG : one: Need to transfer - File not found at Destination 2025/06/23 02:30:28 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/23 02:30:28 INFO : one: Copied (new) 2025/06/23 02:30:29 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/23 02:30:39 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/23 02:30:39 INFO : one: Copied (replaced existing) 2025/06/23 02:30:51 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-fehagey3loba/BackupDir" 2025/06/23 02:30:52 DEBUG : Swift container rclone-test-fehagey3loba path BackupDir.json: Auto set use_segments_container to true 2025/06/23 02:30:57 DEBUG : Swift container rclone-test-fehagey3loba path BackupDir: Auto set use_segments_container to true 2025/06/23 02:31:03 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/23 02:31:03 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/23 02:31:03 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/23 02:31:29 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/23 02:31:29 INFO : one: Copied (server-side copy) 2025/06/23 02:31:35 INFO : one: Deleted 2025/06/23 02:31:55 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/23 02:31:55 INFO : one: Copied (server-side copy) 2025/06/23 02:31:55 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/06/23 02:32:17 DEBUG : two: Need to transfer - File not found at Destination 2025/06/23 02:32:23 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/23 02:32:43 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/06/23 02:32:43 INFO : two: Copied (server-side copy) 2025/06/23 02:32:43 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/06/23 02:32:49 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/23 02:32:49 DEBUG : two: Unchanged skipping 2025/06/23 02:33:38 DEBUG : three: Need to transfer - File not found at Destination 2025/06/23 02:33:38 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/06/23 02:33:38 DEBUG : three: Destination not found in --copy-dest 2025/06/23 02:33:44 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/06/23 02:33:44 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (334.47s) === RUN TestCopyInplace run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.19s) === RUN TestCopyLongFileName run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.41s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" 2025/06/23 02:34:34 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/06/23 02:34:45 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/23 02:34:45 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/06/23 02:34:50 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/06/23 02:34:56 ERROR : TestCopyFileMaxTransfer/file2.bin: Dangling object - ignoring: Object Not Found 2025/06/23 02:34:56 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://csproxy5.memset.com/v1/AUTH_msnickcaa1_93fd688179b54bb5aa9604bf21f236be/rclone-test-fehagey3loba/TestCopyFileMaxTransfer/file2.bin": max transfer limit reached as set by --max-transfer 2025/06/23 02:35:01 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/06/23 02:35:07 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/06/23 02:35:13 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 4bf1b5c3320b9bbe5fd37dc058223933 OK 2025/06/23 02:35:13 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (54.97s) === RUN TestDeduplicateInteractive run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.30s) === RUN TestDeduplicateSkip run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.18s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.10s) === RUN TestDeduplicateFirst run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.15s) === RUN TestDeduplicateNewest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", 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-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" 2025/06/23 02:36:34 INFO : Compressed: TestCompressSwift:rclone-test-fehagey3loba: Looking for duplicate md5 hashes using newest mode. 2025/06/23 02:36:44 NOTICE: de9ca9e553acdae9ef3428f44c66be2c: Found 3 files with duplicate md5 hashes 2025/06/23 02:36:55 INFO : one: Deleted 2025/06/23 02:37:05 INFO : also/one: Deleted 2025/06/23 02:37:05 NOTICE: de9ca9e553acdae9ef3428f44c66be2c: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (126.31s) === RUN TestDeduplicateOldest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.22s) === RUN TestDeduplicateLargest run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", 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-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.12s) === RUN TestDeduplicateRename run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", 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-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", 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-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" 2025/06/23 02:39:06 DEBUG : a.txt: Excluded (Size Filter) 2025/06/23 02:39:06 DEBUG : a.txt: Excluded 2025/06/23 02:39:06 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/23 02:39:06 DEBUG : sub dir/hello world: Excluded 2025/06/23 02:39:06 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/23 02:39:06 DEBUG : sub dir/hello world2: Excluded 2025/06/23 02:39:06 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/23 02:39:06 DEBUG : sub dir/hello world: Excluded 2025/06/23 02:39:06 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/23 02:39:06 DEBUG : sub dir/hello world2: Excluded 2025/06/23 02:39:11 DEBUG : sub dir/ignore dir: Excluded 2025/06/23 02:39:16 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (162.30s) === RUN TestListDirSortedFn run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" 2025/06/23 02:41:40 DEBUG : a.txt: Excluded (Size Filter) 2025/06/23 02:41:40 DEBUG : a.txt: Excluded 2025/06/23 02:41:40 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/23 02:41:40 DEBUG : sub dir/hello world: Excluded 2025/06/23 02:41:40 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/23 02:41:40 DEBUG : sub dir/hello world2: Excluded 2025/06/23 02:41:40 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/23 02:41:40 DEBUG : sub dir/hello world: Excluded 2025/06/23 02:41:40 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/23 02:41:40 DEBUG : sub dir/hello world2: Excluded 2025/06/23 02:41:45 DEBUG : sub dir/ignore dir: Excluded 2025/06/23 02:41:50 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (144.13s) === RUN TestListJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", 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 (34.71s) --- PASS: TestListJSON/Default (0.19s) --- PASS: TestListJSON/FilesOnly (0.30s) --- PASS: TestListJSON/DirsOnly (0.05s) --- PASS: TestListJSON/Recurse (0.32s) --- PASS: TestListJSON/SubDir (5.21s) --- PASS: TestListJSON/NoModTime (0.14s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (0.18s) --- PASS: TestListJSON/HashTypes (0.21s) --- PASS: TestListJSON/Metadata (0.19s) === RUN TestStatJSON run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", 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/23 02:43:50 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-fehagey3loba/notfound" 2025/06/23 02:43:50 DEBUG : Config file has changed externally - reloading 2025/06/23 02:43:51 DEBUG : Swift container rclone-test-fehagey3loba path notfound.json: Auto set use_segments_container to true 2025/06/23 02:43:56 DEBUG : Swift container rclone-test-fehagey3loba path notfound: Auto set use_segments_container to true --- PASS: TestStatJSON (59.82s) --- PASS: TestStatJSON/Root (0.05s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.05s) --- PASS: TestStatJSON/Dir (5.26s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.10s) --- PASS: TestStatJSON/File (0.14s) --- PASS: TestStatJSON/NotFound (5.31s) --- PASS: TestStatJSON/DirFilesOnly (5.05s) --- PASS: TestStatJSON/FileFilesOnly (0.15s) --- PASS: TestStatJSON/NotFoundFilesOnly (5.06s) --- PASS: TestStatJSON/DirDirsOnly (0.05s) --- PASS: TestStatJSON/FileDirsOnly (0.10s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.10s) --- PASS: TestStatJSON/RootNotFound (11.12s) === RUN TestMkdir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" 2025/06/23 02:44:13 INFO : Compressed: TestCompressSwift:rclone-test-fehagey3loba: Making directory 2025/06/23 02:44:13 INFO : Compressed: TestCompressSwift:rclone-test-fehagey3loba: Making directory --- PASS: TestMkdir (0.36s) === RUN TestLsd run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" --- PASS: TestLsd (41.17s) === RUN TestLs run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" --- PASS: TestLs (37.43s) === RUN TestLsWithFilesFrom run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" 2025/06/23 02:45:58 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/06/23 02:45:58 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (47.36s) === RUN TestLsLong run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" --- PASS: TestLsLong (47.64s) === RUN TestHashSums run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (42.78s) --- PASS: TestHashSums/Md5 (0.44s) --- PASS: TestHashSums/Md5Download (5.23s) === RUN TestHashSumsWithErrors 2025/06/23 02:47:50 DEBUG : Creating backend with remote ":memory:" 2025/06/23 02:47:50 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/06/23 02:47:50 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/23 02:47:50 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/23 02:47:50 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/23 02:47:50 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/23 02:47:50 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/23 02:47:50 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/23 02:47:50 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/06/23 02:47:50 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-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" --- PASS: TestCount (59.62s) === RUN TestDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" 2025/06/23 02:49:46 DEBUG : Waiting for deletions to finish 2025/06/23 02:49:46 DEBUG : large: Excluded (Size Filter) 2025/06/23 02:49:52 INFO : small: Deleted 2025/06/23 02:49:57 INFO : medium: Deleted --- PASS: TestDelete (73.48s) === RUN TestMaxDelete run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" 2025/06/23 02:50:52 DEBUG : Waiting for deletions to finish 2025/06/23 02:50:52 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/06/23 02:50:58 INFO : large: Deleted 2025/06/23 02:51:08 INFO : medium: Deleted --- PASS: TestMaxDelete (71.09s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" 2025/06/23 02:52:06 DEBUG : Waiting for deletions to finish 2025/06/23 02:52:07 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/06/23 02:52:12 INFO : small: Deleted 2025/06/23 02:52:22 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (74.27s) === RUN TestMaxDeleteSize run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" 2025/06/23 02:53:28 DEBUG : Waiting for deletions to finish 2025/06/23 02:53:28 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/06/23 02:53:34 INFO : large: Deleted 2025/06/23 02:53:49 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (86.40s) === RUN TestReadFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" --- PASS: TestReadFile (7.32s) === RUN TestRetry 2025/06/23 02:54:02 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/06/23 02:54:02 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/06/23 02:54:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/23 02:54:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/23 02:54:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/23 02:54:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/23 02:54:02 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-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" --- PASS: TestCat (26.15s) === RUN TestPurge 2025/06/23 02:54:28 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-basonuj6buwa" 2025/06/23 02:54:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/23 02:54:28 DEBUG : Swift container rclone-test-basonuj6buwa.json: Auto set use_segments_container to true 2025/06/23 02:54:29 DEBUG : Swift container rclone-test-basonuj6buwa: Auto set use_segments_container to true 2025/06/23 02:54:29 DEBUG : Creating backend with remote "/tmp/rclone4067710454" run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-basonuj6buwa", Local "Local file system at /tmp/rclone4067710454", Modify Window "1ns" 2025/06/23 02:54:29 INFO : Swift container rclone-test-basonuj6buwa: Container "rclone-test-basonuj6buwa" created 2025/06/23 02:55:15 INFO : A2: Making directory 2025/06/23 02:55:15 INFO : A1/B2: Making directory 2025/06/23 02:55:15 INFO : A1/B2/C2: Making directory 2025/06/23 02:55:15 INFO : A1/B1/C3: Making directory 2025/06/23 02:55:15 INFO : A3: Making directory 2025/06/23 02:55:15 INFO : A3/B3: Making directory 2025/06/23 02:55:15 INFO : A3/B3/C4: Making directory fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A1/B1/C3" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" fstest.go:247: Filtering empty directory "A3/B3/C4" 2025/06/23 02:56:17 DEBUG : Waiting for deletions to finish 2025/06/23 02:56:37 INFO : A1/B1/C1/one.bin: Deleted 2025/06/23 02:56:37 INFO : A1/B1/C1/one.json: Deleted fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" fstest.go:247: Filtering empty directory "A3/B3/C4" 2025/06/23 02:56:57 DEBUG : Waiting for deletions to finish 2025/06/23 02:56:57 INFO : A1/two.bin: Deleted 2025/06/23 02:57:17 INFO : A1/two.json: Deleted 2025/06/23 02:57:18 INFO : Swift container rclone-test-basonuj6buwa: Container "rclone-test-basonuj6buwa" removed 2025/06/23 02:57:18 DEBUG : Compressed: TestCompressSwift:rclone-test-basonuj6buwa: Purge remote 2025/06/23 02:57:18 DEBUG : Waiting for deletions to finish 2025/06/23 02:57:18 NOTICE: purge failed: directory not found --- PASS: TestPurge (169.79s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" 2025/06/23 02:57:29 INFO : A2: Making directory 2025/06/23 02:57:29 INFO : A1/B2: Making directory 2025/06/23 02:57:29 INFO : A1/B2/C2: Making directory 2025/06/23 02:57:29 INFO : A1/B1/C3: Making directory 2025/06/23 02:57:29 INFO : A3: Making directory 2025/06/23 02:57:29 INFO : A3/B3: Making directory 2025/06/23 02:57:29 INFO : A3/B3/C4: Making directory fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A1/B1/C3" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" fstest.go:247: Filtering empty directory "A3/B3/C4" 2025/06/23 02:57:35 DEBUG : removing 1 level 3 directories 2025/06/23 02:57:35 INFO : A3/B3/C4: Removing directory fstest.go:247: Filtering empty directory "A2" fstest.go:247: Filtering empty directory "A1/B2" fstest.go:247: Filtering empty directory "A1/B2/C2" fstest.go:247: Filtering empty directory "A1/B1/C3" fstest.go:247: Filtering empty directory "A3" fstest.go:247: Filtering empty directory "A3/B3" 2025/06/23 02:57:47 DEBUG : removing 1 level 0 directories 2025/06/23 02:57:47 INFO : Compressed: TestCompressSwift:rclone-test-fehagey3loba: Removing directory 2025/06/23 02:57:47 INFO : Swift container rclone-test-fehagey3loba: Container "rclone-test-fehagey3loba" removed --- PASS: TestRmdirsNoLeaveRoot (29.58s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" 2025/06/23 02:57:48 INFO : Swift container rclone-test-fehagey3loba: Container "rclone-test-fehagey3loba" created 2025/06/23 02:57:48 INFO : A1: Making directory 2025/06/23 02:57:48 INFO : A1/B1: Making directory 2025/06/23 02:57:48 INFO : A1/B1/C1: Making directory fstest.go:247: Filtering empty directory "A1" fstest.go:247: Filtering empty directory "A1/B1" fstest.go:247: Filtering empty directory "A1/B1/C1" fstest.go:247: Filtering empty directory "A1" --- PASS: TestRmdirsLeaveRoot (0.57s) === RUN TestRmdirsWithFilter run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" 2025/06/23 02:57:48 INFO : A1: Making directory 2025/06/23 02:57:48 INFO : A1/B1: Making directory 2025/06/23 02:57:48 INFO : A1/B1/C1: Making directory fstest.go:247: Filtering empty directory "A1" fstest.go:247: Filtering empty directory "A1/B1" fstest.go:247: Filtering empty directory "A1/B1/C1" fstest.go:247: Filtering empty directory "A1" --- PASS: TestRmdirsWithFilter (0.24s) === RUN TestCopyURL run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" 2025/06/23 02:57:55 DEBUG : filename.txt: File name found in url 2025/06/23 02:58:01 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (51.46s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" 2025/06/23 02:58:45 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/23 02:58:55 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/23 02:58:55 INFO : file1: Copied (new) to: sub/file2 2025/06/23 02:58:55 INFO : file1: Deleted 2025/06/23 02:58:56 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/06/23 02:58:56 DEBUG : file1: Unchanged skipping 2025/06/23 02:58:56 INFO : file1: Deleted 2025/06/23 02:58:56 DEBUG : Compressed: TestCompressSwift:rclone-test-fehagey3loba: don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (22.05s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" 2025/06/23 02:59:07 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/23 02:59:12 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/23 02:59:12 INFO : file1: Copied (new) 2025/06/23 02:59:12 INFO : file1: Deleted 2025/06/23 02:59:12 DEBUG : file1: Destination exists, skipping 2025/06/23 02:59:12 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (11.63s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFile (0.20s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.10s) === RUN TestMoveFileBackupDir run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" 2025/06/23 02:59:24 DEBUG : Creating backend with remote "TestCompressSwift:rclone-test-fehagey3loba/backup" 2025/06/23 02:59:24 DEBUG : Config file has changed externally - reloading 2025/06/23 02:59:25 DEBUG : Swift container rclone-test-fehagey3loba path backup.json: Auto set use_segments_container to true 2025/06/23 02:59:30 DEBUG : Swift container rclone-test-fehagey3loba path backup: Auto set use_segments_container to true 2025/06/23 02:59:35 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/06/23 02:59:59 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK 2025/06/23 02:59:59 INFO : dst/file1: Copied (server-side copy) 2025/06/23 03:00:04 INFO : dst/file1: Deleted 2025/06/23 03:00:15 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/23 03:00:15 INFO : dst/file1: Copied (new) 2025/06/23 03:00:15 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (67.17s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:180: Remote "Compressed: TestCompressSwift:rclone-test-fehagey3loba", Local "Local file system at /tmp/rclone2617943505", Modify Window "1ns" panic: test timed out after 1h0m0s running tests: TestDirMove (21s) goroutine 9607 [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(0xc000217500, {0x26a2e5f?, 0xc00050bad8?}, 0x27d5470) /usr/local/go/src/testing/testing.go:1859 +0x431 testing.runTests.func1(0xc000217500) /usr/local/go/src/testing/testing.go:2279 +0x37 testing.tRunner(0xc000217500, 0xc00050bc18) /usr/local/go/src/testing/testing.go:1792 +0xf4 testing.runTests(0xc000b02a08, {0x3e9b120, 0x6d, 0x6d}, {0xedfeaac4a?, 0x3eb1120?, 0x3eb1120?}) /usr/local/go/src/testing/testing.go:2277 +0x4b4 testing.(*M).Run(0xc0006f72c0) /usr/local/go/src/testing/testing.go:2142 +0x64a github.com/rclone/rclone/fstest.TestMain(0xc0006f72c0) /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 36 [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 37 [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 9597 [select]: github.com/ncw/swift/v2.(*Connection).doTimeoutRequest(0xc00071a1e0, 0xc000314690, 0xc000415b80) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:425 +0x115 github.com/ncw/swift/v2.(*Connection).Call(0xc00071a1e0, {0x2b09a08, 0x3ed46e0}, {0xc000b06140, 0x4f}, {{0xc0009687e0, 0x18}, {0xc0009687f9, 0xf}, {0x268cbfb, ...}, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:777 +0x8b6 github.com/ncw/swift/v2.(*Connection).storage(0xc00071a1e0, {0x2b09a08, 0x3ed46e0}, {{0xc0009687e0, 0x18}, {0xc0009687f9, 0xf}, {0x268cbfb, 0x3}, 0x0, ...}) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:847 +0x151 github.com/ncw/swift/v2.(*Connection).objectPut(0xc00071a1e0, {0x2b09a08, 0x3ed46e0}, {0xc0009687e0, 0x18}, {0xc0009687f9, 0xf}, {0x2ae1620, 0xc0003c8fc0}, 0x1, ...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:1569 +0x1f5 github.com/ncw/swift/v2.(*Connection).ObjectPut(...) /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:1615 github.com/rclone/rclone/backend/swift.(*Object).Update.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1559 +0xb0 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0x1, 0x0?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc0009716e0, 0xc000b1a280, 0x1) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:197 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).CallNoRetry(...) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:225 github.com/rclone/rclone/backend/swift.(*Object).Update(0xc000a64ae0, {0x2b09a08, 0x3ed46e0}, {0x2ae1620, 0xc0003c8fc0}, {0x2b14f70, 0xc0002fb440}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:1558 +0x7b8 github.com/rclone/rclone/backend/swift.(*Fs).Put(0xc000216e00, {0x2b09a08, 0x3ed46e0}, {0x2ae1620, 0xc0003c8fc0}, {0x2b14f70, 0xc0002fb440}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/swift/swift.go:937 +0x139 github.com/rclone/rclone/backend/compress.(*Fs).putUncompress(0xc000342600, {0x2b09a08, 0x3ed46e0}, {0x2ae1640?, 0xc000515428?}, {0x2b14b10, 0xc000111c00}, 0xc00070b9c0, {0x0, 0x0, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:660 +0x336 github.com/rclone/rclone/backend/compress.(*Fs).putWithCustomFunctions(0xc000342600, {0x2b09a08, 0x3ed46e0}, {0x2ae1640?, 0xc000515428?}, {0x2b14b10, 0xc000111c00}, {0x0, 0x0, 0x0}, ...) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:723 +0xec github.com/rclone/rclone/backend/compress.(*Fs).Put(0xc000342600, {0x2b09a08, 0x3ed46e0}, {0x2ae16e0, 0xc0002fad50}, {0x2b14b10, 0xc000111c00}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:758 +0x266 github.com/rclone/rclone/fstest.(*Run).WriteObjectTo(0xc000433030, {0x2b09a08, 0x3ed46e0}, {0x2b1ed40, 0xc000342600}, {0x26a3022, 0xb}, {0x268effa, 0x5}, {0x0, ...}, ...) /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.TestDirMove(0xc000ae3880) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1358 +0x2a5 testing.tRunner(0xc000ae3880, 0x27d5470) /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 221 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 211 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1363 [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 1353 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1098 [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 1056 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 340 [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 298 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 171 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:256 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 161 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 8539 [chan receive, 7 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 8538 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3312 [chan receive, 38 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2874 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 633 [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 592 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 510 [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 500 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 551 [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 477 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 9488 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x79b902aa84c0, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc000122e80?, 0xc00145c000?, 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(0xc000122e80, {0xc00145c000, 0x1980, 0x1980}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc000122e80, {0xc00145c000?, 0x2000?, 0x0?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc0003c64d0, {0xc00145c000?, 0x5?, 0x3ed0a08?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000b02210, {0xc00145c000?, 0x79b901a5d468?, 0x79b949f4c5c0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc000b02c78, {0xc00145c000?, 0x43d367?, 0xc00009d9c8?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc000594d38, {0x2ae3100, 0xc000b02c78}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc000594a88, {0x79b8eb736ad8, 0xc000b02210}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc000594a88, 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(0xc000594a88, {0xc00142f000, 0x1000, 0xc000177680?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc0013e0b40, {0xc00142f000?, 0x7f3f65?, 0x2ae12a0?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc000ac0ea0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc000ac0ea0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc0013e0b40) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 9482 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 3437 [chan receive, 38 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2874 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 794 [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 768 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1041 [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 1031 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1242 [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 1232 /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 186 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 438 [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 428 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 690 [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 664 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 857 [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 831 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 733 [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 723 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1493 [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 1435 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 961 [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 951 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 9606 [select]: net/http.(*persistConn).roundTrip(0xc0013e0360, 0xc0009a2c80) /usr/local/go/src/net/http/transport.go:2826 +0x785 net/http.(*Transport).roundTrip(0xc000195860, 0xc000415b80) /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(0xc00032a1c0, 0xc000415b80) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:349 +0x345 net/http.send(0xc000415b80, {0x2ae28a0, 0xc00032a1c0}, {0x1?, 0x41bb05?, 0x0?}) /usr/local/go/src/net/http/client.go:259 +0x5e2 net/http.(*Client).send(0xc0009a8180, 0xc000415b80, {0xc0003aae10?, 0xc0003aae00?, 0x0?}) /usr/local/go/src/net/http/client.go:180 +0x91 net/http.(*Client).do(0xc0009a8180, 0xc000415b80) /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 9597 /home/rclone/go/pkg/mod/github.com/ncw/swift/v2@v2.0.4/swift.go:420 +0xb8 goroutine 1190 [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 1180 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 1417 [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 1407 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3292 [chan receive, 38 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2874 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3044 [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 2874 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1303 [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 1277 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:254 +0x378 goroutine 3556 [chan receive, 38 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2874 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1475 [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 3211 [chan receive, 38 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2874 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 2875 [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 2874 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3601 [chan receive, 37 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 2874 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 8727 [select]: net/http.(*persistConn).writeLoop(0xc0013e0360) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 8704 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 8726 [IO wait]: internal/poll.runtime_pollWait(0x79b902aa8060, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc00144c080?, 0xc000799300?, 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(0xc00144c080, {0xc000799300, 0x1980, 0x1980}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc00144c080, {0xc000799300?, 0x1973?, 0xc00059c700?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc0001c0038, {0xc000799300?, 0xc0006908d0?, 0xd?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc0007d22a0, {0xc000799300?, 0x79b9008c0058?, 0x79b949f4c5c0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc0005152d8, {0xc000799300?, 0x1973?, 0xc00070d9d0?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc0006909b8, {0x2ae3100, 0xc0005152d8}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc000690708, {0x79b8eb736ad8, 0xc0007d22a0}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc000690708, 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(0xc000690708, {0xc0014b9000, 0x1000, 0xc0003b5d40?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc0013e0360, {0xc0014b9000?, 0x7f3f65?, 0x2ae12a0?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc0014a47e0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc0014a47e0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc0013e0360) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 8704 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 2966 [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 2874 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3129 [chan receive, 38 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 2874 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 9489 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0xc0013e0b40) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 9482 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 "./operations.test -test.v -test.timeout 1h0m0s -remote TestCompressSwift: -verbose" - Finished ERROR in 1h0m0.754203769s (try 2/5): exit status 2: Failed []