"go test -v -timeout 1h0m0s -remote TestOneDrive: -verbose" - Starting (try 1/5)
2025/08/19 02:40:19 DEBUG : Creating backend with remote "TestOneDrive:rclone-test-jitoken0kowo"
2025/08/19 02:40:19 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/08/19 02:40:20 DEBUG : Creating backend with remote "/tmp/rclone1422249014"
=== RUN TestOrderPermissions
=== RUN TestOrderPermissions/personal
=== RUN TestOrderPermissions/personal/empty
=== RUN TestOrderPermissions/personal/users_first,_then_group,_then_none
=== RUN TestOrderPermissions/personal/same_type_unsorted
=== RUN TestOrderPermissions/personal/all_user_identities
=== RUN TestOrderPermissions/personal/no_user_or_group_info
=== RUN TestOrderPermissions/business
=== RUN TestOrderPermissions/business/empty
=== RUN TestOrderPermissions/business/users_first,_then_group,_then_none
=== RUN TestOrderPermissions/business/same_type_unsorted
=== RUN TestOrderPermissions/business/all_user_identities
=== RUN TestOrderPermissions/business/no_user_or_group_info
--- PASS: TestOrderPermissions (0.00s)
--- PASS: TestOrderPermissions/personal (0.00s)
--- PASS: TestOrderPermissions/personal/empty (0.00s)
--- PASS: TestOrderPermissions/personal/users_first,_then_group,_then_none (0.00s)
--- PASS: TestOrderPermissions/personal/same_type_unsorted (0.00s)
--- PASS: TestOrderPermissions/personal/all_user_identities (0.00s)
--- PASS: TestOrderPermissions/personal/no_user_or_group_info (0.00s)
--- PASS: TestOrderPermissions/business (0.00s)
--- PASS: TestOrderPermissions/business/empty (0.00s)
--- PASS: TestOrderPermissions/business/users_first,_then_group,_then_none (0.00s)
--- PASS: TestOrderPermissions/business/same_type_unsorted (0.00s)
--- PASS: TestOrderPermissions/business/all_user_identities (0.00s)
--- PASS: TestOrderPermissions/business/no_user_or_group_info (0.00s)
=== RUN TestOrderPermissionsJSON
--- PASS: TestOrderPermissionsJSON (0.00s)
=== RUN TestIntegration
fstests.go:438: Using remote "TestOneDrive:"
2025/08/19 02:40:20 NOTICE: TestOneDrive: Starting server
2025/08/19 02:40:20 DEBUG : Creating backend with remote "TestOneDrive:rclone-test-nelosur2yofo"
2025/08/19 02:40:20 DEBUG : Using config file from "/home/rclone/.rclone.conf"
=== RUN TestIntegration/FsCheckWrap
fstests.go:479: Not a wrapping Fs
=== RUN TestIntegration/FsCommand
fstests.go:507: No commands in this remote
=== RUN TestIntegration/FsRmdirNotFound
=== RUN TestIntegration/FsString
=== RUN TestIntegration/FsName
=== RUN TestIntegration/FsRoot
=== RUN TestIntegration/FsRmdirEmpty
=== RUN TestIntegration/FsMkdir
=== RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir
2025/08/19 02:40:23 INFO : dir/subdir: Making directory
2025/08/19 02:40:25 INFO : dir/subdir: Removing directory
2025/08/19 02:40:26 INFO : dir: Removing directory
=== RUN TestIntegration/FsMkdir/FsListEmpty
=== RUN TestIntegration/FsMkdir/FsListDirEmpty
=== RUN TestIntegration/FsMkdir/FsListRDirEmpty
fstests.go:399: FS has no ListR interface
=== RUN TestIntegration/FsMkdir/FsListDirNotFound
2025/08/19 02:40:27 ERROR : does not exist: error listing: directory not found
=== RUN TestIntegration/FsMkdir/FsListRDirNotFound
fstests.go:399: FS has no ListR interface
=== RUN TestIntegration/FsMkdir/FsEncoding
=== RUN TestIntegration/FsMkdir/FsEncoding/control_chars
fstests.go:707: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
2025/08/19 02:40:28 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Starting multipart upload
2025/08/19 02:40:28 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Uploading segment 0/100 size 100
=== RUN TestIntegration/FsMkdir/FsEncoding/dot
fstests.go:707: testing "."
2025/08/19 02:40:31 DEBUG : ./.: Starting multipart upload
2025/08/19 02:40:31 DEBUG : ./.: Uploading segment 0/100 size 100
=== RUN TestIntegration/FsMkdir/FsEncoding/dot_dot
fstests.go:707: testing ".."
2025/08/19 02:40:35 DEBUG : ../..: Starting multipart upload
2025/08/19 02:40:35 DEBUG : ../..: Uploading segment 0/100 size 100
=== RUN TestIntegration/FsMkdir/FsEncoding/punctuation
fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"
2025/08/19 02:40:38 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Starting multipart upload
2025/08/19 02:40:38 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Uploading segment 0/100 size 100
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_space
fstests.go:707: testing " leading space"
2025/08/19 02:40:41 DEBUG : leading space/ leading space: Starting multipart upload
2025/08/19 02:40:41 DEBUG : leading space/ leading space: Uploading segment 0/100 size 100
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde
fstests.go:707: testing "~leading tilde"
2025/08/19 02:40:44 DEBUG : ~leading tilde/~leading tilde: Starting multipart upload
2025/08/19 02:40:44 DEBUG : ~leading tilde/~leading tilde: Uploading segment 0/100 size 100
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_CR
fstests.go:707: testing "␍leading CR"
2025/08/19 02:40:47 DEBUG : ␍leading CR/␍leading CR: Starting multipart upload
2025/08/19 02:40:47 DEBUG : ␍leading CR/␍leading CR: Uploading segment 0/100 size 100
2025/08/19 02:40:50 DEBUG : pacer: low level retry 1/10 (error HTTP error 503 (503 Service Unavailable) returned body: "
Our services aren't available right now
We're working to restore all services as soon as possible. Please check back soon.
Ref A: 68C5506DE07749AFA3B5B6EC6563F0FE Ref B: DUS30EDGE0708 Ref C: 2025-08-19T02:40:47Z
")
2025/08/19 02:40:50 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2025/08/19 02:40:51 DEBUG : pacer: Reducing sleep to 15ms
2025/08/19 02:40:52 DEBUG : pacer: Reducing sleep to 11.25ms
2025/08/19 02:40:52 DEBUG : pacer: Reducing sleep to 10ms
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_LF
fstests.go:707: testing "␊leading LF"
2025/08/19 02:40:54 DEBUG : ␊leading LF/␊leading LF: Starting multipart upload
2025/08/19 02:40:54 DEBUG : ␊leading LF/␊leading LF: Uploading segment 0/100 size 100
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_HT
fstests.go:707: testing "␉leading HT"
2025/08/19 02:40:57 DEBUG : ␉leading HT/␉leading HT: Starting multipart upload
2025/08/19 02:40:57 DEBUG : ␉leading HT/␉leading HT: Uploading segment 0/100 size 100
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_VT
fstests.go:707: testing "␋leading VT"
2025/08/19 02:41:00 DEBUG : ␋leading VT/␋leading VT: Starting multipart upload
2025/08/19 02:41:00 DEBUG : ␋leading VT/␋leading VT: Uploading segment 0/100 size 100
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_dot
fstests.go:707: testing ".leading dot"
2025/08/19 02:41:03 DEBUG : .leading dot/.leading dot: Starting multipart upload
2025/08/19 02:41:03 DEBUG : .leading dot/.leading dot: Uploading segment 0/100 size 100
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_space
fstests.go:707: testing "trailing space "
2025/08/19 02:41:06 DEBUG : trailing space /trailing space : Starting multipart upload
2025/08/19 02:41:06 DEBUG : trailing space /trailing space : Uploading segment 0/100 size 100
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR
fstests.go:707: testing "trailing CR␍"
2025/08/19 02:41:09 DEBUG : trailing CR␍/trailing CR␍: Starting multipart upload
2025/08/19 02:41:09 DEBUG : trailing CR␍/trailing CR␍: Uploading segment 0/100 size 100
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF
fstests.go:707: testing "trailing LF␊"
2025/08/19 02:41:12 DEBUG : trailing LF␊/trailing LF␊: Starting multipart upload
2025/08/19 02:41:12 DEBUG : trailing LF␊/trailing LF␊: Uploading segment 0/100 size 100
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT
fstests.go:707: testing "trailing HT␉"
2025/08/19 02:41:15 DEBUG : trailing HT␉/trailing HT␉: Starting multipart upload
2025/08/19 02:41:15 DEBUG : trailing HT␉/trailing HT␉: Uploading segment 0/100 size 100
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT
fstests.go:707: testing "trailing VT␋"
2025/08/19 02:41:18 DEBUG : trailing VT␋/trailing VT␋: Starting multipart upload
2025/08/19 02:41:18 DEBUG : trailing VT␋/trailing VT␋: Uploading segment 0/100 size 100
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot
fstests.go:707: testing "trailing dot."
2025/08/19 02:41:21 DEBUG : trailing dot./trailing dot.: Starting multipart upload
2025/08/19 02:41:21 DEBUG : trailing dot./trailing dot.: Uploading segment 0/100 size 100
=== RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8
fstests.go:707: testing "invalid utf-8\xfe"
2025/08/19 02:41:24 DEBUG : invalid utf-8/invalid utf-8: Starting multipart upload
2025/08/19 02:41:24 DEBUG : invalid utf-8/invalid utf-8: Uploading segment 0/100 size 100
=== RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding
fstests.go:707: testing "test%46.txt"
2025/08/19 02:41:27 DEBUG : test%46.txt/test%46.txt: Starting multipart upload
2025/08/19 02:41:28 DEBUG : test%46.txt/test%46.txt: Uploading segment 0/100 size 100
=== RUN TestIntegration/FsMkdir/FsNewObjectNotFound
=== RUN TestIntegration/FsMkdir/FsPutError
2025/08/19 02:41:33 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Starting multipart upload
2025/08/19 02:41:33 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Uploading segment 0/10240 size 10240
2025/08/19 02:41:33 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Cancelling multipart upload: Put "https://api.onedrive.com/rup/71a96798e7b1d253/eyJSZXNvdXJjZUlEIjoiNzFBOTY3OThFN0IxRDI1MyEyNjQ0NTg2IiwiUmVsYXRpb25zaGlwTmFtZSI6InoudHh0In0/4m3LqNrvL3DQYkX_vzVfXFHJDvqfhFPXQIKtAIEDKVpYPNFT_Wb7p9q2pVn0Tq16D04zqeHzKNo6jWNXcZdxWGzmCcjEIXwL927cDS6qetZJ0/eyJmaWxlU3lzdGVtSW5mbyI6eyJDcmVhdGVkRGF0ZVRpbWUiOiIyMDAxLTAyLTAzVDA0OjA1OjEwLjEyMyswMDowMCIsIkxhc3RNb2RpZmllZERhdGVUaW1lIjoiMjAwMS0wMi0wM1QwNDowNToxMC4xMjMrMDA6MDAifSwibmFtZSI6InoudHh0IiwiQG5hbWUuY29uZmxpY3RCZWhhdmlvciI6InJlcGxhY2UifQ/4wmh-e4E9w5ROMx4Wgtn84uKbKgNo_TUJRz2tl3msD6-ngw4NoAlBeZP5n2XQEoV9d6Q3QqcDB6kxboUYhr9EnZCJO-w09Mn6L46zrsVbYc0d7RBfhSQ1JtRhkxB6dy5aF-5mGoix7n5XSm4mKcq41ny99iVNw74jFe_ZbuPGUgPhEyj0wI6Dt3-V0e1pY1OlwbfdrfpqNWepBTvpTDJ-eakjvfz5otoMSXLZ-xE7GYpRVuxmBUOfb9Au-sO491bkYVIxz-36pyyPfeecJXnjKDXMN6qov0Hy6zwKqb2L5p-Wxq5259OAuByPTDueaC0fqmySuToLPxcMtxXDiBq8VFEkVJtnNzOeMbobP5-4seaPkEdIf2EpPfNXhpYFvWhk-sIBdoacuwSTyZ--rO7NgQET1hNwFq0hlwKz2vjWF73h6guevaUEL7RVxALP3rwUwPXY77Dr5hpByTiCFgxnHo1tOC3MK8MZA2FmfNCtXyWD6DkI0GXKxW5S_JRrgJL_10XEmeGbu1o-sADBqQYDHEkgOVoDFS8hEPSuRGrxiy7M4szmaJY810IspQjS_qnYkAkGqWV-Ns_MCCUMCTJWXVld530rTbaZYl3-FEeAniGN3k6fojmj5mp4JZvBmc6-e": potato
2025/08/19 02:41:33 DEBUG : info from Update error:
null
=== RUN TestIntegration/FsMkdir/FsPutZeroLength
2025/08/19 02:41:33 DEBUG : zero-length-file: Starting singlepart upload
=== RUN TestIntegration/FsMkdir/FsOpenWriterAt
fstests.go:786: FS has no OpenWriterAt interface
=== RUN TestIntegration/FsMkdir/FsOpenChunkWriter
fstests.go:819: FS has no OpenChunkWriter interface
=== RUN TestIntegration/FsMkdir/FsChangeNotify
2025/08/19 02:41:36 INFO : dir: Making directory
2025/08/19 02:41:36 DEBUG : OneDrive root 'rclone-test-nelosur2yofo': Next delta token is: aTE09NjM4OTExNjgwOTY2MDc7SUQ9NzFBOTY3OThFN0IxRDI1MyExMDE7TFI9NjM4OTExNjgwOTY4Njc7RVA9MjA7U0k9MzI7RExFUD0xO1NHPTE7U089NjtQST0z
2025/08/19 02:41:36 INFO : dir/subdir1: Making directory
2025/08/19 02:41:37 INFO : dir/subdir3: Making directory
2025/08/19 02:41:37 DEBUG : OneDrive root 'rclone-test-nelosur2yofo': Checking for changes on remote
2025/08/19 02:41:38 INFO : dir/subdir2: Making directory
2025/08/19 02:41:38 DEBUG : doChangeNotify("dir", 0)
2025/08/19 02:41:38 DEBUG : doChangeNotify("dir/subdir1", 0)
2025/08/19 02:41:38 DEBUG : doChangeNotify("dir/subdir3", 0)
2025/08/19 02:41:38 DEBUG : dir/file2: Starting multipart upload
2025/08/19 02:41:38 DEBUG : dir/file2: Uploading segment 0/100 size 100
2025/08/19 02:41:38 DEBUG : OneDrive root 'rclone-test-nelosur2yofo': Checking for changes on remote
2025/08/19 02:41:39 DEBUG : doChangeNotify("dir", 0)
2025/08/19 02:41:39 DEBUG : doChangeNotify("dir/subdir2", 0)
2025/08/19 02:41:39 DEBUG : doChangeNotify("dir/file2", 1)
2025/08/19 02:41:39 DEBUG : dir/file4: Starting multipart upload
2025/08/19 02:41:39 DEBUG : dir/file4: Uploading segment 0/100 size 100
2025/08/19 02:41:39 DEBUG : OneDrive root 'rclone-test-nelosur2yofo': Checking for changes on remote
2025/08/19 02:41:40 DEBUG : dir/file3: Starting multipart upload
2025/08/19 02:41:40 DEBUG : doChangeNotify("dir", 0)
2025/08/19 02:41:40 DEBUG : doChangeNotify("dir/file2", 1)
2025/08/19 02:41:40 DEBUG : doChangeNotify("dir/file4", 1)
2025/08/19 02:41:40 DEBUG : dir/file3: Uploading segment 0/100 size 100
2025/08/19 02:41:40 DEBUG : OneDrive root 'rclone-test-nelosur2yofo': Checking for changes on remote
fstests.go:931: Try 1/10 waiting for dirChanges and objChanges
2025/08/19 02:41:41 DEBUG : doChangeNotify("dir", 0)
2025/08/19 02:41:41 DEBUG : doChangeNotify("dir/file3", 1)
2025/08/19 02:41:41 DEBUG : OneDrive root 'rclone-test-nelosur2yofo': Checking for changes on remote
2025/08/19 02:41:42 DEBUG : doChangeNotify("dir", 0)
2025/08/19 02:41:42 DEBUG : doChangeNotify("dir/file3", 1)
2025/08/19 02:41:42 DEBUG : OneDrive root 'rclone-test-nelosur2yofo': Checking for changes on remote
2025/08/19 02:41:43 DEBUG : OneDrive root 'rclone-test-nelosur2yofo': Checking for changes on remote
2025/08/19 02:41:44 DEBUG : OneDrive root 'rclone-test-nelosur2yofo': Checking for changes on remote
2025/08/19 02:41:45 DEBUG : doChangeNotify("dir", 0)
2025/08/19 02:41:45 DEBUG : OneDrive root 'rclone-test-nelosur2yofo': Checking for changes on remote
2025/08/19 02:41:46 DEBUG : doChangeNotify("dir", 0)
2025/08/19 02:41:46 DEBUG : OneDrive root 'rclone-test-nelosur2yofo': Checking for changes on remote
=== RUN TestIntegration/FsMkdir/FsPutFiles
2025/08/19 02:41:46 DEBUG : file name.txt: Starting multipart upload
2025/08/19 02:41:47 DEBUG : file name.txt: Uploading segment 0/100 size 100
2025/08/19 02:41:47 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Starting multipart upload
2025/08/19 02:41:48 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Uploading segment 0/100 size 100
2025/08/19 02:41:48 DEBUG : file name.txt: Starting multipart upload
2025/08/19 02:41:48 DEBUG : file name.txt: skipping unsupported metadata item: rclone-test: potato
2025/08/19 02:41:48 INFO : file name.txt: no writeable metadata found: map[rclone-test:potato]
2025/08/19 02:41:48 DEBUG : file name.txt: Uploading segment 0/100 size 100
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2
fstests.go:399: FS has no ListR interface
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListR
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot
2025/08/19 02:41:53 DEBUG : Creating backend with remote "TestOneDrive:"
2025/08/19 02:41:53 DEBUG : Config file has changed externally - reloading
2025/08/19 02:41:53 DEBUG : OneNoteNotebook: OneNote file not shown in directory listing
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot
fstests.go:399: FS has no ListR interface
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01
fstests.go:399: FS has no ListR interface
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2
fstests.go:399: FS has no ListR interface
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive/Dir
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir
2025/08/19 02:41:58 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: setMetaData called on dir instead of obj
Stack trace:
goroutine 1334 [running]:
github.com/rclone/rclone/fs/log.Stack({0xd01360, 0xc000456100}, {0xd44a20, 0x28})
/home/rclone/go/src/github.com/rclone/rclone/fs/log/log.go:180 +0x6e
github.com/rclone/rclone/backend/onedrive.(*Object).setMetaData(0xc000558a80?, 0xe78ca8?)
/home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:2206 +0x37d
github.com/rclone/rclone/backend/onedrive.(*Object).readMetaData(0xc000456100, {0xe78ca8, 0x142f020})
/home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:2296 +0x125
github.com/rclone/rclone/backend/onedrive.(*Fs).newObjectWithInfo(0xc000558a80, {0xe78ca8, 0x142f020}, {0xd55693, 0x36}, 0x0)
/home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:1211 +0xfb
github.com/rclone/rclone/backend/onedrive.(*Fs).NewObject(0xd55693?, {0xe78ca8?, 0x142f020?}, {0xd55693?, 0xfb5381?})
/home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:1222 +0x25
github.com/rclone/rclone/fstest/fstests.Run.func13.14.15(0xc000598540)
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1141 +0x98
testing.tRunner(0xc000598540, 0xc00036b2c0)
/usr/local/go/src/testing/testing.go:1792 +0xf4
created by testing.(*T).Run in goroutine 1138
/usr/local/go/src/testing/testing.go:1851 +0x413
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge
2025/08/19 02:41:58 DEBUG : dirToPurge/fileToPurge.txt: Starting multipart upload
2025/08/19 02:41:58 DEBUG : dirToPurge/fileToPurge.txt: Uploading segment 0/100 size 100
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot
2025/08/19 02:42:03 DEBUG : dirToPurgeFromRoot/fileToPurgeFromRoot.txt: Starting multipart upload
2025/08/19 02:42:03 DEBUG : dirToPurgeFromRoot/fileToPurgeFromRoot.txt: Uploading segment 0/100 size 100
2025/08/19 02:42:05 DEBUG : Creating backend with remote "TestOneDrive:rclone-test-nelosur2yofo/dirToPurgeFromRoot"
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir
2025/08/19 02:42:08 DEBUG : Creating backend with remote "TestOneDrive:rclone-test-nelosur2yofo/hello? sausage/êé"
2025/08/19 02:42:11 DEBUG : a/b/c/d/e.txt: Starting multipart upload
2025/08/19 02:42:11 DEBUG : a/b/c/d/e.txt: Uploading segment 0/100 size 100
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata
2025/08/19 02:42:17 DEBUG : test metadata copy.txt: Starting multipart upload
2025/08/19 02:42:17 DEBUG : test metadata copy.txt: skipping unsupported metadata item: potato: jersey
2025/08/19 02:42:17 DEBUG : test metadata copy.txt: Uploading segment 0/100 size 100
2025/08/19 02:42:19 DEBUG : test metadata copied.txt: skipping unsupported metadata item: last-modified-by-display-name: Nick Craig-Wood
2025/08/19 02:42:19 DEBUG : test metadata copied.txt: skipping unsupported metadata item: potato: royal
2025/08/19 02:42:19 DEBUG : test metadata copied.txt: skipping unsupported metadata item: utime: 2025-08-19T02:42:18.11Z
2025/08/19 02:42:19 DEBUG : test metadata copied.txt: skipping unsupported metadata item: last-modified-by-id: 71a96798e7b1d253
2025/08/19 02:42:19 DEBUG : test metadata copied.txt: skipping unsupported metadata item: content-type: text/plain
2025/08/19 02:42:19 DEBUG : test metadata copied.txt: skipping unsupported metadata item: created-by-display-name: Nick Craig-Wood
2025/08/19 02:42:19 DEBUG : test metadata copied.txt: skipping unsupported metadata item: malware-detected: false
2025/08/19 02:42:19 DEBUG : test metadata copied.txt: skipping unsupported metadata item: created-by-id: 71a96798e7b1d253
2025/08/19 02:42:19 DEBUG : test metadata copied.txt: skipping unsupported metadata item: id: 71a96798e7b1d253#71A96798E7B1D253!2644607
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsMove
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata
2025/08/19 02:42:31 DEBUG : test metadata move.txt: Starting multipart upload
2025/08/19 02:42:31 DEBUG : test metadata move.txt: skipping unsupported metadata item: potato: jersey
2025/08/19 02:42:31 DEBUG : test metadata move.txt: Uploading segment 0/100 size 100
2025/08/19 02:42:32 DEBUG : test metadata moved.txt: skipping unsupported metadata item: id: 71a96798e7b1d253#71A96798E7B1D253!2644610
2025/08/19 02:42:32 DEBUG : test metadata moved.txt: skipping unsupported metadata item: last-modified-by-display-name: Nick Craig-Wood
2025/08/19 02:42:32 DEBUG : test metadata moved.txt: skipping unsupported metadata item: malware-detected: false
2025/08/19 02:42:32 DEBUG : test metadata moved.txt: skipping unsupported metadata item: content-type: text/plain
2025/08/19 02:42:32 DEBUG : test metadata moved.txt: skipping unsupported metadata item: utime: 2025-08-19T02:42:32.113Z
2025/08/19 02:42:32 DEBUG : test metadata moved.txt: skipping unsupported metadata item: created-by-display-name: Nick Craig-Wood
2025/08/19 02:42:32 DEBUG : test metadata moved.txt: skipping unsupported metadata item: created-by-id: 71a96798e7b1d253
2025/08/19 02:42:32 DEBUG : test metadata moved.txt: skipping unsupported metadata item: last-modified-by-id: 71a96798e7b1d253
2025/08/19 02:42:32 DEBUG : test metadata moved.txt: skipping unsupported metadata item: potato: royal
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove
2025/08/19 02:42:34 DEBUG : Creating backend with remote "TestOneDrive:rclone-test-zotobeh4ruha"
2025/08/19 02:42:43 DEBUG : OneDrive root 'rclone-test-zotobeh4ruha': Purge remote
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsPrecision
=== RUN TestIntegration/FsMkdir/FsPutFiles/ObjectString
=== RUN TestIntegration/FsMkdir/FsPutFiles/ObjectFs
=== RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemote
=== RUN TestIntegration/FsMkdir/FsPutFiles/ObjectHashes
=== RUN TestIntegration/FsMkdir/FsPutFiles/ObjectModTime
=== RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType
=== RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata
=== RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime
2025/08/19 02:42:46 DEBUG : metadatatest: Starting multipart upload
2025/08/19 02:42:46 DEBUG : metadatatest: skipping unsupported metadata item: content-type: application/zip
2025/08/19 02:42:46 DEBUG : metadatatest: Uploading segment 0/100 size 100
=== RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata
fstests.go:1694: SetMetadata method not supported
=== RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime
=== RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSize
=== RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen
=== RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek
=== RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange
=== RUN TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead
=== RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate
2025/08/19 02:42:53 DEBUG : file name.txt: Starting multipart upload
2025/08/19 02:42:53 DEBUG : file name.txt: Uploading segment 0/200 size 200
=== RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile
2025/08/19 02:42:54 DEBUG : Creating backend with remote "TestOneDrive:rclone-test-nelosur2yofo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt"
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound
2025/08/19 02:42:58 DEBUG : Creating backend with remote "TestOneDrive:rclone-test-nelosur2yofo/not found.txt"
2025/08/19 02:43:00 ERROR : error listing: directory not found
=== RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot
fstests.go:1911: Opening root remote "TestOneDrive:" path "rclone-test-nelosur2yofo" from "TestOneDrive:rclone-test-nelosur2yofo"
2025/08/19 02:43:00 DEBUG : Creating backend with remote "TestOneDrive:"
=== RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List
=== RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries
=== RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR
fstests.go:1945: FS has no ListR interface
=== RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put
2025/08/19 02:43:02 DEBUG : rclone-test-nelosur2yofo/created from root.txt: Starting multipart upload
2025/08/19 02:43:02 DEBUG : rclone-test-nelosur2yofo/created from root.txt: Uploading segment 0/100 size 100
=== RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove
=== RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink
fstests.go:2017: treating accountUpgradeRequired as success for PublicLink
fstests.go:2017: treating accountUpgradeRequired as success for PublicLink
fstests.go:2017: treating accountUpgradeRequired as success for PublicLink
fstests.go:2017: treating accountUpgradeRequired as success for PublicLink
fstests.go:2017: treating accountUpgradeRequired as success for PublicLink
2025/08/19 02:43:09 DEBUG : Creating backend with remote "TestOneDrive:rclone-test-lihizom6siva"
2025/08/19 02:43:10 DEBUG : somefile: Starting multipart upload
2025/08/19 02:43:10 DEBUG : somefile: Uploading segment 0/11 size 11
fstests.go:2017: treating accountUpgradeRequired as success for PublicLink
2025/08/19 02:43:12 DEBUG : OneDrive root 'rclone-test-lihizom6siva': Purge remote
=== RUN TestIntegration/FsMkdir/FsPutFiles/SetTier
fstests.go:412: FS has no SetTier & GetTier interfaces
=== RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap
fstests.go:2109: Not a wrapping Fs
=== RUN TestIntegration/FsMkdir/FsPutFiles/Bucket
fstests.go:2125: Not a bucket based backend
=== RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove
=== RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream
fstests.go:2299: FS has no PutStream interface
=== RUN TestIntegration/FsMkdir/FsPutFiles/Internal
2025/08/19 02:43:14 DEBUG : Creating backend with remote "TestOneDrive:rclone-test-kuxehiz1reya"
2025/08/19 02:43:14 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/08/19 02:43:15 DEBUG : Creating backend with remote "/tmp/rclone1639150906"
run.go:180: Remote "OneDrive root 'rclone-test-kuxehiz1reya'", Local "Local file system at /tmp/rclone1639150906", Modify Window "1s"
=== RUN TestIntegration/FsMkdir/FsPutFiles/Internal/TestWritePermissions
2025/08/19 02:43:16 DEBUG : some file-podolij6.txt: Starting multipart upload
2025/08/19 02:43:16 DEBUG : some file-podolij6.txt: Uploading segment 0/5 size 5
2025/08/19 02:43:17 DEBUG : some file-podolij6.txt: metadata permissions: to add: 1 to update: 0 to remove: 0
2025/08/19 02:43:18 DEBUG : some file-podolij6.txt: updated permissions (now has 1 permissions)
2025/08/19 02:43:18 DEBUG : perms:
[
{
"id": "nxiYaDi5IOEz6Mf-BPIOlLxyZb8",
"grantedTo": {
"user": {
"id": "ryan@contoso.com"
},
"application": {},
"device": {},
"group": {},
"siteGroup": {},
"siteUser": {}
},
"invitation": {
"email": "ryan@contoso.com"
},
"link": {
"webUrl": "https://1drv.ms/t/s!BFPSseeYZ6lxgaG1Cnrr4MGeIkoRY0E"
},
"roles": [
"read"
],
"shareId": "s!BFPSseeYZ6lxgaG1Cnrr4MGeIkoRY0E"
}
]
2025/08/19 02:43:18 DEBUG : some file-podolij6.txt: Starting multipart upload
2025/08/19 02:43:19 DEBUG : some file-podolij6.txt: Uploading segment 0/5 size 5
2025/08/19 02:43:19 DEBUG : perms:
[
{
"id": "nxiYaDi5IOEz6Mf-BPIOlLxyZb8",
"grantedTo": {
"user": {
"id": "ryan@contoso.com"
},
"application": {},
"device": {},
"group": {},
"siteGroup": {},
"siteUser": {}
},
"invitation": {
"email": "ryan@contoso.com"
},
"link": {
"webUrl": "https://1drv.ms/t/s!BFPSseeYZ6lxgaG1Cnrr4MGeIkoRY0E"
},
"roles": [
"read"
],
"shareId": "s!BFPSseeYZ6lxgaG1Cnrr4MGeIkoRY0E"
}
]
2025/08/19 02:43:20 DEBUG : some file-podolij6.txt: sortPermissions: will update role to [write]
2025/08/19 02:43:20 DEBUG : some file-podolij6.txt: metadata permissions: to add: 0 to update: 1 to remove: 0
2025/08/19 02:43:20 DEBUG : some file-podolij6.txt: updated permissions (now has 1 permissions)
2025/08/19 02:43:21 DEBUG : perms:
[
{
"id": "nxiYaDi5IOEz6Mf-BPIOlLxyZb8",
"grantedTo": {
"user": {
"id": "ryan@contoso.com"
},
"application": {},
"device": {},
"group": {},
"siteGroup": {},
"siteUser": {}
},
"invitation": {
"email": "ryan@contoso.com"
},
"link": {
"webUrl": "https://1drv.ms/t/s!BFPSseeYZ6lxgaG1Cnrr4MGeIkoRY0E"
},
"roles": [
"write"
],
"shareId": "s!BFPSseeYZ6lxgaG1Cnrr4MGeIkoRY0E"
}
]
2025/08/19 02:43:21 DEBUG : some file-podolij6.txt: Starting multipart upload
2025/08/19 02:43:21 DEBUG : some file-podolij6.txt: Uploading segment 0/5 size 5
2025/08/19 02:43:22 DEBUG : perms:
[
{
"id": "nxiYaDi5IOEz6Mf-BPIOlLxyZb8",
"grantedTo": {
"user": {
"id": "ryan@contoso.com"
},
"application": {},
"device": {},
"group": {},
"siteGroup": {},
"siteUser": {}
},
"invitation": {
"email": "ryan@contoso.com"
},
"link": {
"webUrl": "https://1drv.ms/t/s!BFPSseeYZ6lxgaG1Cnrr4MGeIkoRY0E"
},
"roles": [
"write"
],
"shareId": "s!BFPSseeYZ6lxgaG1Cnrr4MGeIkoRY0E"
}
]
2025/08/19 02:43:22 DEBUG : some file-podolij6.txt: sortPermissions: will remove permission: &{nxiYaDi5IOEz6Mf-BPIOlLxyZb8 0xc000558900 []