"./operations.test -test.v -test.timeout 1h0m0s -remote TestOneDriveBusiness: -verbose" - Starting (try 1/5) 2026/03/31 01:52:27 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-yagakog4luzi" 2026/03/31 01:52:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/03/31 01:52:29 DEBUG : Creating backend with remote "/tmp/rclone2250285268" === 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 "OneDrive root 'rclone-test-yagakog4luzi'", Local "Local file system at /tmp/rclone2250285268", Modify Window "1s" multithread_test.go:119: multithread writing not supported 2026/03/31 01:52:29 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.23s) === RUN TestMultithreadCopyAbort run.go:185: Remote "OneDrive root 'rclone-test-yagakog4luzi'", Local "Local file system at /tmp/rclone2250285268", Modify Window "1s" multithread_test.go:119: multithread writing not supported 2026/03/31 01:52:29 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers 2026/03/31 01:52:29 DEBUG : a: size = 0 OK 2026/03/31 01:52:29 DEBUG : a: size = 1 (memory) 2026/03/31 01:52:29 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/03/31 01:52:29 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/03/31 01:52:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/03/31 01:52:29 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/03/31 01:52:29 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/03/31 01:52:29 DEBUG : potato: Seek from 10 to 0 2026/03/31 01:52:29 DEBUG : potato: Seek from 10 to 0 2026/03/31 01:52:29 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/03/31 01:52:29 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/03/31 01:52:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/03/31 01:52:29 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/03/31 01:52:29 DEBUG : potato: Seek from 5 to 2 2026/03/31 01:52:29 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/03/31 01:52:29 DEBUG : potato: Seek from 7 to 0 2026/03/31 01:52:29 DEBUG : potato: Seek from 7 to 0 2026/03/31 01:52:29 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/03/31 01:52:29 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/03/31 01:52:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/03/31 01:52:29 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/03/31 01:52:29 DEBUG : potato: Seek from 5 to 2 2026/03/31 01:52:29 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/03/31 01:52:29 DEBUG : potato: Seek from 8 to 0 2026/03/31 01:52:29 DEBUG : potato: Seek from 8 to 0 2026/03/31 01:52:29 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/03/31 01:52:29 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/03/31 01:52:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/03/31 01:52:29 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/03/31 01:52:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/03/31 01:52:29 DEBUG : potato: Seek from 5 to 2 2026/03/31 01:52:29 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/03/31 01:52:29 DEBUG : potato: Seek from 9 to 0 2026/03/31 01:52:29 DEBUG : potato: Seek from 9 to 0 2026/03/31 01:52:29 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 "OneDrive root 'rclone-test-yagakog4luzi'", Local "Local file system at /tmp/rclone2250285268", Modify Window "1s" 2026/03/31 01:52:30 DEBUG : rutabaga: Starting multipart upload 2026/03/31 01:52:30 DEBUG : rutabaga: Uploading segment 0/8 size 8 === RUN TestCheck/1 === RUN TestCheck/2 2026/03/31 01:52:32 DEBUG : empty space: Starting multipart upload 2026/03/31 01:52:33 DEBUG : empty space: Uploading segment 0/1 size 1 === RUN TestCheck/3 2026/03/31 01:52:34 DEBUG : potato2: Starting multipart upload 2026/03/31 01:52:35 DEBUG : potato2: Uploading segment 0/60 size 60 === RUN TestCheck/4 === RUN TestCheck/5 2026/03/31 01:52:36 DEBUG : remotepotato: Starting multipart upload 2026/03/31 01:52:37 DEBUG : remotepotato: Uploading segment 0/60 size 60 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.39s) --- PASS: TestCheck/1 (0.24s) --- PASS: TestCheck/2 (0.29s) --- PASS: TestCheck/3 (0.24s) --- PASS: TestCheck/4 (0.25s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.28s) --- PASS: TestCheck/7 (0.24s) === RUN TestCheckFsError 2026/03/31 01:52:40 DEBUG : Creating backend with remote "nonexistent" 2026/03/31 01:52:40 DEBUG : Creating backend with remote "nonexistent" 2026/03/31 01:52:40 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2026/03/31 01:52:40 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/31 01:52:40 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2026/03/31 01:52:40 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 "OneDrive root 'rclone-test-yagakog4luzi'", Local "Local file system at /tmp/rclone2250285268", Modify Window "1s" 2026/03/31 01:52:40 DEBUG : rutabaga: Starting multipart upload 2026/03/31 01:52:41 DEBUG : rutabaga: Uploading segment 0/8 size 8 === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2026/03/31 01:52:44 DEBUG : empty space: Starting multipart upload 2026/03/31 01:52:44 DEBUG : empty space: Uploading segment 0/1 size 1 === RUN TestCheckDownload/3 2026/03/31 01:52:46 DEBUG : potato2: Starting multipart upload 2026/03/31 01:52:47 DEBUG : potato2: Uploading segment 0/60 size 60 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2026/03/31 01:52:50 DEBUG : remotepotato: Starting multipart upload 2026/03/31 01:52:51 DEBUG : remotepotato: Uploading segment 0/60 size 60 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (14.49s) --- PASS: TestCheckDownload/1 (0.71s) --- PASS: TestCheckDownload/2 (0.69s) --- PASS: TestCheckDownload/3 (0.74s) --- PASS: TestCheckDownload/4 (1.21s) --- PASS: TestCheckDownload/5 (1.08s) --- PASS: TestCheckDownload/6 (0.85s) --- PASS: TestCheckDownload/7 (0.77s) === RUN TestCheckSizeOnly run.go:185: Remote "OneDrive root 'rclone-test-yagakog4luzi'", Local "Local file system at /tmp/rclone2250285268", Modify Window "1s" 2026/03/31 01:52:55 DEBUG : rutabaga: Starting multipart upload 2026/03/31 01:52:56 DEBUG : rutabaga: Uploading segment 0/8 size 8 === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2026/03/31 01:52:57 DEBUG : empty space: Starting multipart upload 2026/03/31 01:52:58 DEBUG : empty space: Uploading segment 0/1 size 1 === RUN TestCheckSizeOnly/3 2026/03/31 01:52:59 DEBUG : potato2: Starting multipart upload 2026/03/31 01:53:00 DEBUG : potato2: Uploading segment 0/60 size 60 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2026/03/31 01:53:01 DEBUG : remotepotato: Starting multipart upload 2026/03/31 01:53:02 DEBUG : remotepotato: Uploading segment 0/60 size 60 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.36s) --- PASS: TestCheckSizeOnly/1 (0.24s) --- PASS: TestCheckSizeOnly/2 (0.24s) --- PASS: TestCheckSizeOnly/3 (0.24s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.31s) --- PASS: TestCheckSizeOnly/6 (0.28s) --- PASS: TestCheckSizeOnly/7 (0.24s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:185: Remote "OneDrive root 'rclone-test-yagakog4luzi'", Local "Local file system at /tmp/rclone2250285268", Modify Window "1s" 2026/03/31 01:53:05 DEBUG : test.sum: Starting multipart upload 2026/03/31 01:53:06 DEBUG : test.sum: Uploading segment 0/81 size 81 2026/03/31 01:53:08 NOTICE: test.sum: improperly formatted checksum line 4 2026/03/31 01:53:08 NOTICE: test.sum: improperly formatted checksum line 5 2026/03/31 01:53:08 NOTICE: test.sum: improperly formatted checksum line 6 2026/03/31 01:53:08 NOTICE: test.sum: 2 warning(s) suppressed... 2026/03/31 01:53:08 DEBUG : test.sum: Starting multipart upload 2026/03/31 01:53:08 DEBUG : test.sum: Uploading segment 0/90 size 90 2026/03/31 01:53:10 NOTICE: test.sum: improperly formatted checksum line 4 2026/03/31 01:53:10 NOTICE: test.sum: improperly formatted checksum line 5 2026/03/31 01:53:10 NOTICE: test.sum: improperly formatted checksum line 6 2026/03/31 01:53:10 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.51s) === RUN TestCheckSum run.go:185: Remote "OneDrive root 'rclone-test-yagakog4luzi'", Local "Local file system at /tmp/rclone2250285268", Modify Window "1s" 2026/03/31 01:53:11 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-yagakog4luzi/data" check_test.go:350: OneDrive root 'rclone-test-yagakog4luzi/data' lacks md5, skipping --- SKIP: TestCheckSum (3.30s) === RUN TestCheckSumDownload run.go:185: Remote "OneDrive root 'rclone-test-yagakog4luzi'", Local "Local file system at /tmp/rclone2250285268", Modify Window "1s" 2026/03/31 01:53:14 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-yagakog4luzi/data" 2026/03/31 01:53:17 DEBUG : data/banana: Starting multipart upload 2026/03/31 01:53:18 DEBUG : data/banana: Uploading segment 0/13 size 13 2026/03/31 01:53:19 DEBUG : test.sum: Starting multipart upload 2026/03/31 01:53:20 DEBUG : test.sum: Uploading segment 0/41 size 41 === RUN TestCheckSumDownload/subtest1 2026/03/31 01:53:24 DEBUG : data/potato: Starting multipart upload 2026/03/31 01:53:24 DEBUG : data/potato: Uploading segment 0/15 size 15 2026/03/31 01:53:25 DEBUG : test.sum: Starting multipart upload 2026/03/31 01:53:25 DEBUG : test.sum: Uploading segment 0/41 size 41 === RUN TestCheckSumDownload/subtest2 2026/03/31 01:53:28 DEBUG : test.sum: Starting multipart upload 2026/03/31 01:53:29 DEBUG : test.sum: Uploading segment 0/82 size 82 === RUN TestCheckSumDownload/subtest3 2026/03/31 01:53:33 DEBUG : test.sum: Starting multipart upload 2026/03/31 01:53:33 DEBUG : test.sum: Uploading segment 0/82 size 82 === RUN TestCheckSumDownload/subtest4 2026/03/31 01:53:36 DEBUG : test.sum: Starting multipart upload 2026/03/31 01:53:37 DEBUG : test.sum: Uploading segment 0/123 size 123 === RUN TestCheckSumDownload/subtest5 2026/03/31 01:53:41 DEBUG : test.sum: Starting multipart upload 2026/03/31 01:53:41 DEBUG : test.sum: Uploading segment 0/123 size 123 === RUN TestCheckSumDownload/subtest6 2026/03/31 01:53:44 DEBUG : data/banana: Starting multipart upload 2026/03/31 01:53:44 DEBUG : data/banana: Uploading segment 0/13 size 13 2026/03/31 01:53:45 DEBUG : data/potato: Starting multipart upload 2026/03/31 01:53:46 DEBUG : data/potato: Uploading segment 0/15 size 15 2026/03/31 01:53:47 DEBUG : test.sum: Starting multipart upload 2026/03/31 01:53:47 DEBUG : test.sum: Uploading segment 0/82 size 82 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (38.02s) --- PASS: TestCheckSumDownload/subtest1 (2.68s) --- PASS: TestCheckSumDownload/subtest2 (1.66s) --- PASS: TestCheckSumDownload/subtest3 (2.20s) --- PASS: TestCheckSumDownload/subtest4 (2.04s) --- PASS: TestCheckSumDownload/subtest5 (1.78s) --- PASS: TestCheckSumDownload/subtest6 (1.73s) --- PASS: TestCheckSumDownload/subtest7 (1.76s) === RUN TestApplyTransforms 2026/03/31 01:53:52 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-lejajug6zose" 2026/03/31 01:53:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/03/31 01:53:54 DEBUG : Creating backend with remote "/tmp/rclone446903568" run.go:185: Remote "OneDrive root 'rclone-test-lejajug6zose'", Local "Local file system at /tmp/rclone446903568", Modify Window "1s" 2026/03/31 01:53:55 DEBUG : hello, world!: Starting multipart upload 2026/03/31 01:53:55 DEBUG : hello, world!: Uploading segment 0/13 size 13 upper checkfile vs. lower remote (without normalization) 2026/03/31 01:53:56 ERROR : hello, world!: sum not found 2026/03/31 01:53:56 ERROR : HELLO, WORLD!: file not in OneDrive root 'rclone-test-lejajug6zose' 2026/03/31 01:53:56 NOTICE: OneDrive root 'rclone-test-lejajug6zose': 1 files missing 2026/03/31 01:53:56 NOTICE: 1 hashes missing 2026/03/31 01:53:56 NOTICE: OneDrive root 'rclone-test-lejajug6zose': 1 differences found 2026/03/31 01:53:56 NOTICE: OneDrive root 'rclone-test-lejajug6zose': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/03/31 01:53:57 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/03/31 01:53:57 NOTICE: OneDrive root 'rclone-test-lejajug6zose': 0 differences found 2026/03/31 01:53:57 NOTICE: OneDrive root 'rclone-test-lejajug6zose': 1 matching files 2026/03/31 01:53:57 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-juvunor3voso" 2026/03/31 01:53:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/03/31 01:53:58 DEBUG : Creating backend with remote "/tmp/rclone2637720656" run.go:185: Remote "OneDrive root 'rclone-test-juvunor3voso'", Local "Local file system at /tmp/rclone2637720656", Modify Window "1s" 2026/03/31 01:53:59 DEBUG : HELLO, WORLD!: Starting multipart upload 2026/03/31 01:53:59 DEBUG : HELLO, WORLD!: Uploading segment 0/13 size 13 lower checkfile vs. upper remote (without normalization) 2026/03/31 01:54:01 ERROR : HELLO, WORLD!: sum not found 2026/03/31 01:54:01 ERROR : hello, world!: file not in OneDrive root 'rclone-test-juvunor3voso' 2026/03/31 01:54:01 NOTICE: OneDrive root 'rclone-test-juvunor3voso': 1 files missing 2026/03/31 01:54:01 NOTICE: 1 hashes missing 2026/03/31 01:54:01 NOTICE: OneDrive root 'rclone-test-juvunor3voso': 1 differences found 2026/03/31 01:54:01 NOTICE: OneDrive root 'rclone-test-juvunor3voso': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/03/31 01:54:02 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/03/31 01:54:02 NOTICE: OneDrive root 'rclone-test-juvunor3voso': 0 differences found 2026/03/31 01:54:02 NOTICE: OneDrive root 'rclone-test-juvunor3voso': 1 matching files 2026/03/31 01:54:02 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-memosax2xoci" 2026/03/31 01:54:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/03/31 01:54:03 DEBUG : Creating backend with remote "/tmp/rclone4145154448" run.go:185: Remote "OneDrive root 'rclone-test-memosax2xoci'", Local "Local file system at /tmp/rclone4145154448", Modify Window "1s" 2026/03/31 01:54:04 DEBUG : HeLlO, wOrLd!: Starting multipart upload 2026/03/31 01:54:05 DEBUG : HeLlO, wOrLd!: Uploading segment 0/13 size 13 lower checkfile vs. upperlowermixed remote (without normalization) 2026/03/31 01:54:06 ERROR : HeLlO, wOrLd!: sum not found 2026/03/31 01:54:06 ERROR : hello, world!: file not in OneDrive root 'rclone-test-memosax2xoci' 2026/03/31 01:54:06 NOTICE: OneDrive root 'rclone-test-memosax2xoci': 1 files missing 2026/03/31 01:54:06 NOTICE: 1 hashes missing 2026/03/31 01:54:06 NOTICE: OneDrive root 'rclone-test-memosax2xoci': 1 differences found 2026/03/31 01:54:06 NOTICE: OneDrive root 'rclone-test-memosax2xoci': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/03/31 01:54:07 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/03/31 01:54:07 NOTICE: OneDrive root 'rclone-test-memosax2xoci': 0 differences found 2026/03/31 01:54:07 NOTICE: OneDrive root 'rclone-test-memosax2xoci': 1 matching files 2026/03/31 01:54:07 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-jaxenes5suma" 2026/03/31 01:54:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/03/31 01:54:08 DEBUG : Creating backend with remote "/tmp/rclone891726509" run.go:185: Remote "OneDrive root 'rclone-test-jaxenes5suma'", Local "Local file system at /tmp/rclone891726509", Modify Window "1s" 2026/03/31 01:54:09 DEBUG : HELLO, WORLD!: Starting multipart upload 2026/03/31 01:54:09 DEBUG : HELLO, WORLD!: Uploading segment 0/13 size 13 upperlowermixed checkfile vs. upper remote (without normalization) 2026/03/31 01:54:11 ERROR : HELLO, WORLD!: sum not found 2026/03/31 01:54:11 ERROR : HeLlO, wOrLd!: file not in OneDrive root 'rclone-test-jaxenes5suma' 2026/03/31 01:54:11 NOTICE: OneDrive root 'rclone-test-jaxenes5suma': 1 files missing 2026/03/31 01:54:11 NOTICE: 1 hashes missing 2026/03/31 01:54:11 NOTICE: OneDrive root 'rclone-test-jaxenes5suma': 1 differences found 2026/03/31 01:54:11 NOTICE: OneDrive root 'rclone-test-jaxenes5suma': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/03/31 01:54:11 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/03/31 01:54:11 NOTICE: OneDrive root 'rclone-test-jaxenes5suma': 0 differences found 2026/03/31 01:54:11 NOTICE: OneDrive root 'rclone-test-jaxenes5suma': 1 matching files 2026/03/31 01:54:11 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-jetiqar1teda" 2026/03/31 01:54:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/03/31 01:54:12 DEBUG : Creating backend with remote "/tmp/rclone127589655" run.go:185: Remote "OneDrive root 'rclone-test-jetiqar1teda'", Local "Local file system at /tmp/rclone127589655", Modify Window "1s" 2026/03/31 01:54:13 DEBUG : 測試_Русский___ě_áñ: Starting multipart upload 2026/03/31 01:54:14 DEBUG : 測試_Русский___ě_áñ: Uploading segment 0/13 size 13 NFD checkfile vs. NFC remote (without normalization) 2026/03/31 01:54:15 ERROR : 測試_Русский___ě_áñ: sum not found 2026/03/31 01:54:15 ERROR : 測試_Русский___ě_áñ: file not in OneDrive root 'rclone-test-jetiqar1teda' 2026/03/31 01:54:15 NOTICE: OneDrive root 'rclone-test-jetiqar1teda': 1 files missing 2026/03/31 01:54:15 NOTICE: 1 hashes missing 2026/03/31 01:54:15 NOTICE: OneDrive root 'rclone-test-jetiqar1teda': 1 differences found 2026/03/31 01:54:15 NOTICE: OneDrive root 'rclone-test-jetiqar1teda': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/03/31 01:54:16 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/03/31 01:54:16 NOTICE: OneDrive root 'rclone-test-jetiqar1teda': 0 differences found 2026/03/31 01:54:16 NOTICE: OneDrive root 'rclone-test-jetiqar1teda': 1 matching files 2026/03/31 01:54:16 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-gasexav1fidu" 2026/03/31 01:54:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/03/31 01:54:17 DEBUG : Creating backend with remote "/tmp/rclone2699983576" run.go:185: Remote "OneDrive root 'rclone-test-gasexav1fidu'", Local "Local file system at /tmp/rclone2699983576", Modify Window "1s" 2026/03/31 01:54:18 DEBUG : 測試_Русский___ě_áñ: Starting multipart upload 2026/03/31 01:54:19 DEBUG : 測試_Русский___ě_áñ: Uploading segment 0/13 size 13 2026/03/31 01:54:38 DEBUG : pacer: low level retry 1/10 (error HTTP error 503 (503 Service Unavailable) returned body: "
This is a temporary issue, so try again in a few minutes.
Technical details:>
Ref A: 11F606417C5847798D668649260E7EBE Ref B: AMS231032603051 Ref C: 2026-03-31T01:54:19Z