"./operations.test -test.v -test.timeout 1h0m0s -remote TestOneDriveBusiness: -verbose" - Starting (try 1/5) 2025/11/04 04:59:00 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-goqaxes3jobu" 2025/11/04 04:59:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/04 04:59:02 DEBUG : Creating backend with remote "/tmp/rclone153334245" === 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-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" multithread_test.go:119: multithread writing not supported 2025/11/04 04:59:02 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.25s) === RUN TestMultithreadCopyAbort run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" multithread_test.go:119: multithread writing not supported 2025/11/04 04:59:03 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.25s) === RUN TestSizeDiffers 2025/11/04 04:59:03 DEBUG : a: size = 0 OK 2025/11/04 04:59:03 DEBUG : a: size = 1 (memory) 2025/11/04 04:59:03 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/11/04 04:59:03 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/11/04 04:59:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/04 04:59:03 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/04 04:59:03 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/11/04 04:59:03 DEBUG : potato: Seek from 10 to 0 2025/11/04 04:59:03 DEBUG : potato: Seek from 10 to 0 2025/11/04 04:59:03 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/11/04 04:59:03 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/11/04 04:59:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/04 04:59:03 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/04 04:59:03 DEBUG : potato: Seek from 5 to 2 2025/11/04 04:59:03 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/11/04 04:59:03 DEBUG : potato: Seek from 7 to 0 2025/11/04 04:59:03 DEBUG : potato: Seek from 7 to 0 2025/11/04 04:59:03 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/11/04 04:59:03 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/11/04 04:59:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/04 04:59:03 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/04 04:59:03 DEBUG : potato: Seek from 5 to 2 2025/11/04 04:59:03 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/11/04 04:59:03 DEBUG : potato: Seek from 8 to 0 2025/11/04 04:59:03 DEBUG : potato: Seek from 8 to 0 2025/11/04 04:59:03 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/11/04 04:59:03 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/11/04 04:59:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/04 04:59:03 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/04 04:59:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/04 04:59:03 DEBUG : potato: Seek from 5 to 2 2025/11/04 04:59:03 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/11/04 04:59:03 DEBUG : potato: Seek from 9 to 0 2025/11/04 04:59:03 DEBUG : potato: Seek from 9 to 0 2025/11/04 04:59:03 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.01s) --- 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.01s) --- 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.01s) --- 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-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 04:59:03 DEBUG : rutabaga: Starting multipart upload 2025/11/04 04:59:04 DEBUG : rutabaga: Uploading segment 0/8 size 8 === RUN TestCheck/1 === RUN TestCheck/2 2025/11/04 04:59:07 DEBUG : empty space: Starting multipart upload 2025/11/04 04:59:07 DEBUG : empty space: Uploading segment 0/1 size 1 === RUN TestCheck/3 2025/11/04 04:59:09 DEBUG : potato2: Starting multipart upload 2025/11/04 04:59:09 DEBUG : potato2: Uploading segment 0/60 size 60 === RUN TestCheck/4 === RUN TestCheck/5 2025/11/04 04:59:11 DEBUG : remotepotato: Starting multipart upload 2025/11/04 04:59:12 DEBUG : remotepotato: Uploading segment 0/60 size 60 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.22s) --- PASS: TestCheck/1 (0.27s) --- PASS: TestCheck/2 (0.28s) --- PASS: TestCheck/3 (0.27s) --- PASS: TestCheck/4 (0.27s) --- PASS: TestCheck/5 (0.28s) --- PASS: TestCheck/6 (0.27s) --- PASS: TestCheck/7 (0.28s) === RUN TestCheckFsError 2025/11/04 04:59:15 DEBUG : Creating backend with remote "nonexistent" 2025/11/04 04:59:15 DEBUG : Creating backend with remote "nonexistent" 2025/11/04 04:59:15 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/11/04 04:59:15 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/11/04 04:59:15 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/11/04 04:59:15 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-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 04:59:15 DEBUG : rutabaga: Starting multipart upload 2025/11/04 04:59:16 DEBUG : rutabaga: Uploading segment 0/8 size 8 === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/11/04 04:59:18 DEBUG : empty space: Starting multipart upload 2025/11/04 04:59:19 DEBUG : empty space: Uploading segment 0/1 size 1 === RUN TestCheckDownload/3 2025/11/04 04:59:21 DEBUG : potato2: Starting multipart upload 2025/11/04 04:59:21 DEBUG : potato2: Uploading segment 0/60 size 60 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/11/04 04:59:25 DEBUG : remotepotato: Starting multipart upload 2025/11/04 04:59:26 DEBUG : remotepotato: Uploading segment 0/60 size 60 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (15.61s) --- PASS: TestCheckDownload/1 (0.75s) --- PASS: TestCheckDownload/2 (0.74s) --- PASS: TestCheckDownload/3 (0.76s) --- PASS: TestCheckDownload/4 (1.25s) --- PASS: TestCheckDownload/5 (1.36s) --- PASS: TestCheckDownload/6 (0.85s) --- PASS: TestCheckDownload/7 (0.94s) === RUN TestCheckSizeOnly run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 04:59:30 DEBUG : rutabaga: Starting multipart upload 2025/11/04 04:59:31 DEBUG : rutabaga: Uploading segment 0/8 size 8 === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/11/04 04:59:33 DEBUG : empty space: Starting multipart upload 2025/11/04 04:59:34 DEBUG : empty space: Uploading segment 0/1 size 1 === RUN TestCheckSizeOnly/3 2025/11/04 04:59:35 DEBUG : potato2: Starting multipart upload 2025/11/04 04:59:36 DEBUG : potato2: Uploading segment 0/60 size 60 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/11/04 04:59:37 DEBUG : remotepotato: Starting multipart upload 2025/11/04 04:59:38 DEBUG : remotepotato: Uploading segment 0/60 size 60 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.08s) --- PASS: TestCheckSizeOnly/1 (0.35s) --- PASS: TestCheckSizeOnly/2 (0.28s) --- PASS: TestCheckSizeOnly/3 (0.29s) --- PASS: TestCheckSizeOnly/4 (0.29s) --- PASS: TestCheckSizeOnly/5 (0.28s) --- PASS: TestCheckSizeOnly/6 (0.28s) --- PASS: TestCheckSizeOnly/7 (0.27s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 04:59:42 DEBUG : test.sum: Starting multipart upload 2025/11/04 04:59:42 DEBUG : test.sum: Uploading segment 0/81 size 81 2025/11/04 04:59:44 NOTICE: test.sum: improperly formatted checksum line 4 2025/11/04 04:59:44 NOTICE: test.sum: improperly formatted checksum line 5 2025/11/04 04:59:44 NOTICE: test.sum: improperly formatted checksum line 6 2025/11/04 04:59:44 NOTICE: test.sum: 2 warning(s) suppressed... 2025/11/04 04:59:44 DEBUG : test.sum: Starting multipart upload 2025/11/04 04:59:45 DEBUG : test.sum: Uploading segment 0/90 size 90 2025/11/04 04:59:46 NOTICE: test.sum: improperly formatted checksum line 4 2025/11/04 04:59:46 NOTICE: test.sum: improperly formatted checksum line 5 2025/11/04 04:59:46 NOTICE: test.sum: improperly formatted checksum line 6 2025/11/04 04:59:46 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.71s) === RUN TestCheckSum run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 04:59:47 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-goqaxes3jobu/data" check_test.go:350: OneDrive root 'rclone-test-goqaxes3jobu/data' lacks md5, skipping --- SKIP: TestCheckSum (3.17s) === RUN TestCheckSumDownload run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 04:59:50 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-goqaxes3jobu/data" 2025/11/04 04:59:54 DEBUG : data/banana: Starting multipart upload 2025/11/04 04:59:54 DEBUG : data/banana: Uploading segment 0/13 size 13 2025/11/04 04:59:55 DEBUG : test.sum: Starting multipart upload 2025/11/04 04:59:56 DEBUG : test.sum: Uploading segment 0/41 size 41 === RUN TestCheckSumDownload/subtest1 2025/11/04 05:00:00 DEBUG : data/potato: Starting multipart upload 2025/11/04 05:00:00 DEBUG : data/potato: Uploading segment 0/15 size 15 2025/11/04 05:00:01 DEBUG : test.sum: Starting multipart upload 2025/11/04 05:00:02 DEBUG : test.sum: Uploading segment 0/41 size 41 === RUN TestCheckSumDownload/subtest2 2025/11/04 05:00:05 DEBUG : test.sum: Starting multipart upload 2025/11/04 05:00:05 DEBUG : test.sum: Uploading segment 0/82 size 82 === RUN TestCheckSumDownload/subtest3 2025/11/04 05:00:09 DEBUG : test.sum: Starting multipart upload 2025/11/04 05:00:10 DEBUG : test.sum: Uploading segment 0/82 size 82 === RUN TestCheckSumDownload/subtest4 2025/11/04 05:00:13 DEBUG : test.sum: Starting multipart upload 2025/11/04 05:00:14 DEBUG : test.sum: Uploading segment 0/123 size 123 === RUN TestCheckSumDownload/subtest5 2025/11/04 05:00:17 DEBUG : test.sum: Starting multipart upload 2025/11/04 05:00:18 DEBUG : test.sum: Uploading segment 0/123 size 123 === RUN TestCheckSumDownload/subtest6 2025/11/04 05:00:21 DEBUG : data/banana: Starting multipart upload 2025/11/04 05:00:21 DEBUG : data/banana: Uploading segment 0/13 size 13 2025/11/04 05:00:22 DEBUG : data/potato: Starting multipart upload 2025/11/04 05:00:23 DEBUG : data/potato: Uploading segment 0/15 size 15 2025/11/04 05:00:23 DEBUG : test.sum: Starting multipart upload 2025/11/04 05:00:24 DEBUG : test.sum: Uploading segment 0/82 size 82 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (39.06s) --- PASS: TestCheckSumDownload/subtest1 (2.47s) --- PASS: TestCheckSumDownload/subtest2 (1.78s) --- PASS: TestCheckSumDownload/subtest3 (2.32s) --- PASS: TestCheckSumDownload/subtest4 (2.31s) --- PASS: TestCheckSumDownload/subtest5 (1.84s) --- PASS: TestCheckSumDownload/subtest6 (1.81s) --- PASS: TestCheckSumDownload/subtest7 (1.80s) === RUN TestApplyTransforms 2025/11/04 05:00:29 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-masareg5jegi" 2025/11/04 05:00:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/04 05:00:31 DEBUG : Creating backend with remote "/tmp/rclone219343802" run.go:185: Remote "OneDrive root 'rclone-test-masareg5jegi'", Local "Local file system at /tmp/rclone219343802", Modify Window "1s" 2025/11/04 05:00:32 DEBUG : hello, world!: Starting multipart upload 2025/11/04 05:00:33 DEBUG : hello, world!: Uploading segment 0/13 size 13 upper checkfile vs. lower remote (without normalization) 2025/11/04 05:00:35 ERROR : hello, world!: sum not found 2025/11/04 05:00:35 ERROR : HELLO, WORLD!: file not in OneDrive root 'rclone-test-masareg5jegi' 2025/11/04 05:00:35 NOTICE: OneDrive root 'rclone-test-masareg5jegi': 1 files missing 2025/11/04 05:00:35 NOTICE: 1 hashes missing 2025/11/04 05:00:35 NOTICE: OneDrive root 'rclone-test-masareg5jegi': 1 differences found 2025/11/04 05:00:35 NOTICE: OneDrive root 'rclone-test-masareg5jegi': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/11/04 05:00:36 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/04 05:00:36 NOTICE: OneDrive root 'rclone-test-masareg5jegi': 0 differences found 2025/11/04 05:00:36 NOTICE: OneDrive root 'rclone-test-masareg5jegi': 1 matching files 2025/11/04 05:00:36 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-burehej5zezi" 2025/11/04 05:00:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/04 05:00:38 DEBUG : Creating backend with remote "/tmp/rclone3976942105" run.go:185: Remote "OneDrive root 'rclone-test-burehej5zezi'", Local "Local file system at /tmp/rclone3976942105", Modify Window "1s" 2025/11/04 05:00:38 DEBUG : HELLO, WORLD!: Starting multipart upload 2025/11/04 05:00:39 DEBUG : HELLO, WORLD!: Uploading segment 0/13 size 13 lower checkfile vs. upper remote (without normalization) 2025/11/04 05:00:40 ERROR : HELLO, WORLD!: sum not found 2025/11/04 05:00:40 ERROR : hello, world!: file not in OneDrive root 'rclone-test-burehej5zezi' 2025/11/04 05:00:40 NOTICE: OneDrive root 'rclone-test-burehej5zezi': 1 files missing 2025/11/04 05:00:40 NOTICE: 1 hashes missing 2025/11/04 05:00:40 NOTICE: OneDrive root 'rclone-test-burehej5zezi': 1 differences found 2025/11/04 05:00:40 NOTICE: OneDrive root 'rclone-test-burehej5zezi': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/11/04 05:00:41 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/04 05:00:41 NOTICE: OneDrive root 'rclone-test-burehej5zezi': 0 differences found 2025/11/04 05:00:41 NOTICE: OneDrive root 'rclone-test-burehej5zezi': 1 matching files 2025/11/04 05:00:41 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-tajoqiz8beyo" 2025/11/04 05:00:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/04 05:00:43 DEBUG : Creating backend with remote "/tmp/rclone654984624" run.go:185: Remote "OneDrive root 'rclone-test-tajoqiz8beyo'", Local "Local file system at /tmp/rclone654984624", Modify Window "1s" 2025/11/04 05:00:44 DEBUG : HeLlO, wOrLd!: Starting multipart upload 2025/11/04 05:00:45 DEBUG : HeLlO, wOrLd!: Uploading segment 0/13 size 13 lower checkfile vs. upperlowermixed remote (without normalization) 2025/11/04 05:00:46 ERROR : HeLlO, wOrLd!: sum not found 2025/11/04 05:00:46 ERROR : hello, world!: file not in OneDrive root 'rclone-test-tajoqiz8beyo' 2025/11/04 05:00:46 NOTICE: OneDrive root 'rclone-test-tajoqiz8beyo': 1 files missing 2025/11/04 05:00:46 NOTICE: 1 hashes missing 2025/11/04 05:00:46 NOTICE: OneDrive root 'rclone-test-tajoqiz8beyo': 1 differences found 2025/11/04 05:00:46 NOTICE: OneDrive root 'rclone-test-tajoqiz8beyo': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/11/04 05:00:47 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/04 05:00:47 NOTICE: OneDrive root 'rclone-test-tajoqiz8beyo': 0 differences found 2025/11/04 05:00:47 NOTICE: OneDrive root 'rclone-test-tajoqiz8beyo': 1 matching files 2025/11/04 05:00:47 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-selibod5nuje" 2025/11/04 05:00:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/04 05:00:49 DEBUG : Creating backend with remote "/tmp/rclone1048415535" run.go:185: Remote "OneDrive root 'rclone-test-selibod5nuje'", Local "Local file system at /tmp/rclone1048415535", Modify Window "1s" 2025/11/04 05:00:50 DEBUG : HELLO, WORLD!: Starting multipart upload 2025/11/04 05:00:50 DEBUG : HELLO, WORLD!: Uploading segment 0/13 size 13 upperlowermixed checkfile vs. upper remote (without normalization) 2025/11/04 05:00:52 ERROR : HELLO, WORLD!: sum not found 2025/11/04 05:00:52 ERROR : HeLlO, wOrLd!: file not in OneDrive root 'rclone-test-selibod5nuje' 2025/11/04 05:00:52 NOTICE: OneDrive root 'rclone-test-selibod5nuje': 1 files missing 2025/11/04 05:00:52 NOTICE: 1 hashes missing 2025/11/04 05:00:52 NOTICE: OneDrive root 'rclone-test-selibod5nuje': 1 differences found 2025/11/04 05:00:52 NOTICE: OneDrive root 'rclone-test-selibod5nuje': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/11/04 05:00:53 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/04 05:00:53 NOTICE: OneDrive root 'rclone-test-selibod5nuje': 0 differences found 2025/11/04 05:00:53 NOTICE: OneDrive root 'rclone-test-selibod5nuje': 1 matching files 2025/11/04 05:00:53 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-hopisol5palu" 2025/11/04 05:00:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/04 05:00:55 DEBUG : Creating backend with remote "/tmp/rclone2888761144" run.go:185: Remote "OneDrive root 'rclone-test-hopisol5palu'", Local "Local file system at /tmp/rclone2888761144", Modify Window "1s" 2025/11/04 05:00:56 DEBUG : 測試_Русский___ě_áñ: Starting multipart upload 2025/11/04 05:00:56 DEBUG : 測試_Русский___ě_áñ: Uploading segment 0/13 size 13 NFD checkfile vs. NFC remote (without normalization) 2025/11/04 05:00:58 ERROR : 測試_Русский___ě_áñ: sum not found 2025/11/04 05:00:58 ERROR : 測試_Русский___ě_áñ: file not in OneDrive root 'rclone-test-hopisol5palu' 2025/11/04 05:00:58 NOTICE: OneDrive root 'rclone-test-hopisol5palu': 1 files missing 2025/11/04 05:00:58 NOTICE: 1 hashes missing 2025/11/04 05:00:58 NOTICE: OneDrive root 'rclone-test-hopisol5palu': 1 differences found 2025/11/04 05:00:58 NOTICE: OneDrive root 'rclone-test-hopisol5palu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/11/04 05:00:59 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/04 05:00:59 NOTICE: OneDrive root 'rclone-test-hopisol5palu': 0 differences found 2025/11/04 05:00:59 NOTICE: OneDrive root 'rclone-test-hopisol5palu': 1 matching files 2025/11/04 05:00:59 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-kizoqus3hemi" 2025/11/04 05:00:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/04 05:00:59 DEBUG : Creating backend with remote "/tmp/rclone848463791" run.go:185: Remote "OneDrive root 'rclone-test-kizoqus3hemi'", Local "Local file system at /tmp/rclone848463791", Modify Window "1s" 2025/11/04 05:01:00 DEBUG : 測試_Русский___ě_áñ: Starting multipart upload 2025/11/04 05:01:01 DEBUG : 測試_Русский___ě_áñ: Uploading segment 0/13 size 13 NFC checkfile vs. NFD remote (without normalization) 2025/11/04 05:01:02 ERROR : 測試_Русский___ě_áñ: sum not found 2025/11/04 05:01:02 ERROR : 測試_Русский___ě_áñ: file not in OneDrive root 'rclone-test-kizoqus3hemi' 2025/11/04 05:01:02 NOTICE: OneDrive root 'rclone-test-kizoqus3hemi': 1 files missing 2025/11/04 05:01:02 NOTICE: 1 hashes missing 2025/11/04 05:01:02 NOTICE: OneDrive root 'rclone-test-kizoqus3hemi': 1 differences found 2025/11/04 05:01:02 NOTICE: OneDrive root 'rclone-test-kizoqus3hemi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/11/04 05:01:03 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/04 05:01:03 NOTICE: OneDrive root 'rclone-test-kizoqus3hemi': 0 differences found 2025/11/04 05:01:03 NOTICE: OneDrive root 'rclone-test-kizoqus3hemi': 1 matching files 2025/11/04 05:01:03 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-gerodug4kawa" 2025/11/04 05:01:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/04 05:01:04 DEBUG : Creating backend with remote "/tmp/rclone2418316687" run.go:185: Remote "OneDrive root 'rclone-test-gerodug4kawa'", Local "Local file system at /tmp/rclone2418316687", Modify Window "1s" 2025/11/04 05:01:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Starting multipart upload 2025/11/04 05:01:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading segment 0/13 size 13 NFDx2 checkfile vs. both remote (without normalization) 2025/11/04 05:01:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/11/04 05:01:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OneDrive root 'rclone-test-gerodug4kawa' 2025/11/04 05:01:07 NOTICE: OneDrive root 'rclone-test-gerodug4kawa': 1 files missing 2025/11/04 05:01:07 NOTICE: 1 hashes missing 2025/11/04 05:01:07 NOTICE: OneDrive root 'rclone-test-gerodug4kawa': 1 differences found 2025/11/04 05:01:07 NOTICE: OneDrive root 'rclone-test-gerodug4kawa': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/11/04 05:01:08 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/04 05:01:08 NOTICE: OneDrive root 'rclone-test-gerodug4kawa': 0 differences found 2025/11/04 05:01:08 NOTICE: OneDrive root 'rclone-test-gerodug4kawa': 1 matching files 2025/11/04 05:01:08 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-nofexiz3liwo" 2025/11/04 05:01:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/04 05:01:10 DEBUG : Creating backend with remote "/tmp/rclone958377398" run.go:185: Remote "OneDrive root 'rclone-test-nofexiz3liwo'", Local "Local file system at /tmp/rclone958377398", Modify Window "1s" 2025/11/04 05:01:10 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Starting multipart upload 2025/11/04 05:01:11 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading segment 0/13 size 13 NFCx2 checkfile vs. both remote (without normalization) 2025/11/04 05:01:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/11/04 05:01:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OneDrive root 'rclone-test-nofexiz3liwo' 2025/11/04 05:01:13 NOTICE: OneDrive root 'rclone-test-nofexiz3liwo': 1 files missing 2025/11/04 05:01:13 NOTICE: 1 hashes missing 2025/11/04 05:01:13 NOTICE: OneDrive root 'rclone-test-nofexiz3liwo': 1 differences found 2025/11/04 05:01:13 NOTICE: OneDrive root 'rclone-test-nofexiz3liwo': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/11/04 05:01:13 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/04 05:01:13 NOTICE: OneDrive root 'rclone-test-nofexiz3liwo': 0 differences found 2025/11/04 05:01:13 NOTICE: OneDrive root 'rclone-test-nofexiz3liwo': 1 matching files 2025/11/04 05:01:13 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-dukebin1pova" 2025/11/04 05:01:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/04 05:01:15 DEBUG : Creating backend with remote "/tmp/rclone2346411905" run.go:185: Remote "OneDrive root 'rclone-test-dukebin1pova'", Local "Local file system at /tmp/rclone2346411905", Modify Window "1s" 2025/11/04 05:01:16 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Starting multipart upload 2025/11/04 05:01:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading segment 0/13 size 13 both checkfile vs. NFDx2 remote (without normalization) 2025/11/04 05:01:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/11/04 05:01:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OneDrive root 'rclone-test-dukebin1pova' 2025/11/04 05:01:19 NOTICE: OneDrive root 'rclone-test-dukebin1pova': 1 files missing 2025/11/04 05:01:19 NOTICE: 1 hashes missing 2025/11/04 05:01:19 NOTICE: OneDrive root 'rclone-test-dukebin1pova': 1 differences found 2025/11/04 05:01:19 NOTICE: OneDrive root 'rclone-test-dukebin1pova': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/11/04 05:01:19 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/04 05:01:19 NOTICE: OneDrive root 'rclone-test-dukebin1pova': 0 differences found 2025/11/04 05:01:19 NOTICE: OneDrive root 'rclone-test-dukebin1pova': 1 matching files 2025/11/04 05:01:19 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-sakideb2kuzu" 2025/11/04 05:01:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/04 05:01:20 DEBUG : Creating backend with remote "/tmp/rclone3470523029" run.go:185: Remote "OneDrive root 'rclone-test-sakideb2kuzu'", Local "Local file system at /tmp/rclone3470523029", Modify Window "1s" 2025/11/04 05:01:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Starting multipart upload 2025/11/04 05:01:22 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading segment 0/13 size 13 both checkfile vs. NFCx2 remote (without normalization) 2025/11/04 05:01:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/11/04 05:01:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OneDrive root 'rclone-test-sakideb2kuzu' 2025/11/04 05:01:23 NOTICE: OneDrive root 'rclone-test-sakideb2kuzu': 1 files missing 2025/11/04 05:01:23 NOTICE: 1 hashes missing 2025/11/04 05:01:23 NOTICE: OneDrive root 'rclone-test-sakideb2kuzu': 1 differences found 2025/11/04 05:01:23 NOTICE: OneDrive root 'rclone-test-sakideb2kuzu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/11/04 05:01:24 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/04 05:01:24 NOTICE: OneDrive root 'rclone-test-sakideb2kuzu': 0 differences found 2025/11/04 05:01:24 NOTICE: OneDrive root 'rclone-test-sakideb2kuzu': 1 matching files 2025/11/04 05:01:24 DEBUG : OneDrive root 'rclone-test-sakideb2kuzu': Purge remote 2025/11/04 05:01:24 DEBUG : OneDrive root 'rclone-test-dukebin1pova': Purge remote 2025/11/04 05:01:25 DEBUG : OneDrive root 'rclone-test-nofexiz3liwo': Purge remote 2025/11/04 05:01:25 DEBUG : OneDrive root 'rclone-test-gerodug4kawa': Purge remote 2025/11/04 05:01:25 DEBUG : OneDrive root 'rclone-test-kizoqus3hemi': Purge remote 2025/11/04 05:01:26 DEBUG : OneDrive root 'rclone-test-hopisol5palu': Purge remote 2025/11/04 05:01:26 DEBUG : OneDrive root 'rclone-test-selibod5nuje': Purge remote 2025/11/04 05:01:26 DEBUG : OneDrive root 'rclone-test-tajoqiz8beyo': Purge remote 2025/11/04 05:01:27 DEBUG : OneDrive root 'rclone-test-burehej5zezi': Purge remote 2025/11/04 05:01:27 DEBUG : OneDrive root 'rclone-test-masareg5jegi': Purge remote --- PASS: TestApplyTransforms (57.73s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:01:28 DEBUG : file1: Need to transfer - File not found at Destination 2025/11/04 05:01:28 DEBUG : sub/file2: Starting multipart upload 2025/11/04 05:01:29 DEBUG : sub/file2: Uploading segment 0/14 size 14 2025/11/04 05:01:30 DEBUG : sub/file2: size = 14 OK 2025/11/04 05:01:30 DEBUG : file1: quickxor = 6648031bca1003108ce10d6eae4319dc40873900 OK 2025/11/04 05:01:30 INFO : file1: Copied (new) to: sub/file2 2025/11/04 05:01:31 DEBUG : sub/file2: size = 14 OK 2025/11/04 05:01:31 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/04 05:01:31 DEBUG : file1: Unchanged skipping 2025/11/04 05:01:32 DEBUG : OneDrive root 'rclone-test-goqaxes3jobu': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (7.04s) === RUN TestCopyLongFile run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.56s) === RUN TestCopyFileBackupDir run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:01:35 DEBUG : dst/file1: Starting multipart upload 2025/11/04 05:01:36 DEBUG : dst/file1: Uploading segment 0/18 size 18 2025/11/04 05:01:38 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-goqaxes3jobu/backup" 2025/11/04 05:01:40 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone153334245) 2025/11/04 05:01:40 DEBUG : dst/file1: size = 18 (OneDrive root 'rclone-test-goqaxes3jobu') 2025/11/04 05:01:40 DEBUG : dst/file1: Sizes differ 2025/11/04 05:01:42 INFO : dst/file1: Moved (server-side) 2025/11/04 05:01:42 DEBUG : dst/file1: Starting multipart upload 2025/11/04 05:01:43 DEBUG : dst/file1: Uploading segment 0/14 size 14 2025/11/04 05:01:44 DEBUG : dst/file1: size = 14 OK 2025/11/04 05:01:44 DEBUG : dst/file1: quickxor = 6648031bca1003108ce10d6eae4319dc40873900 OK 2025/11/04 05:01:44 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (13.51s) === RUN TestCopyFileCompareDest run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:01:48 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-goqaxes3jobu/dst" 2025/11/04 05:01:51 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-goqaxes3jobu/CompareDest" 2025/11/04 05:01:53 DEBUG : one: Need to transfer - File not found at Destination 2025/11/04 05:01:54 DEBUG : one: Starting multipart upload 2025/11/04 05:01:55 DEBUG : one: Uploading segment 0/3 size 3 2025/11/04 05:01:56 DEBUG : one: size = 3 OK 2025/11/04 05:01:56 DEBUG : one: quickxor = 6f70431900000000000000000300000000000000 OK 2025/11/04 05:01:56 INFO : one: Copied (new) 2025/11/04 05:01:58 DEBUG : one: size = 5 (Local file system at /tmp/rclone153334245) 2025/11/04 05:01:58 DEBUG : one: size = 3 (OneDrive root 'rclone-test-goqaxes3jobu/dst') 2025/11/04 05:01:58 DEBUG : one: Sizes differ 2025/11/04 05:01:59 DEBUG : one: Starting multipart upload 2025/11/04 05:01:59 DEBUG : one: Uploading segment 0/5 size 5 2025/11/04 05:02:00 DEBUG : one: size = 5 OK 2025/11/04 05:02:00 DEBUG : one: quickxor = 6f704319e8200300000000000500000000000000 OK 2025/11/04 05:02:00 INFO : one: Copied (replaced existing) 2025/11/04 05:02:00 DEBUG : dst/one: Starting multipart upload 2025/11/04 05:02:01 DEBUG : dst/one: Uploading segment 0/3 size 3 2025/11/04 05:02:02 DEBUG : CompareDest/one: Starting multipart upload 2025/11/04 05:02:03 DEBUG : CompareDest/one: Uploading segment 0/5 size 5 2025/11/04 05:02:05 DEBUG : one: size = 5 (Local file system at /tmp/rclone153334245) 2025/11/04 05:02:05 DEBUG : one: size = 3 (OneDrive root 'rclone-test-goqaxes3jobu/dst') 2025/11/04 05:02:05 DEBUG : one: Sizes differ 2025/11/04 05:02:06 DEBUG : one: size = 5 OK 2025/11/04 05:02:06 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/04 05:02:06 DEBUG : one: Destination found in --compare-dest, skipping 2025/11/04 05:02:07 DEBUG : CompareDest/two: Starting multipart upload 2025/11/04 05:02:07 DEBUG : CompareDest/two: Uploading segment 0/3 size 3 2025/11/04 05:02:09 DEBUG : two: Need to transfer - File not found at Destination 2025/11/04 05:02:10 DEBUG : two: size = 3 OK 2025/11/04 05:02:10 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/04 05:02:10 DEBUG : two: Destination found in --compare-dest, skipping 2025/11/04 05:02:11 DEBUG : two: Need to transfer - File not found at Destination 2025/11/04 05:02:11 DEBUG : two: size = 3 OK 2025/11/04 05:02:11 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/04 05:02:11 DEBUG : two: Destination found in --compare-dest, skipping 2025/11/04 05:02:13 DEBUG : two: Need to transfer - File not found at Destination 2025/11/04 05:02:14 DEBUG : two: size = 5 (Local file system at /tmp/rclone153334245) 2025/11/04 05:02:14 DEBUG : two: size = 3 (OneDrive root 'rclone-test-goqaxes3jobu/CompareDest') 2025/11/04 05:02:14 DEBUG : two: Sizes differ 2025/11/04 05:02:14 DEBUG : two: Starting multipart upload 2025/11/04 05:02:14 DEBUG : two: Uploading segment 0/5 size 5 2025/11/04 05:02:15 DEBUG : two: size = 5 OK 2025/11/04 05:02:15 DEBUG : two: quickxor = 74b8c31be8300300000000000500000000000000 OK 2025/11/04 05:02:15 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (30.58s) === RUN TestCopyFileCopyDest run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:02:19 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-goqaxes3jobu/dst" 2025/11/04 05:02:22 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-goqaxes3jobu/CopyDest" 2025/11/04 05:02:25 DEBUG : one: Need to transfer - File not found at Destination 2025/11/04 05:02:26 DEBUG : one: Starting multipart upload 2025/11/04 05:02:27 DEBUG : one: Uploading segment 0/3 size 3 2025/11/04 05:02:28 DEBUG : one: size = 3 OK 2025/11/04 05:02:28 DEBUG : one: quickxor = 6f70431900000000000000000300000000000000 OK 2025/11/04 05:02:28 INFO : one: Copied (new) 2025/11/04 05:02:29 DEBUG : one: size = 5 (Local file system at /tmp/rclone153334245) 2025/11/04 05:02:29 DEBUG : one: size = 3 (OneDrive root 'rclone-test-goqaxes3jobu/dst') 2025/11/04 05:02:29 DEBUG : one: Sizes differ 2025/11/04 05:02:30 DEBUG : one: Starting multipart upload 2025/11/04 05:02:30 DEBUG : one: Uploading segment 0/5 size 5 2025/11/04 05:02:31 DEBUG : one: size = 5 OK 2025/11/04 05:02:31 DEBUG : one: quickxor = 6f704319e8200300000000000500000000000000 OK 2025/11/04 05:02:31 INFO : one: Copied (replaced existing) 2025/11/04 05:02:32 DEBUG : dst/one: Starting multipart upload 2025/11/04 05:02:32 DEBUG : dst/one: Uploading segment 0/3 size 3 2025/11/04 05:02:34 DEBUG : CopyDest/one: Starting multipart upload 2025/11/04 05:02:34 DEBUG : CopyDest/one: Uploading segment 0/5 size 5 2025/11/04 05:02:36 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-goqaxes3jobu/BackupDir" 2025/11/04 05:02:39 DEBUG : one: size = 5 (Local file system at /tmp/rclone153334245) 2025/11/04 05:02:39 DEBUG : one: size = 3 (OneDrive root 'rclone-test-goqaxes3jobu/dst') 2025/11/04 05:02:39 DEBUG : one: Sizes differ 2025/11/04 05:02:40 DEBUG : one: size = 5 OK 2025/11/04 05:02:40 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/04 05:02:40 DEBUG : one: size = 5 (Local file system at /tmp/rclone153334245) 2025/11/04 05:02:40 DEBUG : one: size = 3 (OneDrive root 'rclone-test-goqaxes3jobu/dst') 2025/11/04 05:02:40 DEBUG : one: Sizes differ 2025/11/04 05:02:42 INFO : one: Moved (server-side) 2025/11/04 05:02:45 DEBUG : one: size = 5 OK 2025/11/04 05:02:45 DEBUG : one: quickxor = 6f704319e8200300000000000500000000000000 OK 2025/11/04 05:02:45 INFO : one: Copied (server-side copy) 2025/11/04 05:02:45 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/11/04 05:02:46 DEBUG : CopyDest/two: Starting multipart upload 2025/11/04 05:02:47 DEBUG : CopyDest/two: Uploading segment 0/3 size 3 2025/11/04 05:02:48 DEBUG : two: Need to transfer - File not found at Destination 2025/11/04 05:02:49 DEBUG : two: size = 3 OK 2025/11/04 05:02:49 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/04 05:02:53 DEBUG : two: size = 3 OK 2025/11/04 05:02:53 DEBUG : two: quickxor = 74b8c31b00000000000000000300000000000000 OK 2025/11/04 05:02:53 INFO : two: Copied (server-side copy) 2025/11/04 05:02:53 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/11/04 05:02:54 DEBUG : two: size = 3 OK 2025/11/04 05:02:54 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/04 05:02:54 DEBUG : two: Unchanged skipping 2025/11/04 05:02:54 DEBUG : CopyDest/three: Starting multipart upload 2025/11/04 05:02:55 DEBUG : CopyDest/three: Uploading segment 0/5 size 5 2025/11/04 05:02:57 DEBUG : three: Need to transfer - File not found at Destination 2025/11/04 05:02:58 DEBUG : three: size = 7 (Local file system at /tmp/rclone153334245) 2025/11/04 05:02:58 DEBUG : three: size = 5 (OneDrive root 'rclone-test-goqaxes3jobu/CopyDest') 2025/11/04 05:02:58 DEBUG : three: Sizes differ 2025/11/04 05:02:58 DEBUG : three: Destination not found in --copy-dest 2025/11/04 05:02:58 DEBUG : three: Starting multipart upload 2025/11/04 05:02:58 DEBUG : three: Uploading segment 0/7 size 7 2025/11/04 05:02:59 DEBUG : three: size = 7 OK 2025/11/04 05:02:59 DEBUG : three: quickxor = 7440831cca50063acc0000000700000000000000 OK 2025/11/04 05:02:59 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (45.42s) === RUN TestCopyInplace run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.54s) === RUN TestCopyLongFileName run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.53s) === RUN TestCopyLongFileNameCollision run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.54s) === RUN TestCopyFileMaxTransfer run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:03:06 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/11/04 05:03:07 DEBUG : TestCopyFileMaxTransfer/file1: Starting multipart upload 2025/11/04 05:03:08 DEBUG : TestCopyFileMaxTransfer/file1: Uploading segment 0/14 size 14 2025/11/04 05:03:08 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2025/11/04 05:03:08 DEBUG : TestCopyFileMaxTransfer/file1: quickxor = 6648031bca1003108ce10d6eae4319dc40873900 OK 2025/11/04 05:03:08 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/11/04 05:03:10 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/11/04 05:03:10 DEBUG : TestCopyFileMaxTransfer/file2: Starting multipart upload 2025/11/04 05:03:10 DEBUG : TestCopyFileMaxTransfer/file2: Uploading segment 0/2062 size 2062 2025/11/04 05:03:10 DEBUG : TestCopyFileMaxTransfer/file2: Cancelling multipart upload: Put "https://whitecell-my.sharepoint.com/personal/nick_craig-wood_whitecell_online/_api/v2.0/drives/b!tPczmrJTCE2ShO96VLAAn_DGv2_4eZJGl83N0OQe_t9LuHcGPileQ7YByS0_6_xp/items/01W3O4PFZCN7CH2HGI7VHIF7UK2VGVISGS/uploadSession?guid='f3ab5855-a0d0-447a-89ac-03ba9ca2a58f'&overwrite=True&rename=False&dc=0&tempauth=v1.eyJzaXRlaWQiOiI5YTMzZjdiNC01M2IyLTRkMDgtOTI4NC1lZjdhNTRiMDAwOWYiLCJhcHBfZGlzcGxheW5hbWUiOiJyY2xvbmUiLCJhcHBpZCI6ImIxNTY2NWQ5LWVkYTYtNDA5Mi04NTM5LTBlZWMzNzZhZmQ1OSIsImF1ZCI6IjAwMDAwMDAzLTAwMDAtMGZmMS1jZTAwLTAwMDAwMDAwMDAwMC93aGl0ZWNlbGwtbXkuc2hhcmVwb2ludC5jb21AZmFmZDY5NGEtNTBjMS00ZWVhLWIzYzctNDk1MTdlNWFkZDg5IiwiZXhwIjoiMTc2MjMxODk5MCJ9.CkAKDGVudHJhX2NsYWltcxIwQ05MMHBjZ0dFQUFhRmxwTE5ETnFlRW80UkRCdGVUSmpiVm8yWTBWVlFVRXFBQT09CjIKCmFjdG9yYXBwaWQSJDAwMDAwMDAzLTAwMDAtMDAwMC1jMDAwLTAwMDAwMDAwMDAwMAoKCgRzbmlkEgI2NhILCIrT6Lyv2s0-EAUaDDQwLjEyNi41My4yNCosSUlOcm5NMXE5ZHNBYmFtaGNXc3BNZks4ZzZTMXVJTVZmaVowcWpjcHd1QT0wpQI4AUIQodX2w3lAABAXcBPO_Of4T0oQaGFzaGVkcHJvb2Z0b2tlbmokNTIyNGZmOTktZmY0Mi00YjhmLTg3N2MtMDlhNjEyNDI4MDY4cikwaC5mfG1lbWJlcnNoaXB8MTAwM2JmZmRhYzMyZjg3MUBsaXZlLmNvbXoBMoIBEglKaf36wVDqThGzx0lRflrdiZIBBE5pY2uaAQpDcmFpZy1Xb29kogEgbmlja19jcmFpZy13b29kQHdoaXRlY2VsbC5vbmxpbmWqARAxMDAzQkZGREFDMzJGODcxsgFFbXlmaWxlcy5yZWFkIGFsbGZpbGVzLnJlYWQgbXlmaWxlcy53cml0ZSBhbGxmaWxlcy53cml0ZSBhbGxzaXRlcy5yZWFkyAEB.kfaSGJkY0qN10nob0_8uFSSYDDSd3NkkcOHPb5LccxU": max transfer limit reached as set by --max-transfer 2025/11/04 05:03:11 DEBUG : info from Update error: null 2025/11/04 05:03:11 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://whitecell-my.sharepoint.com/personal/nick_craig-wood_whitecell_online/_api/v2.0/drives/b!tPczmrJTCE2ShO96VLAAn_DGv2_4eZJGl83N0OQe_t9LuHcGPileQ7YByS0_6_xp/items/01W3O4PFZCN7CH2HGI7VHIF7UK2VGVISGS/uploadSession?guid='f3ab5855-a0d0-447a-89ac-03ba9ca2a58f'&overwrite=True&rename=False&dc=0&tempauth=v1.eyJzaXRlaWQiOiI5YTMzZjdiNC01M2IyLTRkMDgtOTI4NC1lZjdhNTRiMDAwOWYiLCJhcHBfZGlzcGxheW5hbWUiOiJyY2xvbmUiLCJhcHBpZCI6ImIxNTY2NWQ5LWVkYTYtNDA5Mi04NTM5LTBlZWMzNzZhZmQ1OSIsImF1ZCI6IjAwMDAwMDAzLTAwMDAtMGZmMS1jZTAwLTAwMDAwMDAwMDAwMC93aGl0ZWNlbGwtbXkuc2hhcmVwb2ludC5jb21AZmFmZDY5NGEtNTBjMS00ZWVhLWIzYzctNDk1MTdlNWFkZDg5IiwiZXhwIjoiMTc2MjMxODk5MCJ9.CkAKDGVudHJhX2NsYWltcxIwQ05MMHBjZ0dFQUFhRmxwTE5ETnFlRW80UkRCdGVUSmpiVm8yWTBWVlFVRXFBQT09CjIKCmFjdG9yYXBwaWQSJDAwMDAwMDAzLTAwMDAtMDAwMC1jMDAwLTAwMDAwMDAwMDAwMAoKCgRzbmlkEgI2NhILCIrT6Lyv2s0-EAUaDDQwLjEyNi41My4yNCosSUlOcm5NMXE5ZHNBYmFtaGNXc3BNZks4ZzZTMXVJTVZmaVowcWpjcHd1QT0wpQI4AUIQodX2w3lAABAXcBPO_Of4T0oQaGFzaGVkcHJvb2Z0b2tlbmokNTIyNGZmOTktZmY0Mi00YjhmLTg3N2MtMDlhNjEyNDI4MDY4cikwaC5mfG1lbWJlcnNoaXB8MTAwM2JmZmRhYzMyZjg3MUBsaXZlLmNvbXoBMoIBEglKaf36wVDqThGzx0lRflrdiZIBBE5pY2uaAQpDcmFpZy1Xb29kogEgbmlja19jcmFpZy13b29kQHdoaXRlY2VsbC5vbmxpbmWqARAxMDAzQkZGREFDMzJGODcxsgFFbXlmaWxlcy5yZWFkIGFsbGZpbGVzLnJlYWQgbXlmaWxlcy53cml0ZSBhbGxmaWxlcy53cml0ZSBhbGxzaXRlcy5yZWFkyAEB.kfaSGJkY0qN10nob0_8uFSSYDDSd3NkkcOHPb5LccxU": max transfer limit reached as set by --max-transfer 2025/11/04 05:03:12 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/11/04 05:03:13 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/11/04 05:03:13 DEBUG : TestCopyFileMaxTransfer/file4: Starting multipart upload 2025/11/04 05:03:14 DEBUG : TestCopyFileMaxTransfer/file4: Uploading segment 0/2062 size 2062 2025/11/04 05:03:14 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2025/11/04 05:03:14 DEBUG : TestCopyFileMaxTransfer/file4: quickxor = eede9158f6fccc095edbd886fbf2f3f92043ccaf OK 2025/11/04 05:03:14 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (11.25s) === RUN TestDeduplicateInteractive run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.56s) === RUN TestDeduplicateSkip run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.56s) === RUN TestDeduplicateSizeOnly run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.54s) === RUN TestDeduplicateFirst run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.58s) === RUN TestDeduplicateNewest run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.54s) === RUN TestDeduplicateNewestByHash run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:03:20 DEBUG : one: Starting multipart upload 2025/11/04 05:03:21 DEBUG : one: Uploading segment 0/100 size 100 2025/11/04 05:03:22 DEBUG : also/one: Starting multipart upload 2025/11/04 05:03:23 DEBUG : also/one: Uploading segment 0/100 size 100 2025/11/04 05:03:24 DEBUG : another: Starting multipart upload 2025/11/04 05:03:24 DEBUG : another: Uploading segment 0/100 size 100 2025/11/04 05:03:25 DEBUG : not-one: Starting multipart upload 2025/11/04 05:03:26 DEBUG : not-one: Uploading segment 0/5 size 5 2025/11/04 05:03:28 INFO : OneDrive root 'rclone-test-goqaxes3jobu': Looking for duplicate quickxor hashes using newest mode. 2025/11/04 05:03:28 NOTICE: 317eea2fa2e62a410aef4643935718c6b2d9da43: Found 3 files with duplicate quickxor hashes 2025/11/04 05:03:28 INFO : one: Deleted 2025/11/04 05:03:29 INFO : also/one: Deleted 2025/11/04 05:03:29 NOTICE: 317eea2fa2e62a410aef4643935718c6b2d9da43: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (11.48s) === RUN TestDeduplicateOldest run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.58s) === RUN TestDeduplicateLargest run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.55s) === RUN TestDeduplicateSmallest run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.56s) === RUN TestDeduplicateRename run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.54s) === RUN TestMergeDirs run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.56s) === RUN TestListDirSorted run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:03:34 DEBUG : a.txt: Starting multipart upload 2025/11/04 05:03:35 DEBUG : a.txt: Uploading segment 0/11 size 11 2025/11/04 05:03:36 DEBUG : zend.txt: Starting multipart upload 2025/11/04 05:03:36 DEBUG : zend.txt: Uploading segment 0/5 size 5 2025/11/04 05:03:38 DEBUG : sub dir/hello world: Starting multipart upload 2025/11/04 05:03:39 DEBUG : sub dir/hello world: Uploading segment 0/11 size 11 2025/11/04 05:03:39 DEBUG : sub dir/hello world2: Starting multipart upload 2025/11/04 05:03:40 DEBUG : sub dir/hello world2: Uploading segment 0/11 size 11 2025/11/04 05:03:41 DEBUG : sub dir/ignore dir/.ignore: Starting multipart upload 2025/11/04 05:03:42 DEBUG : sub dir/ignore dir/.ignore: Uploading segment 0/1 size 1 2025/11/04 05:03:43 DEBUG : sub dir/ignore dir/should be ignored: Starting multipart upload 2025/11/04 05:03:44 DEBUG : sub dir/ignore dir/should be ignored: Uploading segment 0/9 size 9 2025/11/04 05:03:45 DEBUG : sub dir/sub sub dir/hello world3: Starting multipart upload 2025/11/04 05:03:46 DEBUG : sub dir/sub sub dir/hello world3: Uploading segment 0/11 size 11 2025/11/04 05:03:48 DEBUG : a.txt: Excluded (Size Filter) 2025/11/04 05:03:48 DEBUG : a.txt: Excluded 2025/11/04 05:03:49 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/11/04 05:03:49 DEBUG : sub dir/hello world: Excluded 2025/11/04 05:03:49 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/11/04 05:03:49 DEBUG : sub dir/hello world2: Excluded 2025/11/04 05:03:50 DEBUG : sub dir/ignore dir: Excluded 2025/11/04 05:03:50 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/11/04 05:03:50 DEBUG : sub dir/hello world: Excluded 2025/11/04 05:03:50 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/11/04 05:03:50 DEBUG : sub dir/hello world2: Excluded 2025/11/04 05:03:50 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (21.49s) === RUN TestListDirSortedFn run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:03:56 DEBUG : a.txt: Starting multipart upload 2025/11/04 05:03:57 DEBUG : a.txt: Uploading segment 0/11 size 11 2025/11/04 05:03:57 DEBUG : zend.txt: Starting multipart upload 2025/11/04 05:03:58 DEBUG : zend.txt: Uploading segment 0/5 size 5 2025/11/04 05:03:59 DEBUG : sub dir/hello world: Starting multipart upload 2025/11/04 05:04:00 DEBUG : sub dir/hello world: Uploading segment 0/11 size 11 2025/11/04 05:04:01 DEBUG : sub dir/hello world2: Starting multipart upload 2025/11/04 05:04:02 DEBUG : sub dir/hello world2: Uploading segment 0/11 size 11 2025/11/04 05:04:03 DEBUG : sub dir/ignore dir/.ignore: Starting multipart upload 2025/11/04 05:04:04 DEBUG : sub dir/ignore dir/.ignore: Uploading segment 0/1 size 1 2025/11/04 05:04:05 DEBUG : sub dir/ignore dir/should be ignored: Starting multipart upload 2025/11/04 05:04:06 DEBUG : sub dir/ignore dir/should be ignored: Uploading segment 0/9 size 9 2025/11/04 05:04:07 DEBUG : sub dir/sub sub dir/hello world3: Starting multipart upload 2025/11/04 05:04:08 DEBUG : sub dir/sub sub dir/hello world3: Uploading segment 0/11 size 11 2025/11/04 05:04:10 DEBUG : a.txt: Excluded (Size Filter) 2025/11/04 05:04:10 DEBUG : a.txt: Excluded 2025/11/04 05:04:11 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/11/04 05:04:11 DEBUG : sub dir/hello world: Excluded 2025/11/04 05:04:11 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/11/04 05:04:11 DEBUG : sub dir/hello world2: Excluded 2025/11/04 05:04:11 DEBUG : sub dir/ignore dir: Excluded 2025/11/04 05:04:12 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/11/04 05:04:12 DEBUG : sub dir/hello world: Excluded 2025/11/04 05:04:12 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/11/04 05:04:12 DEBUG : sub dir/hello world2: Excluded 2025/11/04 05:04:12 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (21.87s) === RUN TestListJSON run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:04:18 DEBUG : file1: Starting multipart upload 2025/11/04 05:04:18 DEBUG : file1: Uploading segment 0/5 size 5 2025/11/04 05:04:20 DEBUG : sub/file2: Starting multipart upload 2025/11/04 05:04:20 DEBUG : sub/file2: Uploading segment 0/9 size 9 === 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 2025/11/04 05:04:24 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata --- PASS: TestListJSON (9.02s) --- PASS: TestListJSON/Default (0.27s) --- PASS: TestListJSON/FilesOnly (0.27s) --- PASS: TestListJSON/DirsOnly (0.27s) --- PASS: TestListJSON/Recurse (0.54s) --- PASS: TestListJSON/SubDir (0.27s) --- PASS: TestListJSON/NoModTime (0.28s) --- PASS: TestListJSON/NoMimeType (0.30s) --- PASS: TestListJSON/ShowHash (0.26s) --- PASS: TestListJSON/HashTypes (0.26s) --- PASS: TestListJSON/Metadata (0.27s) === RUN TestStatJSON run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:04:27 DEBUG : file1: Starting multipart upload 2025/11/04 05:04:27 DEBUG : file1: Uploading segment 0/5 size 5 2025/11/04 05:04:28 DEBUG : sub/file2: Starting multipart upload 2025/11/04 05:04:29 DEBUG : sub/file2: Uploading segment 0/9 size 9 === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir 2025/11/04 05:04:32 DEBUG : sub: setMetaData called on dir instead of obj Stack trace: goroutine 5331 [running]: github.com/rclone/rclone/fs/log.Stack({0x27d6400, 0xc000321b00}, {0x28c6301, 0x28}) /home/rclone/go/src/github.com/rclone/rclone/fs/log/log.go:180 +0x6e github.com/rclone/rclone/backend/onedrive.(*Object).setMetaData(0xc00042a300?, 0x2d037c8?) /home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:2227 +0x37d github.com/rclone/rclone/backend/onedrive.(*Object).readMetaData(0xc000321b00, {0x2d037c8, 0x41b0b80}) /home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:2317 +0x125 github.com/rclone/rclone/backend/onedrive.(*Fs).newObjectWithInfo(0xc00042a300, {0x2d037c8, 0x41b0b80}, {0x2846af5, 0x3}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:1211 +0xfb github.com/rclone/rclone/backend/onedrive.(*Fs).NewObject(0x3a37958?, {0x2d037c8?, 0x41b0b80?}, {0x2846af5?, 0x2846af5?}) /home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:1222 +0x25 github.com/rclone/rclone/fs/operations.StatJSON({0x2d037c8, 0x41b0b80}, {0x2d1b770, 0xc00042a300}, {0x2846af5, 0x3}, 0xc000f4ff50?) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/lsjson.go:299 +0x259 github.com/rclone/rclone/fs/operations_test.TestStatJSON.func1(0xc0006ffc00) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/lsjson_test.go:388 +0x4e testing.tRunner(0xc0006ffc00, 0xc00079e870) /usr/local/go/src/testing/testing.go:1792 +0xf4 created by testing.(*T).Run in goroutine 5306 /usr/local/go/src/testing/testing.go:1851 +0x413 === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly 2025/11/04 05:04:34 DEBUG : sub: setMetaData called on dir instead of obj Stack trace: goroutine 5362 [running]: github.com/rclone/rclone/fs/log.Stack({0x27d6400, 0xc00074d280}, {0x28c6301, 0x28}) /home/rclone/go/src/github.com/rclone/rclone/fs/log/log.go:180 +0x6e github.com/rclone/rclone/backend/onedrive.(*Object).setMetaData(0xc00042a300?, 0x2d037c8?) /home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:2227 +0x37d github.com/rclone/rclone/backend/onedrive.(*Object).readMetaData(0xc00074d280, {0x2d037c8, 0x41b0b80}) /home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:2317 +0x125 github.com/rclone/rclone/backend/onedrive.(*Fs).newObjectWithInfo(0xc00042a300, {0x2d037c8, 0x41b0b80}, {0x2846af5, 0x3}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:1211 +0xfb github.com/rclone/rclone/backend/onedrive.(*Fs).NewObject(0x3a37958?, {0x2d037c8?, 0x41b0b80?}, {0x2846af5?, 0x2846af5?}) /home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:1222 +0x25 github.com/rclone/rclone/fs/operations.StatJSON({0x2d037c8, 0x41b0b80}, {0x2d1b770, 0xc00042a300}, {0x2846af5, 0x3}, 0xc0007f7750?) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/lsjson.go:299 +0x259 github.com/rclone/rclone/fs/operations_test.TestStatJSON.func1(0xc000c36e00) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/lsjson_test.go:388 +0x4e testing.tRunner(0xc000c36e00, 0xc00054e150) /usr/local/go/src/testing/testing.go:1792 +0xf4 created by testing.(*T).Run in goroutine 5306 /usr/local/go/src/testing/testing.go:1851 +0x413 === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/11/04 05:04:36 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-goqaxes3jobu/notfound" --- PASS: TestStatJSON (13.94s) --- PASS: TestStatJSON/Root (0.26s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.27s) --- PASS: TestStatJSON/Dir (0.90s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.26s) --- PASS: TestStatJSON/File (0.52s) --- PASS: TestStatJSON/NotFound (0.76s) --- PASS: TestStatJSON/DirFilesOnly (0.51s) --- PASS: TestStatJSON/FileFilesOnly (0.51s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.50s) --- PASS: TestStatJSON/DirDirsOnly (0.27s) --- PASS: TestStatJSON/FileDirsOnly (0.26s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.30s) --- PASS: TestStatJSON/RootNotFound (2.84s) === RUN TestMkdir run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:04:41 INFO : OneDrive root 'rclone-test-goqaxes3jobu': Making directory 2025/11/04 05:04:41 INFO : OneDrive root 'rclone-test-goqaxes3jobu': Making directory --- PASS: TestMkdir (0.82s) === RUN TestLsd run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:04:42 DEBUG : sub dir/hello world: Starting multipart upload 2025/11/04 05:04:43 DEBUG : sub dir/hello world: Uploading segment 0/11 size 11 --- PASS: TestLsd (4.62s) === RUN TestLs run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:04:46 DEBUG : potato2: Starting multipart upload 2025/11/04 05:04:47 DEBUG : potato2: Uploading segment 0/60 size 60 2025/11/04 05:04:47 DEBUG : empty space: Starting multipart upload 2025/11/04 05:04:48 DEBUG : empty space: Uploading segment 0/1 size 1 --- PASS: TestLs (4.27s) === RUN TestLsWithFilesFrom run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:04:50 DEBUG : potato2: Starting multipart upload 2025/11/04 05:04:51 DEBUG : potato2: Uploading segment 0/60 size 60 2025/11/04 05:04:52 DEBUG : empty space: Starting multipart upload 2025/11/04 05:04:53 DEBUG : empty space: Uploading segment 0/1 size 1 2025/11/04 05:04:54 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/11/04 05:04:54 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.45s) === RUN TestLsLong run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:04:56 DEBUG : potato2: Starting multipart upload 2025/11/04 05:04:56 DEBUG : potato2: Uploading segment 0/60 size 60 2025/11/04 05:04:57 DEBUG : empty space: Starting multipart upload 2025/11/04 05:04:58 DEBUG : empty space: Uploading segment 0/1 size 1 --- PASS: TestLsLong (4.57s) === RUN TestHashSums run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:05:00 DEBUG : potato2: Starting multipart upload 2025/11/04 05:05:01 DEBUG : potato2: Uploading segment 0/60 size 60 2025/11/04 05:05:02 DEBUG : empty space: Starting multipart upload 2025/11/04 05:05:02 DEBUG : empty space: Uploading segment 0/1 size 1 === RUN TestHashSums/Quickxor === RUN TestHashSums/QuickxorDownload === RUN TestHashSums/QuickxorBase64 === RUN TestHashSums/QuickxorDownloadBase64 --- PASS: TestHashSums (6.89s) --- PASS: TestHashSums/Quickxor (0.27s) --- PASS: TestHashSums/QuickxorDownload (1.13s) --- PASS: TestHashSums/QuickxorBase64 (0.28s) --- PASS: TestHashSums/QuickxorDownloadBase64 (0.81s) === RUN TestHashSumsWithErrors 2025/11/04 05:05:07 DEBUG : Creating backend with remote ":memory:" 2025/11/04 05:05:07 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/11/04 05:05:07 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/11/04 05:05:07 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/11/04 05:05:07 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/11/04 05:05:07 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/11/04 05:05:07 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/11/04 05:05:07 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/11/04 05:05:07 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/11/04 05:05:07 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 "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:05:07 DEBUG : potato2: Starting multipart upload 2025/11/04 05:05:08 DEBUG : potato2: Uploading segment 0/60 size 60 2025/11/04 05:05:09 DEBUG : empty space: Starting multipart upload 2025/11/04 05:05:09 DEBUG : empty space: Uploading segment 0/1 size 1 2025/11/04 05:05:11 DEBUG : sub dir/potato3: Starting multipart upload 2025/11/04 05:05:11 DEBUG : sub dir/potato3: Uploading segment 0/5 size 5 --- PASS: TestCount (8.04s) === RUN TestDelete run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:05:15 DEBUG : small: Starting multipart upload 2025/11/04 05:05:16 DEBUG : small: Uploading segment 0/10 size 10 2025/11/04 05:05:17 DEBUG : medium: Starting multipart upload 2025/11/04 05:05:17 DEBUG : medium: Uploading segment 0/60 size 60 2025/11/04 05:05:18 DEBUG : large: Starting multipart upload 2025/11/04 05:05:19 DEBUG : large: Uploading segment 0/100 size 100 2025/11/04 05:05:20 DEBUG : Waiting for deletions to finish 2025/11/04 05:05:20 DEBUG : large: Excluded (Size Filter) 2025/11/04 05:05:20 DEBUG : large: Excluded 2025/11/04 05:05:20 INFO : medium: Deleted 2025/11/04 05:05:20 INFO : small: Deleted --- PASS: TestDelete (6.32s) === RUN TestMaxDelete run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:05:21 DEBUG : small: Starting multipart upload 2025/11/04 05:05:22 DEBUG : small: Uploading segment 0/10 size 10 2025/11/04 05:05:23 DEBUG : medium: Starting multipart upload 2025/11/04 05:05:24 DEBUG : medium: Uploading segment 0/60 size 60 2025/11/04 05:05:25 DEBUG : large: Starting multipart upload 2025/11/04 05:05:25 DEBUG : large: Uploading segment 0/100 size 100 2025/11/04 05:05:26 DEBUG : Waiting for deletions to finish 2025/11/04 05:05:27 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/11/04 05:05:27 INFO : large: Deleted 2025/11/04 05:05:27 INFO : medium: Deleted --- PASS: TestMaxDelete (7.01s) === RUN TestMaxDeleteSizeLargeFile run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:05:28 DEBUG : small: Starting multipart upload 2025/11/04 05:05:29 DEBUG : small: Uploading segment 0/10 size 10 2025/11/04 05:05:30 DEBUG : medium: Starting multipart upload 2025/11/04 05:05:31 DEBUG : medium: Uploading segment 0/60 size 60 2025/11/04 05:05:31 DEBUG : large: Starting multipart upload 2025/11/04 05:05:32 DEBUG : large: Uploading segment 0/100 size 100 2025/11/04 05:05:33 DEBUG : Waiting for deletions to finish 2025/11/04 05:05:33 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/11/04 05:05:34 INFO : small: Deleted 2025/11/04 05:05:34 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.90s) === RUN TestMaxDeleteSize run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:05:35 DEBUG : small: Starting multipart upload 2025/11/04 05:05:36 DEBUG : small: Uploading segment 0/10 size 10 2025/11/04 05:05:37 DEBUG : medium: Starting multipart upload 2025/11/04 05:05:37 DEBUG : medium: Uploading segment 0/60 size 60 2025/11/04 05:05:38 DEBUG : large: Starting multipart upload 2025/11/04 05:05:39 DEBUG : large: Uploading segment 0/100 size 100 2025/11/04 05:05:40 DEBUG : Waiting for deletions to finish 2025/11/04 05:05:40 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/11/04 05:05:40 INFO : large: Deleted 2025/11/04 05:05:40 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.60s) === RUN TestReadFile run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:05:42 DEBUG : ReadFile: Starting multipart upload 2025/11/04 05:05:43 DEBUG : ReadFile: Uploading segment 0/28 size 28 --- PASS: TestReadFile (4.04s) === RUN TestRetry 2025/11/04 05:05:46 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/11/04 05:05:46 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/11/04 05:05:46 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/11/04 05:05:46 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/11/04 05:05:46 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/11/04 05:05:46 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/11/04 05:05:46 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 "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:05:46 DEBUG : file1: Starting multipart upload 2025/11/04 05:05:47 DEBUG : file1: Uploading segment 0/10 size 10 2025/11/04 05:05:48 DEBUG : file2: Starting multipart upload 2025/11/04 05:05:48 DEBUG : file2: Uploading segment 0/9 size 9 --- PASS: TestCat (10.57s) === RUN TestPurge 2025/11/04 05:05:57 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-gagaqen3nade" 2025/11/04 05:05:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/04 05:05:58 DEBUG : Creating backend with remote "/tmp/rclone592604410" run.go:185: Remote "OneDrive root 'rclone-test-gagaqen3nade'", Local "Local file system at /tmp/rclone592604410", Modify Window "1s" 2025/11/04 05:06:01 DEBUG : A1/B1/C1/one: Starting multipart upload 2025/11/04 05:06:02 DEBUG : A1/B1/C1/one: Uploading segment 0/3 size 3 2025/11/04 05:06:03 INFO : A2: Making directory 2025/11/04 05:06:04 INFO : A1/B2: Making directory 2025/11/04 05:06:04 INFO : A1/B2/C2: Making directory 2025/11/04 05:06:05 INFO : A1/B1/C3: Making directory 2025/11/04 05:06:06 INFO : A3: Making directory 2025/11/04 05:06:06 INFO : A3/B3: Making directory 2025/11/04 05:06:07 INFO : A3/B3/C4: Making directory 2025/11/04 05:06:08 DEBUG : A1/two: Starting multipart upload 2025/11/04 05:06:08 DEBUG : A1/two: Uploading segment 0/3 size 3 2025/11/04 05:06:13 ERROR : error listing: directory not found 2025/11/04 05:06:13 DEBUG : OneDrive root 'rclone-test-gagaqen3nade': Purge remote 2025/11/04 05:06:14 NOTICE: purge failed: directory not found --- PASS: TestPurge (17.02s) === RUN TestRmdirsNoLeaveRoot run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:06:16 DEBUG : A1/B1/C1/one: Starting multipart upload 2025/11/04 05:06:16 DEBUG : A1/B1/C1/one: Uploading segment 0/3 size 3 2025/11/04 05:06:17 INFO : A2: Making directory 2025/11/04 05:06:18 INFO : A1/B2: Making directory 2025/11/04 05:06:18 INFO : A1/B2/C2: Making directory 2025/11/04 05:06:19 INFO : A1/B1/C3: Making directory 2025/11/04 05:06:20 INFO : A3: Making directory 2025/11/04 05:06:20 INFO : A3/B3: Making directory 2025/11/04 05:06:21 INFO : A3/B3/C4: Making directory 2025/11/04 05:06:22 DEBUG : A1/two: Starting multipart upload 2025/11/04 05:06:22 DEBUG : A1/two: Uploading segment 0/3 size 3 2025/11/04 05:06:25 DEBUG : removing 1 level 3 directories 2025/11/04 05:06:25 INFO : A3/B3/C4: Removing directory 2025/11/04 05:06:28 DEBUG : removing 2 level 3 directories 2025/11/04 05:06:28 INFO : A1/B2/C2: Removing directory 2025/11/04 05:06:28 INFO : A1/B1/C3: Removing directory 2025/11/04 05:06:29 DEBUG : removing 2 level 2 directories 2025/11/04 05:06:29 INFO : A3/B3: Removing directory 2025/11/04 05:06:29 INFO : A1/B2: Removing directory 2025/11/04 05:06:29 DEBUG : removing 2 level 1 directories 2025/11/04 05:06:29 INFO : A3: Removing directory 2025/11/04 05:06:29 INFO : A2: Removing directory 2025/11/04 05:06:34 DEBUG : removing 1 level 3 directories 2025/11/04 05:06:34 INFO : A1/B1/C1: Removing directory 2025/11/04 05:06:35 DEBUG : removing 1 level 2 directories 2025/11/04 05:06:35 INFO : A1/B1: Removing directory 2025/11/04 05:06:35 DEBUG : removing 1 level 1 directories 2025/11/04 05:06:35 INFO : A1: Removing directory 2025/11/04 05:06:36 DEBUG : removing 1 level 0 directories 2025/11/04 05:06:36 INFO : OneDrive root 'rclone-test-goqaxes3jobu': Removing directory 2025/11/04 05:06:37 ERROR : error listing: directory not found 2025/11/04 05:06:37 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (23.36s) === RUN TestRmdirsLeaveRoot run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:06:38 INFO : A1: Making directory 2025/11/04 05:06:38 INFO : A1/B1: Making directory 2025/11/04 05:06:39 INFO : A1/B1/C1: Making directory 2025/11/04 05:06:42 DEBUG : removing 1 level 3 directories 2025/11/04 05:06:42 INFO : A1/B1/C1: Removing directory 2025/11/04 05:06:42 DEBUG : removing 1 level 2 directories 2025/11/04 05:06:42 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (7.48s) === RUN TestRmdirsWithFilter run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:06:45 INFO : A1: Making directory 2025/11/04 05:06:45 INFO : A1/B1: Making directory 2025/11/04 05:06:46 INFO : A1/B1/C1: Making directory 2025/11/04 05:06:49 DEBUG : removing 1 level 3 directories 2025/11/04 05:06:49 INFO : A1/B1/C1: Removing directory 2025/11/04 05:06:49 DEBUG : removing 1 level 2 directories 2025/11/04 05:06:49 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (7.08s) === RUN TestCopyURL run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:06:52 DEBUG : file1: Starting multipart upload 2025/11/04 05:06:53 DEBUG : file1: Uploading segment 0/14 size 14 2025/11/04 05:06:54 DEBUG : filename.txt: File name found in url 2025/11/04 05:06:54 DEBUG : filename.txt: Starting multipart upload 2025/11/04 05:06:55 DEBUG : filename.txt: Uploading segment 0/14 size 14 2025/11/04 05:06:56 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/11/04 05:06:56 DEBUG : headerfilename.txt: Starting multipart upload 2025/11/04 05:06:56 DEBUG : headerfilename.txt: Uploading segment 0/14 size 14 2025/11/04 05:06:57 DEBUG : file2: Starting multipart upload 2025/11/04 05:06:58 DEBUG : file2: Uploading segment 0/14 size 14 --- PASS: TestCopyURL (9.02s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:07:01 DEBUG : file1: Need to transfer - File not found at Destination 2025/11/04 05:07:02 DEBUG : sub/file2: Starting multipart upload 2025/11/04 05:07:03 DEBUG : sub/file2: Uploading segment 0/14 size 14 2025/11/04 05:07:03 DEBUG : sub/file2: size = 14 OK 2025/11/04 05:07:03 DEBUG : file1: quickxor = 6648031bca1003108ce10d6eae4319dc40873900 OK 2025/11/04 05:07:03 INFO : file1: Copied (new) to: sub/file2 2025/11/04 05:07:03 INFO : file1: Deleted 2025/11/04 05:07:04 DEBUG : sub/file2: size = 14 OK 2025/11/04 05:07:04 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/04 05:07:04 DEBUG : file1: Unchanged skipping 2025/11/04 05:07:04 INFO : file1: Deleted 2025/11/04 05:07:05 DEBUG : OneDrive root 'rclone-test-goqaxes3jobu': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (6.47s) === RUN TestMoveFileWithIgnoreExisting run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:07:08 DEBUG : file1: Need to transfer - File not found at Destination 2025/11/04 05:07:08 DEBUG : file1: Starting multipart upload 2025/11/04 05:07:08 DEBUG : file1: Uploading segment 0/14 size 14 2025/11/04 05:07:09 DEBUG : file1: size = 14 OK 2025/11/04 05:07:09 DEBUG : file1: quickxor = 6648031bca1003108ce10d6eae4319dc40873900 OK 2025/11/04 05:07:09 INFO : file1: Copied (new) 2025/11/04 05:07:09 INFO : file1: Deleted 2025/11/04 05:07:10 DEBUG : file1: Destination exists, skipping 2025/11/04 05:07:10 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.87s) === RUN TestCaseInsensitiveMoveFile run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:07:11 DEBUG : file1: Need to transfer - File not found at Destination 2025/11/04 05:07:12 DEBUG : sub/file2: Starting multipart upload 2025/11/04 05:07:13 DEBUG : sub/file2: Uploading segment 0/14 size 14 2025/11/04 05:07:14 DEBUG : sub/file2: size = 14 OK 2025/11/04 05:07:14 DEBUG : file1: quickxor = 6648031bca1003108ce10d6eae4319dc40873900 OK 2025/11/04 05:07:14 INFO : file1: Copied (new) to: sub/file2 2025/11/04 05:07:14 INFO : file1: Deleted 2025/11/04 05:07:15 DEBUG : sub/file2: size = 14 OK 2025/11/04 05:07:15 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/04 05:07:15 DEBUG : file1: Unchanged skipping 2025/11/04 05:07:15 INFO : file1: Deleted 2025/11/04 05:07:17 DEBUG : sub/file2: moving to sub/File2-rclone-move-desaqoj2 2025/11/04 05:07:17 INFO : sub/file2: Moved (server-side) to: sub/File2-rclone-move-desaqoj2 2025/11/04 05:07:17 DEBUG : sub/file2: moving to sub/File2 2025/11/04 05:07:18 INFO : sub/File2-rclone-move-desaqoj2: Moved (server-side) to: sub/File2 --- PASS: TestCaseInsensitiveMoveFile (9.52s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:07:20 DEBUG : hello: Starting multipart upload 2025/11/04 05:07:21 DEBUG : hello: Uploading segment 0/5 size 5 2025/11/04 05:07:23 NOTICE: hello: Skipped rename to HELLO as --dry-run is set --- PASS: TestCaseInsensitiveMoveFileDryRun (4.01s) === RUN TestMoveFileBackupDir run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:07:25 DEBUG : dst/file1: Starting multipart upload 2025/11/04 05:07:26 DEBUG : dst/file1: Uploading segment 0/18 size 18 2025/11/04 05:07:28 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-goqaxes3jobu/backup" 2025/11/04 05:07:30 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone153334245) 2025/11/04 05:07:30 DEBUG : dst/file1: size = 18 (OneDrive root 'rclone-test-goqaxes3jobu') 2025/11/04 05:07:30 DEBUG : dst/file1: Sizes differ 2025/11/04 05:07:33 INFO : dst/file1: Moved (server-side) 2025/11/04 05:07:33 DEBUG : dst/file1: Starting multipart upload 2025/11/04 05:07:34 DEBUG : dst/file1: Uploading segment 0/14 size 14 2025/11/04 05:07:35 DEBUG : dst/file1: size = 14 OK 2025/11/04 05:07:35 DEBUG : dst/file1: quickxor = 6648031bca1003108ce10d6eae4319dc40873900 OK 2025/11/04 05:07:35 INFO : dst/file1: Copied (new) 2025/11/04 05:07:35 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (14.19s) === 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 "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:07:39 DEBUG : A1/one: Starting multipart upload 2025/11/04 05:07:40 DEBUG : A1/one: Uploading segment 0/3 size 3 2025/11/04 05:07:41 DEBUG : A1/two: Starting multipart upload 2025/11/04 05:07:42 DEBUG : A1/two: Uploading segment 0/3 size 3 2025/11/04 05:07:43 DEBUG : A1/B1/three: Starting multipart upload 2025/11/04 05:07:44 DEBUG : A1/B1/three: Uploading segment 0/5 size 5 2025/11/04 05:07:45 DEBUG : A1/B1/C1/four: Starting multipart upload 2025/11/04 05:07:46 DEBUG : A1/B1/C1/four: Uploading segment 0/4 size 4 2025/11/04 05:07:47 DEBUG : A1/B1/C2/five: Starting multipart upload 2025/11/04 05:07:48 DEBUG : A1/B1/C2/five: Uploading segment 0/4 size 4 2025/11/04 05:07:49 INFO : A1/B2: Making directory 2025/11/04 05:07:49 INFO : A1/B1/C3: Making directory 2025/11/04 05:08:00 INFO : A2/one: Moved (server-side) to: A3/one 2025/11/04 05:08:00 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/11/04 05:08:00 INFO : A2/two: Moved (server-side) to: A3/two 2025/11/04 05:08:00 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/11/04 05:08:01 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/11/04 05:08:05 INFO : OneDrive root 'rclone-test-goqaxes3jobu': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/11/04 05:08:12 INFO : A3/one: Moved (server-side) to: A4/one 2025/11/04 05:08:12 INFO : A3/two: Moved (server-side) to: A4/two 2025/11/04 05:08:12 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/11/04 05:08:12 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/11/04 05:08:12 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five --- PASS: TestDirMove (44.61s) === RUN TestGetFsInfo run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" --- PASS: TestGetFsInfo (0.51s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:08:24 DEBUG : OneDrive root 'rclone-test-goqaxes3jobu': File to upload is small (34 bytes), uploading instead of streaming 2025/11/04 05:08:24 DEBUG : no_checksum_small_file_from_pipe: Starting multipart upload 2025/11/04 05:08:25 DEBUG : no_checksum_small_file_from_pipe: Uploading segment 0/34 size 34 2025/11/04 05:08:26 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2025/11/04 05:08:26 DEBUG : no_checksum_small_file_from_pipe: quickxor = 45dc0e76d116c1d44a3588d25663bb8919e47993 OK 2025/11/04 05:08:26 DEBUG : no_checksum_small_file_from_pipe: Size and quickxor of src and dst objects identical 2025/11/04 05:08:26 DEBUG : OneDrive root 'rclone-test-goqaxes3jobu': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/11/04 05:08:26 DEBUG : no_checksum_big_file_from_pipe: Starting multipart upload 2025/11/04 05:08:26 DEBUG : no_checksum_big_file_from_pipe: Uploading segment 0/102401 size 102401 2025/11/04 05:08:27 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2025/11/04 05:08:27 DEBUG : no_checksum_big_file_from_pipe: quickxor = 0000000000000000000000000190010000000000 OK 2025/11/04 05:08:27 DEBUG : no_checksum_big_file_from_pipe: Size and quickxor of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:08:29 DEBUG : OneDrive root 'rclone-test-goqaxes3jobu': File to upload is small (34 bytes), uploading instead of streaming 2025/11/04 05:08:29 DEBUG : with_checksum_small_file_from_pipe: Starting multipart upload 2025/11/04 05:08:30 DEBUG : with_checksum_small_file_from_pipe: Uploading segment 0/34 size 34 2025/11/04 05:08:30 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2025/11/04 05:08:30 DEBUG : with_checksum_small_file_from_pipe: quickxor = 45dc0e76d116c1d44a3588d25663bb8919e47993 OK 2025/11/04 05:08:30 DEBUG : with_checksum_small_file_from_pipe: Size and quickxor of src and dst objects identical 2025/11/04 05:08:30 DEBUG : OneDrive root 'rclone-test-goqaxes3jobu': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/11/04 05:08:30 DEBUG : with_checksum_big_file_from_pipe: Starting multipart upload 2025/11/04 05:08:31 DEBUG : with_checksum_big_file_from_pipe: Uploading segment 0/102401 size 102401 2025/11/04 05:08:32 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2025/11/04 05:08:32 DEBUG : with_checksum_big_file_from_pipe: quickxor = 0000000000000000000000000190010000000000 OK 2025/11/04 05:08:32 DEBUG : with_checksum_big_file_from_pipe: Size and quickxor of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:08:34 DEBUG : OneDrive root 'rclone-test-goqaxes3jobu': File to upload is small (34 bytes), uploading instead of streaming 2025/11/04 05:08:34 DEBUG : ignore_checksum_small_file_from_pipe: Starting multipart upload 2025/11/04 05:08:35 DEBUG : ignore_checksum_small_file_from_pipe: Uploading segment 0/34 size 34 2025/11/04 05:08:35 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2025/11/04 05:08:35 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/04 05:08:35 DEBUG : OneDrive root 'rclone-test-goqaxes3jobu': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/11/04 05:08:35 DEBUG : ignore_checksum_big_file_from_pipe: Starting multipart upload 2025/11/04 05:08:36 DEBUG : ignore_checksum_big_file_from_pipe: Uploading segment 0/102401 size 102401 2025/11/04 05:08:37 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2025/11/04 05:08:37 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 "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:08:39 DEBUG : OneDrive root 'rclone-test-goqaxes3jobu': File to upload is small (34 bytes), uploading instead of streaming 2025/11/04 05:08:39 DEBUG : ignore_checksum_small_file_from_pipe: Starting multipart upload 2025/11/04 05:08:40 DEBUG : ignore_checksum_small_file_from_pipe: Uploading segment 0/34 size 34 2025/11/04 05:08:40 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2025/11/04 05:08:40 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2025/11/04 05:08:40 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/11/04 05:08:40 DEBUG : OneDrive root 'rclone-test-goqaxes3jobu': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/11/04 05:08:40 DEBUG : ignore_checksum_big_file_from_pipe: Starting multipart upload 2025/11/04 05:08:41 DEBUG : ignore_checksum_big_file_from_pipe: Uploading segment 0/102401 size 102401 2025/11/04 05:08:42 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2025/11/04 05:08:42 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2025/11/04 05:08:42 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.80s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.95s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.99s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.77s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.10s) === RUN TestRcatMetadata run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" operations_test.go:1540: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.51s) === RUN TestRcatSize run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:08:44 DEBUG : potato1: Starting multipart upload 2025/11/04 05:08:45 DEBUG : potato1: Uploading segment 0/60 size 60 2025/11/04 05:08:46 DEBUG : OneDrive root 'rclone-test-goqaxes3jobu': File to upload is small (60 bytes), uploading instead of streaming 2025/11/04 05:08:46 DEBUG : potato2: Starting multipart upload 2025/11/04 05:08:46 DEBUG : potato2: Uploading segment 0/60 size 60 2025/11/04 05:08:47 DEBUG : potato2: size = 60 OK 2025/11/04 05:08:47 DEBUG : potato2: quickxor = 4001dad296b6b4a52d6d694b67dad296b6b4a52d OK 2025/11/04 05:08:47 DEBUG : potato2: Size and quickxor of src and dst objects identical --- PASS: TestRcatSize (4.22s) === RUN TestRcatSizeMetadata run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" operations_test.go:1621: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.59s) === RUN TestTouchDir run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:08:49 DEBUG : potato2: Starting multipart upload 2025/11/04 05:08:50 DEBUG : potato2: Uploading segment 0/60 size 60 2025/11/04 05:08:50 DEBUG : empty space: Starting multipart upload 2025/11/04 05:08:51 DEBUG : empty space: Uploading segment 0/1 size 1 2025/11/04 05:08:52 DEBUG : sub dir/potato3: Starting multipart upload 2025/11/04 05:08:53 DEBUG : sub dir/potato3: Uploading segment 0/5 size 5 2025/11/04 05:08:55 DEBUG : OneDrive root 'rclone-test-goqaxes3jobu': Touching "potato2" 2025/11/04 05:08:55 DEBUG : OneDrive root 'rclone-test-goqaxes3jobu': Touching "empty space" 2025/11/04 05:08:55 DEBUG : OneDrive root 'rclone-test-goqaxes3jobu': Touching "sub dir/potato3" --- PASS: TestTouchDir (9.08s) === RUN TestMkdirMetadata run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:08:58 DEBUG : dir with metadata: Making directory with metadata 2025/11/04 05:08:58 DEBUG : dir with metadata: skipping unsupported metadata item: potato: jersey 2025/11/04 05:08:59 DEBUG : dir with metadata: setting time 2001-02-03 04:05:06.499999999 +0000 UTC 2025/11/04 05:08:59 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.59s) === RUN TestMkdirModTime run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:09:01 DEBUG : directory with modtime: Making directory with metadata 2025/11/04 05:09:01 DEBUG : directory with modtime: setting time 2011-12-25 12:59:59.123456789 +0000 UTC 2025/11/04 05:09:02 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.60s) === RUN TestCopyDirMetadata run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:09:03 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/11/04 05:09:03 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/11/04 05:09:03 DEBUG : non existent directory: skipping unsupported metadata item: gid: 1000 2025/11/04 05:09:03 DEBUG : non existent directory: skipping unsupported metadata item: atime: 2001-02-03T04:05:06.499999999Z 2025/11/04 05:09:03 DEBUG : non existent directory: skipping unsupported metadata item: potato: jersey 2025/11/04 05:09:03 DEBUG : non existent directory: skipping unsupported metadata item: mode: 40775 2025/11/04 05:09:03 DEBUG : non existent directory: skipping unsupported metadata item: uid: 1000 2025/11/04 05:09:04 DEBUG : non existent directory: setting time 2001-02-03 04:05:06.499999999 +0000 UTC 2025/11/04 05:09:04 INFO : non existent directory: Updated directory metadata 2025/11/04 05:09:06 DEBUG : existing directory: skipping unsupported metadata item: potato: jersey 2025/11/04 05:09:06 DEBUG : existing directory: skipping unsupported metadata item: mode: 40775 2025/11/04 05:09:06 DEBUG : existing directory: skipping unsupported metadata item: uid: 1000 2025/11/04 05:09:06 DEBUG : existing directory: skipping unsupported metadata item: gid: 1000 2025/11/04 05:09:06 DEBUG : existing directory: skipping unsupported metadata item: atime: 2001-02-03T04:05:06.499999999Z 2025/11/04 05:09:06 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.80s) === RUN TestSetDirModTime run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:09:08 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/11/04 05:09:10 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/11/04 05:09:10 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.77s) === RUN TestDirsEqual run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:09:12 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/11/04 05:09:12 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/11/04 05:09:12 DEBUG : dst: Making directory with metadata 2025/11/04 05:09:13 DEBUG : dst: setting time 2001-02-03 04:05:06.499999999 +0000 UTC 2025/11/04 05:09:13 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/11/04 05:09:13 DEBUG : dst: Directory modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/04 05:09:13 INFO : dst: Set directory modification time (using SetModTime) 2025/11/04 05:09:14 INFO : dst: Set directory modification time (using SetModTime) 2025/11/04 05:09:14 DEBUG : dst: Directory modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/04 05:09:14 INFO : dst: Set directory modification time (using SetModTime) 2025/11/04 05:09:14 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.67s) === RUN TestRemoveExisting run.go:185: Remote "OneDrive root 'rclone-test-goqaxes3jobu'", Local "Local file system at /tmp/rclone153334245", Modify Window "1s" 2025/11/04 05:09:16 DEBUG : sub dir/test remove existing: Starting multipart upload 2025/11/04 05:09:17 DEBUG : sub dir/test remove existing: Uploading segment 0/11 size 11 2025/11/04 05:09:18 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Starting multipart upload 2025/11/04 05:09:19 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Uploading segment 0/21 size 21 2025/11/04 05:09:22 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.qozijin3" before starting 2025/11/04 05:09:24 DEBUG : sub dir/test remove existing.qozijin3: TEST: removing renamed existing file after operation 2025/11/04 05:09: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.cuhijeh7" before starting 2025/11/04 05:09:27 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cuhijeh7: TEST: renaming existing back after failed operation 2025/11/04 05:09:29 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.hifomof4" before starting 2025/11/04 05:09:30 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.hifomof4: TEST: removing renamed existing file after operation --- PASS: TestRemoveExisting (16.88s) === 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 TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/11/04 05:09:32 DEBUG : OneDrive root 'rclone-test-goqaxes3jobu': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestOneDriveBusiness: -verbose" - Finished OK in 10m32.465099907s (try 1/5)