"./vfs.test -test.v -test.timeout 1h0m0s -remote TestShade: -verbose -test.run '^(TestDirFileOpen|TestDirMetadataExtension|TestDirRename|TestFileMethods|TestFileOpen|TestFileOpenRead|TestFileOpenWrite|TestFileRemove|TestFileRemoveAll|TestRWFileHandleFlushRead|TestRWFileHandleMethodsRead|TestRWFileHandleReadAt|TestRWFileHandleReleaseRead|TestRWFileHandleSeek|TestRWFileHandleSizeCreateExisting|TestRWFileHandleSizeTruncateExisting|TestReadFileHandleFlush|TestReadFileHandleMethods|TestReadFileHandleReadAt|TestReadFileHandleRelease|TestReadFileHandleSeek|TestVFSOpenFile|TestVFSRename|TestVFSStat|TestVFSStatParent)$|^TestFileRename$/^(full,forceCache=false|minimal,forceCache=false|minimal,forceCache=true|off,forceCache=false|writes,forceCache=false|writes,forceCache=true)$|^TestFileSetModTime$/^(cache=full,open=false,write=false|cache=full,open=true,write=false|cache=full,open=true,write=true|cache=off,open=false,write=false|cache=off,open=true,write=false|cache=off,open=true,write=true)$'" - Starting (try 2/5) 2025/12/11 02:52:50 DEBUG : Creating backend with remote "TestShade:rclone-test-xibumes7yuvi" 2025/12/11 02:52:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/12/11 02:52:50 DEBUG : Creating new ShadeFS backend with drive: cf193d00-c783-4bab-aa7a-fd84b3700d27 2025/12/11 02:52:51 DEBUG : Creating backend with remote "/tmp/rclone1356190615" === RUN TestDirRename run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:52:51 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:52:51 NOTICE: Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/11 02:52:51 DEBUG : dir/file1: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:52:54 DEBUG : dir/file3: multipart upload: starting chunk 0 size 15 offset 0/15 2025/12/11 02:52:56 ERROR : dir/not found: Dir.Rename error: file does not exist 2025/12/11 02:52:56 DEBUG : Directory: dir: Updating dir with dir2 0xc00094e750 2025/12/11 02:52:56 DEBUG : dir: forgetting directory cache 2025/12/11 02:52:56 DEBUG : Added virtual directory entry vDel: "dir" 2025/12/11 02:52:56 DEBUG : Added virtual directory entry vAddDir: "dir2" 2025/12/11 02:52:57 INFO : dir2/file1: Moved (server-side) to: file2 2025/12/11 02:52:57 DEBUG : file2: Updating file with file2 0xc0003e0480 2025/12/11 02:52:57 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2025/12/11 02:52:57 DEBUG : Added virtual directory entry vAddFile: "file2" dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:558 Error: Not equal: expected: []string{"dir2,0,true", "file2,14,false"} actual : []string{"dir2,0,true", "file2,0,false"} Diff: --- Expected +++ Actual @@ -2,3 +2,3 @@ (string) (len=11) "dir2,0,true", - (string) (len=14) "file2,14,false" + (string) (len=13) "file2,0,false" } Test: TestDirRename 2025/12/11 02:52:57 INFO : dir2/file3: Deleted 2025/12/11 02:52:58 INFO : file2: Moved (server-side) to: dir2/file3 2025/12/11 02:52:58 DEBUG : dir2/file3: Updating file with dir2/file3 0xc0003e0480 2025/12/11 02:52:58 DEBUG : Added virtual directory entry vDel: "file2" 2025/12/11 02:52:58 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:569 Error: Not equal: expected: []string{"file3,14,false"} actual : []string{"file3,0,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,3 @@ ([]string) (len=1) { - (string) (len=14) "file3,14,false" + (string) (len=13) "file3,0,false" } Test: TestDirRename 2025/12/11 02:52:58 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2025/12/11 02:52:58 DEBUG : empty directory: Updating dir with renamed empty directory 0xc00094ef70 2025/12/11 02:52:58 DEBUG : empty directory: forgetting directory cache 2025/12/11 02:52:58 DEBUG : Added virtual directory entry vDel: "empty directory" 2025/12/11 02:52:58 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2025/12/11 02:52:58 DEBUG : dir2: Renaming to "dir3" 2025/12/11 02:52:58 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:52:58 DEBUG : renamed empty directory: Looking for writers 2025/12/11 02:52:58 DEBUG : dir3: Looking for writers 2025/12/11 02:52:58 DEBUG : file3: reading active writers 2025/12/11 02:52:58 DEBUG : Looking for writers 2025/12/11 02:52:58 DEBUG : renamed empty directory: reading active writers 2025/12/11 02:52:58 DEBUG : dir3: reading active writers 2025/12/11 02:52:58 DEBUG : >WaitForWriters: --- FAIL: TestDirRename (8.85s) === RUN TestDirFileOpen run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:53:00 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:53:00 NOTICE: Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/11 02:53:00 DEBUG : dir/file1: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:53:01 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:53:02 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:53:02 DEBUG : Looking for writers 2025/12/11 02:53:02 DEBUG : >WaitForWriters: --- FAIL: TestDirFileOpen (2.45s) === RUN TestDirMetadataExtension run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:53:02 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:53:02 NOTICE: Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/11 02:53:02 DEBUG : dir/file1: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:53:04 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:53:04 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:53:04 DEBUG : Looking for writers 2025/12/11 02:53:04 DEBUG : >WaitForWriters: --- FAIL: TestDirMetadataExtension (2.47s) === RUN TestFileMethods run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:53:04 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:53:04 NOTICE: Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/11 02:53:05 DEBUG : dir/file1: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:53:06 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:53:07 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:53:07 DEBUG : Looking for writers 2025/12/11 02:53:07 DEBUG : >WaitForWriters: --- FAIL: TestFileMethods (2.52s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:53:07 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:53:07 NOTICE: Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/11 02:53:07 DEBUG : dir/file1: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:53:09 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:53:09 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:53:09 DEBUG : Looking for writers 2025/12/11 02:53:09 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:53:09 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:53:09 NOTICE: Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/11 02:53:10 DEBUG : dir/file1: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:53:11 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:53:12 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:53:12 DEBUG : Looking for writers 2025/12/11 02:53:12 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:53:12 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:53:12 NOTICE: Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/11 02:53:12 DEBUG : dir/file1: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:53:14 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:53:14 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:53:14 DEBUG : Looking for writers 2025/12/11 02:53:14 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:53:14 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:53:14 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: root is "/home/rclone/.cache/rclone" 2025/12/11 02:53:14 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:14 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:53:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:53:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:14 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/12/11 02:53:15 DEBUG : dir/file1: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:53:16 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:53:17 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:53:17 DEBUG : Looking for writers 2025/12/11 02:53:17 DEBUG : >WaitForWriters: 2025/12/11 02:53:17 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:53:17 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:53:17 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: root is "/home/rclone/.cache/rclone" 2025/12/11 02:53:17 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:17 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:53:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:53:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:17 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/12/11 02:53:17 DEBUG : dir/file1: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:53:19 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:53:19 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:53:19 DEBUG : Looking for writers 2025/12/11 02:53:19 DEBUG : >WaitForWriters: 2025/12/11 02:53:19 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:53:19 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:53:19 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: root is "/home/rclone/.cache/rclone" 2025/12/11 02:53:19 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:19 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:53:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:53:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:19 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/12/11 02:53:20 DEBUG : dir/file1: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:53:21 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:53:21 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:53:21 DEBUG : Looking for writers 2025/12/11 02:53:21 DEBUG : >WaitForWriters: 2025/12/11 02:53:21 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaner exiting --- FAIL: TestFileSetModTime (14.73s) --- FAIL: TestFileSetModTime/cache=off,open=false,write=false (2.44s) --- FAIL: TestFileSetModTime/cache=off,open=true,write=false (2.49s) --- FAIL: TestFileSetModTime/cache=off,open=true,write=true (2.46s) --- FAIL: TestFileSetModTime/cache=full,open=false,write=false (2.46s) --- FAIL: TestFileSetModTime/cache=full,open=true,write=false (2.44s) --- FAIL: TestFileSetModTime/cache=full,open=true,write=true (2.45s) === RUN TestFileOpenRead run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:53:22 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:53:22 NOTICE: Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/11 02:53:22 DEBUG : dir/file1: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:53:24 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:53:24 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:53:24 DEBUG : Looking for writers 2025/12/11 02:53:24 DEBUG : >WaitForWriters: --- FAIL: TestFileOpenRead (2.47s) === RUN TestFileOpenWrite run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:53:24 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:53:24 NOTICE: Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/11 02:53:25 DEBUG : dir/file1: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:53:26 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:53:26 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:53:26 DEBUG : Looking for writers 2025/12/11 02:53:26 DEBUG : >WaitForWriters: --- FAIL: TestFileOpenWrite (2.50s) === RUN TestFileRemove run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:53:27 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:53:27 NOTICE: Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/11 02:53:27 DEBUG : dir/file1: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:53:29 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:53:29 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:53:29 DEBUG : Looking for writers 2025/12/11 02:53:29 DEBUG : >WaitForWriters: --- FAIL: TestFileRemove (2.47s) === RUN TestFileRemoveAll run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:53:29 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:53:29 NOTICE: Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/11 02:53:30 DEBUG : dir/file1: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:53:31 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:53:31 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:53:31 DEBUG : Looking for writers 2025/12/11 02:53:31 DEBUG : >WaitForWriters: --- FAIL: TestFileRemoveAll (2.42s) === RUN TestFileOpen run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:53:32 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:53:32 NOTICE: Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/11 02:53:32 DEBUG : dir/file1: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:53:33 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:53:34 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:53:34 DEBUG : Looking for writers 2025/12/11 02:53:34 DEBUG : >WaitForWriters: --- FAIL: TestFileOpen (2.37s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:53:34 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:53:34 NOTICE: Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/11 02:53:34 DEBUG : dir/file1: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:53:36 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:53:36 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:53:36 DEBUG : Looking for writers 2025/12/11 02:53:36 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:53:36 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:53:36 NOTICE: Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/11 02:53:36 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: root is "/home/rclone/.cache/rclone" 2025/12/11 02:53:36 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:36 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:53:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:53:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:36 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/12/11 02:53:37 DEBUG : dir/file1: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:53:38 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:53:39 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:53:39 DEBUG : Looking for writers 2025/12/11 02:53:39 DEBUG : >WaitForWriters: 2025/12/11 02:53:39 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:53:39 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:53:39 NOTICE: Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/11 02:53:39 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: root is "/home/rclone/.cache/rclone" 2025/12/11 02:53:39 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:39 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:39 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:39 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:53:39 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:39 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:39 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:53:39 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:39 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/12/11 02:53:39 DEBUG : dir/file1: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:53:41 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:53:41 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:53:41 DEBUG : Looking for writers 2025/12/11 02:53:41 DEBUG : >WaitForWriters: 2025/12/11 02:53:41 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:53:41 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:53:41 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: root is "/home/rclone/.cache/rclone" 2025/12/11 02:53:41 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:41 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:53:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:53:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:41 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/12/11 02:53:42 DEBUG : dir/file1: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:53:43 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:53:44 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:53:44 DEBUG : Looking for writers 2025/12/11 02:53:44 DEBUG : >WaitForWriters: 2025/12/11 02:53:44 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:53:44 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:53:44 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: root is "/home/rclone/.cache/rclone" 2025/12/11 02:53:44 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:44 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:53:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:53:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:44 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/12/11 02:53:44 DEBUG : dir/file1: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:53:46 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:53:46 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:53:46 DEBUG : Looking for writers 2025/12/11 02:53:46 DEBUG : >WaitForWriters: 2025/12/11 02:53:46 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:53:46 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:53:46 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: root is "/home/rclone/.cache/rclone" 2025/12/11 02:53:46 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:46 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:53:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:53:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:53:46 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/12/11 02:53:47 DEBUG : dir/file1: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:53:48 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:53:48 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:53:48 DEBUG : Looking for writers 2025/12/11 02:53:48 DEBUG : >WaitForWriters: 2025/12/11 02:53:48 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaner exiting --- FAIL: TestFileRename (14.89s) --- FAIL: TestFileRename/off,forceCache=false (2.46s) --- FAIL: TestFileRename/minimal,forceCache=false (2.46s) --- FAIL: TestFileRename/minimal,forceCache=true (2.43s) --- FAIL: TestFileRename/writes,forceCache=false (2.51s) --- FAIL: TestFileRename/writes,forceCache=true (2.49s) --- FAIL: TestFileRename/full,forceCache=false (2.52s) === RUN TestReadFileHandleMethods run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:53:49 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:53:49 NOTICE: Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/11 02:53:49 DEBUG : dir/file1: multipart upload: starting chunk 0 size 16 offset 0/16 2025/12/11 02:53:51 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:53:51 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:53:51 DEBUG : Looking for writers 2025/12/11 02:53:51 DEBUG : >WaitForWriters: --- FAIL: TestReadFileHandleMethods (2.81s) === RUN TestReadFileHandleSeek run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:53:52 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:53:52 NOTICE: Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/11 02:53:52 DEBUG : dir/file1: multipart upload: starting chunk 0 size 16 offset 0/16 2025/12/11 02:53:53 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:53:54 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:53:54 DEBUG : Looking for writers 2025/12/11 02:53:54 DEBUG : >WaitForWriters: --- FAIL: TestReadFileHandleSeek (2.45s) === RUN TestReadFileHandleReadAt run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:53:54 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:53:54 NOTICE: Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/11 02:53:54 DEBUG : dir/file1: multipart upload: starting chunk 0 size 16 offset 0/16 2025/12/11 02:53:56 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:53:56 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:53:56 DEBUG : Looking for writers 2025/12/11 02:53:56 DEBUG : >WaitForWriters: --- FAIL: TestReadFileHandleReadAt (2.43s) === RUN TestReadFileHandleFlush run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:53:57 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:53:57 NOTICE: Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/11 02:53:57 DEBUG : dir/file1: multipart upload: starting chunk 0 size 16 offset 0/16 2025/12/11 02:53:58 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:53:59 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:53:59 DEBUG : Looking for writers 2025/12/11 02:53:59 DEBUG : >WaitForWriters: --- FAIL: TestReadFileHandleFlush (2.51s) === RUN TestReadFileHandleRelease run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:53:59 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:53:59 NOTICE: Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/11 02:53:59 DEBUG : dir/file1: multipart upload: starting chunk 0 size 16 offset 0/16 2025/12/11 02:54:01 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:54:01 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:54:01 DEBUG : Looking for writers 2025/12/11 02:54:01 DEBUG : >WaitForWriters: --- FAIL: TestReadFileHandleRelease (2.54s) === RUN TestRWFileHandleMethodsRead run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:54:02 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:54:02 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: root is "/home/rclone/.cache/rclone" 2025/12/11 02:54:02 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:02 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:54:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:54:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:02 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/12/11 02:54:02 DEBUG : dir/file1: multipart upload: starting chunk 0 size 16 offset 0/16 2025/12/11 02:54:03 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:54:04 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:54:04 DEBUG : Looking for writers 2025/12/11 02:54:04 DEBUG : >WaitForWriters: 2025/12/11 02:54:04 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaner exiting --- FAIL: TestRWFileHandleMethodsRead (2.45s) === RUN TestRWFileHandleSeek run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:54:04 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:54:04 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: root is "/home/rclone/.cache/rclone" 2025/12/11 02:54:04 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:04 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:54:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:54:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:04 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/12/11 02:54:04 DEBUG : dir/file1: multipart upload: starting chunk 0 size 16 offset 0/16 2025/12/11 02:54:06 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:54:06 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:54:06 DEBUG : Looking for writers 2025/12/11 02:54:06 DEBUG : >WaitForWriters: 2025/12/11 02:54:06 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaner exiting --- FAIL: TestRWFileHandleSeek (2.62s) === RUN TestRWFileHandleReadAt run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:54:07 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:54:07 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: root is "/home/rclone/.cache/rclone" 2025/12/11 02:54:07 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:07 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:54:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:54:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:07 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/12/11 02:54:07 DEBUG : dir/file1: multipart upload: starting chunk 0 size 16 offset 0/16 2025/12/11 02:54:09 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:54:09 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:54:09 DEBUG : Looking for writers 2025/12/11 02:54:09 DEBUG : >WaitForWriters: 2025/12/11 02:54:09 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaner exiting --- FAIL: TestRWFileHandleReadAt (2.57s) === RUN TestRWFileHandleFlushRead run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:54:09 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:54:09 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: root is "/home/rclone/.cache/rclone" 2025/12/11 02:54:09 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:09 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:54:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:54:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:09 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/12/11 02:54:10 DEBUG : dir/file1: multipart upload: starting chunk 0 size 16 offset 0/16 2025/12/11 02:54:11 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:54:11 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:54:11 DEBUG : Looking for writers 2025/12/11 02:54:11 DEBUG : >WaitForWriters: 2025/12/11 02:54:11 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaner exiting --- FAIL: TestRWFileHandleFlushRead (2.42s) === RUN TestRWFileHandleReleaseRead run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:54:12 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:54:12 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: root is "/home/rclone/.cache/rclone" 2025/12/11 02:54:12 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:12 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:54:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:54:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:12 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/12/11 02:54:12 DEBUG : dir/file1: multipart upload: starting chunk 0 size 16 offset 0/16 2025/12/11 02:54:14 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:54:14 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:54:14 DEBUG : Looking for writers 2025/12/11 02:54:14 DEBUG : >WaitForWriters: 2025/12/11 02:54:14 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaner exiting --- FAIL: TestRWFileHandleReleaseRead (2.58s) === RUN TestRWFileHandleSizeTruncateExisting run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:54:14 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:54:14 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: root is "/home/rclone/.cache/rclone" 2025/12/11 02:54:14 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:14 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:54:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:54:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:14 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/12/11 02:54:15 DEBUG : dir/file1: multipart upload: starting chunk 0 size 16 offset 0/16 2025/12/11 02:54:16 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:54:16 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:54:16 DEBUG : Looking for writers 2025/12/11 02:54:16 DEBUG : >WaitForWriters: 2025/12/11 02:54:16 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaner exiting --- FAIL: TestRWFileHandleSizeTruncateExisting (2.56s) === RUN TestRWFileHandleSizeCreateExisting run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:54:17 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:54:17 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: root is "/home/rclone/.cache/rclone" 2025/12/11 02:54:17 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:17 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:54:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/12/11 02:54:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestShade/rclone-test-xibumes7yuvi" 2025/12/11 02:54:17 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/12/11 02:54:17 DEBUG : dir/file1: multipart upload: starting chunk 0 size 16 offset 0/16 2025/12/11 02:54:19 DEBUG : dir/file1: Cancelling multipart upload run.go:290: Failed to put "dir/file1" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:54:19 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:54:19 DEBUG : Looking for writers 2025/12/11 02:54:19 DEBUG : >WaitForWriters: 2025/12/11 02:54:19 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: vfs cache: cleaner exiting --- FAIL: TestRWFileHandleSizeCreateExisting (2.42s) === RUN TestVFSStat run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:54:19 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:54:19 NOTICE: Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/11 02:54:20 DEBUG : file1: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:54:22 DEBUG : dir/file2: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:54:23 DEBUG : dir/file2: Cancelling multipart upload run.go:290: Failed to put "dir/file2" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:54:24 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:54:24 DEBUG : Looking for writers 2025/12/11 02:54:24 DEBUG : >WaitForWriters: --- FAIL: TestVFSStat (4.97s) === RUN TestVFSStatParent run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:54:24 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:54:24 NOTICE: Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/11 02:54:25 DEBUG : file1: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:54:27 DEBUG : dir/file2: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:54:28 DEBUG : dir/file2: Cancelling multipart upload run.go:290: Failed to put "dir/file2" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:54:29 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:54:29 DEBUG : Looking for writers 2025/12/11 02:54:29 DEBUG : >WaitForWriters: --- FAIL: TestVFSStatParent (4.80s) === RUN TestVFSOpenFile run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:54:29 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:54:29 NOTICE: Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/11 02:54:29 DEBUG : file1: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:54:31 DEBUG : dir/file2: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:54:33 DEBUG : dir/file2: Cancelling multipart upload run.go:290: Failed to put "dir/file2" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:54:33 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:54:33 DEBUG : Looking for writers 2025/12/11 02:54:33 DEBUG : >WaitForWriters: --- FAIL: TestVFSOpenFile (4.64s) === RUN TestVFSRename run.go:185: Remote "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi", Local "Local file system at /tmp/rclone1356190615", Modify Window "876000h0m0s" 2025/12/11 02:54:34 INFO : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: poll-interval is not supported by this remote 2025/12/11 02:54:34 NOTICE: Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/12/11 02:54:34 DEBUG : dir/file2: multipart upload: starting chunk 0 size 14 offset 0/14 2025/12/11 02:54:35 DEBUG : dir/file2: Cancelling multipart upload run.go:290: Failed to put "dir/file2" to "Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi": multipart upload: failed to finalise: failed to complete multipart upload: complete multipart failed with status 404: 2025/12/11 02:54:36 DEBUG : WaitForWriters: timeout=30s 2025/12/11 02:54:36 DEBUG : Looking for writers 2025/12/11 02:54:36 DEBUG : >WaitForWriters: --- FAIL: TestVFSRename (2.50s) FAIL 2025/12/11 02:54:36 DEBUG : Shade drive cf193d00-c783-4bab-aa7a-fd84b3700d27 path rclone-test-xibumes7yuvi: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestShade: -verbose -test.run '^(TestDirFileOpen|TestDirMetadataExtension|TestDirRename|TestFileMethods|TestFileOpen|TestFileOpenRead|TestFileOpenWrite|TestFileRemove|TestFileRemoveAll|TestRWFileHandleFlushRead|TestRWFileHandleMethodsRead|TestRWFileHandleReadAt|TestRWFileHandleReleaseRead|TestRWFileHandleSeek|TestRWFileHandleSizeCreateExisting|TestRWFileHandleSizeTruncateExisting|TestReadFileHandleFlush|TestReadFileHandleMethods|TestReadFileHandleReadAt|TestReadFileHandleRelease|TestReadFileHandleSeek|TestVFSOpenFile|TestVFSRename|TestVFSStat|TestVFSStatParent)$|^TestFileRename$/^(full,forceCache=false|minimal,forceCache=false|minimal,forceCache=true|off,forceCache=false|writes,forceCache=false|writes,forceCache=true)$|^TestFileSetModTime$/^(cache=full,open=false,write=false|cache=full,open=true,write=false|cache=full,open=true,write=true|cache=off,open=false,write=false|cache=off,open=true,write=false|cache=off,open=true,write=true)$'" - Finished ERROR in 1m46.181941349s (try 2/5): exit status 1: Failed [TestDirRename TestDirFileOpen TestDirMetadataExtension TestFileMethods TestFileSetModTime/cache=off,open=false,write=false TestFileSetModTime/cache=off,open=true,write=false TestFileSetModTime/cache=off,open=true,write=true TestFileSetModTime/cache=full,open=false,write=false TestFileSetModTime/cache=full,open=true,write=false TestFileSetModTime/cache=full,open=true,write=true TestFileOpenRead TestFileOpenWrite TestFileRemove TestFileRemoveAll TestFileOpen TestFileRename/off,forceCache=false TestFileRename/minimal,forceCache=false TestFileRename/minimal,forceCache=true TestFileRename/writes,forceCache=false TestFileRename/writes,forceCache=true TestFileRename/full,forceCache=false TestReadFileHandleMethods TestReadFileHandleSeek TestReadFileHandleReadAt TestReadFileHandleFlush TestReadFileHandleRelease TestRWFileHandleMethodsRead TestRWFileHandleSeek TestRWFileHandleReadAt TestRWFileHandleFlushRead TestRWFileHandleReleaseRead TestRWFileHandleSizeTruncateExisting TestRWFileHandleSizeCreateExisting TestVFSStat TestVFSStatParent TestVFSOpenFile TestVFSRename]