"./operations.test -test.v -test.timeout 1h0m0s -remote TestBox: -verbose" - Starting (try 1/5) 2026/03/19 01:43:13 DEBUG : Creating backend with remote "TestBox:rclone-test-womerih8pice" 2026/03/19 01:43:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/03/19 01:43:13 DEBUG : TestBox: Token expired 2026/03/19 01:43:13 DEBUG : TestBox: No updated token found in the config file 2026/03/19 01:43:13 DEBUG : box root 'rclone-test-womerih8pice': Background refresher detected expired token but no uploads in progress - doing nothing 2026/03/19 01:43:15 DEBUG : TestBox: Token refresh successful 2026/03/19 01:43:15 DEBUG : Saving config "token" in section "TestBox" of the config file 2026/03/19 01:43:15 DEBUG : TestBox: Saved new token in config file 2026/03/19 01:43:16 DEBUG : box root 'rclone-test-womerih8pice': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2026/03/19 01:43:17 DEBUG : Creating backend with remote "/tmp/rclone1798482942" === 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:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" multithread_test.go:119: multithread writing not supported 2026/03/19 01:43:18 DEBUG : box root 'rclone-test-womerih8pice': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2026/03/19 01:43:18 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.51s) === RUN TestMultithreadCopyAbort run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" multithread_test.go:119: multithread writing not supported 2026/03/19 01:43:19 DEBUG : box root 'rclone-test-womerih8pice': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2026/03/19 01:43:19 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (1.10s) === RUN TestSizeDiffers 2026/03/19 01:43:19 DEBUG : a: size = 0 OK 2026/03/19 01:43:19 DEBUG : a: size = 1 (memory) 2026/03/19 01:43:19 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/03/19 01:43:19 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/03/19 01:43:19 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/03/19 01:43:19 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/03/19 01:43:19 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/03/19 01:43:19 DEBUG : potato: Seek from 10 to 0 2026/03/19 01:43:19 DEBUG : potato: Seek from 10 to 0 2026/03/19 01:43:19 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/03/19 01:43:19 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/03/19 01:43:19 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/03/19 01:43:19 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/03/19 01:43:19 DEBUG : potato: Seek from 5 to 2 2026/03/19 01:43:19 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/03/19 01:43:19 DEBUG : potato: Seek from 7 to 0 2026/03/19 01:43:19 DEBUG : potato: Seek from 7 to 0 2026/03/19 01:43:19 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/03/19 01:43:19 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/03/19 01:43:19 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/03/19 01:43:19 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/03/19 01:43:19 DEBUG : potato: Seek from 5 to 2 2026/03/19 01:43:19 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/03/19 01:43:19 DEBUG : potato: Seek from 8 to 0 2026/03/19 01:43:19 DEBUG : potato: Seek from 8 to 0 2026/03/19 01:43:19 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/03/19 01:43:19 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/03/19 01:43:19 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/03/19 01:43:19 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/03/19 01:43:19 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/03/19 01:43:19 DEBUG : potato: Seek from 5 to 2 2026/03/19 01:43:19 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/03/19 01:43:19 DEBUG : potato: Seek from 9 to 0 2026/03/19 01:43:19 DEBUG : potato: Seek from 9 to 0 2026/03/19 01:43:19 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/ReadAt (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/ReadAt (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/ReadAt (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/ReadAt (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:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:43:19 DEBUG : box root 'rclone-test-womerih8pice': Ignoring "Shared folder — ForNick" - unknown type "web_link" === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (14.84s) --- PASS: TestCheck/1 (0.39s) --- PASS: TestCheck/2 (0.37s) --- PASS: TestCheck/3 (0.42s) --- PASS: TestCheck/4 (0.38s) --- PASS: TestCheck/5 (0.37s) --- PASS: TestCheck/6 (0.37s) --- PASS: TestCheck/7 (0.37s) === RUN TestCheckFsError 2026/03/19 01:43:34 DEBUG : Creating backend with remote "nonexistent" 2026/03/19 01:43:34 DEBUG : Creating backend with remote "nonexistent" 2026/03/19 01:43:34 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2026/03/19 01:43:34 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2026/03/19 01:43:34 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2026/03/19 01:43:34 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:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 === RUN TestCheckDownload/3 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (22.23s) --- PASS: TestCheckDownload/1 (1.61s) --- PASS: TestCheckDownload/2 (1.50s) --- PASS: TestCheckDownload/3 (1.20s) --- PASS: TestCheckDownload/4 (1.68s) --- PASS: TestCheckDownload/5 (1.61s) --- PASS: TestCheckDownload/6 (1.52s) --- PASS: TestCheckDownload/7 (1.52s) === RUN TestCheckSizeOnly run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 === RUN TestCheckSizeOnly/3 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (13.68s) --- PASS: TestCheckSizeOnly/1 (0.37s) --- PASS: TestCheckSizeOnly/2 (0.38s) --- PASS: TestCheckSizeOnly/3 (0.36s) --- PASS: TestCheckSizeOnly/4 (0.37s) --- PASS: TestCheckSizeOnly/5 (0.43s) --- PASS: TestCheckSizeOnly/6 (0.40s) --- PASS: TestCheckSizeOnly/7 (0.39s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:44:13 NOTICE: test.sum: improperly formatted checksum line 4 2026/03/19 01:44:13 NOTICE: test.sum: improperly formatted checksum line 5 2026/03/19 01:44:13 NOTICE: test.sum: improperly formatted checksum line 6 2026/03/19 01:44:13 NOTICE: test.sum: 2 warning(s) suppressed... 2026/03/19 01:44:16 NOTICE: test.sum: improperly formatted checksum line 4 2026/03/19 01:44:16 NOTICE: test.sum: improperly formatted checksum line 5 2026/03/19 01:44:16 NOTICE: test.sum: improperly formatted checksum line 6 2026/03/19 01:44:16 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (8.22s) === RUN TestCheckSum run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:44:18 DEBUG : Creating backend with remote "TestBox:rclone-test-womerih8pice/data" check_test.go:350: box root 'rclone-test-womerih8pice/data' lacks md5, skipping --- SKIP: TestCheckSum (3.46s) === RUN TestCheckSumDownload run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:44:21 DEBUG : Creating backend with remote "TestBox:rclone-test-womerih8pice/data" === RUN TestCheckSumDownload/subtest1 === RUN TestCheckSumDownload/subtest2 === RUN TestCheckSumDownload/subtest3 === RUN TestCheckSumDownload/subtest4 === RUN TestCheckSumDownload/subtest5 === RUN TestCheckSumDownload/subtest6 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (57.26s) --- PASS: TestCheckSumDownload/subtest1 (5.18s) --- PASS: TestCheckSumDownload/subtest2 (3.36s) --- PASS: TestCheckSumDownload/subtest3 (4.51s) --- PASS: TestCheckSumDownload/subtest4 (3.78s) --- PASS: TestCheckSumDownload/subtest5 (3.72s) --- PASS: TestCheckSumDownload/subtest6 (3.98s) --- PASS: TestCheckSumDownload/subtest7 (3.42s) === RUN TestApplyTransforms 2026/03/19 01:45:19 DEBUG : Creating backend with remote "TestBox:rclone-test-bazikow1gilu" 2026/03/19 01:45:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/03/19 01:45:20 DEBUG : box root 'rclone-test-bazikow1gilu': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2026/03/19 01:45:20 DEBUG : Creating backend with remote "/tmp/rclone2292474374" run.go:185: Remote "box root 'rclone-test-bazikow1gilu'", Local "Local file system at /tmp/rclone2292474374", Modify Window "1s" 2026/03/19 01:45:21 DEBUG : box root 'rclone-test-bazikow1gilu': Ignoring "Shared folder — ForNick" - unknown type "web_link" upper checkfile vs. lower remote (without normalization) 2026/03/19 01:45:25 ERROR : hello, world!: sum not found 2026/03/19 01:45:25 ERROR : HELLO, WORLD!: file not in box root 'rclone-test-bazikow1gilu' 2026/03/19 01:45:25 NOTICE: box root 'rclone-test-bazikow1gilu': 1 files missing 2026/03/19 01:45:25 NOTICE: 1 hashes missing 2026/03/19 01:45:25 NOTICE: box root 'rclone-test-bazikow1gilu': 1 differences found 2026/03/19 01:45:25 NOTICE: box root 'rclone-test-bazikow1gilu': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/03/19 01:45:27 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/03/19 01:45:27 NOTICE: box root 'rclone-test-bazikow1gilu': 0 differences found 2026/03/19 01:45:27 NOTICE: box root 'rclone-test-bazikow1gilu': 1 matching files 2026/03/19 01:45:27 DEBUG : Creating backend with remote "TestBox:rclone-test-dulabin8pehu" 2026/03/19 01:45:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/03/19 01:45:28 DEBUG : box root 'rclone-test-dulabin8pehu': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2026/03/19 01:45:28 DEBUG : Creating backend with remote "/tmp/rclone2206983677" run.go:185: Remote "box root 'rclone-test-dulabin8pehu'", Local "Local file system at /tmp/rclone2206983677", Modify Window "1s" 2026/03/19 01:45:29 DEBUG : box root 'rclone-test-dulabin8pehu': Ignoring "Shared folder — ForNick" - unknown type "web_link" lower checkfile vs. upper remote (without normalization) 2026/03/19 01:45:32 ERROR : HELLO, WORLD!: sum not found 2026/03/19 01:45:32 ERROR : hello, world!: file not in box root 'rclone-test-dulabin8pehu' 2026/03/19 01:45:32 NOTICE: box root 'rclone-test-dulabin8pehu': 1 files missing 2026/03/19 01:45:32 NOTICE: 1 hashes missing 2026/03/19 01:45:32 NOTICE: box root 'rclone-test-dulabin8pehu': 1 differences found 2026/03/19 01:45:32 NOTICE: box root 'rclone-test-dulabin8pehu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/03/19 01:45:34 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/03/19 01:45:34 NOTICE: box root 'rclone-test-dulabin8pehu': 0 differences found 2026/03/19 01:45:34 NOTICE: box root 'rclone-test-dulabin8pehu': 1 matching files 2026/03/19 01:45:34 DEBUG : Creating backend with remote "TestBox:rclone-test-roloqiw2pehi" 2026/03/19 01:45:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/03/19 01:45:35 DEBUG : box root 'rclone-test-roloqiw2pehi': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2026/03/19 01:45:36 DEBUG : Creating backend with remote "/tmp/rclone815132355" run.go:185: Remote "box root 'rclone-test-roloqiw2pehi'", Local "Local file system at /tmp/rclone815132355", Modify Window "1s" 2026/03/19 01:45:37 DEBUG : box root 'rclone-test-roloqiw2pehi': Ignoring "Shared folder — ForNick" - unknown type "web_link" lower checkfile vs. upperlowermixed remote (without normalization) 2026/03/19 01:45:40 ERROR : HeLlO, wOrLd!: sum not found 2026/03/19 01:45:40 ERROR : hello, world!: file not in box root 'rclone-test-roloqiw2pehi' 2026/03/19 01:45:40 NOTICE: box root 'rclone-test-roloqiw2pehi': 1 files missing 2026/03/19 01:45:40 NOTICE: 1 hashes missing 2026/03/19 01:45:40 NOTICE: box root 'rclone-test-roloqiw2pehi': 1 differences found 2026/03/19 01:45:40 NOTICE: box root 'rclone-test-roloqiw2pehi': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/03/19 01:45:42 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/03/19 01:45:42 NOTICE: box root 'rclone-test-roloqiw2pehi': 0 differences found 2026/03/19 01:45:42 NOTICE: box root 'rclone-test-roloqiw2pehi': 1 matching files 2026/03/19 01:45:42 DEBUG : Creating backend with remote "TestBox:rclone-test-hodoxim8kiwa" 2026/03/19 01:45:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/03/19 01:45:42 DEBUG : box root 'rclone-test-hodoxim8kiwa': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2026/03/19 01:45:43 DEBUG : Creating backend with remote "/tmp/rclone1262289164" run.go:185: Remote "box root 'rclone-test-hodoxim8kiwa'", Local "Local file system at /tmp/rclone1262289164", Modify Window "1s" 2026/03/19 01:45:44 DEBUG : box root 'rclone-test-hodoxim8kiwa': Ignoring "Shared folder — ForNick" - unknown type "web_link" upperlowermixed checkfile vs. upper remote (without normalization) 2026/03/19 01:45:47 ERROR : HELLO, WORLD!: sum not found 2026/03/19 01:45:47 ERROR : HeLlO, wOrLd!: file not in box root 'rclone-test-hodoxim8kiwa' 2026/03/19 01:45:47 NOTICE: box root 'rclone-test-hodoxim8kiwa': 1 files missing 2026/03/19 01:45:47 NOTICE: 1 hashes missing 2026/03/19 01:45:47 NOTICE: box root 'rclone-test-hodoxim8kiwa': 1 differences found 2026/03/19 01:45:47 NOTICE: box root 'rclone-test-hodoxim8kiwa': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/03/19 01:45:49 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/03/19 01:45:49 NOTICE: box root 'rclone-test-hodoxim8kiwa': 0 differences found 2026/03/19 01:45:49 NOTICE: box root 'rclone-test-hodoxim8kiwa': 1 matching files 2026/03/19 01:45:49 DEBUG : Creating backend with remote "TestBox:rclone-test-zisafaj9halo" 2026/03/19 01:45:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/03/19 01:45:50 DEBUG : box root 'rclone-test-zisafaj9halo': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2026/03/19 01:45:50 DEBUG : Creating backend with remote "/tmp/rclone1260892763" run.go:185: Remote "box root 'rclone-test-zisafaj9halo'", Local "Local file system at /tmp/rclone1260892763", Modify Window "1s" 2026/03/19 01:45:51 DEBUG : box root 'rclone-test-zisafaj9halo': Ignoring "Shared folder — ForNick" - unknown type "web_link" NFD checkfile vs. NFC remote (without normalization) 2026/03/19 01:45:54 ERROR : 測試_Русский___ě_áñ: sum not found 2026/03/19 01:45:54 ERROR : 測試_Русский___ě_áñ: file not in box root 'rclone-test-zisafaj9halo' 2026/03/19 01:45:54 NOTICE: box root 'rclone-test-zisafaj9halo': 1 files missing 2026/03/19 01:45:54 NOTICE: 1 hashes missing 2026/03/19 01:45:54 NOTICE: box root 'rclone-test-zisafaj9halo': 1 differences found 2026/03/19 01:45:54 NOTICE: box root 'rclone-test-zisafaj9halo': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/03/19 01:45:56 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/03/19 01:45:56 NOTICE: box root 'rclone-test-zisafaj9halo': 0 differences found 2026/03/19 01:45:56 NOTICE: box root 'rclone-test-zisafaj9halo': 1 matching files 2026/03/19 01:45:56 DEBUG : Creating backend with remote "TestBox:rclone-test-qutokam3koyu" 2026/03/19 01:45:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/03/19 01:45:56 DEBUG : box root 'rclone-test-qutokam3koyu': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2026/03/19 01:45:57 DEBUG : Creating backend with remote "/tmp/rclone3349312153" run.go:185: Remote "box root 'rclone-test-qutokam3koyu'", Local "Local file system at /tmp/rclone3349312153", Modify Window "1s" 2026/03/19 01:45:58 DEBUG : box root 'rclone-test-qutokam3koyu': Ignoring "Shared folder — ForNick" - unknown type "web_link" NFC checkfile vs. NFD remote (without normalization) 2026/03/19 01:46:01 ERROR : 測試_Русский___ě_áñ: sum not found 2026/03/19 01:46:01 ERROR : 測試_Русский___ě_áñ: file not in box root 'rclone-test-qutokam3koyu' 2026/03/19 01:46:01 NOTICE: box root 'rclone-test-qutokam3koyu': 1 files missing 2026/03/19 01:46:01 NOTICE: 1 hashes missing 2026/03/19 01:46:01 NOTICE: box root 'rclone-test-qutokam3koyu': 1 differences found 2026/03/19 01:46:01 NOTICE: box root 'rclone-test-qutokam3koyu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/03/19 01:46:02 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/03/19 01:46:02 NOTICE: box root 'rclone-test-qutokam3koyu': 0 differences found 2026/03/19 01:46:02 NOTICE: box root 'rclone-test-qutokam3koyu': 1 matching files 2026/03/19 01:46:02 DEBUG : Creating backend with remote "TestBox:rclone-test-pucicel2yodu" 2026/03/19 01:46:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/03/19 01:46:03 DEBUG : box root 'rclone-test-pucicel2yodu': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2026/03/19 01:46:04 DEBUG : Creating backend with remote "/tmp/rclone1359644596" run.go:185: Remote "box root 'rclone-test-pucicel2yodu'", Local "Local file system at /tmp/rclone1359644596", Modify Window "1s" 2026/03/19 01:46:05 DEBUG : box root 'rclone-test-pucicel2yodu': Ignoring "Shared folder — ForNick" - unknown type "web_link" NFDx2 checkfile vs. both remote (without normalization) 2026/03/19 01:46:09 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/03/19 01:46:09 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in box root 'rclone-test-pucicel2yodu' 2026/03/19 01:46:09 NOTICE: box root 'rclone-test-pucicel2yodu': 1 files missing 2026/03/19 01:46:09 NOTICE: 1 hashes missing 2026/03/19 01:46:09 NOTICE: box root 'rclone-test-pucicel2yodu': 1 differences found 2026/03/19 01:46:09 NOTICE: box root 'rclone-test-pucicel2yodu': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/03/19 01:46:11 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/03/19 01:46:11 NOTICE: box root 'rclone-test-pucicel2yodu': 0 differences found 2026/03/19 01:46:11 NOTICE: box root 'rclone-test-pucicel2yodu': 1 matching files 2026/03/19 01:46:11 DEBUG : Creating backend with remote "TestBox:rclone-test-buwinad4leru" 2026/03/19 01:46:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/03/19 01:46:12 DEBUG : box root 'rclone-test-buwinad4leru': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2026/03/19 01:46:13 DEBUG : Creating backend with remote "/tmp/rclone141167958" run.go:185: Remote "box root 'rclone-test-buwinad4leru'", Local "Local file system at /tmp/rclone141167958", Modify Window "1s" 2026/03/19 01:46:14 DEBUG : box root 'rclone-test-buwinad4leru': Ignoring "Shared folder — ForNick" - unknown type "web_link" NFCx2 checkfile vs. both remote (without normalization) 2026/03/19 01:46:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/03/19 01:46:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in box root 'rclone-test-buwinad4leru' 2026/03/19 01:46:17 NOTICE: box root 'rclone-test-buwinad4leru': 1 files missing 2026/03/19 01:46:17 NOTICE: 1 hashes missing 2026/03/19 01:46:17 NOTICE: box root 'rclone-test-buwinad4leru': 1 differences found 2026/03/19 01:46:17 NOTICE: box root 'rclone-test-buwinad4leru': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/03/19 01:46:19 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/03/19 01:46:19 NOTICE: box root 'rclone-test-buwinad4leru': 0 differences found 2026/03/19 01:46:19 NOTICE: box root 'rclone-test-buwinad4leru': 1 matching files 2026/03/19 01:46:19 DEBUG : Creating backend with remote "TestBox:rclone-test-pulutac1veco" 2026/03/19 01:46:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/03/19 01:46:20 DEBUG : box root 'rclone-test-pulutac1veco': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2026/03/19 01:46:20 DEBUG : Creating backend with remote "/tmp/rclone124120161" run.go:185: Remote "box root 'rclone-test-pulutac1veco'", Local "Local file system at /tmp/rclone124120161", Modify Window "1s" 2026/03/19 01:46:21 DEBUG : box root 'rclone-test-pulutac1veco': Ignoring "Shared folder — ForNick" - unknown type "web_link" both checkfile vs. NFDx2 remote (without normalization) 2026/03/19 01:46:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/03/19 01:46:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in box root 'rclone-test-pulutac1veco' 2026/03/19 01:46:24 NOTICE: box root 'rclone-test-pulutac1veco': 1 files missing 2026/03/19 01:46:24 NOTICE: 1 hashes missing 2026/03/19 01:46:24 NOTICE: box root 'rclone-test-pulutac1veco': 1 differences found 2026/03/19 01:46:24 NOTICE: box root 'rclone-test-pulutac1veco': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/03/19 01:46:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/03/19 01:46:26 NOTICE: box root 'rclone-test-pulutac1veco': 0 differences found 2026/03/19 01:46:26 NOTICE: box root 'rclone-test-pulutac1veco': 1 matching files 2026/03/19 01:46:26 DEBUG : Creating backend with remote "TestBox:rclone-test-yemuvit4zafo" 2026/03/19 01:46:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/03/19 01:46:27 DEBUG : box root 'rclone-test-yemuvit4zafo': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2026/03/19 01:46:28 DEBUG : Creating backend with remote "/tmp/rclone3402325115" run.go:185: Remote "box root 'rclone-test-yemuvit4zafo'", Local "Local file system at /tmp/rclone3402325115", Modify Window "1s" 2026/03/19 01:46:29 DEBUG : box root 'rclone-test-yemuvit4zafo': Ignoring "Shared folder — ForNick" - unknown type "web_link" both checkfile vs. NFCx2 remote (without normalization) 2026/03/19 01:46:32 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/03/19 01:46:32 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in box root 'rclone-test-yemuvit4zafo' 2026/03/19 01:46:32 NOTICE: box root 'rclone-test-yemuvit4zafo': 1 files missing 2026/03/19 01:46:32 NOTICE: 1 hashes missing 2026/03/19 01:46:32 NOTICE: box root 'rclone-test-yemuvit4zafo': 1 differences found 2026/03/19 01:46:32 NOTICE: box root 'rclone-test-yemuvit4zafo': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/03/19 01:46:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/03/19 01:46:34 NOTICE: box root 'rclone-test-yemuvit4zafo': 0 differences found 2026/03/19 01:46:34 NOTICE: box root 'rclone-test-yemuvit4zafo': 1 matching files 2026/03/19 01:46:34 DEBUG : box root 'rclone-test-yemuvit4zafo': Purge remote 2026/03/19 01:46:36 DEBUG : box root 'rclone-test-pulutac1veco': Purge remote 2026/03/19 01:46:37 DEBUG : box root 'rclone-test-buwinad4leru': Purge remote 2026/03/19 01:46:37 DEBUG : box root 'rclone-test-pucicel2yodu': Purge remote 2026/03/19 01:46:39 DEBUG : box root 'rclone-test-qutokam3koyu': Purge remote 2026/03/19 01:46:40 DEBUG : box root 'rclone-test-zisafaj9halo': Purge remote 2026/03/19 01:46:41 DEBUG : box root 'rclone-test-hodoxim8kiwa': Purge remote 2026/03/19 01:46:42 DEBUG : box root 'rclone-test-roloqiw2pehi': Purge remote 2026/03/19 01:46:43 DEBUG : box root 'rclone-test-dulabin8pehu': Purge remote 2026/03/19 01:46:44 DEBUG : box root 'rclone-test-bazikow1gilu': Purge remote --- PASS: TestApplyTransforms (86.75s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:46:46 DEBUG : file1: Need to transfer - File not found at Destination 2026/03/19 01:46:48 DEBUG : sub/file2: size = 14 OK 2026/03/19 01:46:48 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/03/19 01:46:48 INFO : file1: Copied (new) to: sub/file2 2026/03/19 01:46:50 DEBUG : sub/file2: size = 14 OK 2026/03/19 01:46:50 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/03/19 01:46:50 DEBUG : file1: Unchanged skipping 2026/03/19 01:46:51 DEBUG : box root 'rclone-test-womerih8pice': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (10.51s) === RUN TestCopyLongFile run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.74s) === RUN TestCopyFileBackupDir run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:47:01 DEBUG : Creating backend with remote "TestBox:rclone-test-womerih8pice/backup" 2026/03/19 01:47:03 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone1798482942) 2026/03/19 01:47:03 DEBUG : dst/file1: size = 18 (box root 'rclone-test-womerih8pice') 2026/03/19 01:47:03 DEBUG : dst/file1: Sizes differ 2026/03/19 01:47:07 INFO : dst/file1: Moved (server-side) 2026/03/19 01:47:08 DEBUG : dst/file1: size = 14 OK 2026/03/19 01:47:08 DEBUG : dst/file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/03/19 01:47:08 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (18.27s) === RUN TestCopyFileCompareDest run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:47:15 DEBUG : Creating backend with remote "TestBox:rclone-test-womerih8pice/dst" 2026/03/19 01:47:19 DEBUG : Creating backend with remote "TestBox:rclone-test-womerih8pice/CompareDest" 2026/03/19 01:47:22 DEBUG : one: Need to transfer - File not found at Destination 2026/03/19 01:47:26 DEBUG : one: size = 3 OK 2026/03/19 01:47:26 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/03/19 01:47:26 INFO : one: Copied (new) 2026/03/19 01:47:28 DEBUG : one: size = 5 (Local file system at /tmp/rclone1798482942) 2026/03/19 01:47:28 DEBUG : one: size = 3 (box root 'rclone-test-womerih8pice/dst') 2026/03/19 01:47:28 DEBUG : one: Sizes differ 2026/03/19 01:47:30 DEBUG : one: size = 5 OK 2026/03/19 01:47:30 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/03/19 01:47:30 INFO : one: Copied (replaced existing) 2026/03/19 01:47:36 DEBUG : one: size = 5 (Local file system at /tmp/rclone1798482942) 2026/03/19 01:47:36 DEBUG : one: size = 3 (box root 'rclone-test-womerih8pice/dst') 2026/03/19 01:47:36 DEBUG : one: Sizes differ 2026/03/19 01:47:37 DEBUG : one: size = 5 OK 2026/03/19 01:47:37 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/03/19 01:47:37 DEBUG : one: Destination found in --compare-dest, skipping 2026/03/19 01:47:41 DEBUG : two: Need to transfer - File not found at Destination 2026/03/19 01:47:47 DEBUG : two: size = 3 OK 2026/03/19 01:47:47 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/03/19 01:47:47 DEBUG : two: Destination found in --compare-dest, skipping 2026/03/19 01:47:48 DEBUG : two: Need to transfer - File not found at Destination 2026/03/19 01:47:50 DEBUG : two: size = 3 OK 2026/03/19 01:47:50 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/03/19 01:47:50 DEBUG : two: Destination found in --compare-dest, skipping 2026/03/19 01:47:52 DEBUG : two: Need to transfer - File not found at Destination 2026/03/19 01:47:53 DEBUG : two: size = 5 (Local file system at /tmp/rclone1798482942) 2026/03/19 01:47:53 DEBUG : two: size = 3 (box root 'rclone-test-womerih8pice/CompareDest') 2026/03/19 01:47:53 DEBUG : two: Sizes differ 2026/03/19 01:47:54 DEBUG : two: size = 5 OK 2026/03/19 01:47:54 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2026/03/19 01:47:54 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (45.24s) === RUN TestCopyFileCopyDest run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:48:00 DEBUG : Creating backend with remote "TestBox:rclone-test-womerih8pice/dst" 2026/03/19 01:48:00 DEBUG : Config file has changed externally - reloading 2026/03/19 01:48:03 DEBUG : Creating backend with remote "TestBox:rclone-test-womerih8pice/CopyDest" 2026/03/19 01:48:07 DEBUG : one: Need to transfer - File not found at Destination 2026/03/19 01:48:11 DEBUG : one: size = 3 OK 2026/03/19 01:48:11 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/03/19 01:48:11 INFO : one: Copied (new) 2026/03/19 01:48:13 DEBUG : one: size = 5 (Local file system at /tmp/rclone1798482942) 2026/03/19 01:48:13 DEBUG : one: size = 3 (box root 'rclone-test-womerih8pice/dst') 2026/03/19 01:48:13 DEBUG : one: Sizes differ 2026/03/19 01:48:14 DEBUG : one: size = 5 OK 2026/03/19 01:48:14 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/03/19 01:48:14 INFO : one: Copied (replaced existing) 2026/03/19 01:48:21 DEBUG : Creating backend with remote "TestBox:rclone-test-womerih8pice/BackupDir" 2026/03/19 01:48:23 DEBUG : one: size = 5 (Local file system at /tmp/rclone1798482942) 2026/03/19 01:48:23 DEBUG : one: size = 3 (box root 'rclone-test-womerih8pice/dst') 2026/03/19 01:48:23 DEBUG : one: Sizes differ 2026/03/19 01:48:25 DEBUG : one: size = 5 OK 2026/03/19 01:48:25 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/03/19 01:48:25 DEBUG : one: size = 5 (Local file system at /tmp/rclone1798482942) 2026/03/19 01:48:25 DEBUG : one: size = 3 (box root 'rclone-test-womerih8pice/dst') 2026/03/19 01:48:25 DEBUG : one: Sizes differ 2026/03/19 01:48:28 INFO : one: Moved (server-side) 2026/03/19 01:48:29 DEBUG : one: size = 5 OK 2026/03/19 01:48:29 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/03/19 01:48:29 INFO : one: Copied (server-side copy) 2026/03/19 01:48:29 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/03/19 01:48:33 DEBUG : two: Need to transfer - File not found at Destination 2026/03/19 01:48:34 DEBUG : two: size = 3 OK 2026/03/19 01:48:34 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/03/19 01:48:35 DEBUG : two: size = 3 OK 2026/03/19 01:48:35 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/03/19 01:48:35 INFO : two: Copied (server-side copy) 2026/03/19 01:48:35 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/03/19 01:48:36 DEBUG : two: size = 3 OK 2026/03/19 01:48:36 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/03/19 01:48:36 DEBUG : two: Unchanged skipping 2026/03/19 01:48:40 DEBUG : three: Need to transfer - File not found at Destination 2026/03/19 01:48:40 DEBUG : three: size = 7 (Local file system at /tmp/rclone1798482942) 2026/03/19 01:48:40 DEBUG : three: size = 5 (box root 'rclone-test-womerih8pice/CopyDest') 2026/03/19 01:48:40 DEBUG : three: Sizes differ 2026/03/19 01:48:40 DEBUG : three: Destination not found in --copy-dest 2026/03/19 01:48:42 DEBUG : three: size = 7 OK 2026/03/19 01:48:42 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2026/03/19 01:48:42 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (51.34s) === RUN TestCopyInplace run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.78s) === RUN TestCopyLongFileName run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.72s) === RUN TestCopyLongFileNameCollision run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.72s) === RUN TestCopyFileMaxTransfer run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:48:54 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/03/19 01:48:57 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/03/19 01:48:57 DEBUG : TestCopyFileMaxTransfer/file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/03/19 01:48:57 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/03/19 01:48:58 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/03/19 01:48:58 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://upload.box.com/api/2.0/files/content": failed to copy data: max transfer limit reached as set by --max-transfer 2026/03/19 01:48:59 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/03/19 01:49:00 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/03/19 01:49:02 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/03/19 01:49:02 DEBUG : TestCopyFileMaxTransfer/file4: sha1 = 39b0c4dd7967a76331f6cf633b4a29315e6f1ff4 OK 2026/03/19 01:49:02 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (12.63s) === RUN TestDeduplicateInteractive run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.73s) === RUN TestDeduplicateSkip run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.77s) === RUN TestDeduplicateSizeOnly run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.80s) === RUN TestDeduplicateFirst run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.72s) === RUN TestDeduplicateNewest run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.72s) === RUN TestDeduplicateNewestByHash run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:49:18 INFO : box root 'rclone-test-womerih8pice': Looking for duplicate sha1 hashes using newest mode. 2026/03/19 01:49:19 NOTICE: 84bbfb3008601d4285e51f8e8164f594071962dc: Found 3 files with duplicate sha1 hashes 2026/03/19 01:49:20 INFO : one: Deleted 2026/03/19 01:49:21 INFO : also/one: Deleted 2026/03/19 01:49:21 NOTICE: 84bbfb3008601d4285e51f8e8164f594071962dc: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (14.77s) === RUN TestDeduplicateOldest run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.75s) === RUN TestDeduplicateLargest run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.79s) === RUN TestDeduplicateSmallest run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.81s) === RUN TestDeduplicateRename run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.71s) === RUN TestMergeDirs run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.71s) === RUN TestListDirSorted run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:49:46 DEBUG : a.txt: Excluded (Size Filter) 2026/03/19 01:49:46 DEBUG : a.txt: Excluded 2026/03/19 01:49:47 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/03/19 01:49:47 DEBUG : sub dir/hello world: Excluded 2026/03/19 01:49:47 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/03/19 01:49:47 DEBUG : sub dir/hello world2: Excluded 2026/03/19 01:49:48 DEBUG : sub dir/ignore dir: Excluded 2026/03/19 01:49:48 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/03/19 01:49:48 DEBUG : sub dir/hello world: Excluded 2026/03/19 01:49:48 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/03/19 01:49:48 DEBUG : sub dir/hello world2: Excluded 2026/03/19 01:49:49 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (30.12s) === RUN TestListDirSortedFn run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:50:15 DEBUG : a.txt: Excluded (Size Filter) 2026/03/19 01:50:15 DEBUG : a.txt: Excluded 2026/03/19 01:50:16 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/03/19 01:50:16 DEBUG : sub dir/hello world: Excluded 2026/03/19 01:50:16 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/03/19 01:50:16 DEBUG : sub dir/hello world2: Excluded 2026/03/19 01:50:17 DEBUG : sub dir/ignore dir: Excluded 2026/03/19 01:50:17 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/03/19 01:50:17 DEBUG : sub dir/hello world: Excluded 2026/03/19 01:50:17 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/03/19 01:50:17 DEBUG : sub dir/hello world2: Excluded 2026/03/19 01:50:18 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (29.03s) === RUN TestListJSON run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" === 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 2026/03/19 01:50:37 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata --- PASS: TestListJSON (12.87s) --- PASS: TestListJSON/Default (0.40s) --- PASS: TestListJSON/FilesOnly (0.42s) --- PASS: TestListJSON/DirsOnly (0.49s) --- PASS: TestListJSON/Recurse (0.79s) --- PASS: TestListJSON/SubDir (0.47s) --- PASS: TestListJSON/NoModTime (0.38s) --- PASS: TestListJSON/NoMimeType (0.55s) --- PASS: TestListJSON/ShowHash (0.39s) --- PASS: TestListJSON/HashTypes (0.39s) --- PASS: TestListJSON/Metadata (0.39s) === RUN TestStatJSON run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" === 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 2026/03/19 01:50:52 DEBUG : Creating backend with remote "TestBox:rclone-test-womerih8pice/notfound" 2026/03/19 01:50:52 DEBUG : Config file has changed externally - reloading --- PASS: TestStatJSON (18.11s) --- PASS: TestStatJSON/Root (0.40s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.45s) --- PASS: TestStatJSON/Dir (0.83s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.40s) --- PASS: TestStatJSON/File (0.65s) --- PASS: TestStatJSON/NotFound (0.78s) --- PASS: TestStatJSON/DirFilesOnly (0.37s) --- PASS: TestStatJSON/FileFilesOnly (0.76s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.49s) --- PASS: TestStatJSON/DirDirsOnly (0.36s) --- PASS: TestStatJSON/FileDirsOnly (0.41s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.39s) --- PASS: TestStatJSON/RootNotFound (3.30s) === RUN TestMkdir run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:50:59 INFO : box root 'rclone-test-womerih8pice': Making directory 2026/03/19 01:50:59 INFO : box root 'rclone-test-womerih8pice': Making directory --- PASS: TestMkdir (1.20s) === RUN TestLsd run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" --- PASS: TestLsd (6.45s) === RUN TestLs run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" --- PASS: TestLs (5.98s) === RUN TestLsWithFilesFrom run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:51:17 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/03/19 01:51:17 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (7.33s) === RUN TestLsLong run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" --- PASS: TestLsLong (5.87s) === RUN TestHashSums run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" === RUN TestHashSums/Sha1 === RUN TestHashSums/Sha1Download --- PASS: TestHashSums (8.37s) --- PASS: TestHashSums/Sha1 (0.40s) --- PASS: TestHashSums/Sha1Download (1.60s) === RUN TestHashSumsWithErrors 2026/03/19 01:51:34 DEBUG : Creating backend with remote ":memory:" 2026/03/19 01:51:34 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/03/19 01:51:34 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/03/19 01:51:34 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/03/19 01:51:34 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/03/19 01:51:34 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/03/19 01:51:34 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/03/19 01:51:34 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/03/19 01:51:34 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/03/19 01:51:34 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:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" --- PASS: TestCount (12.03s) === RUN TestDelete run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:51:51 DEBUG : Waiting for deletions to finish 2026/03/19 01:51:52 DEBUG : large: Excluded (Size Filter) 2026/03/19 01:51:52 DEBUG : large: Excluded 2026/03/19 01:51:52 INFO : small: Deleted 2026/03/19 01:51:52 INFO : medium: Deleted --- PASS: TestDelete (8.24s) === RUN TestMaxDelete run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:51:59 DEBUG : Waiting for deletions to finish 2026/03/19 01:52:00 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/03/19 01:52:00 INFO : large: Deleted 2026/03/19 01:52:00 INFO : medium: Deleted --- PASS: TestMaxDelete (8.93s) === RUN TestMaxDeleteSizeLargeFile run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:52:08 DEBUG : Waiting for deletions to finish 2026/03/19 01:52:08 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/03/19 01:52:09 INFO : medium: Deleted 2026/03/19 01:52:09 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.58s) === RUN TestMaxDeleteSize run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:52:17 DEBUG : Waiting for deletions to finish 2026/03/19 01:52:17 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/03/19 01:52:18 INFO : medium: Deleted 2026/03/19 01:52:18 INFO : large: Deleted --- PASS: TestMaxDeleteSize (8.89s) === RUN TestReadFile run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" --- PASS: TestReadFile (11.09s) === RUN TestRetry 2026/03/19 01:52:32 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/03/19 01:52:32 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/03/19 01:52:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/03/19 01:52:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/03/19 01:52:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/03/19 01:52:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/03/19 01:52:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" --- PASS: TestCat (18.19s) === RUN TestPurge 2026/03/19 01:52:50 DEBUG : Creating backend with remote "TestBox:rclone-test-gekaxaz2juve" 2026/03/19 01:52:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/03/19 01:52:51 DEBUG : box root 'rclone-test-gekaxaz2juve': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2026/03/19 01:52:52 DEBUG : Creating backend with remote "/tmp/rclone429602486" run.go:185: Remote "box root 'rclone-test-gekaxaz2juve'", Local "Local file system at /tmp/rclone429602486", Modify Window "1s" 2026/03/19 01:52:52 DEBUG : box root 'rclone-test-gekaxaz2juve': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2026/03/19 01:52:58 INFO : A2: Making directory 2026/03/19 01:52:59 INFO : A1/B2: Making directory 2026/03/19 01:53:00 INFO : A1/B2/C2: Making directory 2026/03/19 01:53:01 INFO : A1/B1/C3: Making directory 2026/03/19 01:53:02 INFO : A3: Making directory 2026/03/19 01:53:03 INFO : A3/B3: Making directory 2026/03/19 01:53:04 INFO : A3/B3/C4: Making directory 2026/03/19 01:53:14 DEBUG : box root 'rclone-test-gekaxaz2juve': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2026/03/19 01:53:14 ERROR : error listing: directory not found 2026/03/19 01:53:14 DEBUG : box root 'rclone-test-gekaxaz2juve': Purge remote 2026/03/19 01:53:14 DEBUG : box root 'rclone-test-gekaxaz2juve': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2026/03/19 01:53:14 NOTICE: purge failed: directory not found --- PASS: TestPurge (24.54s) === RUN TestRmdirsNoLeaveRoot run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:53:19 INFO : A2: Making directory 2026/03/19 01:53:20 INFO : A1/B2: Making directory 2026/03/19 01:53:21 INFO : A1/B2/C2: Making directory 2026/03/19 01:53:22 INFO : A1/B1/C3: Making directory 2026/03/19 01:53:23 INFO : A3: Making directory 2026/03/19 01:53:24 INFO : A3/B3: Making directory 2026/03/19 01:53:25 INFO : A3/B3/C4: Making directory 2026/03/19 01:53:30 DEBUG : removing 1 level 3 directories 2026/03/19 01:53:30 INFO : A3/B3/C4: Removing directory 2026/03/19 01:53:35 DEBUG : removing 2 level 3 directories 2026/03/19 01:53:35 INFO : A1/B2/C2: Removing directory 2026/03/19 01:53:35 INFO : A1/B1/C3: Removing directory 2026/03/19 01:53:36 DEBUG : removing 2 level 2 directories 2026/03/19 01:53:36 INFO : A1/B2: Removing directory 2026/03/19 01:53:36 INFO : A3/B3: Removing directory 2026/03/19 01:53:37 DEBUG : removing 2 level 1 directories 2026/03/19 01:53:37 INFO : A3: Removing directory 2026/03/19 01:53:37 INFO : A2: Removing directory 2026/03/19 01:53:44 DEBUG : removing 1 level 3 directories 2026/03/19 01:53:44 INFO : A1/B1/C1: Removing directory 2026/03/19 01:53:44 DEBUG : removing 1 level 2 directories 2026/03/19 01:53:44 INFO : A1/B1: Removing directory 2026/03/19 01:53:45 DEBUG : removing 1 level 1 directories 2026/03/19 01:53:45 INFO : A1: Removing directory 2026/03/19 01:53:46 DEBUG : removing 1 level 0 directories 2026/03/19 01:53:46 INFO : box root 'rclone-test-womerih8pice': Removing directory 2026/03/19 01:53:47 DEBUG : box root 'rclone-test-womerih8pice': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2026/03/19 01:53:47 ERROR : error listing: directory not found 2026/03/19 01:53:48 DEBUG : box root 'rclone-test-womerih8pice': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2026/03/19 01:53:48 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (33.31s) === RUN TestRmdirsLeaveRoot run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:53:48 DEBUG : box root 'rclone-test-womerih8pice': Ignoring "Shared folder — ForNick" - unknown type "web_link" 2026/03/19 01:53:49 INFO : A1: Making directory 2026/03/19 01:53:50 INFO : A1/B1: Making directory 2026/03/19 01:53:51 INFO : A1/B1/C1: Making directory 2026/03/19 01:53:54 DEBUG : removing 1 level 3 directories 2026/03/19 01:53:54 INFO : A1/B1/C1: Removing directory 2026/03/19 01:53:55 DEBUG : removing 1 level 2 directories 2026/03/19 01:53:55 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (11.10s) === RUN TestRmdirsWithFilter run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:53:59 INFO : A1: Making directory 2026/03/19 01:54:00 INFO : A1/B1: Making directory 2026/03/19 01:54:01 INFO : A1/B1/C1: Making directory 2026/03/19 01:54:05 DEBUG : removing 1 level 3 directories 2026/03/19 01:54:05 INFO : A1/B1/C1: Removing directory 2026/03/19 01:54:06 DEBUG : removing 1 level 2 directories 2026/03/19 01:54:06 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (11.03s) === RUN TestCopyURL run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:54:13 DEBUG : filename.txt: File name found in url 2026/03/19 01:54:14 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (12.21s) === RUN TestCopyURLDownloadHeaders run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" --- PASS: TestCopyURLDownloadHeaders (3.20s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:54:26 DEBUG : file1: Need to transfer - File not found at Destination 2026/03/19 01:54:28 DEBUG : sub/file2: size = 14 OK 2026/03/19 01:54:28 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/03/19 01:54:28 INFO : file1: Copied (new) to: sub/file2 2026/03/19 01:54:28 INFO : file1: Deleted 2026/03/19 01:54:30 DEBUG : sub/file2: size = 14 OK 2026/03/19 01:54:30 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/03/19 01:54:30 DEBUG : file1: Unchanged skipping 2026/03/19 01:54:30 INFO : file1: Deleted 2026/03/19 01:54:31 DEBUG : box root 'rclone-test-womerih8pice': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (8.80s) === RUN TestMoveFileWithIgnoreExisting run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:54:34 DEBUG : file1: Need to transfer - File not found at Destination 2026/03/19 01:54:36 DEBUG : file1: size = 14 OK 2026/03/19 01:54:36 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/03/19 01:54:36 INFO : file1: Copied (new) 2026/03/19 01:54:36 INFO : file1: Deleted 2026/03/19 01:54:37 DEBUG : file1: Destination exists, skipping 2026/03/19 01:54:37 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (5.23s) === RUN TestCaseInsensitiveMoveFile run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:54:40 DEBUG : file1: Need to transfer - File not found at Destination 2026/03/19 01:54:42 DEBUG : sub/file2: size = 14 OK 2026/03/19 01:54:42 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/03/19 01:54:42 INFO : file1: Copied (new) to: sub/file2 2026/03/19 01:54:42 INFO : file1: Deleted 2026/03/19 01:54:44 DEBUG : sub/file2: size = 14 OK 2026/03/19 01:54:44 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/03/19 01:54:44 DEBUG : file1: Unchanged skipping 2026/03/19 01:54:44 INFO : file1: Deleted 2026/03/19 01:54:47 DEBUG : sub/file2: moving to sub/File2-rclone-move-vapofij0 2026/03/19 01:54:47 INFO : sub/file2: Moved (server-side) to: sub/File2-rclone-move-vapofij0 2026/03/19 01:54:47 DEBUG : sub/file2: moving to sub/File2 2026/03/19 01:54:48 INFO : sub/File2-rclone-move-vapofij0: Moved (server-side) to: sub/File2 --- PASS: TestCaseInsensitiveMoveFile (12.12s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:54:55 NOTICE: hello: Skipped rename to HELLO as --dry-run is set --- PASS: TestCaseInsensitiveMoveFileDryRun (5.00s) === RUN TestMoveFileBackupDir run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:55:01 DEBUG : Creating backend with remote "TestBox:rclone-test-womerih8pice/backup" 2026/03/19 01:55:03 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone1798482942) 2026/03/19 01:55:03 DEBUG : dst/file1: size = 18 (box root 'rclone-test-womerih8pice') 2026/03/19 01:55:03 DEBUG : dst/file1: Sizes differ 2026/03/19 01:55:08 INFO : dst/file1: Moved (server-side) 2026/03/19 01:55:09 DEBUG : dst/file1: size = 14 OK 2026/03/19 01:55:09 DEBUG : dst/file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2026/03/19 01:55:09 INFO : dst/file1: Copied (new) 2026/03/19 01:55:09 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (19.24s) === 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:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:55:29 INFO : A1/B2: Making directory 2026/03/19 01:55:30 INFO : A1/B1/C3: Making directory 2026/03/19 01:55:44 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/03/19 01:55:44 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/03/19 01:55:45 INFO : A2/two: Moved (server-side) to: A3/two 2026/03/19 01:55:45 INFO : A2/one: Moved (server-side) to: A3/one 2026/03/19 01:55:45 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/03/19 01:55:51 INFO : box root 'rclone-test-womerih8pice': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/03/19 01:56:01 INFO : A3/one: Moved (server-side) to: A4/one 2026/03/19 01:56:01 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/03/19 01:56:01 INFO : A3/two: Moved (server-side) to: A4/two 2026/03/19 01:56:01 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/03/19 01:56:01 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three --- PASS: TestDirMove (62.90s) === RUN TestGetFsInfo run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" --- PASS: TestGetFsInfo (0.78s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:56:20 DEBUG : box root 'rclone-test-womerih8pice': File to upload is small (34 bytes), uploading instead of streaming 2026/03/19 01:56:21 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/03/19 01:56:21 DEBUG : no_checksum_small_file_from_pipe: sha1 = 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 OK 2026/03/19 01:56:21 DEBUG : no_checksum_small_file_from_pipe: Size and sha1 of src and dst objects identical 2026/03/19 01:56:23 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/03/19 01:56:23 DEBUG : no_checksum_big_file_from_pipe: sha1 = d0080f73aa8b494570ad63df1beb25c01ea9eea2 OK 2026/03/19 01:56:23 DEBUG : no_checksum_big_file_from_pipe: Size and sha1 of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:56:26 DEBUG : box root 'rclone-test-womerih8pice': File to upload is small (34 bytes), uploading instead of streaming 2026/03/19 01:56:27 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/03/19 01:56:27 DEBUG : with_checksum_small_file_from_pipe: sha1 = 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 OK 2026/03/19 01:56:27 DEBUG : with_checksum_small_file_from_pipe: Size and sha1 of src and dst objects identical 2026/03/19 01:56:29 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/03/19 01:56:29 DEBUG : with_checksum_big_file_from_pipe: sha1 = d0080f73aa8b494570ad63df1beb25c01ea9eea2 OK 2026/03/19 01:56:29 DEBUG : with_checksum_big_file_from_pipe: Size and sha1 of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:56:32 DEBUG : box root 'rclone-test-womerih8pice': File to upload is small (34 bytes), uploading instead of streaming 2026/03/19 01:56:34 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/03/19 01:56:34 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/03/19 01:56:35 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/03/19 01:56:35 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:56:38 DEBUG : box root 'rclone-test-womerih8pice': File to upload is small (34 bytes), uploading instead of streaming 2026/03/19 01:56:40 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/03/19 01:56:40 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2026/03/19 01:56:40 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/03/19 01:56:41 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/03/19 01:56:41 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2026/03/19 01:56:41 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (24.55s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (6.01s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (6.35s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.08s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (6.12s) === RUN TestRcatMetadata run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" operations_test.go:1563: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.81s) === RUN TestRcatSize run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:56:46 DEBUG : box root 'rclone-test-womerih8pice': File to upload is small (60 bytes), uploading instead of streaming 2026/03/19 01:56:47 DEBUG : potato2: size = 60 OK 2026/03/19 01:56:47 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/03/19 01:56:47 DEBUG : potato2: Size and sha1 of src and dst objects identical --- PASS: TestRcatSize (5.24s) === RUN TestRcatSizeMetadata run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" operations_test.go:1644: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.70s) === RUN TestRcatSizeUploadHeaders run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" --- PASS: TestRcatSizeUploadHeaders (2.95s) === RUN TestTouchDir run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:57:00 DEBUG : box root 'rclone-test-womerih8pice': Touching "empty space" 2026/03/19 01:57:00 DEBUG : box root 'rclone-test-womerih8pice': Touching "potato2" 2026/03/19 01:57:01 DEBUG : box root 'rclone-test-womerih8pice': Touching "sub dir/potato3" --- PASS: TestTouchDir (12.93s) === RUN TestMkdirMetadata run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" operations_test.go:1773: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (0.81s) === RUN TestMkdirModTime run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" operations_test.go:1792: Skipping test as remote does not support DirSetModTime or MkdirMetadata --- SKIP: TestMkdirModTime (0.84s) === RUN TestCopyDirMetadata run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" operations_test.go:1813: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (0.76s) === RUN TestSetDirModTime run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" operations_test.go:1849: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime --- SKIP: TestSetDirModTime (0.71s) === RUN TestDirsEqual run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" operations_test.go:1893: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (0.78s) === RUN TestRemoveExisting run.go:185: Remote "box root 'rclone-test-womerih8pice'", Local "Local file system at /tmp/rclone1798482942", Modify Window "1s" 2026/03/19 01:57:18 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.puyinej4" before starting 2026/03/19 01:57:20 DEBUG : sub dir/test remove existing.puyinej4: TEST: removing renamed existing file after operation 2026/03/19 01:57:22 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.simegex8" before starting 2026/03/19 01:57:23 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.simegex8: TEST: renaming existing back after failed operation 2026/03/19 01:57:25 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.lajudet7" before starting 2026/03/19 01:57:26 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.lajudet7: TEST: removing renamed existing file after operation --- PASS: TestRemoveExisting (19.70s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumSingleFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumSingleFile (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2026/03/19 01:57:30 DEBUG : box root 'rclone-test-womerih8pice': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestBox: -verbose" - Finished OK in 14m17.585062034s (try 1/5)