"./vfs.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose" - Starting (try 1/5) 2026/04/21 01:34:12 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-fuyoxas5tiji" 2026/04/21 01:34:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/21 01:34:12 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': Using cached web token 2026/04/21 01:34:13 DEBUG : Creating backend with remote "/tmp/rclone4083242776" === RUN TestDirHandleMethods run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:34:13 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:34:13 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:34:18 DEBUG : dir/file1: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 01:34:18 DEBUG : dir/file1: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 01:34:19 DEBUG : dir/file1: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 01:34:19 DEBUG : dir/file1: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 01:34:20 DEBUG : dir/file1: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/21 01:34:22 DEBUG : dir/file1: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/21 01:34:25 DEBUG : dir/file1: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/21 01:34:32 DEBUG : dir/file1: Trying to read object after upload: try again in 12.8s (8/10) 2026/04/21 01:34:45 DEBUG : dir/file1: Trying to read object after upload: try again in 25.6s (9/10) 2026/04/21 01:35:11 DEBUG : dir/file1: Trying to read object after upload: try again in 51.2s (10/10) run.go:290: Failed to put "dir/file1" to "Linkbox root 'rclone-test-fuyoxas5tiji'": object not found 2026/04/21 01:36:02 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:36:02 DEBUG : Looking for writers 2026/04/21 01:36:02 DEBUG : >WaitForWriters: --- FAIL: TestDirHandleMethods (111.20s) === RUN TestDirHandleReaddir run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:36:04 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:36:04 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:36:08 DEBUG : dir/file1: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 01:36:08 DEBUG : dir/file1: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 01:36:08 DEBUG : dir/file1: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 01:36:09 DEBUG : dir/file1: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 01:36:10 DEBUG : dir/file1: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/21 01:36:12 DEBUG : dir/file1: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/21 01:36:22 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:36:22 DEBUG : dir/subdir: Looking for writers 2026/04/21 01:36:22 DEBUG : dir: Looking for writers 2026/04/21 01:36:22 DEBUG : file1: reading active writers 2026/04/21 01:36:22 DEBUG : file2: reading active writers 2026/04/21 01:36:22 DEBUG : subdir: reading active writers 2026/04/21 01:36:22 DEBUG : Looking for writers 2026/04/21 01:36:22 DEBUG : dir: reading active writers 2026/04/21 01:36:22 DEBUG : >WaitForWriters: run.go:130: removing dir "dir/subdir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirHandleReaddir Messages: directories --- FAIL: TestDirHandleReaddir (37.22s) === RUN TestDirHandleReaddirnames run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:36:41 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:36:41 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:36:44 DEBUG : dir/file1: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 01:36:44 DEBUG : dir/file1: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 01:36:44 DEBUG : dir/file1: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 01:36:45 DEBUG : dir/file1: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 01:36:46 DEBUG : dir/file1: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/21 01:36:48 DEBUG : dir/file1: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/21 01:36:51 DEBUG : dir/file1: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/21 01:36:58 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:36:58 DEBUG : dir: Looking for writers 2026/04/21 01:36:58 DEBUG : file1: reading active writers 2026/04/21 01:36:58 DEBUG : Looking for writers 2026/04/21 01:36:58 DEBUG : dir: reading active writers 2026/04/21 01:36:58 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirHandleReaddirnames Messages: directories --- FAIL: TestDirHandleReaddirnames (31.20s) === RUN TestDirMethods run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:37:12 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:37:12 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:37:15 DEBUG : dir/file1: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 01:37:15 DEBUG : dir/file1: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 01:37:15 DEBUG : dir/file1: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 01:37:16 DEBUG : dir/file1: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 01:37:17 DEBUG : dir/file1: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/21 01:37:19 DEBUG : dir/file1: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/21 01:37:23 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:37:23 DEBUG : dir: Looking for writers 2026/04/21 01:37:23 DEBUG : Looking for writers 2026/04/21 01:37:23 DEBUG : dir: reading active writers 2026/04/21 01:37:23 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty --- PASS: TestDirMethods (16.20s) === RUN TestDirForgetAll run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:37:29 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:37:29 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:37:32 DEBUG : dir/file1: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 01:37:33 DEBUG : dir/file1: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 01:37:33 DEBUG : dir/file1: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 01:37:34 DEBUG : dir/file1: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 01:37:35 DEBUG : dir: forgetting directory cache 2026/04/21 01:37:35 DEBUG : forgetting directory cache 2026/04/21 01:37:35 DEBUG : dir: forgetting directory cache 2026/04/21 01:37:35 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:37:35 DEBUG : Looking for writers 2026/04/21 01:37:35 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirForgetAll Messages: directories --- FAIL: TestDirForgetAll (20.74s) === RUN TestDirForgetPath run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:37:49 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:37:49 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:37:52 DEBUG : dir/file1: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 01:37:52 DEBUG : dir/file1: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 01:37:52 DEBUG : dir/file1: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 01:37:53 DEBUG : dir/file1: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 01:37:54 DEBUG : dir/file1: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/21 01:37:57 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/04/21 01:37:57 DEBUG : dir: invalidating directory cache 2026/04/21 01:37:57 DEBUG : >ForgetPath: 2026/04/21 01:37:57 DEBUG : ForgetPath: relativePath="dir", type=0 2026/04/21 01:37:57 DEBUG : invalidating directory cache 2026/04/21 01:37:57 DEBUG : dir: forgetting directory cache 2026/04/21 01:37:57 DEBUG : >ForgetPath: 2026/04/21 01:37:57 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/04/21 01:37:57 DEBUG : >ForgetPath: 2026/04/21 01:37:57 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:37:57 DEBUG : dir: Looking for writers 2026/04/21 01:37:57 DEBUG : Looking for writers 2026/04/21 01:37:57 DEBUG : dir: reading active writers 2026/04/21 01:37:57 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty --- PASS: TestDirForgetPath (13.32s) === RUN TestDirWalk run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:38:03 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:38:03 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:38:06 DEBUG : dir/file1: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 01:38:07 DEBUG : dir/file1: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 01:38:07 DEBUG : dir/file1: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 01:38:08 DEBUG : dir/file1: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 01:38:09 DEBUG : dir/file1: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/21 01:38:19 DEBUG : fil/a/b/c: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 01:38:19 DEBUG : fil/a/b/c: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 01:38:19 DEBUG : fil/a/b/c: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 01:38:20 DEBUG : fil/a/b/c: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 01:38:21 DEBUG : fil/a/b/c: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/21 01:38:23 DEBUG : fil/a/b/c: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/21 01:38:26 DEBUG : fil/a/b/c: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/21 01:38:33 DEBUG : fil/a/b/c: Trying to read object after upload: try again in 12.8s (8/10) 2026/04/21 01:38:47 DEBUG : forgetting directory cache 2026/04/21 01:38:47 DEBUG : dir: forgetting directory cache 2026/04/21 01:38:48 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:38:48 DEBUG : dir: Looking for writers 2026/04/21 01:38:48 DEBUG : fil/a/b: Looking for writers 2026/04/21 01:38:48 DEBUG : fil/a: Looking for writers 2026/04/21 01:38:48 DEBUG : b: reading active writers 2026/04/21 01:38:48 DEBUG : fil: Looking for writers 2026/04/21 01:38:48 DEBUG : a: reading active writers 2026/04/21 01:38:48 DEBUG : Looking for writers 2026/04/21 01:38:48 DEBUG : dir: reading active writers 2026/04/21 01:38:48 DEBUG : fil: reading active writers 2026/04/21 01:38:48 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (54.63s) === RUN TestDirSetModTime run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:38:57 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:38:57 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:39:01 DEBUG : dir/file1: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 01:39:01 DEBUG : dir/file1: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 01:39:01 DEBUG : dir/file1: Trying to read object after upload: try again in 400ms (3/10) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure 2026/04/21 01:39:10 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:39:10 DEBUG : dir: Looking for writers 2026/04/21 01:39:10 DEBUG : Looking for writers 2026/04/21 01:39:10 DEBUG : dir: reading active writers 2026/04/21 01:39:10 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirSetModTime Messages: directories --- FAIL: TestDirSetModTime (26.88s) === RUN TestDirStat run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:39:24 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:39:24 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:39:27 DEBUG : dir/file1: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 01:39:27 DEBUG : dir/file1: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 01:39:27 DEBUG : dir/file1: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 01:39:28 DEBUG : dir/file1: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 01:39:29 DEBUG : dir/file1: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/21 01:39:31 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:39:31 DEBUG : dir: Looking for writers 2026/04/21 01:39:31 DEBUG : file1: reading active writers 2026/04/21 01:39:31 DEBUG : Looking for writers 2026/04/21 01:39:31 DEBUG : dir: reading active writers 2026/04/21 01:39:31 DEBUG : >WaitForWriters: run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestDirStat Messages: listing wrong, want got dir/file1 (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestDirStat Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirStat Messages: directories --- FAIL: TestDirStat (21.15s) === RUN TestDirReadDirAll run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:39:45 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:39:45 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:39:46 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:39:46 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/04/21 01:39:50 DEBUG : dir/file2: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 01:39:50 DEBUG : dir/file2: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 01:39:51 DEBUG : dir/file2: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 01:39:51 DEBUG : dir/file2: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 01:39:52 DEBUG : dir/file2: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/21 01:39:58 DEBUG : dir/subdir/file3: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 01:39:58 DEBUG : dir/subdir/file3: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 01:39:58 DEBUG : dir/subdir/file3: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 01:39:59 DEBUG : dir/subdir/file3: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 01:40:00 DEBUG : dir/subdir/file3: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/21 01:40:02 DEBUG : dir/subdir/file3: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/21 01:40:05 DEBUG : dir/subdir/file3: Trying to read object after upload: try again in 6.4s (7/10) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:259 Error: Should be true Test: TestDirReadDirAll Messages: listing wrong, want dir/file1 (14), dir/file2 (15), dir/subdir/file3 (16) got dir/file1 (14), dir/file1(1) (14), dir/file2 (15), dir/subdir/file3 (16) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:259 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestDirReadDirAll Messages: Unexpected file "dir/file1(1)" 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:265 Error: Not equal: expected: []string{"file1,14,false", "file2,15,false", "subdir,0,true"} actual : []string{"file1,14,false", "file1(1),14,false", "file2,15,false", "subdir,0,true"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=3) { +([]string) (len=4) { (string) (len=14) "file1,14,false", + (string) (len=17) "file1(1),14,false", (string) (len=14) "file2,15,false", Test: TestDirReadDirAll === RUN TestDirReadDirAll/Virtual 2026/04/21 01:40:22 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/04/21 01:40:22 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/04/21 01:40:22 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/04/21 01:40:22 DEBUG : dir: Added virtual directory entry vDel: "subdir" 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:287 Error: Not equal: expected: []string{"file1,14,false", "virtualDir,0,true", "virtualFile,17,false"} actual : []string{"file1,14,false", "file1(1),14,false", "virtualDir,0,true", "virtualFile,17,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=3) { +([]string) (len=4) { (string) (len=14) "file1,14,false", + (string) (len=17) "file1(1),14,false", (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual 2026/04/21 01:40:24 DEBUG : dir/virtualFile: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 01:40:24 DEBUG : dir/virtualFile: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 01:40:24 DEBUG : dir/virtualFile: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 01:40:25 DEBUG : dir/virtualFile: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 01:40:26 DEBUG : dir/virtualFile: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/21 01:40:28 DEBUG : dir/virtualFile: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/21 01:40:31 DEBUG : dir/virtualFile: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/21 01:40:41 DEBUG : dir/virtualDir/testFile: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 01:40:42 DEBUG : dir/virtualDir/testFile: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 01:40:42 DEBUG : dir/virtualDir/testFile: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 01:40:43 DEBUG : dir/virtualDir/testFile: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 01:40:44 DEBUG : dir/virtualDir/testFile: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/21 01:40:48 DEBUG : dir: invalidating directory cache 2026/04/21 01:40:48 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/04/21 01:40:48 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/04/21 01:40:48 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/04/21 01:40:48 DEBUG : dir/file1: Reset virtual modtime 2026/04/21 01:40:48 DEBUG : dir/file1(1): Reset virtual modtime 2026/04/21 01:40:48 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/04/21 01:40:48 DEBUG : dir/virtualFile: Reset virtual modtime 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:300 Error: Not equal: expected: []string{"file1,14,false", "virtualDir,0,true", "virtualFile,20,false"} actual : []string{"file1,14,false", "file1(1),14,false", "virtualDir,0,true", "virtualFile,20,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=3) { +([]string) (len=4) { (string) (len=14) "file1,14,false", + (string) (len=17) "file1(1),14,false", (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual 2026/04/21 01:40:48 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/04/21 01:40:48 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/04/21 01:40:48 DEBUG : dir: Added virtual directory entry vDel: "file1" 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:313 Error: Not equal: expected: []string{"virtualDir,0,true", "virtualDir2,0,true", "virtualFile,20,false", "virtualFile2,100,false"} actual : []string{"file1(1),14,false", "virtualDir,0,true", "virtualDir2,0,true", "virtualFile,20,false", "virtualFile2,100,false"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=4) { +([]string) (len=5) { + (string) (len=17) "file1(1),14,false", (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual 2026/04/21 01:40:48 DEBUG : dir: invalidating directory cache 2026/04/21 01:40:49 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/04/21 01:40:49 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/04/21 01:40:49 DEBUG : dir/file1(1): Reset virtual modtime 2026/04/21 01:40:49 DEBUG : dir/virtualFile: Reset virtual modtime 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:324 Error: Not equal: expected: []string{"file1,14,false", "virtualDir,0,true", "virtualFile,20,false", "virtualFile2,100,false"} actual : []string{"file1,14,false", "file1(1),14,false", "virtualDir,0,true", "virtualFile,20,false", "virtualFile2,100,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=4) { +([]string) (len=5) { (string) (len=14) "file1,14,false", + (string) (len=17) "file1(1),14,false", (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual 2026/04/21 01:40:49 DEBUG : forgetting directory cache 2026/04/21 01:40:49 DEBUG : dir: forgetting directory cache 2026/04/21 01:40:49 DEBUG : dir/virtualDir: forgetting directory cache 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:329 Error: Not equal: expected: []string{"file1,14,false", "virtualDir,0,true", "virtualFile,20,false", "virtualFile2,100,false"} actual : []string{"file1,14,false", "file1(1),14,false", "virtualDir,0,true", "virtualFile,20,false", "virtualFile2,100,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=4) { +([]string) (len=5) { (string) (len=14) "file1,14,false", + (string) (len=17) "file1(1),14,false", (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual 2026/04/21 01:40:49 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:40:49 DEBUG : dir/virtualDir: Looking for writers 2026/04/21 01:40:49 DEBUG : dir: Looking for writers 2026/04/21 01:40:49 DEBUG : virtualFile: reading active writers 2026/04/21 01:40:49 DEBUG : virtualDir: reading active writers 2026/04/21 01:40:49 DEBUG : file1: reading active writers 2026/04/21 01:40:49 DEBUG : file1(1): reading active writers 2026/04/21 01:40:49 DEBUG : virtualFile2: reading active writers 2026/04/21 01:40:49 DEBUG : Looking for writers 2026/04/21 01:40:49 DEBUG : dir: reading active writers 2026/04/21 01:40:49 DEBUG : >WaitForWriters: === NAME TestDirReadDirAll run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir/virtualDir" failed - try 1/3: directory not empty run.go:130: removing dir "dir/virtualDir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestDirReadDirAll Messages: listing wrong, want got dir/file1 (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestDirReadDirAll Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirReadDirAll Messages: directories --- FAIL: TestDirReadDirAll (87.56s) --- FAIL: TestDirReadDirAll/Virtual (26.81s) === RUN TestDirOpen run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:41:13 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:41:13 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:41:14 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:41:14 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/04/21 01:41:16 ERROR : dir/: Can only open directories read only 2026/04/21 01:41:16 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:41:16 DEBUG : dir: Looking for writers 2026/04/21 01:41:16 DEBUG : Looking for writers 2026/04/21 01:41:16 DEBUG : dir: reading active writers 2026/04/21 01:41:16 DEBUG : >WaitForWriters: run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestDirOpen Messages: listing wrong, want got dir/file1 (14), dir/file1(1) (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestDirOpen Messages: Unexpected file "dir/file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestDirOpen Messages: Unexpected file "dir/file1(1)" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirOpen Messages: directories --- FAIL: TestDirOpen (19.50s) === RUN TestDirCreate run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:41:32 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:41:32 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:41:33 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:41:33 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:347 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestDirCreate Messages: listing wrong, want dir/file1 (14) got dir/file1 (14), dir/file1(1) (14), dir/file1(2) (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:347 Error: Should be true Test: TestDirCreate Messages: Unexpected file "dir/file1(1)" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:347 Error: Should be true Test: TestDirCreate Messages: Unexpected file "dir/file1(2)" 2026/04/21 01:41:44 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/04/21 01:41:44 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/21 01:41:44 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/04/21 01:41:44 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/21 01:41:44 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': File to upload is small (5 bytes), uploading instead of streaming 2026/04/21 01:41:46 DEBUG : dir/potato: size = 5 OK 2026/04/21 01:41:46 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/04/21 01:41:46 DEBUG : dir/potato: Size of src and dst objects identical 2026/04/21 01:41:46 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/21 01:41:46 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:41:46 DEBUG : dir: Looking for writers 2026/04/21 01:41:46 DEBUG : file1(1): reading active writers 2026/04/21 01:41:46 DEBUG : file1(2): reading active writers 2026/04/21 01:41:46 DEBUG : potato: reading active writers 2026/04/21 01:41:46 DEBUG : file1: reading active writers 2026/04/21 01:41:46 DEBUG : Looking for writers 2026/04/21 01:41:46 DEBUG : dir: reading active writers 2026/04/21 01:41:46 DEBUG : >WaitForWriters: run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestDirCreate Messages: listing wrong, want got dir/file1 (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestDirCreate Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirCreate Messages: directories --- FAIL: TestDirCreate (34.20s) === RUN TestDirMkdir run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:42:07 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:42:07 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:42:07 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:42:07 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/04/21 01:42:12 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/21 01:42:12 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:42:12 DEBUG : dir/sub: Looking for writers 2026/04/21 01:42:12 DEBUG : dir: Looking for writers 2026/04/21 01:42:12 DEBUG : file1: reading active writers 2026/04/21 01:42:12 DEBUG : sub: reading active writers 2026/04/21 01:42:12 DEBUG : Looking for writers 2026/04/21 01:42:12 DEBUG : dir: reading active writers 2026/04/21 01:42:12 DEBUG : >WaitForWriters: run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestDirMkdir Messages: listing wrong, want got dir/file1 (14), dir/file1(1) (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestDirMkdir Messages: Unexpected file "dir/file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestDirMkdir Messages: Unexpected file "dir/file1(1)" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirMkdir Messages: directories --- FAIL: TestDirMkdir (23.67s) === RUN TestDirMkdirSub run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:42:30 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:42:30 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:42:31 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:42:31 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:413 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestDirMkdirSub Messages: listing wrong, want dir/file1 (14) got dir/file1 (14), dir/file1(1) (14), dir/file1(2) (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:413 Error: Should be true Test: TestDirMkdirSub Messages: Unexpected file "dir/file1(1)" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:413 Error: Should be true Test: TestDirMkdirSub Messages: Unexpected file "dir/file1(2)" 2026/04/21 01:42:44 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/21 01:42:45 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 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:425 Error: Not equal: expected: []string{"file1,14,false", "sub,0,true"} actual : []string{"file1,14,false", "file1(1),14,false", "file1(2),14,false", "sub,0,true"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=2) { +([]string) (len=4) { (string) (len=14) "file1,14,false", + (string) (len=17) "file1(1),14,false", + (string) (len=17) "file1(2),14,false", (string) (len=10) "sub,0,true" Test: TestDirMkdirSub fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:430 Error: Should be true Test: TestDirMkdirSub Messages: listing wrong, want dir/file1 (14) got dir/file1 (14), dir/file1(1) (14), dir/file1(2) (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:430 Error: Should be true Test: TestDirMkdirSub Messages: Unexpected file "dir/file1(1)" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:430 Error: Should be true Test: TestDirMkdirSub Messages: Unexpected file "dir/file1(2)" 2026/04/21 01:42:56 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:42:56 DEBUG : dir/sub/subsub: Looking for writers 2026/04/21 01:42:56 DEBUG : dir/sub: Looking for writers 2026/04/21 01:42:56 DEBUG : subsub: reading active writers 2026/04/21 01:42:56 DEBUG : dir: Looking for writers 2026/04/21 01:42:56 DEBUG : file1: reading active writers 2026/04/21 01:42:56 DEBUG : file1(1): reading active writers 2026/04/21 01:42:56 DEBUG : file1(2): reading active writers 2026/04/21 01:42:56 DEBUG : sub: reading active writers 2026/04/21 01:42:56 DEBUG : Looking for writers 2026/04/21 01:42:56 DEBUG : dir: reading active writers 2026/04/21 01:42:56 DEBUG : >WaitForWriters: run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir/sub" failed - try 1/3: directory not empty run.go:130: removing dir "dir/sub" failed - try 2/3: directory not empty run.go:130: removing dir "dir/sub" failed - try 3/3: directory not empty run.go:133: removing dir "dir/sub" failed: directory not empty run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestDirMkdirSub Messages: listing wrong, want got dir/file1 (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestDirMkdirSub Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir", "dir/sub"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=3) "dir", + (string) (len=7) "dir/sub" } Test: TestDirMkdirSub Messages: directories --- FAIL: TestDirMkdirSub (50.34s) === RUN TestDirRemove run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:43:21 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:43:21 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:43:21 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:43:22 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/04/21 01:43:24 ERROR : dir/: Dir.Remove not empty 2026/04/21 01:43:24 DEBUG : dir/file1: Remove: 2026/04/21 01:43:24 DEBUG : dir/file1: File.Remove file error: could not Remove: Linkbox error 403: not permit 2026/04/21 01:43:24 DEBUG : dir/file1: >Remove: err=could not Remove: Linkbox error 403: not permit dir_test.go:452: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:452 Error: Received unexpected error: could not Remove: Linkbox error 403: not permit Test: TestDirRemove 2026/04/21 01:43:24 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:43:24 DEBUG : dir/sub: Looking for writers 2026/04/21 01:43:24 DEBUG : dir: Looking for writers 2026/04/21 01:43:24 DEBUG : file1: reading active writers 2026/04/21 01:43:24 DEBUG : sub: reading active writers 2026/04/21 01:43:24 DEBUG : Looking for writers 2026/04/21 01:43:24 DEBUG : dir: reading active writers 2026/04/21 01:43:24 DEBUG : >WaitForWriters: run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:452 Error: Should be true Test: TestDirRemove Messages: listing wrong, want got dir/file1 (14), dir/file1(1) (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:452 Error: Should be true Test: TestDirRemove Messages: Unexpected file "dir/file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:452 Error: Should be true Test: TestDirRemove Messages: Unexpected file "dir/file1(1)" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:452 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirRemove Messages: directories --- FAIL: TestDirRemove (21.70s) === RUN TestDirRemoveAll run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:43:42 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:43:42 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:43:43 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:43:43 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:477 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestDirRemoveAll Messages: listing wrong, want dir/file1 (14) got dir/file1 (14), dir/file1(1) (14), dir/file1(2) (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:477 Error: Should be true Test: TestDirRemoveAll Messages: Unexpected file "dir/file1(1)" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:477 Error: Should be true Test: TestDirRemoveAll Messages: Unexpected file "dir/file1(2)" 2026/04/21 01:43:54 DEBUG : dir/file1: Remove: 2026/04/21 01:43:55 DEBUG : dir/file1: File.Remove file error: could not Remove: Linkbox error 403: not permit 2026/04/21 01:43:55 DEBUG : dir/file1: >Remove: err=could not Remove: Linkbox error 403: not permit 2026/04/21 01:43:55 ERROR : dir/file1: Dir.RemoveAll failed to remove: could not Remove: Linkbox error 403: not permit dir_test.go:481: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:481 Error: Received unexpected error: could not Remove: Linkbox error 403: not permit Test: TestDirRemoveAll 2026/04/21 01:43:55 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:43:55 DEBUG : dir: Looking for writers 2026/04/21 01:43:55 DEBUG : file1(1): reading active writers 2026/04/21 01:43:55 DEBUG : file1(2): reading active writers 2026/04/21 01:43:55 DEBUG : file1: reading active writers 2026/04/21 01:43:55 DEBUG : Looking for writers 2026/04/21 01:43:55 DEBUG : dir: reading active writers 2026/04/21 01:43:55 DEBUG : >WaitForWriters: run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 2026/04/21 01:44:13 DEBUG : forgetting directory cache fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:481 Error: Should be true Test: TestDirRemoveAll Messages: listing wrong, want got dir/file1 (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:481 Error: Should be true Test: TestDirRemoveAll Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:481 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirRemoveAll Messages: directories --- FAIL: TestDirRemoveAll (31.04s) === RUN TestDirRemoveName run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:44:13 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:44:13 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:44:14 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:44:14 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/04/21 01:44:17 DEBUG : dir/file1: Remove: 2026/04/21 01:44:17 DEBUG : dir/file1: File.Remove file error: could not Remove: Linkbox error 403: not permit 2026/04/21 01:44:17 DEBUG : dir/file1: >Remove: err=could not Remove: Linkbox error 403: not permit dir_test.go:503: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:503 Error: Received unexpected error: could not Remove: Linkbox error 403: not permit Test: TestDirRemoveName 2026/04/21 01:44:17 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:44:17 DEBUG : dir: Looking for writers 2026/04/21 01:44:17 DEBUG : file1: reading active writers 2026/04/21 01:44:17 DEBUG : Looking for writers 2026/04/21 01:44:17 DEBUG : dir: reading active writers 2026/04/21 01:44:17 DEBUG : >WaitForWriters: run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:503 Error: Should be true Test: TestDirRemoveName Messages: listing wrong, want got dir/file1 (14), dir/file1(1) (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:503 Error: Should be true Test: TestDirRemoveName Messages: Unexpected file "dir/file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:503 Error: Should be true Test: TestDirRemoveName Messages: Unexpected file "dir/file1(1)" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:503 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirRemoveName Messages: directories --- FAIL: TestDirRemoveName (20.23s) === RUN TestDirRename run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:44:34 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:44:34 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:44:34 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:44:34 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:520 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestDirRename Messages: listing wrong, want dir/file1 (14) got dir/file1 (14), dir/file1(1) (14), dir/file1(2) (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:520 Error: Should be true Test: TestDirRename Messages: Unexpected file "dir/file1(1)" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:520 Error: Should be true Test: TestDirRename Messages: Unexpected file "dir/file1(2)" dir_test.go:524: can't rename directories 2026/04/21 01:44:45 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:44:45 DEBUG : dir: Looking for writers 2026/04/21 01:44:45 DEBUG : Looking for writers 2026/04/21 01:44:45 DEBUG : dir: reading active writers 2026/04/21 01:44:45 DEBUG : >WaitForWriters: run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:524 Error: Should be true Test: TestDirRename Messages: listing wrong, want got dir/file1 (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:524 Error: Should be true Test: TestDirRename Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:524 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirRename Messages: directories --- FAIL: TestDirRename (30.55s) === RUN TestDirStructSize dir_test.go:611: Dir struct has size 200 bytes --- PASS: TestDirStructSize (0.00s) === RUN TestDirFileOpen run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:45:04 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:45:04 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:45:06 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:45:06 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/04/21 01:45:10 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/21 01:45:10 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 01:45:10 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/21 01:45:10 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/21 01:45:10 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/04/21 01:45:10 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/04/21 01:45:10 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/21 01:45:10 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 01:45:10 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/21 01:45:10 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/21 01:45:10 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/04/21 01:45:10 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/04/21 01:45:10 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/21 01:45:10 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': File to upload is small (12 bytes), uploading instead of streaming 2026/04/21 01:45:12 DEBUG : dir/sub/file2: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 01:45:12 DEBUG : dir/sub/file2: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 01:45:13 DEBUG : dir/sub/file2: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 01:45:13 DEBUG : dir/sub/file2: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 01:45:14 DEBUG : dir/sub/file2: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/21 01:45:16 DEBUG : dir/sub/file2: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/21 01:45:19 DEBUG : dir/sub/file2: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/21 01:45:26 DEBUG : dir/sub/file2: Trying to read object after upload: try again in 12.8s (8/10) 2026/04/21 01:45:39 DEBUG : dir/sub/file2: Trying to read object after upload: try again in 25.6s (9/10) 2026/04/21 01:46:05 DEBUG : dir/sub/file2: size = 12 OK 2026/04/21 01:46:05 DEBUG : dir/sub/file2: Size of src and dst objects identical 2026/04/21 01:46:05 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/21 01:46:05 DEBUG : forgetting directory cache 2026/04/21 01:46:05 DEBUG : dir: forgetting directory cache 2026/04/21 01:46:05 DEBUG : dir/sub: forgetting directory cache 2026/04/21 01:46:05 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/04/21 01:46:05 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/04/21 01:46:05 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': File to upload is small (5 bytes), uploading instead of streaming 2026/04/21 01:46:07 DEBUG : dir/sub/file0: size = 5 OK 2026/04/21 01:46:07 DEBUG : dir/sub/file0: Size of src and dst objects identical 2026/04/21 01:46:07 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/21 01:46:07 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:46:07 DEBUG : dir/sub: Looking for writers 2026/04/21 01:46:07 DEBUG : file0: reading active writers 2026/04/21 01:46:07 DEBUG : file2: reading active writers 2026/04/21 01:46:07 DEBUG : dir: Looking for writers 2026/04/21 01:46:07 DEBUG : sub: reading active writers 2026/04/21 01:46:07 DEBUG : file1: reading active writers 2026/04/21 01:46:07 DEBUG : Looking for writers 2026/04/21 01:46:07 DEBUG : dir: reading active writers 2026/04/21 01:46:07 DEBUG : >WaitForWriters: run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir/sub" failed - try 1/3: directory not empty run.go:130: removing dir "dir/sub" failed - try 2/3: directory not empty run.go:130: removing dir "dir/sub" failed - try 3/3: directory not empty run.go:133: removing dir "dir/sub" failed: directory not empty run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty 2026/04/21 01:46:21 DEBUG : forgetting directory cache 2026/04/21 01:46:21 DEBUG : dir: forgetting directory cache 2026/04/21 01:46:21 DEBUG : dir/subdir: forgetting directory cache run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestDirFileOpen Messages: listing wrong, want got dir/file1 (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestDirFileOpen Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir", "dir/sub"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=3) "dir", + (string) (len=7) "dir/sub" } Test: TestDirFileOpen Messages: directories --- FAIL: TestDirFileOpen (87.02s) === RUN TestDirEntryModTimeInvalidation run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:46:31 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:46:31 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream dir_test.go:666: Need DirModTimeUpdatesOnWrite 2026/04/21 01:46:31 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:46:31 DEBUG : Looking for writers 2026/04/21 01:46:31 DEBUG : >WaitForWriters: run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:666 Error: Should be true Test: TestDirEntryModTimeInvalidation Messages: listing wrong, want got dir/file1 (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:666 Error: Should be true Test: TestDirEntryModTimeInvalidation Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:666 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirEntryModTimeInvalidation Messages: directories --- FAIL: TestDirEntryModTimeInvalidation (18.23s) === RUN TestDirMetadataExtension run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:46:49 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:46:49 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:46:50 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:46:50 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 2026/04/21 01:46:58 DEBUG : forgetting directory cache 2026/04/21 01:46:58 DEBUG : dir: forgetting directory cache fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:699 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestDirMetadataExtension Messages: listing wrong, want dir/file1 (14) got dir/file1 (14), dir/file1(1) (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:26 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:699 Error: Should be true Test: TestDirMetadataExtension Messages: Unexpected file "dir/file1(1)" 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:704 Error: Not equal: expected: []string{"file1,14,false"} actual : []string{"file1,14,false", "file1(1),14,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) "file1,14,false" +([]string) (len=2) { + (string) (len=14) "file1,14,false", + (string) (len=17) "file1(1),14,false" } Test: TestDirMetadataExtension 2026/04/21 01:47:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/04/21 01:47:01 DEBUG : dir/file1.metadata: Set virtual modtime to 2026-04-21 01:39:25 +0000 UTC 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:733 Error: Not equal: expected: []string{"file1,14,false", "file1.metadata,2,false"} actual : []string{"file1,14,false", "file1(1),14,false", "file1.metadata,2,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=2) { +([]string) (len=3) { (string) (len=14) "file1,14,false", + (string) (len=17) "file1(1),14,false", (string) (len=22) "file1.metadata,2,false" Test: TestDirMetadataExtension 2026/04/21 01:47:01 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 01:47:01 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/04/21 01:47:01 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/04/21 01:47:01 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/04/21 01:47:01 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:47:01 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/21 01:47:01 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/04/21 01:47:01 DEBUG : dir.metadata: Set virtual modtime to 2026-04-21 01:38:58 +0000 UTC 2026/04/21 01:47:01 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 01:47:01 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/04/21 01:47:01 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/04/21 01:47:01 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/04/21 01:47:01 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:47:01 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/21 01:47:01 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:47:01 DEBUG : dir: Looking for writers 2026/04/21 01:47:01 DEBUG : file1(1): reading active writers 2026/04/21 01:47:01 DEBUG : file1.metadata: reading active writers 2026/04/21 01:47:01 DEBUG : file1: reading active writers 2026/04/21 01:47:01 DEBUG : Looking for writers 2026/04/21 01:47:01 DEBUG : dir: reading active writers 2026/04/21 01:47:01 DEBUG : dir.metadata: reading active writers 2026/04/21 01:47:01 DEBUG : >WaitForWriters: run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestDirMetadataExtension Messages: listing wrong, want got dir/file1 (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestDirMetadataExtension Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestDirMetadataExtension Messages: directories --- FAIL: TestDirMetadataExtension (29.43s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:47:19 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:47:19 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:47:20 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:47:20 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/04/21 01:47:22 DEBUG : dir/file1: Set virtual modtime to 2026-04-21 01:39:25 +0000 UTC 2026/04/21 01:47:22 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:47:22 DEBUG : dir: Looking for writers 2026/04/21 01:47:22 DEBUG : file1: reading active writers 2026/04/21 01:47:22 DEBUG : Looking for writers 2026/04/21 01:47:22 DEBUG : dir: reading active writers 2026/04/21 01:47:22 DEBUG : >WaitForWriters: run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit 2026/04/21 01:47:23 DEBUG : dir: forgetting directory cache 2026/04/21 01:47:23 DEBUG : forgetting directory cache 2026/04/21 01:47:23 DEBUG : dir: forgetting directory cache run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestFileMethods Messages: listing wrong, want got dir/file1 (14), dir/file1(1) (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestFileMethods Messages: Unexpected file "dir/file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestFileMethods Messages: Unexpected file "dir/file1(1)" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileMethods Messages: directories --- FAIL: TestFileMethods (19.58s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:47:38 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:47:38 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:47:39 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:47:39 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:95 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:159 Error: Should be true Test: TestFileSetModTime/cache=off,open=false,write=false Messages: listing wrong, want dir/file1 (14) got dir/file1 (14), dir/file1(1) (14), dir/file1(2) (14) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:95 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:159 Error: Should be true Test: TestFileSetModTime/cache=off,open=false,write=false Messages: Unexpected file "dir/file1(1)" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:95 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:159 Error: Should be true Test: TestFileSetModTime/cache=off,open=false,write=false Messages: Unexpected file "dir/file1(2)" 2026/04/21 01:47:52 DEBUG : time_test: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 01:47:53 DEBUG : time_test: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 01:47:53 DEBUG : time_test: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 01:47:55 DEBUG : Can set mod time: false file_test.go:97: can't set mod time 2026/04/21 01:47:55 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:47:55 DEBUG : dir: Looking for writers 2026/04/21 01:47:55 DEBUG : file1: reading active writers 2026/04/21 01:47:55 DEBUG : file1(1): reading active writers 2026/04/21 01:47:55 DEBUG : file1(2): reading active writers 2026/04/21 01:47:55 DEBUG : Looking for writers 2026/04/21 01:47:55 DEBUG : dir: reading active writers 2026/04/21 01:47:55 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit 2026/04/21 01:47:56 DEBUG : forgetting directory cache 2026/04/21 01:47:56 DEBUG : dir: forgetting directory cache run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:97 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:159 Error: Should be true Test: TestFileSetModTime/cache=off,open=false,write=false Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:97 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:159 Error: Should be true Test: TestFileSetModTime/cache=off,open=false,write=false Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:97 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:159 Error: Should be true Test: TestFileSetModTime/cache=off,open=false,write=false Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:97 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:159 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileSetModTime/cache=off,open=false,write=false Messages: directories === RUN TestFileSetModTime/cache=off,open=true,write=false file_test.go:93: can't set mod time === RUN TestFileSetModTime/cache=off,open=true,write=true file_test.go:93: can't set mod time === RUN TestFileSetModTime/cache=full,open=false,write=false file_test.go:93: can't set mod time === RUN TestFileSetModTime/cache=full,open=true,write=false file_test.go:93: can't set mod time === RUN TestFileSetModTime/cache=full,open=true,write=true file_test.go:93: can't set mod time --- FAIL: TestFileSetModTime (38.98s) --- FAIL: TestFileSetModTime/cache=off,open=false,write=false (38.98s) --- SKIP: TestFileSetModTime/cache=off,open=true,write=false (0.00s) --- SKIP: TestFileSetModTime/cache=off,open=true,write=true (0.00s) --- SKIP: TestFileSetModTime/cache=full,open=false,write=false (0.00s) --- SKIP: TestFileSetModTime/cache=full,open=true,write=false (0.00s) --- SKIP: TestFileSetModTime/cache=full,open=true,write=true (0.00s) === RUN TestFileOpenRead run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:48:17 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:48:17 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:48:18 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:48:18 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:178 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestFileOpenRead Messages: listing wrong, want dir/file1 (14) got dir/file1 (14), dir/file1(1) (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:178 Error: Should be true Test: TestFileOpenRead Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:178 Error: Should be true Test: TestFileOpenRead Messages: Unexpected file "dir/file1(1)" 2026/04/21 01:48:29 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/21 01:48:29 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/21 01:48:29 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 file_test.go:171: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:171 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:180 Error: Received unexpected error: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestFileOpenRead 2026/04/21 01:48:29 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:48:29 DEBUG : dir: Looking for writers 2026/04/21 01:48:29 DEBUG : file1: reading active writers 2026/04/21 01:48:29 DEBUG : file1(1): reading active writers 2026/04/21 01:48:29 DEBUG : Looking for writers 2026/04/21 01:48:29 DEBUG : time_test: reading active writers 2026/04/21 01:48:29 DEBUG : dir: reading active writers 2026/04/21 01:48:29 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 2026/04/21 01:48:47 DEBUG : dir: forgetting directory cache 2026/04/21 01:48:47 DEBUG : forgetting directory cache 2026/04/21 01:48:47 DEBUG : dir: forgetting directory cache 2026/04/21 01:48:47 DEBUG : fil: forgetting directory cache 2026/04/21 01:48:47 DEBUG : fil/a: forgetting directory cache 2026/04/21 01:48:47 DEBUG : fil/a/b: forgetting directory cache fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:171 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:180 Error: Should be true Test: TestFileOpenRead Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:171 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:180 Error: Should be true Test: TestFileOpenRead Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:171 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:180 Error: Should be true Test: TestFileOpenRead Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:171 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:180 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileOpenRead Messages: directories --- FAIL: TestFileOpenRead (33.15s) === RUN TestFileOpenReadUnknownSize 2026/04/21 01:48:51 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/04/21 01:48:51 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:48:51 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:48:51 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/04/21 01:48:51 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:48:51 DEBUG : Looking for writers 2026/04/21 01:48:51 DEBUG : file.txt: reading active writers 2026/04/21 01:48:51 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.01s) === RUN TestFileOpenWrite run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:48:51 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:48:51 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:48:51 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:48:51 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:232 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestFileOpenWrite Messages: listing wrong, want dir/file1 (14) got dir/file1 (14), dir/file1(1) (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:232 Error: Should be true Test: TestFileOpenWrite Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:232 Error: Should be true Test: TestFileOpenWrite Messages: Unexpected file "dir/file1(1)" 2026/04/21 01:49:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/21 01:49:02 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': File to upload is small (25 bytes), uploading instead of streaming 2026/04/21 01:49:03 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:49:03 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/04/21 01:49:05 DEBUG : dir/file1: size = 25 (Linkbox root 'rclone-test-fuyoxas5tiji') 2026/04/21 01:49:05 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-fuyoxas5tiji') 2026/04/21 01:49:05 DEBUG : dir/file1: Sizes differ 2026/04/21 01:49:05 ERROR : dir/file1: corrupted on transfer 2026/04/21 01:49:05 ERROR : dir/file1: WriteFileHandle.New Rcat failed: corrupted on transfer file_test.go:241: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:241 Error: Received unexpected error: corrupted on transfer Test: TestFileOpenWrite 2026/04/21 01:49:05 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:49:05 DEBUG : dir: Looking for writers 2026/04/21 01:49:05 DEBUG : file1: reading active writers 2026/04/21 01:49:05 DEBUG : file1(1): reading active writers 2026/04/21 01:49:05 DEBUG : Looking for writers 2026/04/21 01:49:05 DEBUG : dir: reading active writers 2026/04/21 01:49:05 DEBUG : time_test: reading active writers 2026/04/21 01:49:05 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit 2026/04/21 01:49:10 DEBUG : forgetting directory cache 2026/04/21 01:49:10 DEBUG : dir: forgetting directory cache 2026/04/21 01:49:10 DEBUG : dir: forgetting directory cache run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:241 Error: Should be true Test: TestFileOpenWrite Messages: listing wrong, want got dir/file1 (14), dir/file1(1) (14), dir/file1(2) (25), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:241 Error: Should be true Test: TestFileOpenWrite Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:241 Error: Should be true Test: TestFileOpenWrite Messages: Unexpected file "dir/file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:241 Error: Should be true Test: TestFileOpenWrite Messages: Unexpected file "dir/file1(1)" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:241 Error: Should be true Test: TestFileOpenWrite Messages: Unexpected file "dir/file1(2)" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:241 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileOpenWrite Messages: directories --- FAIL: TestFileOpenWrite (35.05s) === RUN TestFileRemove run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:49:26 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:49:26 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:49:26 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:49:26 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 2026/04/21 01:49:31 DEBUG : forgetting directory cache 2026/04/21 01:49:31 DEBUG : dir: forgetting directory cache fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:251 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestFileRemove Messages: listing wrong, want dir/file1 (14) got dir/file1 (14), dir/file1(1) (14), dir/file1(2) (25), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:251 Error: Should be true Test: TestFileRemove Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:251 Error: Should be true Test: TestFileRemove Messages: Unexpected file "dir/file1(1)" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:251 Error: Should be true Test: TestFileRemove Messages: Unexpected file "dir/file1(2)" 2026/04/21 01:49:37 DEBUG : dir/file1: Remove: 2026/04/21 01:49:38 DEBUG : dir/file1: File.Remove file error: could not Remove: Linkbox error 403: not permit 2026/04/21 01:49:38 DEBUG : dir/file1: >Remove: err=could not Remove: Linkbox error 403: not permit file_test.go:254: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:254 Error: Received unexpected error: could not Remove: Linkbox error 403: not permit Test: TestFileRemove 2026/04/21 01:49:38 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:49:38 DEBUG : dir: Looking for writers 2026/04/21 01:49:38 DEBUG : file1: reading active writers 2026/04/21 01:49:38 DEBUG : file1(1): reading active writers 2026/04/21 01:49:38 DEBUG : file1(2): reading active writers 2026/04/21 01:49:38 DEBUG : Looking for writers 2026/04/21 01:49:38 DEBUG : dir: reading active writers 2026/04/21 01:49:38 DEBUG : time_test: reading active writers 2026/04/21 01:49:38 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:254 Error: Should be true Test: TestFileRemove Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:254 Error: Should be true Test: TestFileRemove Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:254 Error: Should be true Test: TestFileRemove Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:254 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileRemove Messages: directories --- FAIL: TestFileRemove (34.34s) === RUN TestFileRemoveAll run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:50:00 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:50:00 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:50:01 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:50:01 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:264 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestFileRemoveAll Messages: listing wrong, want dir/file1 (14) got dir/file1 (14), dir/file1(2) (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:264 Error: Should be true Test: TestFileRemoveAll Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:264 Error: Should be true Test: TestFileRemoveAll Messages: Unexpected file "dir/file1(2)" 2026/04/21 01:50:12 DEBUG : dir/file1: Remove: 2026/04/21 01:50:12 DEBUG : dir/file1: File.Remove file error: could not Remove: Linkbox error 403: not permit 2026/04/21 01:50:12 DEBUG : dir/file1: >Remove: err=could not Remove: Linkbox error 403: not permit file_test.go:267: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:267 Error: Received unexpected error: could not Remove: Linkbox error 403: not permit Test: TestFileRemoveAll 2026/04/21 01:50:12 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:50:12 DEBUG : dir: Looking for writers 2026/04/21 01:50:12 DEBUG : file1: reading active writers 2026/04/21 01:50:12 DEBUG : file1(2): reading active writers 2026/04/21 01:50:12 DEBUG : Looking for writers 2026/04/21 01:50:12 DEBUG : dir: reading active writers 2026/04/21 01:50:12 DEBUG : time_test: reading active writers 2026/04/21 01:50:12 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty 2026/04/21 01:50:22 DEBUG : dir/subdir: forgetting directory cache run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:267 Error: Should be true Test: TestFileRemoveAll Messages: listing wrong, want got dir/file1 (14), dir/file1(2) (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:267 Error: Should be true Test: TestFileRemoveAll Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:267 Error: Should be true Test: TestFileRemoveAll Messages: Unexpected file "dir/file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:267 Error: Should be true Test: TestFileRemoveAll Messages: Unexpected file "dir/file1(2)" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:267 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileRemoveAll Messages: directories --- FAIL: TestFileRemoveAll (33.22s) === RUN TestFileOpen run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:50:33 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:50:33 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:50:34 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:50:34 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:277 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestFileOpen Messages: listing wrong, want dir/file1 (14) got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:277 Error: Should be true Test: TestFileOpen Messages: Unexpected file "time_test" 2026/04/21 01:50:45 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/21 01:50:45 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/21 01:50:45 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/21 01:50:45 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/21 01:50:45 DEBUG : dir/file1: Open: flags=O_RDWR 2026/04/21 01:50:45 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/21 01:50:45 DEBUG : dir/file1: Open: flags=0x3 2026/04/21 01:50:45 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/04/21 01:50:45 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/04/21 01:50:45 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:50:45 DEBUG : dir: Looking for writers 2026/04/21 01:50:45 DEBUG : file1: reading active writers 2026/04/21 01:50:45 DEBUG : file1(1): reading active writers 2026/04/21 01:50:45 DEBUG : Looking for writers 2026/04/21 01:50:45 DEBUG : dir: reading active writers 2026/04/21 01:50:45 DEBUG : time_test: reading active writers 2026/04/21 01:50:45 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit 2026/04/21 01:50:48 DEBUG : dir/virtualDir2: forgetting directory cache 2026/04/21 01:50:49 DEBUG : forgetting directory cache 2026/04/21 01:50:49 DEBUG : dir: forgetting directory cache 2026/04/21 01:50:49 DEBUG : dir/virtualDir: forgetting directory cache 2026/04/21 01:50:49 DEBUG : dir: forgetting directory cache 2026/04/21 01:50:49 DEBUG : dir/virtualDir: forgetting directory cache run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestFileOpen Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestFileOpen Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestFileOpen Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileOpen Messages: directories --- FAIL: TestFileOpen (33.11s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:51:06 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:51:06 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:51:07 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:51:07 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 2026/04/21 01:51:16 DEBUG : forgetting directory cache 2026/04/21 01:51:16 DEBUG : dir: forgetting directory cache 2026/04/21 01:51:16 DEBUG : dir: forgetting directory cache fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:302 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/off,forceCache=false Messages: listing wrong, want dir/file1 (14) got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:302 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/off,forceCache=false Messages: Unexpected file "time_test" file_test.go:305: skip as can't rename files 2026/04/21 01:51:19 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:51:19 DEBUG : dir: Looking for writers 2026/04/21 01:51:19 DEBUG : file1: reading active writers 2026/04/21 01:51:19 DEBUG : file1(1): reading active writers 2026/04/21 01:51:19 DEBUG : Looking for writers 2026/04/21 01:51:19 DEBUG : dir: reading active writers 2026/04/21 01:51:19 DEBUG : time_test: reading active writers 2026/04/21 01:51:19 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/off,forceCache=false Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/off,forceCache=false Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/off,forceCache=false Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileRename/off,forceCache=false Messages: directories === RUN TestFileRename/minimal,forceCache=false run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:51:40 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:51:40 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:51:40 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/21 01:51:40 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:51:40 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:51:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:51:40 DEBUG : Config file has changed externally - reloading 2026/04/21 01:51:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 01:51:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:51:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:51:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 01:51:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:51:40 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/21 01:51:41 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:51:41 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 2026/04/21 01:51:44 DEBUG : forgetting directory cache 2026/04/21 01:51:44 DEBUG : dir: forgetting directory cache 2026/04/21 01:51:44 DEBUG : dir: Removed virtual directory entry vAddFile: "potato" fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:302 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/minimal,forceCache=false Messages: listing wrong, want dir/file1 (14) got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:302 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/minimal,forceCache=false Messages: Unexpected file "time_test" file_test.go:305: skip as can't rename files 2026/04/21 01:51:53 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:51:53 DEBUG : dir: Looking for writers 2026/04/21 01:51:53 DEBUG : file1: reading active writers 2026/04/21 01:51:53 DEBUG : file1(1): reading active writers 2026/04/21 01:51:53 DEBUG : Looking for writers 2026/04/21 01:51:53 DEBUG : dir: reading active writers 2026/04/21 01:51:53 DEBUG : time_test: reading active writers 2026/04/21 01:51:53 DEBUG : >WaitForWriters: 2026/04/21 01:51:53 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaner exiting run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 2026/04/21 01:52:10 DEBUG : forgetting directory cache 2026/04/21 01:52:10 DEBUG : dir: forgetting directory cache 2026/04/21 01:52:10 DEBUG : dir/sub: forgetting directory cache 2026/04/21 01:52:10 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/minimal,forceCache=false Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/minimal,forceCache=false Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/minimal,forceCache=false Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileRename/minimal,forceCache=false Messages: directories === RUN TestFileRename/minimal,forceCache=true run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:52:14 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:52:14 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:52:14 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/21 01:52:14 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:52:14 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:52:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:52:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 01:52:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:52:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:52:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 01:52:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:52:14 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/21 01:52:14 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:52:14 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:302 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/minimal,forceCache=true Messages: listing wrong, want dir/file1 (14) got dir/file1 (14), dir/file1(1) (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:302 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/minimal,forceCache=true Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:302 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/minimal,forceCache=true Messages: Unexpected file "dir/file1(1)" file_test.go:305: skip as can't rename files 2026/04/21 01:52:26 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:52:26 DEBUG : dir: Looking for writers 2026/04/21 01:52:26 DEBUG : file1: reading active writers 2026/04/21 01:52:26 DEBUG : file1(1): reading active writers 2026/04/21 01:52:26 DEBUG : Looking for writers 2026/04/21 01:52:26 DEBUG : dir: reading active writers 2026/04/21 01:52:26 DEBUG : time_test: reading active writers 2026/04/21 01:52:26 DEBUG : >WaitForWriters: 2026/04/21 01:52:26 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaner exiting run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 2026/04/21 01:52:42 DEBUG : forgetting directory cache 2026/04/21 01:52:42 DEBUG : dir: forgetting directory cache 2026/04/21 01:52:42 DEBUG : dir/sub: forgetting directory cache 2026/04/21 01:52:42 DEBUG : dir/sub/subsub: forgetting directory cache 2026/04/21 01:52:42 DEBUG : dir/sub: Removed virtual directory entry vAddDir: "subsub" 2026/04/21 01:52:42 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/minimal,forceCache=true Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/minimal,forceCache=true Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/minimal,forceCache=true Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileRename/minimal,forceCache=true Messages: directories === RUN TestFileRename/writes,forceCache=false run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:52:47 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:52:47 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/21 01:52:47 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:52:47 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:52:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:52:47 DEBUG : Config file has changed externally - reloading 2026/04/21 01:52:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 01:52:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:52:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:52:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 01:52:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:52:47 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/21 01:52:48 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:52:48 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:302 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/writes,forceCache=false Messages: listing wrong, want dir/file1 (14) got dir/file1 (14), dir/file1(1) (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:302 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/writes,forceCache=false Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:302 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/writes,forceCache=false Messages: Unexpected file "dir/file1(1)" file_test.go:305: skip as can't rename files 2026/04/21 01:52:59 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:52:59 DEBUG : dir: Looking for writers 2026/04/21 01:52:59 DEBUG : file1: reading active writers 2026/04/21 01:52:59 DEBUG : file1(1): reading active writers 2026/04/21 01:52:59 DEBUG : Looking for writers 2026/04/21 01:52:59 DEBUG : dir: reading active writers 2026/04/21 01:52:59 DEBUG : time_test: reading active writers 2026/04/21 01:52:59 DEBUG : >WaitForWriters: 2026/04/21 01:52:59 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaner exiting run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/writes,forceCache=false Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/writes,forceCache=false Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/writes,forceCache=false Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileRename/writes,forceCache=false Messages: directories === RUN TestFileRename/writes,forceCache=true run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:53:20 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:53:20 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/21 01:53:20 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:53:20 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:53:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:53:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 01:53:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:53:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:53:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 01:53:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:53:20 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/21 01:53:21 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:53:21 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/04/21 01:53:24 DEBUG : forgetting directory cache 2026/04/21 01:53:24 DEBUG : dir: forgetting directory cache 2026/04/21 01:53:24 DEBUG : dir/sub: forgetting directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:302 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/writes,forceCache=true Messages: listing wrong, want dir/file1 (14) got dir/file1 (14), dir/file1(1) (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:302 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/writes,forceCache=true Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:302 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/writes,forceCache=true Messages: Unexpected file "dir/file1(1)" file_test.go:305: skip as can't rename files 2026/04/21 01:53:32 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:53:32 DEBUG : dir: Looking for writers 2026/04/21 01:53:32 DEBUG : file1: reading active writers 2026/04/21 01:53:32 DEBUG : file1(1): reading active writers 2026/04/21 01:53:32 DEBUG : Looking for writers 2026/04/21 01:53:32 DEBUG : time_test: reading active writers 2026/04/21 01:53:32 DEBUG : dir: reading active writers 2026/04/21 01:53:32 DEBUG : >WaitForWriters: 2026/04/21 01:53:32 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaner exiting run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/writes,forceCache=true Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/writes,forceCache=true Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/writes,forceCache=true Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileRename/writes,forceCache=true Messages: directories === RUN TestFileRename/full,forceCache=false run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:53:53 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:53:53 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/21 01:53:53 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:53:53 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:53:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:53:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 01:53:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:53:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:53:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 01:53:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:53:53 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/21 01:53:54 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:53:54 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/04/21 01:53:54 DEBUG : forgetting directory cache 2026/04/21 01:53:54 DEBUG : dir: forgetting directory cache fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:302 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/full,forceCache=false Messages: listing wrong, want dir/file1 (14) got dir/file1 (14), dir/file1(1) (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:302 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/full,forceCache=false Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:302 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/full,forceCache=false Messages: Unexpected file "dir/file1(1)" file_test.go:305: skip as can't rename files 2026/04/21 01:54:05 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:54:05 DEBUG : dir: Looking for writers 2026/04/21 01:54:05 DEBUG : file1: reading active writers 2026/04/21 01:54:05 DEBUG : file1(1): reading active writers 2026/04/21 01:54:05 DEBUG : Looking for writers 2026/04/21 01:54:05 DEBUG : dir: reading active writers 2026/04/21 01:54:05 DEBUG : time_test: reading active writers 2026/04/21 01:54:05 DEBUG : >WaitForWriters: 2026/04/21 01:54:05 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaner exiting run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty 2026/04/21 01:54:17 DEBUG : forgetting directory cache 2026/04/21 01:54:17 DEBUG : dir: forgetting directory cache run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/full,forceCache=false Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/full,forceCache=false Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Should be true Test: TestFileRename/full,forceCache=false Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:305 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:413 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileRename/full,forceCache=false Messages: directories --- FAIL: TestFileRename (199.60s) --- FAIL: TestFileRename/off,forceCache=false (33.73s) --- FAIL: TestFileRename/minimal,forceCache=false (33.62s) --- FAIL: TestFileRename/minimal,forceCache=true (33.26s) --- FAIL: TestFileRename/writes,forceCache=false (33.20s) --- FAIL: TestFileRename/writes,forceCache=true (32.79s) --- FAIL: TestFileRename/full,forceCache=false (33.00s) === RUN TestFileStructSize file_test.go:419: File struct has size 208 bytes --- PASS: TestFileStructSize (0.00s) === RUN TestRcGetVFS run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:54:26 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:54:26 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:54:26 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:54:26 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:54:26 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:54:26 DEBUG : Looking for writers 2026/04/21 01:54:26 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 2026/04/21 01:54:45 DEBUG : forgetting directory cache 2026/04/21 01:54:45 DEBUG : dir: forgetting directory cache 2026/04/21 01:54:45 DEBUG : dir: forgetting directory cache fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRcGetVFS Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRcGetVFS Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRcGetVFS Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRcGetVFS Messages: directories --- FAIL: TestRcGetVFS (19.97s) === RUN TestRcForget rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcForget (0.00s) === RUN TestRcRefresh rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcRefresh (0.00s) === RUN TestRcPollInterval rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcPollInterval (0.00s) === RUN TestRcList rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStats rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcStats (0.00s) === RUN TestReadFileHandleMethods run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:54:46 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:54:46 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:54:47 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:54:47 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:40 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestReadFileHandleMethods Messages: listing wrong, want dir/file1 (16) got dir/file1 (14), dir/file1(1) (16), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:40 Error: Should be true Test: TestReadFileHandleMethods Messages: Unexpected file "time_test" fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:40 Error: Not equal: expected: 16 actual : 14 Test: TestReadFileHandleMethods Messages: dir/file1: size incorrect file=16 vs obj=14 fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:40 Error: Should be true Test: TestReadFileHandleMethods Messages: Unexpected file "dir/file1(1)" 2026/04/21 01:54:57 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/21 01:54:58 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/21 01:54:58 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/21 01:54:58 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= read_test.go:55: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:55 Error: Not equal: expected: 16 actual : 14 Test: TestReadFileHandleMethods 2026/04/21 01:54:58 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 read_test.go:34: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:34 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:58 Error: Received unexpected error: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestReadFileHandleMethods read_test.go:58: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:58 Error: Not equal: expected: "0" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -0 + Test: TestReadFileHandleMethods 2026/04/21 01:54:58 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 read_test.go:34: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:34 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:61 Error: Received unexpected error: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestReadFileHandleMethods read_test.go:61: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:61 Error: Not equal: expected: "123456789abcdef" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -123456789abcdef + Test: TestReadFileHandleMethods 2026/04/21 01:54:58 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 read_test.go:66: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:66 Error: Not equal: expected: *errors.errorString(&errors.errorString{s:"EOF"}) actual : *fmt.wrapError(&fmt.wrapError{msg:"Open failed: HTTP error 403 (403 Forbidden) returned body: \"ip incorrect\"", err:(*errors.errorString)(0x34539ff8bd10)}) Test: TestReadFileHandleMethods read_test.go:72: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:72 Error: Not equal: expected: 16 actual : 14 Test: TestReadFileHandleMethods 2026/04/21 01:54:58 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:54:58 DEBUG : dir: Looking for writers 2026/04/21 01:54:58 DEBUG : file1: reading active writers 2026/04/21 01:54:58 DEBUG : file1(1): reading active writers 2026/04/21 01:54:58 DEBUG : Looking for writers 2026/04/21 01:54:58 DEBUG : dir: reading active writers 2026/04/21 01:54:58 DEBUG : time_test: reading active writers 2026/04/21 01:54:58 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestReadFileHandleMethods Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestReadFileHandleMethods Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestReadFileHandleMethods Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestReadFileHandleMethods Messages: directories --- FAIL: TestReadFileHandleMethods (33.66s) === RUN TestReadFileHandleSeek run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:55:20 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:55:20 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:55:20 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:55:20 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:85 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestReadFileHandleSeek Messages: listing wrong, want dir/file1 (16) got dir/file1 (14), dir/file1(1) (16), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:85 Error: Should be true Test: TestReadFileHandleSeek Messages: Unexpected file "time_test" fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:85 Error: Not equal: expected: 16 actual : 14 Test: TestReadFileHandleSeek Messages: dir/file1: size incorrect file=16 vs obj=14 fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:85 Error: Should be true Test: TestReadFileHandleSeek Messages: Unexpected file "dir/file1(1)" 2026/04/21 01:55:31 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/21 01:55:31 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/21 01:55:31 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/21 01:55:31 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/21 01:55:31 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 read_test.go:34: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:34 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:87 Error: Received unexpected error: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestReadFileHandleSeek read_test.go:87: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:87 Error: Not equal: expected: "0" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -0 + Test: TestReadFileHandleSeek 2026/04/21 01:55:31 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 read_test.go:34: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:34 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:93 Error: Received unexpected error: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestReadFileHandleSeek read_test.go:93: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:93 Error: Not equal: expected: "5" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -5 + Test: TestReadFileHandleSeek read_test.go:98: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:98 Error: Not equal: expected: 3 actual : 2 Test: TestReadFileHandleSeek 2026/04/21 01:55:32 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 read_test.go:34: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:34 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:99 Error: Received unexpected error: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestReadFileHandleSeek read_test.go:99: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:99 Error: Not equal: expected: "3" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -3 + Test: TestReadFileHandleSeek read_test.go:104: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:104 Error: Not equal: expected: 13 actual : 11 Test: TestReadFileHandleSeek 2026/04/21 01:55:32 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 read_test.go:34: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:34 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:105 Error: Received unexpected error: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestReadFileHandleSeek read_test.go:105: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:105 Error: Not equal: expected: "d" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -d + Test: TestReadFileHandleSeek 2026/04/21 01:55:32 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:55:32 DEBUG : dir: Looking for writers 2026/04/21 01:55:32 DEBUG : file1: reading active writers 2026/04/21 01:55:32 DEBUG : file1(1): reading active writers 2026/04/21 01:55:32 DEBUG : Looking for writers 2026/04/21 01:55:32 DEBUG : dir: reading active writers 2026/04/21 01:55:32 DEBUG : time_test: reading active writers 2026/04/21 01:55:32 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestReadFileHandleSeek Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestReadFileHandleSeek Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestReadFileHandleSeek Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestReadFileHandleSeek Messages: directories --- FAIL: TestReadFileHandleSeek (33.57s) === RUN TestReadFileHandleReadAt run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:55:53 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:55:53 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:55:54 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:55:54 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:127 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestReadFileHandleReadAt Messages: listing wrong, want dir/file1 (16) got dir/file1 (14), dir/file1(1) (16), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:127 Error: Should be true Test: TestReadFileHandleReadAt Messages: Unexpected file "time_test" fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:127 Error: Not equal: expected: 16 actual : 14 Test: TestReadFileHandleReadAt Messages: dir/file1: size incorrect file=16 vs obj=14 fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:127 Error: Should be true Test: TestReadFileHandleReadAt Messages: Unexpected file "dir/file1(1)" 2026/04/21 01:56:04 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/21 01:56:05 DEBUG : forgetting directory cache 2026/04/21 01:56:05 DEBUG : dir: forgetting directory cache 2026/04/21 01:56:05 DEBUG : dir/sub: forgetting directory cache 2026/04/21 01:56:05 DEBUG : dir/sub: forgetting directory cache 2026/04/21 01:56:05 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file0" 2026/04/21 01:56:05 DEBUG : dir: forgetting directory cache 2026/04/21 01:56:05 DEBUG : dir/sub: forgetting directory cache 2026/04/21 01:56:05 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/21 01:56:05 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/21 01:56:05 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/21 01:56:05 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 read_test.go:132: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:132 Error: Received unexpected error: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestReadFileHandleReadAt 2026/04/21 01:56:05 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:56:05 DEBUG : dir: Looking for writers 2026/04/21 01:56:05 DEBUG : file1: reading active writers 2026/04/21 01:56:05 DEBUG : file1(1): reading active writers 2026/04/21 01:56:05 DEBUG : Looking for writers 2026/04/21 01:56:05 DEBUG : time_test: reading active writers 2026/04/21 01:56:05 DEBUG : dir: reading active writers 2026/04/21 01:56:05 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:132 Error: Should be true Test: TestReadFileHandleReadAt Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:132 Error: Should be true Test: TestReadFileHandleReadAt Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:132 Error: Should be true Test: TestReadFileHandleReadAt Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:132 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestReadFileHandleReadAt Messages: directories --- FAIL: TestReadFileHandleReadAt (33.14s) === RUN TestReadFileHandleFlush run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:56:26 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:56:26 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:56:27 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:56:27 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 2026/04/21 01:56:31 DEBUG : forgetting directory cache fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:182 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestReadFileHandleFlush Messages: listing wrong, want dir/file1 (16) got dir/file1 (14), dir/file1(1) (16), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:182 Error: Should be true Test: TestReadFileHandleFlush Messages: Unexpected file "time_test" fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:182 Error: Not equal: expected: 16 actual : 14 Test: TestReadFileHandleFlush Messages: dir/file1: size incorrect file=16 vs obj=14 fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:182 Error: Should be true Test: TestReadFileHandleFlush Messages: Unexpected file "dir/file1(1)" 2026/04/21 01:56:37 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/21 01:56:38 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/21 01:56:38 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/21 01:56:38 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/21 01:56:38 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 read_test.go:192: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:192 Error: Not equal: expected: *errors.errorString(&errors.errorString{s:"EOF"}) actual : *fmt.wrapError(&fmt.wrapError{msg:"Open failed: HTTP error 403 (403 Forbidden) returned body: \"ip incorrect\"", err:(*errors.errorString)(0x34539fdcf970)}) Test: TestReadFileHandleFlush read_test.go:193: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:193 Error: Not equal: expected: 16 actual : 0 Test: TestReadFileHandleFlush 2026/04/21 01:56:38 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:56:38 DEBUG : dir: Looking for writers 2026/04/21 01:56:38 DEBUG : file1: reading active writers 2026/04/21 01:56:38 DEBUG : file1(1): reading active writers 2026/04/21 01:56:38 DEBUG : Looking for writers 2026/04/21 01:56:38 DEBUG : dir: reading active writers 2026/04/21 01:56:38 DEBUG : time_test: reading active writers 2026/04/21 01:56:38 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestReadFileHandleFlush Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestReadFileHandleFlush Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestReadFileHandleFlush Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestReadFileHandleFlush Messages: directories --- FAIL: TestReadFileHandleFlush (33.11s) === RUN TestReadFileHandleRelease run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:56:59 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:56:59 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 01:57:00 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:57:00 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/04/21 01:57:01 DEBUG : forgetting directory cache 2026/04/21 01:57:01 DEBUG : dir: forgetting directory cache 2026/04/21 01:57:01 DEBUG : dir: Removed virtual directory entry vAddFile: "file1.metadata" 2026/04/21 01:57:01 DEBUG : Removed virtual directory entry vAddFile: "dir.metadata" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:210 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestReadFileHandleRelease Messages: listing wrong, want dir/file1 (16) got dir/file1 (14), dir/file1(1) (16), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:210 Error: Should be true Test: TestReadFileHandleRelease Messages: Unexpected file "time_test" fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:210 Error: Not equal: expected: 16 actual : 14 Test: TestReadFileHandleRelease Messages: dir/file1: size incorrect file=16 vs obj=14 fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:210 Error: Should be true Test: TestReadFileHandleRelease Messages: Unexpected file "dir/file1(1)" 2026/04/21 01:57:11 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/21 01:57:11 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/21 01:57:11 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/21 01:57:11 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/21 01:57:11 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 read_test.go:220: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:220 Error: Not equal: expected: *errors.errorString(&errors.errorString{s:"EOF"}) actual : *fmt.wrapError(&fmt.wrapError{msg:"Open failed: HTTP error 403 (403 Forbidden) returned body: \"ip incorrect\"", err:(*errors.errorString)(0x34539fe0dd20)}) Test: TestReadFileHandleRelease read_test.go:221: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:221 Error: Not equal: expected: 16 actual : 0 Test: TestReadFileHandleRelease read_test.go:226: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:226 Error: Should be true Test: TestReadFileHandleRelease read_test.go:231: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:231 Error: Should be true Test: TestReadFileHandleRelease 2026/04/21 01:57:11 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:57:11 DEBUG : dir: Looking for writers 2026/04/21 01:57:11 DEBUG : file1: reading active writers 2026/04/21 01:57:11 DEBUG : file1(1): reading active writers 2026/04/21 01:57:11 DEBUG : Looking for writers 2026/04/21 01:57:11 DEBUG : time_test: reading active writers 2026/04/21 01:57:11 DEBUG : dir: reading active writers 2026/04/21 01:57:11 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty 2026/04/21 01:57:22 DEBUG : forgetting directory cache 2026/04/21 01:57:22 DEBUG : dir: forgetting directory cache run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestReadFileHandleRelease Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestReadFileHandleRelease Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestReadFileHandleRelease Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestReadFileHandleRelease Messages: directories --- FAIL: TestReadFileHandleRelease (33.22s) === RUN TestRWFileHandleMethodsRead run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:57:33 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:57:33 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/21 01:57:33 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:57:33 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:57:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:57:33 DEBUG : Config file has changed externally - reloading 2026/04/21 01:57:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 01:57:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:57:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:57:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 01:57:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:57:33 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/21 01:57:33 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:57:33 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:72 Error: Should be true Test: TestRWFileHandleMethodsRead Messages: listing wrong, want dir/file1 (16) got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:72 Error: Should be true Test: TestRWFileHandleMethodsRead Messages: Unexpected file "time_test" fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:72 Error: Not equal: expected: 16 actual : 14 Test: TestRWFileHandleMethodsRead Messages: dir/file1: size incorrect file=16 vs obj=14 2026/04/21 01:57:44 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/21 01:57:44 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/21 01:57:44 DEBUG : dir/file1: newRWFileHandle: 2026/04/21 01:57:44 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/21 01:57:44 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/21 01:57:44 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= read_write_test.go:84: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:84 Error: Not equal: expected: 16 actual : 14 Test: TestRWFileHandleMethodsRead 2026/04/21 01:57:44 DEBUG : dir/file1(0x3453a02280c0): _readAt: size=1, off=0 2026/04/21 01:57:44 DEBUG : dir/file1(0x3453a02280c0): openPending: 2026/04/21 01:57:44 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "" 2026/04/21 01:57:44 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/21 01:57:44 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/21 01:57:44 DEBUG : dir/file1(0x3453a02280c0): >openPending: err= 2026/04/21 01:57:44 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/21 01:57:44 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:57:44 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:57:44 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:57:44 INFO : dir/file1: vfs cache: downloader: error count now 1: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:44 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:44 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:57:44 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:57:44 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:57:45 INFO : dir/file1: vfs cache: downloader: error count now 2: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:45 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:45 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:57:45 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:57:45 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:57:45 INFO : dir/file1: vfs cache: downloader: error count now 3: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:45 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:45 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:57:45 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:57:45 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:57:45 INFO : dir/file1: vfs cache: downloader: error count now 4: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:45 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:45 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:57:45 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:57:45 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:57:45 INFO : dir/file1: vfs cache: downloader: error count now 5: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:45 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:45 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:57:45 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:57:45 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:57:45 INFO : dir/file1: vfs cache: downloader: error count now 6: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:45 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:45 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:57:45 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:57:45 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:57:46 INFO : dir/file1: vfs cache: downloader: error count now 7: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:46 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:57:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:57:46 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:57:46 INFO : dir/file1: vfs cache: downloader: error count now 8: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:46 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:57:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:57:46 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:57:46 INFO : dir/file1: vfs cache: downloader: error count now 9: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:46 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:57:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:57:46 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:57:46 INFO : dir/file1: vfs cache: downloader: error count now 10: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:46 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:57:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:57:46 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:57:46 INFO : dir/file1: vfs cache: downloader: error count now 11: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:46 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:57:46 ERROR : dir/file1: vfs cache: too many errors 11/10: last error: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:46 ERROR : dir/file1: vfs cache: failed to kick waiters: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:46 ERROR : dir/file1: vfs cache: failed to _ensure cache vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:46 DEBUG : dir/file1: vfs cache: failed to _ensure cache vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" is not out of space 2026/04/21 01:57:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:57:46 DEBUG : dir/file1(0x3453a02280c0): >_readAt: n=0, err=vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:46 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 read_write_test.go:66: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:66 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:87 Error: Received unexpected error: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestRWFileHandleMethodsRead read_write_test.go:87: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:87 Error: Not equal: expected: "0" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -0 + Test: TestRWFileHandleMethodsRead 2026/04/21 01:57:46 DEBUG : dir/file1(0x3453a02280c0): _readAt: size=256, off=0 2026/04/21 01:57:46 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/04/21 01:57:47 INFO : dir/file1: vfs cache: downloader: error count now 12: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:47 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:47 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:57:47 ERROR : dir/file1: vfs cache: too many errors 12/10: last error: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:47 ERROR : dir/file1: vfs cache: failed to kick waiters: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:47 ERROR : dir/file1: vfs cache: failed to _ensure cache vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:47 DEBUG : dir/file1: vfs cache: failed to _ensure cache vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" is not out of space 2026/04/21 01:57:47 DEBUG : dir/file1(0x3453a02280c0): >_readAt: n=0, err=vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:47 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 read_write_test.go:66: 2026/04/21 01:57:47 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:66 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:90 Error: Received unexpected error: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestRWFileHandleMethodsRead read_write_test.go:90: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:90 Error: Not equal: expected: "123456789abcdef" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -123456789abcdef + Test: TestRWFileHandleMethodsRead 2026/04/21 01:57:47 DEBUG : dir/file1(0x3453a02280c0): _readAt: size=16, off=0 2026/04/21 01:57:47 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/04/21 01:57:47 INFO : dir/file1: vfs cache: downloader: error count now 13: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:47 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:47 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:57:47 ERROR : dir/file1: vfs cache: too many errors 13/10: last error: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:47 ERROR : dir/file1: vfs cache: failed to kick waiters: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:47 ERROR : dir/file1: vfs cache: failed to _ensure cache vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:57:47 DEBUG : dir/file1: vfs cache: failed to _ensure cache vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" is not out of space 2026/04/21 01:57:47 DEBUG : dir/file1(0x3453a02280c0): >_readAt: n=0, err=vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" read_write_test.go:95: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:95 Error: Not equal: expected: *errors.errorString(&errors.errorString{s:"EOF"}) actual : *fmt.wrapError(&fmt.wrapError{msg:"vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: \"ip incorrect\"", err:(*fmt.wrapError)(0x3453a01f3840)}) Test: TestRWFileHandleMethodsRead read_write_test.go:105: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:105 Error: Not equal: expected: 16 actual : 14 Test: TestRWFileHandleMethodsRead 2026/04/21 01:57:47 DEBUG : dir/file1(0x3453a02280c0): close: 2026/04/21 01:57:47 DEBUG : dir/file1(0x3453a02280c0): >close: err= 2026/04/21 01:57:47 DEBUG : dir/file1(0x3453a02280c0): close: 2026/04/21 01:57:47 DEBUG : dir/file1(0x3453a02280c0): >close: err=file already closed 2026/04/21 01:57:47 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:57:47 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:57:47 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:57:47 DEBUG : dir: Looking for writers 2026/04/21 01:57:47 DEBUG : file1: reading active writers 2026/04/21 01:57:47 DEBUG : file1(1): reading active writers 2026/04/21 01:57:47 DEBUG : Looking for writers 2026/04/21 01:57:47 DEBUG : dir: reading active writers 2026/04/21 01:57:47 DEBUG : time_test: reading active writers 2026/04/21 01:57:47 DEBUG : >WaitForWriters: 2026/04/21 01:57:47 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaner exiting 2026/04/21 01:57:47 INFO : dir/file1: vfs cache: downloader: error count now 14: vfs reader: failed to write to cache file: Open failed: Get "https://aht.nuplink.top/pool/pub/21/d5/95/0ef726ce9b1a7692357ff70dd321d595/14?token=f13be0508d1c23e30646851f2db024ca&ts=1776736664&ip=65.108.87.141": context canceled 2026/04/21 01:57:47 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: Get "https://aht.nuplink.top/pool/pub/21/d5/95/0ef726ce9b1a7692357ff70dd321d595/14?token=f13be0508d1c23e30646851f2db024ca&ts=1776736664&ip=65.108.87.141": context canceled run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit 2026/04/21 01:57:50 DEBUG : forgetting directory cache 2026/04/21 01:57:50 DEBUG : dir: forgetting directory cache run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit 2026/04/21 01:57:52 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji/dir/file1: no such file or directory 2026/04/21 01:57:52 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji/dir/file1: no such file or directory run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleMethodsRead Messages: listing wrong, want got dir/file1 (14), dir/file1(1) (16), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleMethodsRead Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleMethodsRead Messages: Unexpected file "dir/file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleMethodsRead Messages: Unexpected file "dir/file1(1)" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleMethodsRead Messages: directories --- FAIL: TestRWFileHandleMethodsRead (35.75s) === RUN TestRWFileHandleSeek run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:58:08 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:58:08 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/21 01:58:08 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:58:08 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:58:08 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:58:08 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 01:58:08 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:58:08 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:58:08 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 01:58:08 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:58:08 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/21 01:58:09 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:58:09 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:118 Error: Should be true Test: TestRWFileHandleSeek Messages: listing wrong, want dir/file1 (16) got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:118 Error: Should be true Test: TestRWFileHandleSeek Messages: Unexpected file "time_test" fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:118 Error: Not equal: expected: 16 actual : 14 Test: TestRWFileHandleSeek Messages: dir/file1: size incorrect file=16 vs obj=14 2026/04/21 01:58:19 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/21 01:58:20 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/21 01:58:20 DEBUG : dir/file1: newRWFileHandle: 2026/04/21 01:58:20 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/21 01:58:20 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/21 01:58:20 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/21 01:58:20 DEBUG : dir/file1(0x3453a0540fc0): _readAt: size=1, off=0 2026/04/21 01:58:20 DEBUG : dir/file1(0x3453a0540fc0): openPending: 2026/04/21 01:58:20 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "" 2026/04/21 01:58:20 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/21 01:58:20 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/21 01:58:20 DEBUG : dir/file1(0x3453a0540fc0): >openPending: err= 2026/04/21 01:58:20 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/21 01:58:20 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:58:20 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:58:20 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:58:20 INFO : dir/file1: vfs cache: downloader: error count now 1: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:20 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:20 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:58:20 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:58:20 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:58:20 INFO : dir/file1: vfs cache: downloader: error count now 2: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:20 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:20 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:58:20 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:58:20 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:58:21 INFO : dir/file1: vfs cache: downloader: error count now 3: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:21 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:21 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:58:21 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:58:21 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:58:21 INFO : dir/file1: vfs cache: downloader: error count now 4: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:21 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:21 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:58:21 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:58:21 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:58:21 INFO : dir/file1: vfs cache: downloader: error count now 5: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:21 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:21 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:58:21 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:58:21 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:58:21 INFO : dir/file1: vfs cache: downloader: error count now 6: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:21 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:21 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:58:21 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:58:21 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:58:21 INFO : dir/file1: vfs cache: downloader: error count now 7: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:21 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:21 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:58:21 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:58:21 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:58:22 INFO : dir/file1: vfs cache: downloader: error count now 8: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:22 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:22 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:58:22 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:58:22 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:58:22 INFO : dir/file1: vfs cache: downloader: error count now 9: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:22 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:22 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:58:22 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:58:22 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:58:22 INFO : dir/file1: vfs cache: downloader: error count now 10: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:22 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:22 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:58:22 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:58:22 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:58:22 INFO : dir/file1: vfs cache: downloader: error count now 11: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:22 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:22 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:58:22 ERROR : dir/file1: vfs cache: too many errors 11/10: last error: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:22 ERROR : dir/file1: vfs cache: failed to kick waiters: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:22 ERROR : dir/file1: vfs cache: failed to _ensure cache vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:22 DEBUG : dir/file1: vfs cache: failed to _ensure cache vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" is not out of space 2026/04/21 01:58:22 DEBUG : dir/file1(0x3453a0540fc0): >_readAt: n=0, err=vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" read_write_test.go:66: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:66 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:132 Error: Received unexpected error: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestRWFileHandleSeek read_write_test.go:132: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:132 Error: Not equal: expected: "0" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -0 + Test: TestRWFileHandleSeek 2026/04/21 01:58:22 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:58:22 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:58:22 DEBUG : dir/file1(0x3453a0540fc0): _readAt: size=1, off=5 2026/04/21 01:58:22 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [] - present false 2026/04/21 01:58:22 INFO : dir/file1: vfs cache: downloader: error count now 12: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:22 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:22 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/04/21 01:58:22 ERROR : dir/file1: vfs cache: too many errors 12/10: last error: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:22 ERROR : dir/file1: vfs cache: failed to kick waiters: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:22 ERROR : dir/file1: vfs cache: failed to _ensure cache vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:22 DEBUG : dir/file1: vfs cache: failed to _ensure cache vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" is not out of space 2026/04/21 01:58:22 DEBUG : dir/file1(0x3453a0540fc0): >_readAt: n=0, err=vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" read_write_test.go:66: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:66 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:138 Error: Received unexpected error: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestRWFileHandleSeek read_write_test.go:138: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:138 Error: Not equal: expected: "5" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -5 + Test: TestRWFileHandleSeek read_write_test.go:143: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:143 Error: Not equal: expected: 3 actual : 2 Test: TestRWFileHandleSeek 2026/04/21 01:58:22 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/04/21 01:58:22 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/21 01:58:22 DEBUG : dir/file1(0x3453a0540fc0): _readAt: size=1, off=2 2026/04/21 01:58:22 DEBUG : vfs cache: looking for range={Pos:2 Size:1} in [] - present false 2026/04/21 01:58:22 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 2 length -1 2026/04/21 01:58:22 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 2 chunkSize 134217728 2026/04/21 01:58:22 DEBUG : dir/file1: ChunkedReader.openRange at 2 length 134217728 2026/04/21 01:58:23 INFO : dir/file1: vfs cache: downloader: error count now 13: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:23 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:23 ERROR : dir/file1: vfs cache: too many errors 13/10: last error: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:23 ERROR : dir/file1: vfs cache: failed to kick waiters: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:23 ERROR : dir/file1: vfs cache: failed to _ensure cache vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:23 DEBUG : dir/file1: vfs cache: failed to _ensure cache vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" is not out of space 2026/04/21 01:58:23 DEBUG : dir/file1(0x3453a0540fc0): >_readAt: n=0, err=vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" read_write_test.go:66: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:66 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:144 Error: Received unexpected error: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestRWFileHandleSeek read_write_test.go:144: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:144 Error: Not equal: expected: "3" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -3 + Test: TestRWFileHandleSeek read_write_test.go:149: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:149 Error: Not equal: expected: 13 actual : 11 Test: TestRWFileHandleSeek 2026/04/21 01:58:23 DEBUG : dir/file1(0x3453a0540fc0): _readAt: size=1, off=11 2026/04/21 01:58:23 DEBUG : vfs cache: looking for range={Pos:11 Size:1} in [] - present false 2026/04/21 01:58:23 INFO : dir/file1: vfs cache: downloader: error count now 14: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:23 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:23 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 11 length -1 2026/04/21 01:58:23 ERROR : dir/file1: vfs cache: too many errors 14/10: last error: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:23 ERROR : dir/file1: vfs cache: failed to kick waiters: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:23 ERROR : dir/file1: vfs cache: failed to _ensure cache vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:23 DEBUG : dir/file1: vfs cache: failed to _ensure cache vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" is not out of space 2026/04/21 01:58:23 DEBUG : dir/file1(0x3453a0540fc0): >_readAt: n=0, err=vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" read_write_test.go:66: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:66 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:150 Error: Received unexpected error: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestRWFileHandleSeek 2026/04/21 01:58:23 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 11 chunkSize 134217728 2026/04/21 01:58:23 DEBUG : dir/file1: ChunkedReader.openRange at 11 length 134217728 read_write_test.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:150 Error: Not equal: expected: "d" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -d + Test: TestRWFileHandleSeek 2026/04/21 01:58:23 DEBUG : dir/file1(0x3453a0540fc0): _readAt: size=16, off=100 2026/04/21 01:58:23 DEBUG : dir/file1(0x3453a0540fc0): >_readAt: n=0, err=EOF 2026/04/21 01:58:23 DEBUG : dir/file1(0x3453a0540fc0): close: 2026/04/21 01:58:23 DEBUG : dir/file1(0x3453a0540fc0): >close: err= 2026/04/21 01:58:23 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:58:23 DEBUG : dir: Looking for writers 2026/04/21 01:58:23 DEBUG : file1: reading active writers 2026/04/21 01:58:23 DEBUG : Looking for writers 2026/04/21 01:58:23 DEBUG : dir: reading active writers 2026/04/21 01:58:23 DEBUG : time_test: reading active writers 2026/04/21 01:58:23 DEBUG : >WaitForWriters: 2026/04/21 01:58:23 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaner exiting 2026/04/21 01:58:23 INFO : dir/file1: vfs cache: downloader: error count now 15: vfs reader: failed to write to cache file: Open failed: Get "https://aht.nuplink.top/pool/pub/21/d5/95/0ef726ce9b1a7692357ff70dd321d595/14?token=6f0f96a14bc7f8ee00b21f4db78b0cdc&ts=1776736700&ip=65.108.87.141": context canceled 2026/04/21 01:58:23 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: Get "https://aht.nuplink.top/pool/pub/21/d5/95/0ef726ce9b1a7692357ff70dd321d595/14?token=6f0f96a14bc7f8ee00b21f4db78b0cdc&ts=1776736700&ip=65.108.87.141": context canceled run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit 2026/04/21 01:58:28 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji/dir/file1: no such file or directory 2026/04/21 01:58:28 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji/dir/file1: no such file or directory run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit 2026/04/21 01:58:29 DEBUG : forgetting directory cache 2026/04/21 01:58:29 DEBUG : dir: forgetting directory cache run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleSeek Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleSeek Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleSeek Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleSeek Messages: directories --- FAIL: TestRWFileHandleSeek (35.83s) === RUN TestRWFileHandleReadAt run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:58:44 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:58:44 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/21 01:58:44 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:58:44 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:58:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:58:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 01:58:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:58:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:58:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 01:58:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:58:44 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/21 01:58:45 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:58:45 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 2026/04/21 01:58:51 DEBUG : forgetting directory cache fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:167 Error: Should be true Test: TestRWFileHandleReadAt Messages: listing wrong, want dir/file1 (16) got dir/file1 (14), dir/file1(1) (16), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:167 Error: Should be true Test: TestRWFileHandleReadAt Messages: Unexpected file "time_test" fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:167 Error: Not equal: expected: 16 actual : 14 Test: TestRWFileHandleReadAt Messages: dir/file1: size incorrect file=16 vs obj=14 fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:167 Error: Should be true Test: TestRWFileHandleReadAt Messages: Unexpected file "dir/file1(1)" 2026/04/21 01:58:55 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/21 01:58:56 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/21 01:58:56 DEBUG : dir/file1: newRWFileHandle: 2026/04/21 01:58:56 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/21 01:58:56 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/21 01:58:56 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/21 01:58:56 DEBUG : dir/file1(0x3453a0316f40): _readAt: size=1, off=0 2026/04/21 01:58:56 DEBUG : dir/file1(0x3453a0316f40): openPending: 2026/04/21 01:58:56 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "" 2026/04/21 01:58:56 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/21 01:58:56 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/21 01:58:56 DEBUG : dir/file1(0x3453a0316f40): >openPending: err= 2026/04/21 01:58:56 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/21 01:58:56 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:58:56 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:58:56 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:58:56 INFO : dir/file1: vfs cache: downloader: error count now 1: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:56 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:56 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:58:56 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:58:56 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:58:56 INFO : dir/file1: vfs cache: downloader: error count now 2: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:56 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:56 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:58:56 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:58:56 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:58:56 INFO : dir/file1: vfs cache: downloader: error count now 3: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:56 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:56 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:58:56 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:58:56 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:58:57 INFO : dir/file1: vfs cache: downloader: error count now 4: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:57 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:57 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:58:57 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:58:57 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:58:57 INFO : dir/file1: vfs cache: downloader: error count now 5: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:57 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:57 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:58:57 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:58:57 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:58:57 INFO : dir/file1: vfs cache: downloader: error count now 6: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:57 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:57 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:58:57 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:58:57 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:58:57 INFO : dir/file1: vfs cache: downloader: error count now 7: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:57 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:57 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:58:57 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:58:57 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:58:57 INFO : dir/file1: vfs cache: downloader: error count now 8: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:57 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:57 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:58:57 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:58:57 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:58:58 INFO : dir/file1: vfs cache: downloader: error count now 9: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:58 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:58 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:58:58 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:58:58 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:58:58 INFO : dir/file1: vfs cache: downloader: error count now 10: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:58 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:58 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:58:58 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 01:58:58 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:58:58 INFO : dir/file1: vfs cache: downloader: error count now 11: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:58 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:58 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 01:58:58 ERROR : dir/file1: vfs cache: too many errors 11/10: last error: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:58 ERROR : dir/file1: vfs cache: failed to kick waiters: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:58 ERROR : dir/file1: vfs cache: failed to _ensure cache vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:58 DEBUG : dir/file1: vfs cache: failed to _ensure cache vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" is not out of space 2026/04/21 01:58:58 DEBUG : dir/file1(0x3453a0316f40): >_readAt: n=0, err=vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:58 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 read_write_test.go:172: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:172 Error: Received unexpected error: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestRWFileHandleReadAt 2026/04/21 01:58:58 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 01:58:58 DEBUG : WaitForWriters: timeout=30s 2026/04/21 01:58:58 DEBUG : dir: Looking for writers 2026/04/21 01:58:58 DEBUG : file1: reading active writers 2026/04/21 01:58:58 DEBUG : file1(1): reading active writers 2026/04/21 01:58:58 DEBUG : Looking for writers 2026/04/21 01:58:58 DEBUG : dir: reading active writers 2026/04/21 01:58:58 DEBUG : time_test: reading active writers 2026/04/21 01:58:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/21 01:58:58 DEBUG : dir: Looking for writers 2026/04/21 01:58:58 DEBUG : file1: reading active writers 2026/04/21 01:58:58 DEBUG : file1(1): reading active writers 2026/04/21 01:58:58 DEBUG : Looking for writers 2026/04/21 01:58:58 DEBUG : dir: reading active writers 2026/04/21 01:58:58 DEBUG : time_test: reading active writers 2026/04/21 01:58:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/21 01:58:58 DEBUG : dir: Looking for writers 2026/04/21 01:58:58 DEBUG : file1: reading active writers 2026/04/21 01:58:58 DEBUG : file1(1): reading active writers 2026/04/21 01:58:58 DEBUG : Looking for writers 2026/04/21 01:58:58 DEBUG : dir: reading active writers 2026/04/21 01:58:58 DEBUG : time_test: reading active writers 2026/04/21 01:58:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/21 01:58:58 DEBUG : dir: Looking for writers 2026/04/21 01:58:58 DEBUG : file1: reading active writers 2026/04/21 01:58:58 DEBUG : file1(1): reading active writers 2026/04/21 01:58:58 DEBUG : Looking for writers 2026/04/21 01:58:58 DEBUG : dir: reading active writers 2026/04/21 01:58:58 DEBUG : time_test: reading active writers 2026/04/21 01:58:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/21 01:58:58 DEBUG : dir: Looking for writers 2026/04/21 01:58:58 DEBUG : file1: reading active writers 2026/04/21 01:58:58 DEBUG : file1(1): reading active writers 2026/04/21 01:58:58 DEBUG : Looking for writers 2026/04/21 01:58:58 DEBUG : dir: reading active writers 2026/04/21 01:58:58 DEBUG : time_test: reading active writers 2026/04/21 01:58:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/21 01:58:58 INFO : dir/file1: vfs cache: downloader: error count now 12: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:58 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 01:58:58 DEBUG : dir: Looking for writers 2026/04/21 01:58:58 DEBUG : file1: reading active writers 2026/04/21 01:58:58 DEBUG : file1(1): reading active writers 2026/04/21 01:58:58 DEBUG : Looking for writers 2026/04/21 01:58:58 DEBUG : dir: reading active writers 2026/04/21 01:58:58 DEBUG : time_test: reading active writers 2026/04/21 01:58:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/04/21 01:58:59 DEBUG : dir: Looking for writers 2026/04/21 01:58:59 DEBUG : file1: reading active writers 2026/04/21 01:58:59 DEBUG : file1(1): reading active writers 2026/04/21 01:58:59 DEBUG : Looking for writers 2026/04/21 01:58:59 DEBUG : dir: reading active writers 2026/04/21 01:58:59 DEBUG : time_test: reading active writers 2026/04/21 01:58:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/04/21 01:58:59 DEBUG : dir: Looking for writers 2026/04/21 01:58:59 DEBUG : file1: reading active writers 2026/04/21 01:58:59 DEBUG : file1(1): reading active writers 2026/04/21 01:58:59 DEBUG : Looking for writers 2026/04/21 01:58:59 DEBUG : dir: reading active writers 2026/04/21 01:58:59 DEBUG : time_test: reading active writers 2026/04/21 01:58:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:00 DEBUG : dir: Looking for writers 2026/04/21 01:59:00 DEBUG : file1: reading active writers 2026/04/21 01:59:00 DEBUG : file1(1): reading active writers 2026/04/21 01:59:00 DEBUG : Looking for writers 2026/04/21 01:59:00 DEBUG : dir: reading active writers 2026/04/21 01:59:00 DEBUG : time_test: reading active writers 2026/04/21 01:59:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:01 DEBUG : dir: Looking for writers 2026/04/21 01:59:01 DEBUG : file1: reading active writers 2026/04/21 01:59:01 DEBUG : file1(1): reading active writers 2026/04/21 01:59:01 DEBUG : Looking for writers 2026/04/21 01:59:01 DEBUG : time_test: reading active writers 2026/04/21 01:59:01 DEBUG : dir: reading active writers 2026/04/21 01:59:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:02 DEBUG : forgetting directory cache 2026/04/21 01:59:02 DEBUG : dir: forgetting directory cache 2026/04/21 01:59:02 DEBUG : dir: Removed virtual directory entry vAddFile: "file1" 2026/04/21 01:59:02 DEBUG : dir: Looking for writers 2026/04/21 01:59:02 DEBUG : file1: reading active writers 2026/04/21 01:59:02 DEBUG : file1(1): reading active writers 2026/04/21 01:59:02 DEBUG : Looking for writers 2026/04/21 01:59:02 DEBUG : dir: reading active writers 2026/04/21 01:59:02 DEBUG : time_test: reading active writers 2026/04/21 01:59:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:03 DEBUG : dir: Looking for writers 2026/04/21 01:59:03 DEBUG : file1: reading active writers 2026/04/21 01:59:03 DEBUG : file1(1): reading active writers 2026/04/21 01:59:03 DEBUG : Looking for writers 2026/04/21 01:59:03 DEBUG : time_test: reading active writers 2026/04/21 01:59:03 DEBUG : dir: reading active writers 2026/04/21 01:59:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:04 DEBUG : dir: Looking for writers 2026/04/21 01:59:04 DEBUG : file1: reading active writers 2026/04/21 01:59:04 DEBUG : file1(1): reading active writers 2026/04/21 01:59:04 DEBUG : Looking for writers 2026/04/21 01:59:04 DEBUG : dir: reading active writers 2026/04/21 01:59:04 DEBUG : time_test: reading active writers 2026/04/21 01:59:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:05 DEBUG : dir: Looking for writers 2026/04/21 01:59:05 DEBUG : file1: reading active writers 2026/04/21 01:59:05 DEBUG : file1(1): reading active writers 2026/04/21 01:59:05 DEBUG : Looking for writers 2026/04/21 01:59:05 DEBUG : dir: reading active writers 2026/04/21 01:59:05 DEBUG : time_test: reading active writers 2026/04/21 01:59:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:06 DEBUG : dir: Looking for writers 2026/04/21 01:59:06 DEBUG : file1: reading active writers 2026/04/21 01:59:06 DEBUG : file1(1): reading active writers 2026/04/21 01:59:06 DEBUG : Looking for writers 2026/04/21 01:59:06 DEBUG : time_test: reading active writers 2026/04/21 01:59:06 DEBUG : dir: reading active writers 2026/04/21 01:59:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:07 DEBUG : dir: Looking for writers 2026/04/21 01:59:07 DEBUG : file1: reading active writers 2026/04/21 01:59:07 DEBUG : file1(1): reading active writers 2026/04/21 01:59:07 DEBUG : Looking for writers 2026/04/21 01:59:07 DEBUG : dir: reading active writers 2026/04/21 01:59:07 DEBUG : time_test: reading active writers 2026/04/21 01:59:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:08 DEBUG : dir: Looking for writers 2026/04/21 01:59:08 DEBUG : file1: reading active writers 2026/04/21 01:59:08 DEBUG : file1(1): reading active writers 2026/04/21 01:59:08 DEBUG : Looking for writers 2026/04/21 01:59:08 DEBUG : dir: reading active writers 2026/04/21 01:59:08 DEBUG : time_test: reading active writers 2026/04/21 01:59:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:09 DEBUG : dir: Looking for writers 2026/04/21 01:59:09 DEBUG : file1(1): reading active writers 2026/04/21 01:59:09 DEBUG : file1: reading active writers 2026/04/21 01:59:09 DEBUG : Looking for writers 2026/04/21 01:59:09 DEBUG : dir: reading active writers 2026/04/21 01:59:09 DEBUG : time_test: reading active writers 2026/04/21 01:59:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:10 DEBUG : dir: Looking for writers 2026/04/21 01:59:10 DEBUG : file1: reading active writers 2026/04/21 01:59:10 DEBUG : file1(1): reading active writers 2026/04/21 01:59:10 DEBUG : Looking for writers 2026/04/21 01:59:10 DEBUG : dir: reading active writers 2026/04/21 01:59:10 DEBUG : time_test: reading active writers 2026/04/21 01:59:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:11 DEBUG : dir: Looking for writers 2026/04/21 01:59:11 DEBUG : file1: reading active writers 2026/04/21 01:59:11 DEBUG : file1(1): reading active writers 2026/04/21 01:59:11 DEBUG : Looking for writers 2026/04/21 01:59:11 DEBUG : dir: reading active writers 2026/04/21 01:59:11 DEBUG : time_test: reading active writers 2026/04/21 01:59:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:12 DEBUG : dir: Looking for writers 2026/04/21 01:59:12 DEBUG : file1: reading active writers 2026/04/21 01:59:12 DEBUG : file1(1): reading active writers 2026/04/21 01:59:12 DEBUG : Looking for writers 2026/04/21 01:59:12 DEBUG : dir: reading active writers 2026/04/21 01:59:12 DEBUG : time_test: reading active writers 2026/04/21 01:59:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:13 DEBUG : dir: Looking for writers 2026/04/21 01:59:13 DEBUG : file1(1): reading active writers 2026/04/21 01:59:13 DEBUG : file1: reading active writers 2026/04/21 01:59:13 DEBUG : Looking for writers 2026/04/21 01:59:13 DEBUG : dir: reading active writers 2026/04/21 01:59:13 DEBUG : time_test: reading active writers 2026/04/21 01:59:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:14 DEBUG : dir: Looking for writers 2026/04/21 01:59:14 DEBUG : file1: reading active writers 2026/04/21 01:59:14 DEBUG : file1(1): reading active writers 2026/04/21 01:59:14 DEBUG : Looking for writers 2026/04/21 01:59:14 DEBUG : dir: reading active writers 2026/04/21 01:59:14 DEBUG : time_test: reading active writers 2026/04/21 01:59:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:15 DEBUG : dir: Looking for writers 2026/04/21 01:59:15 DEBUG : file1: reading active writers 2026/04/21 01:59:15 DEBUG : file1(1): reading active writers 2026/04/21 01:59:15 DEBUG : Looking for writers 2026/04/21 01:59:15 DEBUG : dir: reading active writers 2026/04/21 01:59:15 DEBUG : time_test: reading active writers 2026/04/21 01:59:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:16 DEBUG : dir: Looking for writers 2026/04/21 01:59:16 DEBUG : file1: reading active writers 2026/04/21 01:59:16 DEBUG : file1(1): reading active writers 2026/04/21 01:59:16 DEBUG : Looking for writers 2026/04/21 01:59:16 DEBUG : dir: reading active writers 2026/04/21 01:59:16 DEBUG : time_test: reading active writers 2026/04/21 01:59:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:17 DEBUG : dir: Looking for writers 2026/04/21 01:59:17 DEBUG : file1(1): reading active writers 2026/04/21 01:59:17 DEBUG : file1: reading active writers 2026/04/21 01:59:17 DEBUG : Looking for writers 2026/04/21 01:59:17 DEBUG : dir: reading active writers 2026/04/21 01:59:17 DEBUG : time_test: reading active writers 2026/04/21 01:59:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:18 DEBUG : dir: Looking for writers 2026/04/21 01:59:18 DEBUG : file1: reading active writers 2026/04/21 01:59:18 DEBUG : file1(1): reading active writers 2026/04/21 01:59:18 DEBUG : Looking for writers 2026/04/21 01:59:18 DEBUG : dir: reading active writers 2026/04/21 01:59:18 DEBUG : time_test: reading active writers 2026/04/21 01:59:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:19 DEBUG : dir: Looking for writers 2026/04/21 01:59:19 DEBUG : file1: reading active writers 2026/04/21 01:59:19 DEBUG : file1(1): reading active writers 2026/04/21 01:59:19 DEBUG : Looking for writers 2026/04/21 01:59:19 DEBUG : dir: reading active writers 2026/04/21 01:59:19 DEBUG : time_test: reading active writers 2026/04/21 01:59:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:20 DEBUG : dir: Looking for writers 2026/04/21 01:59:20 DEBUG : file1: reading active writers 2026/04/21 01:59:20 DEBUG : file1(1): reading active writers 2026/04/21 01:59:20 DEBUG : Looking for writers 2026/04/21 01:59:20 DEBUG : dir: reading active writers 2026/04/21 01:59:20 DEBUG : time_test: reading active writers 2026/04/21 01:59:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:21 DEBUG : dir: Looking for writers 2026/04/21 01:59:21 DEBUG : file1: reading active writers 2026/04/21 01:59:21 DEBUG : file1(1): reading active writers 2026/04/21 01:59:21 DEBUG : Looking for writers 2026/04/21 01:59:21 DEBUG : dir: reading active writers 2026/04/21 01:59:21 DEBUG : time_test: reading active writers 2026/04/21 01:59:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:22 DEBUG : dir: Looking for writers 2026/04/21 01:59:22 DEBUG : file1: reading active writers 2026/04/21 01:59:22 DEBUG : file1(1): reading active writers 2026/04/21 01:59:22 DEBUG : Looking for writers 2026/04/21 01:59:22 DEBUG : dir: reading active writers 2026/04/21 01:59:22 DEBUG : time_test: reading active writers 2026/04/21 01:59:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:23 DEBUG : dir: Looking for writers 2026/04/21 01:59:23 DEBUG : file1: reading active writers 2026/04/21 01:59:23 DEBUG : file1(1): reading active writers 2026/04/21 01:59:23 DEBUG : Looking for writers 2026/04/21 01:59:23 DEBUG : dir: reading active writers 2026/04/21 01:59:23 DEBUG : time_test: reading active writers 2026/04/21 01:59:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:24 DEBUG : dir: Looking for writers 2026/04/21 01:59:24 DEBUG : file1: reading active writers 2026/04/21 01:59:24 DEBUG : file1(1): reading active writers 2026/04/21 01:59:24 DEBUG : Looking for writers 2026/04/21 01:59:24 DEBUG : time_test: reading active writers 2026/04/21 01:59:24 DEBUG : dir: reading active writers 2026/04/21 01:59:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:25 DEBUG : dir: Looking for writers 2026/04/21 01:59:25 DEBUG : file1: reading active writers 2026/04/21 01:59:25 DEBUG : file1(1): reading active writers 2026/04/21 01:59:25 DEBUG : Looking for writers 2026/04/21 01:59:25 DEBUG : dir: reading active writers 2026/04/21 01:59:25 DEBUG : time_test: reading active writers 2026/04/21 01:59:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:26 DEBUG : dir: Looking for writers 2026/04/21 01:59:26 DEBUG : file1: reading active writers 2026/04/21 01:59:26 DEBUG : file1(1): reading active writers 2026/04/21 01:59:26 DEBUG : Looking for writers 2026/04/21 01:59:26 DEBUG : dir: reading active writers 2026/04/21 01:59:26 DEBUG : time_test: reading active writers 2026/04/21 01:59:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:27 DEBUG : dir: Looking for writers 2026/04/21 01:59:27 DEBUG : file1: reading active writers 2026/04/21 01:59:27 DEBUG : file1(1): reading active writers 2026/04/21 01:59:27 DEBUG : Looking for writers 2026/04/21 01:59:27 DEBUG : dir: reading active writers 2026/04/21 01:59:27 DEBUG : time_test: reading active writers 2026/04/21 01:59:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 01:59:28 ERROR : Exiting even though 0 writers active and 1 cache items in use after 30s Cache{ "dir/file1": &{c:0x34539f9c9d00 mu:{_:{} mu:{state:0 sema:0}} cond:{noCopy:{} L:0x3453a04857a8 notify:{wait:0 notify:0 lock:0 head: tail:} checker:57533776025568} name:dir/file1 opens:1 downloaders:0x34539fdbb080 o:0x34539fd71a80 fd:0x34539fe66120 info:{ModTime:{wall:14011213390656043091 ext:1483873002167 loc:0x46b0880} ATime:{wall:14011213390656170503 ext:1483873129579 loc:0x46b0880} Size:14 Rs:[] Fingerprint:14 Dirty:false} writeBackID:0 pendingAccesses:0 modified:false beingReset:false graceTimer:}, } 2026/04/21 01:59:28 DEBUG : >WaitForWriters: 2026/04/21 01:59:28 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaner exiting run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty 2026/04/21 01:59:37 DEBUG : forgetting directory cache 2026/04/21 01:59:37 DEBUG : dir: forgetting directory cache run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:172 Error: Should be true Test: TestRWFileHandleReadAt Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:172 Error: Should be true Test: TestRWFileHandleReadAt Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:172 Error: Should be true Test: TestRWFileHandleReadAt Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:172 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleReadAt Messages: directories --- FAIL: TestRWFileHandleReadAt (65.03s) === RUN TestRWFileHandleFlushRead run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 01:59:49 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 01:59:49 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/21 01:59:49 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:59:49 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:59:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:59:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 01:59:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:59:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:59:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 01:59:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 01:59:49 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/21 01:59:50 DEBUG : dir/file1: Update: removing old file 2026/04/21 01:59:50 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:216 Error: Should be true Test: TestRWFileHandleFlushRead Messages: listing wrong, want dir/file1 (16) got dir/file1 (14), dir/file1(1) (16), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:216 Error: Should be true Test: TestRWFileHandleFlushRead Messages: Unexpected file "time_test" fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:216 Error: Not equal: expected: 16 actual : 14 Test: TestRWFileHandleFlushRead Messages: dir/file1: size incorrect file=16 vs obj=14 fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:216 Error: Should be true Test: TestRWFileHandleFlushRead Messages: Unexpected file "dir/file1(1)" 2026/04/21 02:00:00 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/21 02:00:01 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/21 02:00:01 DEBUG : dir/file1: newRWFileHandle: 2026/04/21 02:00:01 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/21 02:00:01 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/21 02:00:01 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/21 02:00:01 DEBUG : dir/file1(0x3453a0541140): RWFileHandle.Flush 2026/04/21 02:00:01 DEBUG : dir/file1(0x3453a0541140): _readAt: size=256, off=0 2026/04/21 02:00:01 DEBUG : dir/file1(0x3453a0541140): openPending: 2026/04/21 02:00:01 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "" 2026/04/21 02:00:01 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/21 02:00:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/21 02:00:01 DEBUG : dir/file1(0x3453a0541140): >openPending: err= 2026/04/21 02:00:01 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/04/21 02:00:01 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 02:00:01 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 02:00:01 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 02:00:01 INFO : dir/file1: vfs cache: downloader: error count now 1: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:01 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:01 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 02:00:01 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 02:00:01 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 02:00:01 INFO : dir/file1: vfs cache: downloader: error count now 2: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:01 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:01 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 02:00:01 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 02:00:01 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 02:00:01 INFO : dir/file1: vfs cache: downloader: error count now 3: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:01 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:01 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 02:00:01 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 02:00:01 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 02:00:02 INFO : dir/file1: vfs cache: downloader: error count now 4: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:02 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:02 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 02:00:02 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 02:00:02 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 02:00:02 INFO : dir/file1: vfs cache: downloader: error count now 5: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:02 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:02 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 02:00:02 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 02:00:02 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 02:00:02 INFO : dir/file1: vfs cache: downloader: error count now 6: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:02 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:02 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 02:00:02 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 02:00:02 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 02:00:02 INFO : dir/file1: vfs cache: downloader: error count now 7: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:02 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:02 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 02:00:02 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 02:00:02 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 02:00:02 INFO : dir/file1: vfs cache: downloader: error count now 8: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:02 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:02 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 02:00:02 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 02:00:02 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 02:00:03 INFO : dir/file1: vfs cache: downloader: error count now 9: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:03 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:03 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 02:00:03 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 02:00:03 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 02:00:03 INFO : dir/file1: vfs cache: downloader: error count now 10: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:03 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:03 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 02:00:03 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 02:00:03 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 02:00:03 INFO : dir/file1: vfs cache: downloader: error count now 11: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:03 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:03 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 02:00:03 ERROR : dir/file1: vfs cache: too many errors 11/10: last error: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:03 ERROR : dir/file1: vfs cache: failed to kick waiters: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:03 ERROR : dir/file1: vfs cache: failed to _ensure cache vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:03 DEBUG : dir/file1: vfs cache: failed to _ensure cache vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" is not out of space 2026/04/21 02:00:03 DEBUG : dir/file1(0x3453a0541140): >_readAt: n=0, err=vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" read_write_test.go:226: 2026/04/21 02:00:03 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:226 Error: Should be true Test: TestRWFileHandleFlushRead 2026/04/21 02:00:03 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 read_write_test.go:227: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:227 Error: Not equal: expected: 16 actual : 0 Test: TestRWFileHandleFlushRead 2026/04/21 02:00:03 DEBUG : dir/file1(0x3453a0541140): RWFileHandle.Flush 2026/04/21 02:00:03 DEBUG : dir/file1(0x3453a0541140): RWFileHandle.Flush 2026/04/21 02:00:03 DEBUG : dir/file1(0x3453a0541140): close: 2026/04/21 02:00:03 DEBUG : dir/file1(0x3453a0541140): >close: err= 2026/04/21 02:00:03 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:00:03 DEBUG : dir: Looking for writers 2026/04/21 02:00:03 DEBUG : file1: reading active writers 2026/04/21 02:00:03 DEBUG : file1(1): reading active writers 2026/04/21 02:00:03 DEBUG : Looking for writers 2026/04/21 02:00:03 DEBUG : dir: reading active writers 2026/04/21 02:00:03 DEBUG : time_test: reading active writers 2026/04/21 02:00:03 DEBUG : >WaitForWriters: 2026/04/21 02:00:03 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaner exiting 2026/04/21 02:00:03 INFO : dir/file1: vfs cache: downloader: error count now 12: vfs reader: failed to write to cache file: Open failed: Get "https://aht.nuplink.top/pool/pub/21/d5/95/0ef726ce9b1a7692357ff70dd321d595/14?token=6d603f6950f17c4990c3fb5c0b941a7a&ts=1776736801&ip=65.108.87.141": context canceled 2026/04/21 02:00:03 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: Get "https://aht.nuplink.top/pool/pub/21/d5/95/0ef726ce9b1a7692357ff70dd321d595/14?token=6d603f6950f17c4990c3fb5c0b941a7a&ts=1776736801&ip=65.108.87.141": context canceled run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit 2026/04/21 02:00:08 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji/dir/file1: no such file or directory 2026/04/21 02:00:08 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji/dir/file1: no such file or directory run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit 2026/04/21 02:00:12 DEBUG : forgetting directory cache 2026/04/21 02:00:12 DEBUG : dir: forgetting directory cache run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleFlushRead Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleFlushRead Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleFlushRead Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleFlushRead Messages: directories --- FAIL: TestRWFileHandleFlushRead (35.69s) === RUN TestRWFileHandleReleaseRead run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:00:25 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:00:25 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/21 02:00:25 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:00:25 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:00:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:00:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:00:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:00:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:00:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:00:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:00:25 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/21 02:00:25 DEBUG : dir/file1: Update: removing old file 2026/04/21 02:00:26 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:244 Error: Should be true Test: TestRWFileHandleReleaseRead Messages: listing wrong, want dir/file1 (16) got dir/file1 (14), dir/file1(1) (16), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:244 Error: Should be true Test: TestRWFileHandleReleaseRead Messages: Unexpected file "time_test" fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:244 Error: Not equal: expected: 16 actual : 14 Test: TestRWFileHandleReleaseRead Messages: dir/file1: size incorrect file=16 vs obj=14 fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:53 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:244 Error: Should be true Test: TestRWFileHandleReleaseRead Messages: Unexpected file "dir/file1(1)" 2026/04/21 02:00:36 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/21 02:00:37 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/21 02:00:37 DEBUG : dir/file1: newRWFileHandle: 2026/04/21 02:00:37 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/21 02:00:37 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/21 02:00:37 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/21 02:00:37 DEBUG : dir/file1(0x3453a038c600): _readAt: size=256, off=0 2026/04/21 02:00:37 DEBUG : dir/file1(0x3453a038c600): openPending: 2026/04/21 02:00:37 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "" 2026/04/21 02:00:37 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/21 02:00:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/21 02:00:37 DEBUG : dir/file1(0x3453a038c600): >openPending: err= 2026/04/21 02:00:37 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/04/21 02:00:37 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 02:00:37 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 02:00:37 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 02:00:37 INFO : dir/file1: vfs cache: downloader: error count now 1: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:37 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:37 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 02:00:37 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 02:00:37 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 02:00:37 INFO : dir/file1: vfs cache: downloader: error count now 2: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:37 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:37 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 02:00:37 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 02:00:37 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 02:00:37 INFO : dir/file1: vfs cache: downloader: error count now 3: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:37 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:37 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 02:00:37 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 02:00:37 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 02:00:37 INFO : dir/file1: vfs cache: downloader: error count now 4: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:37 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:37 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 02:00:37 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 02:00:37 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 02:00:37 INFO : dir/file1: vfs cache: downloader: error count now 5: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:37 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:37 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 02:00:37 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 02:00:37 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 02:00:38 INFO : dir/file1: vfs cache: downloader: error count now 6: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:38 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:38 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 02:00:38 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 02:00:38 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 02:00:38 INFO : dir/file1: vfs cache: downloader: error count now 7: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:38 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:38 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 02:00:38 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 02:00:38 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 02:00:38 INFO : dir/file1: vfs cache: downloader: error count now 8: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:38 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:38 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 02:00:38 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 02:00:38 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 02:00:38 INFO : dir/file1: vfs cache: downloader: error count now 9: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:38 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:38 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 02:00:38 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 02:00:38 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 02:00:38 INFO : dir/file1: vfs cache: downloader: error count now 10: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:38 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:38 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 02:00:38 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/21 02:00:38 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/21 02:00:39 INFO : dir/file1: vfs cache: downloader: error count now 11: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:39 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:39 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/21 02:00:39 ERROR : dir/file1: vfs cache: too many errors 11/10: last error: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:39 ERROR : dir/file1: vfs cache: failed to kick waiters: vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:39 ERROR : dir/file1: vfs cache: failed to _ensure cache vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" 2026/04/21 02:00:39 DEBUG : dir/file1: vfs cache: failed to _ensure cache vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" is not out of space 2026/04/21 02:00:39 DEBUG : dir/file1(0x3453a038c600): >_readAt: n=0, err=vfs reader: failed to write to cache file: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" read_write_test.go:249: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:249 Error: Should be true Test: TestRWFileHandleReleaseRead 2026/04/21 02:00:39 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 read_write_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:250 2026/04/21 02:00:39 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 Error: Not equal: expected: 16 actual : 0 Test: TestRWFileHandleReleaseRead 2026/04/21 02:00:39 DEBUG : dir/file1(0x3453a038c600): RWFileHandle.Release 2026/04/21 02:00:39 DEBUG : dir/file1(0x3453a038c600): close: 2026/04/21 02:00:39 DEBUG : dir/file1(0x3453a038c600): >close: err= 2026/04/21 02:00:39 DEBUG : dir/file1(0x3453a038c600): RWFileHandle.Release 2026/04/21 02:00:39 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:00:39 DEBUG : dir: Looking for writers 2026/04/21 02:00:39 DEBUG : file1(1): reading active writers 2026/04/21 02:00:39 DEBUG : file1: reading active writers 2026/04/21 02:00:39 DEBUG : Looking for writers 2026/04/21 02:00:39 DEBUG : dir: reading active writers 2026/04/21 02:00:39 DEBUG : time_test: reading active writers 2026/04/21 02:00:39 DEBUG : >WaitForWriters: 2026/04/21 02:00:39 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaner exiting 2026/04/21 02:00:39 INFO : dir/file1: vfs cache: downloader: error count now 12: vfs reader: failed to write to cache file: Open failed: Get "https://aht.nuplink.top/pool/pub/21/d5/95/0ef726ce9b1a7692357ff70dd321d595/14?token=e66b1f003b9321d7ae07cf7e612f4387&ts=1776736837&ip=65.108.87.141": context canceled 2026/04/21 02:00:39 ERROR : dir/file1: vfs cache: failed to download: vfs reader: failed to write to cache file: Open failed: Get "https://aht.nuplink.top/pool/pub/21/d5/95/0ef726ce9b1a7692357ff70dd321d595/14?token=e66b1f003b9321d7ae07cf7e612f4387&ts=1776736837&ip=65.108.87.141": context canceled run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit 2026/04/21 02:00:44 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji/dir/file1: no such file or directory 2026/04/21 02:00:44 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji/dir/file1: no such file or directory run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit 2026/04/21 02:00:45 DEBUG : forgetting directory cache 2026/04/21 02:00:45 DEBUG : dir: forgetting directory cache run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty 2026/04/21 02:00:49 DEBUG : dir: forgetting directory cache 2026/04/21 02:00:49 DEBUG : dir/virtualDir: forgetting directory cache 2026/04/21 02:00:49 DEBUG : forgetting directory cache 2026/04/21 02:00:49 DEBUG : dir: forgetting directory cache 2026/04/21 02:00:49 DEBUG : dir/virtualDir: forgetting directory cache run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleReleaseRead Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleReleaseRead Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleReleaseRead Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleReleaseRead Messages: directories --- FAIL: TestRWFileHandleReleaseRead (35.28s) === RUN TestRWFileHandleMethodsWrite run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:01:00 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:01:00 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/21 02:01:00 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:01:00 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:01:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:01:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:01:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:01:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:01:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:01:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:01:00 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:01:00 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/21 02:01:01 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:01:01 DEBUG : file1: newRWFileHandle: 2026/04/21 02:01:01 DEBUG : file1(0x34539fe22600): openPending: 2026/04/21 02:01:01 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:01:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:01:01 DEBUG : file1(0x34539fe22600): >openPending: err= 2026/04/21 02:01:01 DEBUG : file1: >newRWFileHandle: err= 2026/04/21 02:01:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:01:01 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/21 02:01:01 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/21 02:01:01 DEBUG : file1(0x34539fe22600): _writeAt: size=5, off=0 2026/04/21 02:01:01 DEBUG : file1(0x34539fe22600): >_writeAt: n=5, err= 2026/04/21 02:01:01 DEBUG : file1(0x34539fe22600): _writeAt: size=7, off=5 2026/04/21 02:01:01 DEBUG : file1(0x34539fe22600): >_writeAt: n=7, err= 2026/04/21 02:01:01 DEBUG : file1: vfs cache: truncate to size=11 2026/04/21 02:01:01 DEBUG : file1(0x34539fe22600): close: 2026/04/21 02:01:01 DEBUG : file1: vfs cache: setting modification time to 2026-04-21 02:01:01.075527414 +0000 UTC m=+1608.441020772 2026/04/21 02:01:01 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/21 02:01:01 DEBUG : file1(0x34539fe22600): >close: err= 2026/04/21 02:01:01 DEBUG : file1(0x34539fe22600): close: 2026/04/21 02:01:01 DEBUG : file1(0x34539fe22600): >close: err=file already closed 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/read_write_test.go:332 Error: Not equal: expected: []string{"file1,11,false"} actual : []string{"dir,0,true", "file1,11,false", "time_test,5,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=14) "file1,11,false" +([]string) (len=3) { + (string) (len=10) "dir,0,true", + (string) (len=14) "file1,11,false", + (string) (len=17) "time_test,5,false" } Test: TestRWFileHandleMethodsWrite 2026/04/21 02:01:01 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:01:01 DEBUG : dir: Looking for writers 2026/04/21 02:01:01 DEBUG : Looking for writers 2026/04/21 02:01:01 DEBUG : file1: reading active writers 2026/04/21 02:01:01 DEBUG : dir: reading active writers 2026/04/21 02:01:01 DEBUG : time_test: reading active writers 2026/04/21 02:01:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/21 02:01:01 DEBUG : dir: Looking for writers 2026/04/21 02:01:01 DEBUG : Looking for writers 2026/04/21 02:01:01 DEBUG : dir: reading active writers 2026/04/21 02:01:01 DEBUG : time_test: reading active writers 2026/04/21 02:01:01 DEBUG : file1: reading active writers 2026/04/21 02:01:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/21 02:01:01 DEBUG : dir: Looking for writers 2026/04/21 02:01:01 DEBUG : Looking for writers 2026/04/21 02:01:01 DEBUG : dir: reading active writers 2026/04/21 02:01:01 DEBUG : time_test: reading active writers 2026/04/21 02:01:01 DEBUG : file1: reading active writers 2026/04/21 02:01:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/21 02:01:01 DEBUG : dir: Looking for writers 2026/04/21 02:01:01 DEBUG : Looking for writers 2026/04/21 02:01:01 DEBUG : dir: reading active writers 2026/04/21 02:01:01 DEBUG : time_test: reading active writers 2026/04/21 02:01:01 DEBUG : file1: reading active writers 2026/04/21 02:01:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/21 02:01:01 DEBUG : file1: vfs cache: starting upload 2026/04/21 02:01:01 DEBUG : dir: Looking for writers 2026/04/21 02:01:01 DEBUG : Looking for writers 2026/04/21 02:01:01 DEBUG : dir: reading active writers 2026/04/21 02:01:01 DEBUG : time_test: reading active writers 2026/04/21 02:01:01 DEBUG : file1: reading active writers 2026/04/21 02:01:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/21 02:01:01 DEBUG : dir: Looking for writers 2026/04/21 02:01:01 DEBUG : Looking for writers 2026/04/21 02:01:01 DEBUG : dir: reading active writers 2026/04/21 02:01:01 DEBUG : time_test: reading active writers 2026/04/21 02:01:01 DEBUG : file1: reading active writers 2026/04/21 02:01:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/04/21 02:01:01 DEBUG : dir: Looking for writers 2026/04/21 02:01:01 DEBUG : Looking for writers 2026/04/21 02:01:01 DEBUG : dir: reading active writers 2026/04/21 02:01:01 DEBUG : time_test: reading active writers 2026/04/21 02:01:01 DEBUG : file1: reading active writers 2026/04/21 02:01:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/04/21 02:01:02 DEBUG : dir: Looking for writers 2026/04/21 02:01:02 DEBUG : Looking for writers 2026/04/21 02:01:02 DEBUG : dir: reading active writers 2026/04/21 02:01:02 DEBUG : time_test: reading active writers 2026/04/21 02:01:02 DEBUG : file1: reading active writers 2026/04/21 02:01:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:01:03 DEBUG : file1: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 02:01:03 DEBUG : dir: Looking for writers 2026/04/21 02:01:03 DEBUG : Looking for writers 2026/04/21 02:01:03 DEBUG : dir: reading active writers 2026/04/21 02:01:03 DEBUG : time_test: reading active writers 2026/04/21 02:01:03 DEBUG : file1: reading active writers 2026/04/21 02:01:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:01:03 DEBUG : file1: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 02:01:03 DEBUG : file1: size = 11 OK 2026/04/21 02:01:03 INFO : file1: Copied (new) 2026/04/21 02:01:03 DEBUG : file1: vfs cache: fingerprint now "11" 2026/04/21 02:01:03 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/21 02:01:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:01:03 INFO : file1: vfs cache: upload succeeded try #1 2026/04/21 02:01:04 DEBUG : dir: Looking for writers 2026/04/21 02:01:04 DEBUG : Looking for writers 2026/04/21 02:01:04 DEBUG : dir: reading active writers 2026/04/21 02:01:04 DEBUG : time_test: reading active writers 2026/04/21 02:01:04 DEBUG : file1: reading active writers 2026/04/21 02:01:04 DEBUG : >WaitForWriters: fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:337 Error: Should be true Test: TestRWFileHandleMethodsWrite Messages: listing wrong, want file1 (11) got dir/file1 (14), file1 (11), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:337 Error: Should be true Test: TestRWFileHandleMethodsWrite Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:337 Error: Should be true Test: TestRWFileHandleMethodsWrite Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:337 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleMethodsWrite Messages: directories 2026/04/21 02:01:13 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:01:13 DEBUG : dir: Looking for writers 2026/04/21 02:01:13 DEBUG : Looking for writers 2026/04/21 02:01:13 DEBUG : dir: reading active writers 2026/04/21 02:01:13 DEBUG : time_test: reading active writers 2026/04/21 02:01:13 DEBUG : file1: reading active writers 2026/04/21 02:01:13 DEBUG : >WaitForWriters: 2026/04/21 02:01:13 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaner exiting run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit 2026/04/21 02:01:18 DEBUG : forgetting directory cache 2026/04/21 02:01:18 DEBUG : dir: forgetting directory cache run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleMethodsWrite Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleMethodsWrite Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleMethodsWrite Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleMethodsWrite Messages: directories --- FAIL: TestRWFileHandleMethodsWrite (33.65s) === RUN TestRWFileHandleWriteAt run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:01:34 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:01:34 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/21 02:01:34 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:01:34 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:01:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:01:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:01:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:01:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:01:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:01:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:01:34 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:01:34 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/21 02:01:34 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:01:34 DEBUG : file1: newRWFileHandle: 2026/04/21 02:01:34 DEBUG : file1(0x34539feaf480): openPending: 2026/04/21 02:01:34 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:01:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:01:34 DEBUG : file1(0x34539feaf480): >openPending: err= 2026/04/21 02:01:34 DEBUG : file1: >newRWFileHandle: err= 2026/04/21 02:01:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:01:34 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/21 02:01:34 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/21 02:01:34 DEBUG : file1(0x34539feaf480): _writeAt: size=7, off=0 2026/04/21 02:01:34 DEBUG : file1(0x34539feaf480): >_writeAt: n=7, err= 2026/04/21 02:01:34 DEBUG : file1(0x34539feaf480): _writeAt: size=6, off=5 2026/04/21 02:01:34 DEBUG : file1(0x34539feaf480): >_writeAt: n=6, err= 2026/04/21 02:01:34 DEBUG : file1(0x34539feaf480): close: 2026/04/21 02:01:34 DEBUG : file1: vfs cache: setting modification time to 2026-04-21 02:01:34.696892107 +0000 UTC m=+1642.062385465 2026/04/21 02:01:34 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/21 02:01:34 DEBUG : file1(0x34539feaf480): >close: err= 2026/04/21 02:01:34 DEBUG : file1(0x34539feaf480): _writeAt: size=5, off=0 2026/04/21 02:01:34 DEBUG : file1(0x34539feaf480): >_writeAt: n=0, err=file already closed 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/read_write_test.go:382 Error: Not equal: expected: []string{"file1,11,false"} actual : []string{"dir,0,true", "file1,11,false", "time_test,5,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=14) "file1,11,false" +([]string) (len=3) { + (string) (len=10) "dir,0,true", + (string) (len=14) "file1,11,false", + (string) (len=17) "time_test,5,false" } Test: TestRWFileHandleWriteAt 2026/04/21 02:01:34 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:01:34 DEBUG : dir: Looking for writers 2026/04/21 02:01:34 DEBUG : Looking for writers 2026/04/21 02:01:34 DEBUG : file1: reading active writers 2026/04/21 02:01:34 DEBUG : dir: reading active writers 2026/04/21 02:01:34 DEBUG : time_test: reading active writers 2026/04/21 02:01:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/21 02:01:34 DEBUG : dir: Looking for writers 2026/04/21 02:01:34 DEBUG : Looking for writers 2026/04/21 02:01:34 DEBUG : file1: reading active writers 2026/04/21 02:01:34 DEBUG : dir: reading active writers 2026/04/21 02:01:34 DEBUG : time_test: reading active writers 2026/04/21 02:01:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/21 02:01:34 DEBUG : dir: Looking for writers 2026/04/21 02:01:34 DEBUG : Looking for writers 2026/04/21 02:01:34 DEBUG : file1: reading active writers 2026/04/21 02:01:34 DEBUG : dir: reading active writers 2026/04/21 02:01:34 DEBUG : time_test: reading active writers 2026/04/21 02:01:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/21 02:01:34 DEBUG : dir: Looking for writers 2026/04/21 02:01:34 DEBUG : Looking for writers 2026/04/21 02:01:34 DEBUG : dir: reading active writers 2026/04/21 02:01:34 DEBUG : time_test: reading active writers 2026/04/21 02:01:34 DEBUG : file1: reading active writers 2026/04/21 02:01:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/21 02:01:34 DEBUG : file1: vfs cache: starting upload 2026/04/21 02:01:34 DEBUG : dir: Looking for writers 2026/04/21 02:01:34 DEBUG : Looking for writers 2026/04/21 02:01:34 DEBUG : file1: reading active writers 2026/04/21 02:01:34 DEBUG : dir: reading active writers 2026/04/21 02:01:34 DEBUG : time_test: reading active writers 2026/04/21 02:01:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/21 02:01:35 DEBUG : dir: Looking for writers 2026/04/21 02:01:35 DEBUG : Looking for writers 2026/04/21 02:01:35 DEBUG : dir: reading active writers 2026/04/21 02:01:35 DEBUG : time_test: reading active writers 2026/04/21 02:01:35 DEBUG : file1: reading active writers 2026/04/21 02:01:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/04/21 02:01:35 DEBUG : dir: Looking for writers 2026/04/21 02:01:35 DEBUG : Looking for writers 2026/04/21 02:01:35 DEBUG : dir: reading active writers 2026/04/21 02:01:35 DEBUG : time_test: reading active writers 2026/04/21 02:01:35 DEBUG : file1: reading active writers 2026/04/21 02:01:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/04/21 02:01:35 DEBUG : dir: Looking for writers 2026/04/21 02:01:35 DEBUG : Looking for writers 2026/04/21 02:01:35 DEBUG : dir: reading active writers 2026/04/21 02:01:35 DEBUG : time_test: reading active writers 2026/04/21 02:01:35 DEBUG : file1: reading active writers 2026/04/21 02:01:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:01:36 DEBUG : file1: size = 11 OK 2026/04/21 02:01:36 INFO : file1: Copied (new) 2026/04/21 02:01:36 DEBUG : file1: vfs cache: fingerprint now "11" 2026/04/21 02:01:36 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/21 02:01:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:01:36 INFO : file1: vfs cache: upload succeeded try #1 2026/04/21 02:01:36 DEBUG : dir: Looking for writers 2026/04/21 02:01:36 DEBUG : Looking for writers 2026/04/21 02:01:36 DEBUG : dir: reading active writers 2026/04/21 02:01:36 DEBUG : time_test: reading active writers 2026/04/21 02:01:36 DEBUG : file1: reading active writers 2026/04/21 02:01:36 DEBUG : >WaitForWriters: fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:387 Error: Should be true Test: TestRWFileHandleWriteAt Messages: listing wrong, want file1 (11) got dir/file1 (14), file1 (11), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:387 Error: Should be true Test: TestRWFileHandleWriteAt Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:387 Error: Should be true Test: TestRWFileHandleWriteAt Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:387 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleWriteAt Messages: directories 2026/04/21 02:01:45 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:01:45 DEBUG : dir: Looking for writers 2026/04/21 02:01:45 DEBUG : Looking for writers 2026/04/21 02:01:45 DEBUG : dir: reading active writers 2026/04/21 02:01:45 DEBUG : time_test: reading active writers 2026/04/21 02:01:45 DEBUG : file1: reading active writers 2026/04/21 02:01:45 DEBUG : >WaitForWriters: 2026/04/21 02:01:45 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaner exiting run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit 2026/04/21 02:01:52 DEBUG : forgetting directory cache 2026/04/21 02:01:52 DEBUG : dir: forgetting directory cache run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleWriteAt Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleWriteAt Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleWriteAt Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleWriteAt Messages: directories --- FAIL: TestRWFileHandleWriteAt (33.01s) === RUN TestRWFileHandleWriteNoWrite run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:02:07 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:02:07 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/21 02:02:07 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:02:07 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:02:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:02:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:02:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:02:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:02:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:02:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:02:07 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:02:07 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/21 02:02:07 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:02:07 DEBUG : file1: newRWFileHandle: 2026/04/21 02:02:07 DEBUG : file1(0x3453a05fb1c0): openPending: 2026/04/21 02:02:07 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:02:07 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:02:07 DEBUG : file1(0x3453a05fb1c0): >openPending: err= 2026/04/21 02:02:07 DEBUG : file1: >newRWFileHandle: err= 2026/04/21 02:02:07 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:02:07 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/21 02:02:07 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/21 02:02:07 DEBUG : file1(0x3453a05fb1c0): close: 2026/04/21 02:02:07 DEBUG : file1: vfs cache: setting modification time to 2026-04-21 02:02:07.713695423 +0000 UTC m=+1675.079188771 2026/04/21 02:02:07 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/21 02:02:07 DEBUG : file1(0x3453a05fb1c0): >close: err= 2026/04/21 02:02:07 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/21 02:02:07 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/21 02:02:07 DEBUG : file2: newRWFileHandle: 2026/04/21 02:02:07 DEBUG : file2(0x3453a05fb6c0): openPending: 2026/04/21 02:02:07 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:02:07 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/21 02:02:07 DEBUG : file2(0x3453a05fb6c0): >openPending: err= 2026/04/21 02:02:07 DEBUG : file2: >newRWFileHandle: err= 2026/04/21 02:02:07 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/21 02:02:07 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/04/21 02:02:07 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/04/21 02:02:07 DEBUG : file2(0x3453a05fb6c0): RWFileHandle.Flush 2026/04/21 02:02:07 DEBUG : file2(0x3453a05fb6c0): RWFileHandle.Release 2026/04/21 02:02:07 DEBUG : file2(0x3453a05fb6c0): close: 2026/04/21 02:02:07 DEBUG : file2: vfs cache: setting modification time to 2026-04-21 02:02:07.714914982 +0000 UTC m=+1675.080408330 2026/04/21 02:02:07 INFO : file2: vfs cache: queuing for upload in 100ms 2026/04/21 02:02:07 DEBUG : file2(0x3453a05fb6c0): >close: err= 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/read_write_test.go:414 Error: Not equal: expected: []string{"file1,0,false", "file2,0,false"} actual : []string{"dir,0,true", "file1,0,false", "file2,0,false", "time_test,5,false"} Diff: --- Expected +++ Actual @@ -1,4 +1,6 @@ -([]string) (len=2) { +([]string) (len=4) { + (string) (len=10) "dir,0,true", (string) (len=13) "file1,0,false", - (string) (len=13) "file2,0,false" + (string) (len=13) "file2,0,false", + (string) (len=17) "time_test,5,false" } Test: TestRWFileHandleWriteNoWrite 2026/04/21 02:02:07 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:02:07 DEBUG : dir: Looking for writers 2026/04/21 02:02:07 DEBUG : Looking for writers 2026/04/21 02:02:07 DEBUG : file2: reading active writers 2026/04/21 02:02:07 DEBUG : dir: reading active writers 2026/04/21 02:02:07 DEBUG : time_test: reading active writers 2026/04/21 02:02:07 DEBUG : file1: reading active writers 2026/04/21 02:02:07 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/04/21 02:02:07 DEBUG : dir: Looking for writers 2026/04/21 02:02:07 DEBUG : Looking for writers 2026/04/21 02:02:07 DEBUG : dir: reading active writers 2026/04/21 02:02:07 DEBUG : time_test: reading active writers 2026/04/21 02:02:07 DEBUG : file1: reading active writers 2026/04/21 02:02:07 DEBUG : file2: reading active writers 2026/04/21 02:02:07 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/04/21 02:02:07 DEBUG : dir: Looking for writers 2026/04/21 02:02:07 DEBUG : Looking for writers 2026/04/21 02:02:07 DEBUG : dir: reading active writers 2026/04/21 02:02:07 DEBUG : time_test: reading active writers 2026/04/21 02:02:07 DEBUG : file1: reading active writers 2026/04/21 02:02:07 DEBUG : file2: reading active writers 2026/04/21 02:02:07 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/04/21 02:02:07 DEBUG : dir: Looking for writers 2026/04/21 02:02:07 DEBUG : Looking for writers 2026/04/21 02:02:07 DEBUG : file1: reading active writers 2026/04/21 02:02:07 DEBUG : file2: reading active writers 2026/04/21 02:02:07 DEBUG : dir: reading active writers 2026/04/21 02:02:07 DEBUG : time_test: reading active writers 2026/04/21 02:02:07 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/04/21 02:02:07 DEBUG : file2: vfs cache: starting upload 2026/04/21 02:02:07 DEBUG : file1: vfs cache: starting upload 2026/04/21 02:02:07 ERROR : file2: Failed to copy: can't upload empty files to this remote 2026/04/21 02:02:07 ERROR : file2: Writeback failed: can't upload empty files to this remote 2026/04/21 02:02:07 INFO : file2: vfs cache: upload succeeded try #1 2026/04/21 02:02:07 ERROR : file1: Failed to copy: can't upload empty files to this remote 2026/04/21 02:02:07 ERROR : file1: Writeback failed: can't upload empty files to this remote 2026/04/21 02:02:07 INFO : file1: vfs cache: upload succeeded try #1 2026/04/21 02:02:07 DEBUG : dir: Looking for writers 2026/04/21 02:02:07 DEBUG : Looking for writers 2026/04/21 02:02:07 DEBUG : dir: reading active writers 2026/04/21 02:02:07 DEBUG : time_test: reading active writers 2026/04/21 02:02:07 DEBUG : file1: reading active writers 2026/04/21 02:02:07 DEBUG : file2: reading active writers 2026/04/21 02:02:07 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/04/21 02:02:08 DEBUG : dir: Looking for writers 2026/04/21 02:02:08 DEBUG : Looking for writers 2026/04/21 02:02:08 DEBUG : file1: reading active writers 2026/04/21 02:02:08 DEBUG : file2: reading active writers 2026/04/21 02:02:08 DEBUG : dir: reading active writers 2026/04/21 02:02:08 DEBUG : time_test: reading active writers 2026/04/21 02:02:08 DEBUG : Still 0 writers active and 2 cache items in use, waiting 320ms 2026/04/21 02:02:08 DEBUG : dir: Looking for writers 2026/04/21 02:02:08 DEBUG : Looking for writers 2026/04/21 02:02:08 DEBUG : dir: reading active writers 2026/04/21 02:02:08 DEBUG : time_test: reading active writers 2026/04/21 02:02:08 DEBUG : file1: reading active writers 2026/04/21 02:02:08 DEBUG : file2: reading active writers 2026/04/21 02:02:08 DEBUG : Still 0 writers active and 2 cache items in use, waiting 640ms 2026/04/21 02:02:08 DEBUG : dir: Looking for writers 2026/04/21 02:02:08 DEBUG : Looking for writers 2026/04/21 02:02:08 DEBUG : dir: reading active writers 2026/04/21 02:02:08 DEBUG : time_test: reading active writers 2026/04/21 02:02:08 DEBUG : file1: reading active writers 2026/04/21 02:02:08 DEBUG : file2: reading active writers 2026/04/21 02:02:08 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:09 DEBUG : dir: Looking for writers 2026/04/21 02:02:09 DEBUG : Looking for writers 2026/04/21 02:02:09 DEBUG : file2: reading active writers 2026/04/21 02:02:09 DEBUG : dir: reading active writers 2026/04/21 02:02:09 DEBUG : time_test: reading active writers 2026/04/21 02:02:09 DEBUG : file1: reading active writers 2026/04/21 02:02:09 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:10 DEBUG : dir: Looking for writers 2026/04/21 02:02:10 DEBUG : Looking for writers 2026/04/21 02:02:10 DEBUG : dir: reading active writers 2026/04/21 02:02:10 DEBUG : time_test: reading active writers 2026/04/21 02:02:10 DEBUG : file1: reading active writers 2026/04/21 02:02:10 DEBUG : file2: reading active writers 2026/04/21 02:02:10 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:11 DEBUG : dir: Looking for writers 2026/04/21 02:02:11 DEBUG : Looking for writers 2026/04/21 02:02:11 DEBUG : dir: reading active writers 2026/04/21 02:02:11 DEBUG : time_test: reading active writers 2026/04/21 02:02:11 DEBUG : file1: reading active writers 2026/04/21 02:02:11 DEBUG : file2: reading active writers 2026/04/21 02:02:11 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:12 DEBUG : dir: Looking for writers 2026/04/21 02:02:12 DEBUG : Looking for writers 2026/04/21 02:02:12 DEBUG : dir: reading active writers 2026/04/21 02:02:12 DEBUG : time_test: reading active writers 2026/04/21 02:02:12 DEBUG : file1: reading active writers 2026/04/21 02:02:12 DEBUG : file2: reading active writers 2026/04/21 02:02:12 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:13 DEBUG : dir: Looking for writers 2026/04/21 02:02:13 DEBUG : Looking for writers 2026/04/21 02:02:13 DEBUG : dir: reading active writers 2026/04/21 02:02:13 DEBUG : time_test: reading active writers 2026/04/21 02:02:13 DEBUG : file1: reading active writers 2026/04/21 02:02:13 DEBUG : file2: reading active writers 2026/04/21 02:02:13 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:14 DEBUG : dir: Looking for writers 2026/04/21 02:02:14 DEBUG : Looking for writers 2026/04/21 02:02:14 DEBUG : dir: reading active writers 2026/04/21 02:02:14 DEBUG : time_test: reading active writers 2026/04/21 02:02:14 DEBUG : file1: reading active writers 2026/04/21 02:02:14 DEBUG : file2: reading active writers 2026/04/21 02:02:14 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:15 DEBUG : dir: Looking for writers 2026/04/21 02:02:15 DEBUG : Looking for writers 2026/04/21 02:02:15 DEBUG : dir: reading active writers 2026/04/21 02:02:15 DEBUG : time_test: reading active writers 2026/04/21 02:02:15 DEBUG : file1: reading active writers 2026/04/21 02:02:15 DEBUG : file2: reading active writers 2026/04/21 02:02:15 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:16 DEBUG : dir: Looking for writers 2026/04/21 02:02:16 DEBUG : Looking for writers 2026/04/21 02:02:16 DEBUG : time_test: reading active writers 2026/04/21 02:02:16 DEBUG : file1: reading active writers 2026/04/21 02:02:16 DEBUG : file2: reading active writers 2026/04/21 02:02:16 DEBUG : dir: reading active writers 2026/04/21 02:02:16 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:17 DEBUG : dir: Looking for writers 2026/04/21 02:02:17 DEBUG : Looking for writers 2026/04/21 02:02:17 DEBUG : dir: reading active writers 2026/04/21 02:02:17 DEBUG : time_test: reading active writers 2026/04/21 02:02:17 DEBUG : file1: reading active writers 2026/04/21 02:02:17 DEBUG : file2: reading active writers 2026/04/21 02:02:17 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:18 DEBUG : dir: Looking for writers 2026/04/21 02:02:18 DEBUG : Looking for writers 2026/04/21 02:02:18 DEBUG : time_test: reading active writers 2026/04/21 02:02:18 DEBUG : file1: reading active writers 2026/04/21 02:02:18 DEBUG : file2: reading active writers 2026/04/21 02:02:18 DEBUG : dir: reading active writers 2026/04/21 02:02:18 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:19 DEBUG : dir: Looking for writers 2026/04/21 02:02:19 DEBUG : Looking for writers 2026/04/21 02:02:19 DEBUG : dir: reading active writers 2026/04/21 02:02:19 DEBUG : time_test: reading active writers 2026/04/21 02:02:19 DEBUG : file1: reading active writers 2026/04/21 02:02:19 DEBUG : file2: reading active writers 2026/04/21 02:02:19 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:20 DEBUG : dir: Looking for writers 2026/04/21 02:02:20 DEBUG : Looking for writers 2026/04/21 02:02:20 DEBUG : time_test: reading active writers 2026/04/21 02:02:20 DEBUG : file1: reading active writers 2026/04/21 02:02:20 DEBUG : file2: reading active writers 2026/04/21 02:02:20 DEBUG : dir: reading active writers 2026/04/21 02:02:20 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:21 DEBUG : dir: Looking for writers 2026/04/21 02:02:21 DEBUG : Looking for writers 2026/04/21 02:02:21 DEBUG : dir: reading active writers 2026/04/21 02:02:21 DEBUG : time_test: reading active writers 2026/04/21 02:02:21 DEBUG : file1: reading active writers 2026/04/21 02:02:21 DEBUG : file2: reading active writers 2026/04/21 02:02:21 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:22 DEBUG : dir: Looking for writers 2026/04/21 02:02:22 DEBUG : Looking for writers 2026/04/21 02:02:22 DEBUG : dir: reading active writers 2026/04/21 02:02:22 DEBUG : time_test: reading active writers 2026/04/21 02:02:22 DEBUG : file1: reading active writers 2026/04/21 02:02:22 DEBUG : file2: reading active writers 2026/04/21 02:02:22 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:23 DEBUG : dir: Looking for writers 2026/04/21 02:02:23 DEBUG : Looking for writers 2026/04/21 02:02:23 DEBUG : time_test: reading active writers 2026/04/21 02:02:23 DEBUG : file1: reading active writers 2026/04/21 02:02:23 DEBUG : file2: reading active writers 2026/04/21 02:02:23 DEBUG : dir: reading active writers 2026/04/21 02:02:23 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:24 DEBUG : dir: Looking for writers 2026/04/21 02:02:24 DEBUG : Looking for writers 2026/04/21 02:02:24 DEBUG : dir: reading active writers 2026/04/21 02:02:24 DEBUG : time_test: reading active writers 2026/04/21 02:02:24 DEBUG : file1: reading active writers 2026/04/21 02:02:24 DEBUG : file2: reading active writers 2026/04/21 02:02:24 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:25 DEBUG : dir: Looking for writers 2026/04/21 02:02:25 DEBUG : Looking for writers 2026/04/21 02:02:25 DEBUG : time_test: reading active writers 2026/04/21 02:02:25 DEBUG : file1: reading active writers 2026/04/21 02:02:25 DEBUG : file2: reading active writers 2026/04/21 02:02:25 DEBUG : dir: reading active writers 2026/04/21 02:02:25 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:26 DEBUG : forgetting directory cache 2026/04/21 02:02:26 DEBUG : dir: forgetting directory cache 2026/04/21 02:02:26 DEBUG : dir: Looking for writers 2026/04/21 02:02:26 DEBUG : Looking for writers 2026/04/21 02:02:26 DEBUG : file2: reading active writers 2026/04/21 02:02:26 DEBUG : dir: reading active writers 2026/04/21 02:02:26 DEBUG : time_test: reading active writers 2026/04/21 02:02:26 DEBUG : file1: reading active writers 2026/04/21 02:02:26 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:27 DEBUG : dir: Looking for writers 2026/04/21 02:02:27 DEBUG : Looking for writers 2026/04/21 02:02:27 DEBUG : file2: reading active writers 2026/04/21 02:02:27 DEBUG : dir: reading active writers 2026/04/21 02:02:27 DEBUG : time_test: reading active writers 2026/04/21 02:02:27 DEBUG : file1: reading active writers 2026/04/21 02:02:27 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:28 DEBUG : dir: Looking for writers 2026/04/21 02:02:28 DEBUG : Looking for writers 2026/04/21 02:02:28 DEBUG : dir: reading active writers 2026/04/21 02:02:28 DEBUG : time_test: reading active writers 2026/04/21 02:02:28 DEBUG : file1: reading active writers 2026/04/21 02:02:28 DEBUG : file2: reading active writers 2026/04/21 02:02:28 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:29 DEBUG : dir: Looking for writers 2026/04/21 02:02:29 DEBUG : Looking for writers 2026/04/21 02:02:29 DEBUG : dir: reading active writers 2026/04/21 02:02:29 DEBUG : time_test: reading active writers 2026/04/21 02:02:29 DEBUG : file1: reading active writers 2026/04/21 02:02:29 DEBUG : file2: reading active writers 2026/04/21 02:02:29 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:31 DEBUG : dir: Looking for writers 2026/04/21 02:02:31 DEBUG : Looking for writers 2026/04/21 02:02:31 DEBUG : dir: reading active writers 2026/04/21 02:02:31 DEBUG : time_test: reading active writers 2026/04/21 02:02:31 DEBUG : file1: reading active writers 2026/04/21 02:02:31 DEBUG : file2: reading active writers 2026/04/21 02:02:31 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:32 DEBUG : dir: Looking for writers 2026/04/21 02:02:32 DEBUG : Looking for writers 2026/04/21 02:02:32 DEBUG : dir: reading active writers 2026/04/21 02:02:32 DEBUG : time_test: reading active writers 2026/04/21 02:02:32 DEBUG : file1: reading active writers 2026/04/21 02:02:32 DEBUG : file2: reading active writers 2026/04/21 02:02:32 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:33 DEBUG : dir: Looking for writers 2026/04/21 02:02:33 DEBUG : Looking for writers 2026/04/21 02:02:33 DEBUG : dir: reading active writers 2026/04/21 02:02:33 DEBUG : time_test: reading active writers 2026/04/21 02:02:33 DEBUG : file1: reading active writers 2026/04/21 02:02:33 DEBUG : file2: reading active writers 2026/04/21 02:02:33 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:34 DEBUG : dir: Looking for writers 2026/04/21 02:02:34 DEBUG : Looking for writers 2026/04/21 02:02:34 DEBUG : time_test: reading active writers 2026/04/21 02:02:34 DEBUG : file1: reading active writers 2026/04/21 02:02:34 DEBUG : file2: reading active writers 2026/04/21 02:02:34 DEBUG : dir: reading active writers 2026/04/21 02:02:34 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:35 DEBUG : dir: Looking for writers 2026/04/21 02:02:35 DEBUG : Looking for writers 2026/04/21 02:02:35 DEBUG : dir: reading active writers 2026/04/21 02:02:35 DEBUG : time_test: reading active writers 2026/04/21 02:02:35 DEBUG : file1: reading active writers 2026/04/21 02:02:35 DEBUG : file2: reading active writers 2026/04/21 02:02:35 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:36 DEBUG : dir: Looking for writers 2026/04/21 02:02:36 DEBUG : Looking for writers 2026/04/21 02:02:36 DEBUG : file1: reading active writers 2026/04/21 02:02:36 DEBUG : file2: reading active writers 2026/04/21 02:02:36 DEBUG : dir: reading active writers 2026/04/21 02:02:36 DEBUG : time_test: reading active writers 2026/04/21 02:02:36 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:37 DEBUG : dir: Looking for writers 2026/04/21 02:02:37 DEBUG : Looking for writers 2026/04/21 02:02:37 DEBUG : dir: reading active writers 2026/04/21 02:02:37 DEBUG : time_test: reading active writers 2026/04/21 02:02:37 DEBUG : file1: reading active writers 2026/04/21 02:02:37 DEBUG : file2: reading active writers 2026/04/21 02:02:37 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:37 ERROR : Exiting even though 0 writers active and 2 cache items in use after 30s Cache{ "file1": &{c:0x3453a062cc00 mu:{_:{} mu:{state:0 sema:0}} cond:{noCopy:{} L:0x3453a06ea008 notify:{wait:0 notify:0 lock:0 head: tail:} checker:57533778534464} name:file1 opens:0 downloaders: o: fd: info:{ModTime:{wall:14011213595946918079 ext:1675079188771 loc:0x46b0880} ATime:{wall:14011213595947132204 ext:1675079402916 loc:0x46b0880} Size:0 Rs:[] Fingerprint: Dirty:true} writeBackID:1 pendingAccesses:0 modified:false beingReset:false graceTimer:}, "file2": &{c:0x3453a062cc00 mu:{_:{} mu:{state:0 sema:0}} cond:{noCopy:{} L:0x3453a06ea128 notify:{wait:0 notify:0 lock:0 head: tail:} checker:57533778534752} name:file2 opens:0 downloaders: o: fd: info:{ModTime:{wall:14011213595948137638 ext:1675080408330 loc:0x46b0880} ATime:{wall:14011213595948321195 ext:1675080591887 loc:0x46b0880} Size:0 Rs:[] Fingerprint: Dirty:true} writeBackID:2 pendingAccesses:0 modified:false beingReset:false graceTimer:}, } 2026/04/21 02:02:37 DEBUG : >WaitForWriters: fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:420 Error: Should be true Test: TestRWFileHandleWriteNoWrite Messages: listing wrong, want file1 (0), file2 (0) got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:420 Error: Should be true Test: TestRWFileHandleWriteNoWrite Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:420 Error: Should be true Test: TestRWFileHandleWriteNoWrite Messages: Unexpected file "dir/file1" fstest.go:203: Not found "file1" fstest.go:203: Not found "file2" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:420 Error: Not equal: expected: 0 actual : 2 Test: TestRWFileHandleWriteNoWrite Messages: 2 objects not found fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:420 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleWriteNoWrite Messages: directories 2026/04/21 02:02:46 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:02:46 DEBUG : dir: Looking for writers 2026/04/21 02:02:46 DEBUG : Looking for writers 2026/04/21 02:02:46 DEBUG : file2: reading active writers 2026/04/21 02:02:46 DEBUG : dir: reading active writers 2026/04/21 02:02:46 DEBUG : time_test: reading active writers 2026/04/21 02:02:46 DEBUG : file1: reading active writers 2026/04/21 02:02:46 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/04/21 02:02:46 DEBUG : dir: Looking for writers 2026/04/21 02:02:46 DEBUG : Looking for writers 2026/04/21 02:02:46 DEBUG : file1: reading active writers 2026/04/21 02:02:46 DEBUG : file2: reading active writers 2026/04/21 02:02:46 DEBUG : dir: reading active writers 2026/04/21 02:02:46 DEBUG : time_test: reading active writers 2026/04/21 02:02:46 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/04/21 02:02:46 DEBUG : dir: Looking for writers 2026/04/21 02:02:46 DEBUG : Looking for writers 2026/04/21 02:02:46 DEBUG : dir: reading active writers 2026/04/21 02:02:46 DEBUG : time_test: reading active writers 2026/04/21 02:02:46 DEBUG : file1: reading active writers 2026/04/21 02:02:46 DEBUG : file2: reading active writers 2026/04/21 02:02:46 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/04/21 02:02:46 DEBUG : dir: Looking for writers 2026/04/21 02:02:46 DEBUG : Looking for writers 2026/04/21 02:02:46 DEBUG : dir: reading active writers 2026/04/21 02:02:46 DEBUG : time_test: reading active writers 2026/04/21 02:02:46 DEBUG : file1: reading active writers 2026/04/21 02:02:46 DEBUG : file2: reading active writers 2026/04/21 02:02:46 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/04/21 02:02:46 DEBUG : dir: Looking for writers 2026/04/21 02:02:46 DEBUG : Looking for writers 2026/04/21 02:02:46 DEBUG : dir: reading active writers 2026/04/21 02:02:46 DEBUG : time_test: reading active writers 2026/04/21 02:02:46 DEBUG : file1: reading active writers 2026/04/21 02:02:46 DEBUG : file2: reading active writers 2026/04/21 02:02:46 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/04/21 02:02:46 DEBUG : dir: Looking for writers 2026/04/21 02:02:46 DEBUG : Looking for writers 2026/04/21 02:02:46 DEBUG : file2: reading active writers 2026/04/21 02:02:46 DEBUG : dir: reading active writers 2026/04/21 02:02:46 DEBUG : time_test: reading active writers 2026/04/21 02:02:46 DEBUG : file1: reading active writers 2026/04/21 02:02:46 DEBUG : Still 0 writers active and 2 cache items in use, waiting 320ms 2026/04/21 02:02:46 DEBUG : dir: Looking for writers 2026/04/21 02:02:46 DEBUG : Looking for writers 2026/04/21 02:02:46 DEBUG : time_test: reading active writers 2026/04/21 02:02:46 DEBUG : file1: reading active writers 2026/04/21 02:02:46 DEBUG : file2: reading active writers 2026/04/21 02:02:46 DEBUG : dir: reading active writers 2026/04/21 02:02:46 DEBUG : Still 0 writers active and 2 cache items in use, waiting 640ms 2026/04/21 02:02:47 DEBUG : dir: Looking for writers 2026/04/21 02:02:47 DEBUG : Looking for writers 2026/04/21 02:02:47 DEBUG : dir: reading active writers 2026/04/21 02:02:47 DEBUG : time_test: reading active writers 2026/04/21 02:02:47 DEBUG : file1: reading active writers 2026/04/21 02:02:47 DEBUG : file2: reading active writers 2026/04/21 02:02:47 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:48 DEBUG : dir: Looking for writers 2026/04/21 02:02:48 DEBUG : Looking for writers 2026/04/21 02:02:48 DEBUG : dir: reading active writers 2026/04/21 02:02:48 DEBUG : time_test: reading active writers 2026/04/21 02:02:48 DEBUG : file1: reading active writers 2026/04/21 02:02:48 DEBUG : file2: reading active writers 2026/04/21 02:02:48 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:49 DEBUG : dir: Looking for writers 2026/04/21 02:02:49 DEBUG : Looking for writers 2026/04/21 02:02:49 DEBUG : file2: reading active writers 2026/04/21 02:02:49 DEBUG : dir: reading active writers 2026/04/21 02:02:49 DEBUG : time_test: reading active writers 2026/04/21 02:02:49 DEBUG : file1: reading active writers 2026/04/21 02:02:49 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:50 DEBUG : dir: Looking for writers 2026/04/21 02:02:50 DEBUG : Looking for writers 2026/04/21 02:02:50 DEBUG : file2: reading active writers 2026/04/21 02:02:50 DEBUG : dir: reading active writers 2026/04/21 02:02:50 DEBUG : time_test: reading active writers 2026/04/21 02:02:50 DEBUG : file1: reading active writers 2026/04/21 02:02:50 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:51 DEBUG : dir: Looking for writers 2026/04/21 02:02:51 DEBUG : Looking for writers 2026/04/21 02:02:51 DEBUG : file1: reading active writers 2026/04/21 02:02:51 DEBUG : file2: reading active writers 2026/04/21 02:02:51 DEBUG : dir: reading active writers 2026/04/21 02:02:51 DEBUG : time_test: reading active writers 2026/04/21 02:02:51 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:52 DEBUG : dir: Looking for writers 2026/04/21 02:02:52 DEBUG : Looking for writers 2026/04/21 02:02:52 DEBUG : file2: reading active writers 2026/04/21 02:02:52 DEBUG : dir: reading active writers 2026/04/21 02:02:52 DEBUG : time_test: reading active writers 2026/04/21 02:02:52 DEBUG : file1: reading active writers 2026/04/21 02:02:52 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:53 DEBUG : dir: Looking for writers 2026/04/21 02:02:53 DEBUG : Looking for writers 2026/04/21 02:02:53 DEBUG : dir: reading active writers 2026/04/21 02:02:53 DEBUG : time_test: reading active writers 2026/04/21 02:02:53 DEBUG : file1: reading active writers 2026/04/21 02:02:53 DEBUG : file2: reading active writers 2026/04/21 02:02:53 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:54 DEBUG : dir: Looking for writers 2026/04/21 02:02:54 DEBUG : Looking for writers 2026/04/21 02:02:54 DEBUG : dir: reading active writers 2026/04/21 02:02:54 DEBUG : time_test: reading active writers 2026/04/21 02:02:54 DEBUG : file1: reading active writers 2026/04/21 02:02:54 DEBUG : file2: reading active writers 2026/04/21 02:02:54 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:55 DEBUG : dir: Looking for writers 2026/04/21 02:02:55 DEBUG : Looking for writers 2026/04/21 02:02:55 DEBUG : dir: reading active writers 2026/04/21 02:02:55 DEBUG : time_test: reading active writers 2026/04/21 02:02:55 DEBUG : file1: reading active writers 2026/04/21 02:02:55 DEBUG : file2: reading active writers 2026/04/21 02:02:55 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:56 DEBUG : dir: Looking for writers 2026/04/21 02:02:56 DEBUG : Looking for writers 2026/04/21 02:02:56 DEBUG : dir: reading active writers 2026/04/21 02:02:56 DEBUG : time_test: reading active writers 2026/04/21 02:02:56 DEBUG : file1: reading active writers 2026/04/21 02:02:56 DEBUG : file2: reading active writers 2026/04/21 02:02:56 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:57 DEBUG : dir: Looking for writers 2026/04/21 02:02:57 DEBUG : Looking for writers 2026/04/21 02:02:57 DEBUG : dir: reading active writers 2026/04/21 02:02:57 DEBUG : time_test: reading active writers 2026/04/21 02:02:57 DEBUG : file1: reading active writers 2026/04/21 02:02:57 DEBUG : file2: reading active writers 2026/04/21 02:02:57 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:58 DEBUG : dir: Looking for writers 2026/04/21 02:02:58 DEBUG : Looking for writers 2026/04/21 02:02:58 DEBUG : file1: reading active writers 2026/04/21 02:02:58 DEBUG : file2: reading active writers 2026/04/21 02:02:58 DEBUG : dir: reading active writers 2026/04/21 02:02:58 DEBUG : time_test: reading active writers 2026/04/21 02:02:58 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:02:59 DEBUG : forgetting directory cache 2026/04/21 02:02:59 DEBUG : dir: forgetting directory cache 2026/04/21 02:02:59 DEBUG : dir: Looking for writers 2026/04/21 02:02:59 DEBUG : Looking for writers 2026/04/21 02:02:59 DEBUG : file2: reading active writers 2026/04/21 02:02:59 DEBUG : dir: reading active writers 2026/04/21 02:02:59 DEBUG : time_test: reading active writers 2026/04/21 02:02:59 DEBUG : file1: reading active writers 2026/04/21 02:02:59 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:03:00 DEBUG : dir: Looking for writers 2026/04/21 02:03:00 DEBUG : Looking for writers 2026/04/21 02:03:00 DEBUG : dir: reading active writers 2026/04/21 02:03:00 DEBUG : time_test: reading active writers 2026/04/21 02:03:00 DEBUG : file1: reading active writers 2026/04/21 02:03:00 DEBUG : file2: reading active writers 2026/04/21 02:03:00 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:03:01 DEBUG : dir: Looking for writers 2026/04/21 02:03:01 DEBUG : Looking for writers 2026/04/21 02:03:01 DEBUG : dir: reading active writers 2026/04/21 02:03:01 DEBUG : time_test: reading active writers 2026/04/21 02:03:01 DEBUG : file1: reading active writers 2026/04/21 02:03:01 DEBUG : file2: reading active writers 2026/04/21 02:03:01 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:03:02 DEBUG : dir: Looking for writers 2026/04/21 02:03:02 DEBUG : Looking for writers 2026/04/21 02:03:02 DEBUG : dir: reading active writers 2026/04/21 02:03:02 DEBUG : time_test: reading active writers 2026/04/21 02:03:02 DEBUG : file1: reading active writers 2026/04/21 02:03:02 DEBUG : file2: reading active writers 2026/04/21 02:03:02 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:03:03 DEBUG : dir: Looking for writers 2026/04/21 02:03:03 DEBUG : Looking for writers 2026/04/21 02:03:03 DEBUG : dir: reading active writers 2026/04/21 02:03:03 DEBUG : time_test: reading active writers 2026/04/21 02:03:03 DEBUG : file1: reading active writers 2026/04/21 02:03:03 DEBUG : file2: reading active writers 2026/04/21 02:03:03 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:03:04 DEBUG : dir: Looking for writers 2026/04/21 02:03:04 DEBUG : Looking for writers 2026/04/21 02:03:04 DEBUG : file1: reading active writers 2026/04/21 02:03:04 DEBUG : file2: reading active writers 2026/04/21 02:03:04 DEBUG : dir: reading active writers 2026/04/21 02:03:04 DEBUG : time_test: reading active writers 2026/04/21 02:03:04 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:03:05 DEBUG : dir: Looking for writers 2026/04/21 02:03:05 DEBUG : Looking for writers 2026/04/21 02:03:05 DEBUG : dir: reading active writers 2026/04/21 02:03:05 DEBUG : time_test: reading active writers 2026/04/21 02:03:05 DEBUG : file1: reading active writers 2026/04/21 02:03:05 DEBUG : file2: reading active writers 2026/04/21 02:03:05 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:03:06 DEBUG : dir: Looking for writers 2026/04/21 02:03:06 DEBUG : Looking for writers 2026/04/21 02:03:06 DEBUG : time_test: reading active writers 2026/04/21 02:03:06 DEBUG : file1: reading active writers 2026/04/21 02:03:06 DEBUG : file2: reading active writers 2026/04/21 02:03:06 DEBUG : dir: reading active writers 2026/04/21 02:03:06 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:03:07 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item file1 not removed, freed 0 bytes 2026/04/21 02:03:07 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item file2 not removed, freed 0 bytes 2026/04/21 02:03:07 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaned: objects 2 (was 2) in use 2, to upload 0, uploading 0, total size 0 (was 0) 2026/04/21 02:03:07 DEBUG : dir: Looking for writers 2026/04/21 02:03:07 DEBUG : Looking for writers 2026/04/21 02:03:07 DEBUG : time_test: reading active writers 2026/04/21 02:03:07 DEBUG : file1: reading active writers 2026/04/21 02:03:07 DEBUG : file2: reading active writers 2026/04/21 02:03:07 DEBUG : dir: reading active writers 2026/04/21 02:03:07 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:03:08 DEBUG : dir: Looking for writers 2026/04/21 02:03:08 DEBUG : Looking for writers 2026/04/21 02:03:08 DEBUG : file1: reading active writers 2026/04/21 02:03:08 DEBUG : file2: reading active writers 2026/04/21 02:03:08 DEBUG : dir: reading active writers 2026/04/21 02:03:08 DEBUG : time_test: reading active writers 2026/04/21 02:03:08 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:03:09 DEBUG : dir: Looking for writers 2026/04/21 02:03:09 DEBUG : Looking for writers 2026/04/21 02:03:09 DEBUG : time_test: reading active writers 2026/04/21 02:03:09 DEBUG : file1: reading active writers 2026/04/21 02:03:09 DEBUG : file2: reading active writers 2026/04/21 02:03:09 DEBUG : dir: reading active writers 2026/04/21 02:03:09 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:03:10 DEBUG : dir: Looking for writers 2026/04/21 02:03:10 DEBUG : Looking for writers 2026/04/21 02:03:10 DEBUG : dir: reading active writers 2026/04/21 02:03:10 DEBUG : time_test: reading active writers 2026/04/21 02:03:10 DEBUG : file1: reading active writers 2026/04/21 02:03:10 DEBUG : file2: reading active writers 2026/04/21 02:03:10 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:03:11 DEBUG : dir: Looking for writers 2026/04/21 02:03:11 DEBUG : Looking for writers 2026/04/21 02:03:11 DEBUG : dir: reading active writers 2026/04/21 02:03:11 DEBUG : time_test: reading active writers 2026/04/21 02:03:11 DEBUG : file1: reading active writers 2026/04/21 02:03:11 DEBUG : file2: reading active writers 2026/04/21 02:03:11 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:03:12 DEBUG : dir: Looking for writers 2026/04/21 02:03:12 DEBUG : Looking for writers 2026/04/21 02:03:12 DEBUG : file2: reading active writers 2026/04/21 02:03:12 DEBUG : dir: reading active writers 2026/04/21 02:03:12 DEBUG : time_test: reading active writers 2026/04/21 02:03:12 DEBUG : file1: reading active writers 2026/04/21 02:03:12 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:03:13 DEBUG : dir: Looking for writers 2026/04/21 02:03:13 DEBUG : Looking for writers 2026/04/21 02:03:13 DEBUG : dir: reading active writers 2026/04/21 02:03:13 DEBUG : time_test: reading active writers 2026/04/21 02:03:13 DEBUG : file1: reading active writers 2026/04/21 02:03:13 DEBUG : file2: reading active writers 2026/04/21 02:03:13 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:03:14 DEBUG : dir: Looking for writers 2026/04/21 02:03:14 DEBUG : Looking for writers 2026/04/21 02:03:14 DEBUG : dir: reading active writers 2026/04/21 02:03:14 DEBUG : time_test: reading active writers 2026/04/21 02:03:14 DEBUG : file1: reading active writers 2026/04/21 02:03:14 DEBUG : file2: reading active writers 2026/04/21 02:03:14 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:03:15 DEBUG : dir: Looking for writers 2026/04/21 02:03:15 DEBUG : Looking for writers 2026/04/21 02:03:15 DEBUG : dir: reading active writers 2026/04/21 02:03:15 DEBUG : time_test: reading active writers 2026/04/21 02:03:15 DEBUG : file1: reading active writers 2026/04/21 02:03:15 DEBUG : file2: reading active writers 2026/04/21 02:03:15 DEBUG : Still 0 writers active and 2 cache items in use, waiting 1s 2026/04/21 02:03:16 ERROR : Exiting even though 0 writers active and 2 cache items in use after 30s Cache{ "file1": &{c:0x3453a062cc00 mu:{_:{} mu:{state:0 sema:0}} cond:{noCopy:{} L:0x3453a06ea008 notify:{wait:0 notify:0 lock:0 head: tail:} checker:57533778534464} name:file1 opens:0 downloaders: o: fd: info:{ModTime:{wall:14011213595946918079 ext:1675079188771 loc:0x46b0880} ATime:{wall:14011213595947132204 ext:1675079402916 loc:0x46b0880} Size:0 Rs:[] Fingerprint: Dirty:true} writeBackID:1 pendingAccesses:0 modified:false beingReset:false graceTimer:}, "file2": &{c:0x3453a062cc00 mu:{_:{} mu:{state:0 sema:0}} cond:{noCopy:{} L:0x3453a06ea128 notify:{wait:0 notify:0 lock:0 head: tail:} checker:57533778534752} name:file2 opens:0 downloaders: o: fd: info:{ModTime:{wall:14011213595948137638 ext:1675080408330 loc:0x46b0880} ATime:{wall:14011213595948321195 ext:1675080591887 loc:0x46b0880} Size:0 Rs:[] Fingerprint: Dirty:true} writeBackID:2 pendingAccesses:0 modified:false beingReset:false graceTimer:}, } 2026/04/21 02:03:16 DEBUG : >WaitForWriters: 2026/04/21 02:03:16 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaner exiting run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache 2026/04/21 02:03:32 DEBUG : forgetting directory cache 2026/04/21 02:03:32 DEBUG : dir: forgetting directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleWriteNoWrite Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleWriteNoWrite Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleWriteNoWrite Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleWriteNoWrite Messages: directories --- FAIL: TestRWFileHandleWriteNoWrite (89.14s) === RUN TestRWFileHandleFlushWrite run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:03:36 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:03:36 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/21 02:03:36 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:03:36 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:03:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:03:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:03:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:03:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:03:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:03:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:03:36 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:03:36 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/21 02:03:36 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:03:36 DEBUG : file1: newRWFileHandle: 2026/04/21 02:03:36 DEBUG : file1(0x3453a0316480): openPending: 2026/04/21 02:03:36 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:03:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:03:36 DEBUG : file1(0x3453a0316480): >openPending: err= 2026/04/21 02:03:36 DEBUG : file1: >newRWFileHandle: err= 2026/04/21 02:03:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:03:36 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/21 02:03:36 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/21 02:03:36 DEBUG : file1(0x3453a0316480): _writeAt: size=5, off=0 2026/04/21 02:03:36 DEBUG : file1(0x3453a0316480): >_writeAt: n=5, err= 2026/04/21 02:03:36 DEBUG : file1(0x3453a0316480): RWFileHandle.Flush 2026/04/21 02:03:36 DEBUG : file1(0x3453a0316480): RWFileHandle.Flush 2026/04/21 02:03:36 DEBUG : file1(0x3453a0316480): close: 2026/04/21 02:03:36 DEBUG : file1: vfs cache: setting modification time to 2026-04-21 02:03:36.8265775 +0000 UTC m=+1764.192070847 2026/04/21 02:03:36 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/21 02:03:36 DEBUG : file1(0x3453a0316480): >close: err= 2026/04/21 02:03:36 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:03:36 DEBUG : dir: Looking for writers 2026/04/21 02:03:36 DEBUG : Looking for writers 2026/04/21 02:03:36 DEBUG : dir: reading active writers 2026/04/21 02:03:36 DEBUG : time_test: reading active writers 2026/04/21 02:03:36 DEBUG : file1: reading active writers 2026/04/21 02:03:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/21 02:03:36 DEBUG : dir: Looking for writers 2026/04/21 02:03:36 DEBUG : Looking for writers 2026/04/21 02:03:36 DEBUG : dir: reading active writers 2026/04/21 02:03:36 DEBUG : time_test: reading active writers 2026/04/21 02:03:36 DEBUG : file1: reading active writers 2026/04/21 02:03:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/21 02:03:36 DEBUG : dir: Looking for writers 2026/04/21 02:03:36 DEBUG : Looking for writers 2026/04/21 02:03:36 DEBUG : dir: reading active writers 2026/04/21 02:03:36 DEBUG : time_test: reading active writers 2026/04/21 02:03:36 DEBUG : file1: reading active writers 2026/04/21 02:03:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/21 02:03:36 DEBUG : dir: Looking for writers 2026/04/21 02:03:36 DEBUG : Looking for writers 2026/04/21 02:03:36 DEBUG : dir: reading active writers 2026/04/21 02:03:36 DEBUG : time_test: reading active writers 2026/04/21 02:03:36 DEBUG : file1: reading active writers 2026/04/21 02:03:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/21 02:03:36 DEBUG : file1: vfs cache: starting upload 2026/04/21 02:03:36 DEBUG : dir: Looking for writers 2026/04/21 02:03:36 DEBUG : Looking for writers 2026/04/21 02:03:36 DEBUG : time_test: reading active writers 2026/04/21 02:03:36 DEBUG : file1: reading active writers 2026/04/21 02:03:36 DEBUG : dir: reading active writers 2026/04/21 02:03:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/21 02:03:37 DEBUG : dir: Looking for writers 2026/04/21 02:03:37 DEBUG : Looking for writers 2026/04/21 02:03:37 DEBUG : file1: reading active writers 2026/04/21 02:03:37 DEBUG : dir: reading active writers 2026/04/21 02:03:37 DEBUG : time_test: reading active writers 2026/04/21 02:03:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/04/21 02:03:37 DEBUG : dir: Looking for writers 2026/04/21 02:03:37 DEBUG : Looking for writers 2026/04/21 02:03:37 DEBUG : dir: reading active writers 2026/04/21 02:03:37 DEBUG : time_test: reading active writers 2026/04/21 02:03:37 DEBUG : file1: reading active writers 2026/04/21 02:03:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/04/21 02:03:38 DEBUG : dir: Looking for writers 2026/04/21 02:03:38 DEBUG : Looking for writers 2026/04/21 02:03:38 DEBUG : dir: reading active writers 2026/04/21 02:03:38 DEBUG : time_test: reading active writers 2026/04/21 02:03:38 DEBUG : file1: reading active writers 2026/04/21 02:03:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:03:38 DEBUG : file1: size = 5 OK 2026/04/21 02:03:38 INFO : file1: Copied (new) 2026/04/21 02:03:38 DEBUG : file1: vfs cache: fingerprint now "5" 2026/04/21 02:03:38 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/21 02:03:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:03:38 INFO : file1: vfs cache: upload succeeded try #1 2026/04/21 02:03:39 DEBUG : dir: Looking for writers 2026/04/21 02:03:39 DEBUG : Looking for writers 2026/04/21 02:03:39 DEBUG : dir: reading active writers 2026/04/21 02:03:39 DEBUG : time_test: reading active writers 2026/04/21 02:03:39 DEBUG : file1: reading active writers 2026/04/21 02:03:39 DEBUG : >WaitForWriters: 2026/04/21 02:03:39 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaner exiting run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleFlushWrite Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleFlushWrite Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleFlushWrite Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleFlushWrite Messages: directories --- FAIL: TestRWFileHandleFlushWrite (23.78s) === RUN TestRWFileHandleReleaseWrite run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:04:00 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:04:00 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/21 02:04:00 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:04:00 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:04:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:04:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:04:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:04:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:04:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:04:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:04:00 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:04:00 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/21 02:04:00 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:04:00 DEBUG : file1: newRWFileHandle: 2026/04/21 02:04:00 DEBUG : file1(0x34539ff6f5c0): openPending: 2026/04/21 02:04:00 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:04:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:04:00 DEBUG : file1(0x34539ff6f5c0): >openPending: err= 2026/04/21 02:04:00 DEBUG : file1: >newRWFileHandle: err= 2026/04/21 02:04:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:04:00 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/21 02:04:00 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/21 02:04:00 DEBUG : file1(0x34539ff6f5c0): _writeAt: size=5, off=0 2026/04/21 02:04:00 DEBUG : file1(0x34539ff6f5c0): >_writeAt: n=5, err= 2026/04/21 02:04:00 DEBUG : file1(0x34539ff6f5c0): RWFileHandle.Release 2026/04/21 02:04:00 DEBUG : file1(0x34539ff6f5c0): close: 2026/04/21 02:04:00 DEBUG : file1: vfs cache: setting modification time to 2026-04-21 02:04:00.6099189 +0000 UTC m=+1787.975412288 2026/04/21 02:04:00 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/21 02:04:00 DEBUG : file1(0x34539ff6f5c0): >close: err= 2026/04/21 02:04:00 DEBUG : file1(0x34539ff6f5c0): RWFileHandle.Release 2026/04/21 02:04:00 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:04:00 DEBUG : dir: Looking for writers 2026/04/21 02:04:00 DEBUG : Looking for writers 2026/04/21 02:04:00 DEBUG : time_test: reading active writers 2026/04/21 02:04:00 DEBUG : file1: reading active writers 2026/04/21 02:04:00 DEBUG : dir: reading active writers 2026/04/21 02:04:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/21 02:04:00 DEBUG : dir: Looking for writers 2026/04/21 02:04:00 DEBUG : Looking for writers 2026/04/21 02:04:00 DEBUG : dir: reading active writers 2026/04/21 02:04:00 DEBUG : time_test: reading active writers 2026/04/21 02:04:00 DEBUG : file1: reading active writers 2026/04/21 02:04:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/21 02:04:00 DEBUG : dir: Looking for writers 2026/04/21 02:04:00 DEBUG : Looking for writers 2026/04/21 02:04:00 DEBUG : file1: reading active writers 2026/04/21 02:04:00 DEBUG : dir: reading active writers 2026/04/21 02:04:00 DEBUG : time_test: reading active writers 2026/04/21 02:04:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/21 02:04:00 DEBUG : dir: Looking for writers 2026/04/21 02:04:00 DEBUG : Looking for writers 2026/04/21 02:04:00 DEBUG : dir: reading active writers 2026/04/21 02:04:00 DEBUG : time_test: reading active writers 2026/04/21 02:04:00 DEBUG : file1: reading active writers 2026/04/21 02:04:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/21 02:04:00 DEBUG : file1: vfs cache: starting upload 2026/04/21 02:04:00 DEBUG : dir: Looking for writers 2026/04/21 02:04:00 DEBUG : Looking for writers 2026/04/21 02:04:00 DEBUG : dir: reading active writers 2026/04/21 02:04:00 DEBUG : time_test: reading active writers 2026/04/21 02:04:00 DEBUG : file1: reading active writers 2026/04/21 02:04:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/21 02:04:00 DEBUG : dir: Looking for writers 2026/04/21 02:04:00 DEBUG : Looking for writers 2026/04/21 02:04:00 DEBUG : time_test: reading active writers 2026/04/21 02:04:00 DEBUG : file1: reading active writers 2026/04/21 02:04:00 DEBUG : dir: reading active writers 2026/04/21 02:04:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/04/21 02:04:01 DEBUG : dir: Looking for writers 2026/04/21 02:04:01 DEBUG : Looking for writers 2026/04/21 02:04:01 DEBUG : time_test: reading active writers 2026/04/21 02:04:01 DEBUG : file1: reading active writers 2026/04/21 02:04:01 DEBUG : dir: reading active writers 2026/04/21 02:04:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/04/21 02:04:01 DEBUG : dir: Looking for writers 2026/04/21 02:04:01 DEBUG : Looking for writers 2026/04/21 02:04:01 DEBUG : dir: reading active writers 2026/04/21 02:04:01 DEBUG : time_test: reading active writers 2026/04/21 02:04:01 DEBUG : file1: reading active writers 2026/04/21 02:04:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:04:02 DEBUG : file1: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 02:04:02 DEBUG : dir: Looking for writers 2026/04/21 02:04:02 DEBUG : Looking for writers 2026/04/21 02:04:02 DEBUG : dir: reading active writers 2026/04/21 02:04:02 DEBUG : time_test: reading active writers 2026/04/21 02:04:02 DEBUG : file1: reading active writers 2026/04/21 02:04:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:04:02 DEBUG : file1: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 02:04:03 DEBUG : file1: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 02:04:03 DEBUG : dir: Looking for writers 2026/04/21 02:04:03 DEBUG : Looking for writers 2026/04/21 02:04:03 DEBUG : file1: reading active writers 2026/04/21 02:04:03 DEBUG : dir: reading active writers 2026/04/21 02:04:03 DEBUG : time_test: reading active writers 2026/04/21 02:04:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:04:03 DEBUG : file1: size = 5 OK 2026/04/21 02:04:03 INFO : file1: Copied (new) 2026/04/21 02:04:03 DEBUG : file1: vfs cache: fingerprint now "5" 2026/04/21 02:04:03 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/21 02:04:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:04:03 INFO : file1: vfs cache: upload succeeded try #1 2026/04/21 02:04:04 DEBUG : dir: Looking for writers 2026/04/21 02:04:04 DEBUG : Looking for writers 2026/04/21 02:04:04 DEBUG : dir: reading active writers 2026/04/21 02:04:04 DEBUG : time_test: reading active writers 2026/04/21 02:04:04 DEBUG : file1: reading active writers 2026/04/21 02:04:04 DEBUG : >WaitForWriters: 2026/04/21 02:04:04 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaner exiting 2026/04/21 02:04:05 DEBUG : forgetting directory cache 2026/04/21 02:04:05 DEBUG : dir: forgetting directory cache run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleReleaseWrite Messages: listing wrong, want got dir/file1 (14), file1 (5), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleReleaseWrite Messages: Unexpected file "file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleReleaseWrite Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleReleaseWrite Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleReleaseWrite Messages: directories --- FAIL: TestRWFileHandleReleaseWrite (24.53s) === RUN TestRWFileHandleSizeTruncateExisting run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:04:24 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:04:24 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/21 02:04:24 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:04:24 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:04:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:04:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:04:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:04:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:04:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:04:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:04:24 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/21 02:04:25 DEBUG : dir/file1: Update: removing old file 2026/04/21 02:04:25 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/04/21 02:04:26 DEBUG : forgetting directory cache 2026/04/21 02:04:26 DEBUG : forgetting directory cache fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:481 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestRWFileHandleSizeTruncateExisting Messages: listing wrong, want dir/file1 (16) got dir/file1 (14), dir/file1(1) (16), file1 (5), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:481 Error: Should be true Test: TestRWFileHandleSizeTruncateExisting Messages: Unexpected file "file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:481 Error: Should be true Test: TestRWFileHandleSizeTruncateExisting Messages: Unexpected file "time_test" fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:481 Error: Not equal: expected: 16 actual : 14 Test: TestRWFileHandleSizeTruncateExisting Messages: dir/file1: size incorrect file=16 vs obj=14 fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:481 Error: Should be true Test: TestRWFileHandleSizeTruncateExisting Messages: Unexpected file "dir/file1(1)" 2026/04/21 02:04:36 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/04/21 02:04:36 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/21 02:04:36 DEBUG : dir/file1: newRWFileHandle: 2026/04/21 02:04:36 DEBUG : dir/file1(0x3453a0541940): openPending: 2026/04/21 02:04:36 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "" 2026/04/21 02:04:36 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/21 02:04:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/21 02:04:36 DEBUG : dir/file1(0x3453a0541940): >openPending: err= 2026/04/21 02:04:36 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/21 02:04:36 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/21 02:04:36 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/21 02:04:36 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/21 02:04:36 DEBUG : dir/file1(0x3453a0541940): _writeAt: size=5, off=0 2026/04/21 02:04:36 DEBUG : dir/file1(0x3453a0541940): >_writeAt: n=5, err= 2026/04/21 02:04:36 DEBUG : dir/file1(0x3453a0541940): close: 2026/04/21 02:04:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:04:36 DEBUG : dir/file1: vfs cache: setting modification time to 2026-04-21 02:04:36.781814464 +0000 UTC m=+1824.147307842 2026/04/21 02:04:36 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/21 02:04:36 DEBUG : dir/file1(0x3453a0541940): >close: err= 2026/04/21 02:04:36 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:04:36 DEBUG : dir: Looking for writers 2026/04/21 02:04:36 DEBUG : file1: reading active writers 2026/04/21 02:04:36 DEBUG : file1(1): reading active writers 2026/04/21 02:04:36 DEBUG : Looking for writers 2026/04/21 02:04:36 DEBUG : dir: reading active writers 2026/04/21 02:04:36 DEBUG : file1: reading active writers 2026/04/21 02:04:36 DEBUG : time_test: reading active writers 2026/04/21 02:04:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/21 02:04:36 DEBUG : dir: Looking for writers 2026/04/21 02:04:36 DEBUG : file1: reading active writers 2026/04/21 02:04:36 DEBUG : file1(1): reading active writers 2026/04/21 02:04:36 DEBUG : Looking for writers 2026/04/21 02:04:36 DEBUG : dir: reading active writers 2026/04/21 02:04:36 DEBUG : file1: reading active writers 2026/04/21 02:04:36 DEBUG : time_test: reading active writers 2026/04/21 02:04:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/21 02:04:36 DEBUG : dir: Looking for writers 2026/04/21 02:04:36 DEBUG : file1: reading active writers 2026/04/21 02:04:36 DEBUG : file1(1): reading active writers 2026/04/21 02:04:36 DEBUG : Looking for writers 2026/04/21 02:04:36 DEBUG : dir: reading active writers 2026/04/21 02:04:36 DEBUG : file1: reading active writers 2026/04/21 02:04:36 DEBUG : time_test: reading active writers 2026/04/21 02:04:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/21 02:04:36 DEBUG : dir: Looking for writers 2026/04/21 02:04:36 DEBUG : file1: reading active writers 2026/04/21 02:04:36 DEBUG : file1(1): reading active writers 2026/04/21 02:04:36 DEBUG : Looking for writers 2026/04/21 02:04:36 DEBUG : file1: reading active writers 2026/04/21 02:04:36 DEBUG : time_test: reading active writers 2026/04/21 02:04:36 DEBUG : dir: reading active writers 2026/04/21 02:04:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/21 02:04:36 DEBUG : dir/file1: vfs cache: starting upload 2026/04/21 02:04:36 DEBUG : dir/file1: Update: removing old file 2026/04/21 02:04:36 DEBUG : dir: Looking for writers 2026/04/21 02:04:36 DEBUG : file1: reading active writers 2026/04/21 02:04:36 DEBUG : file1(1): reading active writers 2026/04/21 02:04:36 DEBUG : Looking for writers 2026/04/21 02:04:36 DEBUG : dir: reading active writers 2026/04/21 02:04:36 DEBUG : file1: reading active writers 2026/04/21 02:04:36 DEBUG : time_test: reading active writers 2026/04/21 02:04:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/21 02:04:37 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/04/21 02:04:37 DEBUG : dir: Looking for writers 2026/04/21 02:04:37 DEBUG : file1: reading active writers 2026/04/21 02:04:37 DEBUG : file1(1): reading active writers 2026/04/21 02:04:37 DEBUG : Looking for writers 2026/04/21 02:04:37 DEBUG : dir: reading active writers 2026/04/21 02:04:37 DEBUG : file1: reading active writers 2026/04/21 02:04:37 DEBUG : time_test: reading active writers 2026/04/21 02:04:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/04/21 02:04:37 DEBUG : dir: Looking for writers 2026/04/21 02:04:37 DEBUG : file1: reading active writers 2026/04/21 02:04:37 DEBUG : file1(1): reading active writers 2026/04/21 02:04:37 DEBUG : Looking for writers 2026/04/21 02:04:37 DEBUG : dir: reading active writers 2026/04/21 02:04:37 DEBUG : file1: reading active writers 2026/04/21 02:04:37 DEBUG : time_test: reading active writers 2026/04/21 02:04:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/04/21 02:04:38 DEBUG : dir: Looking for writers 2026/04/21 02:04:38 DEBUG : file1: reading active writers 2026/04/21 02:04:38 DEBUG : file1(1): reading active writers 2026/04/21 02:04:38 DEBUG : Looking for writers 2026/04/21 02:04:38 DEBUG : dir: reading active writers 2026/04/21 02:04:38 DEBUG : file1: reading active writers 2026/04/21 02:04:38 DEBUG : time_test: reading active writers 2026/04/21 02:04:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:04:38 DEBUG : dir/file1: size = 5 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 2026/04/21 02:04:38 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-fuyoxas5tiji') 2026/04/21 02:04:38 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 5 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:04:38 INFO : dir/file1: Removing failed copy 2026/04/21 02:04:39 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/04/21 02:04:39 ERROR : dir/file1: vfs cache: failed to upload try #1, will retry in 200ms: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 5 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:04:39 DEBUG : dir: Looking for writers 2026/04/21 02:04:39 DEBUG : file1: reading active writers 2026/04/21 02:04:39 DEBUG : file1(1): reading active writers 2026/04/21 02:04:39 DEBUG : Looking for writers 2026/04/21 02:04:39 DEBUG : dir: reading active writers 2026/04/21 02:04:39 DEBUG : file1: reading active writers 2026/04/21 02:04:39 DEBUG : time_test: reading active writers 2026/04/21 02:04:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:04:39 DEBUG : dir/file1: vfs cache: starting upload 2026/04/21 02:04:39 DEBUG : dir/file1: Update: removing old file 2026/04/21 02:04:39 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/04/21 02:04:40 DEBUG : dir: Looking for writers 2026/04/21 02:04:40 DEBUG : file1: reading active writers 2026/04/21 02:04:40 DEBUG : file1(1): reading active writers 2026/04/21 02:04:40 DEBUG : Looking for writers 2026/04/21 02:04:40 DEBUG : file1: reading active writers 2026/04/21 02:04:40 DEBUG : time_test: reading active writers 2026/04/21 02:04:40 DEBUG : dir: reading active writers 2026/04/21 02:04:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:04:41 DEBUG : dir: Looking for writers 2026/04/21 02:04:41 DEBUG : file1(1): reading active writers 2026/04/21 02:04:41 DEBUG : file1: reading active writers 2026/04/21 02:04:41 DEBUG : Looking for writers 2026/04/21 02:04:41 DEBUG : dir: reading active writers 2026/04/21 02:04:41 DEBUG : file1: reading active writers 2026/04/21 02:04:41 DEBUG : time_test: reading active writers 2026/04/21 02:04:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:04:41 DEBUG : dir/file1: size = 5 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 2026/04/21 02:04:41 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-fuyoxas5tiji') 2026/04/21 02:04:41 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 5 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:04:41 INFO : dir/file1: Removing failed copy 2026/04/21 02:04:41 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/04/21 02:04:41 ERROR : dir/file1: vfs cache: failed to upload try #2, will retry in 400ms: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 5 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:04:41 DEBUG : dir/file1: vfs cache: starting upload 2026/04/21 02:04:41 DEBUG : dir/file1: Update: removing old file 2026/04/21 02:04:41 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/04/21 02:04:42 DEBUG : dir: Looking for writers 2026/04/21 02:04:42 DEBUG : file1: reading active writers 2026/04/21 02:04:42 DEBUG : file1(1): reading active writers 2026/04/21 02:04:42 DEBUG : Looking for writers 2026/04/21 02:04:42 DEBUG : time_test: reading active writers 2026/04/21 02:04:42 DEBUG : dir: reading active writers 2026/04/21 02:04:42 DEBUG : file1: reading active writers 2026/04/21 02:04:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:04:43 DEBUG : dir: Looking for writers 2026/04/21 02:04:43 DEBUG : file1(1): reading active writers 2026/04/21 02:04:43 DEBUG : file1: reading active writers 2026/04/21 02:04:43 DEBUG : Looking for writers 2026/04/21 02:04:43 DEBUG : dir: reading active writers 2026/04/21 02:04:43 DEBUG : file1: reading active writers 2026/04/21 02:04:43 DEBUG : time_test: reading active writers 2026/04/21 02:04:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:04:43 DEBUG : dir/file1: size = 5 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 2026/04/21 02:04:43 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-fuyoxas5tiji') 2026/04/21 02:04:43 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 5 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:04:43 INFO : dir/file1: Removing failed copy 2026/04/21 02:04:43 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/04/21 02:04:43 ERROR : dir/file1: vfs cache: failed to upload try #3, will retry in 800ms: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 5 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:04:44 DEBUG : dir: Looking for writers 2026/04/21 02:04:44 DEBUG : file1: reading active writers 2026/04/21 02:04:44 DEBUG : file1(1): reading active writers 2026/04/21 02:04:44 DEBUG : Looking for writers 2026/04/21 02:04:44 DEBUG : dir: reading active writers 2026/04/21 02:04:44 DEBUG : file1: reading active writers 2026/04/21 02:04:44 DEBUG : time_test: reading active writers 2026/04/21 02:04:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:04:44 DEBUG : dir/file1: vfs cache: starting upload 2026/04/21 02:04:44 DEBUG : dir/file1: Update: removing old file 2026/04/21 02:04:44 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/04/21 02:04:45 DEBUG : dir: Looking for writers 2026/04/21 02:04:45 DEBUG : file1(1): reading active writers 2026/04/21 02:04:45 DEBUG : file1: reading active writers 2026/04/21 02:04:45 DEBUG : Looking for writers 2026/04/21 02:04:45 DEBUG : time_test: reading active writers 2026/04/21 02:04:45 DEBUG : dir: reading active writers 2026/04/21 02:04:45 DEBUG : file1: reading active writers 2026/04/21 02:04:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:04:46 DEBUG : dir: Looking for writers 2026/04/21 02:04:46 DEBUG : file1: reading active writers 2026/04/21 02:04:46 DEBUG : file1(1): reading active writers 2026/04/21 02:04:46 DEBUG : Looking for writers 2026/04/21 02:04:46 DEBUG : dir: reading active writers 2026/04/21 02:04:46 DEBUG : file1: reading active writers 2026/04/21 02:04:46 DEBUG : time_test: reading active writers 2026/04/21 02:04:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:04:46 DEBUG : dir/file1: size = 5 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 2026/04/21 02:04:46 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-fuyoxas5tiji') 2026/04/21 02:04:46 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 5 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:04:46 INFO : dir/file1: Removing failed copy 2026/04/21 02:04:46 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/04/21 02:04:46 ERROR : dir/file1: vfs cache: failed to upload try #4, will retry in 1.6s: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 5 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:04:47 DEBUG : dir: Looking for writers 2026/04/21 02:04:47 DEBUG : file1: reading active writers 2026/04/21 02:04:47 DEBUG : file1(1): reading active writers 2026/04/21 02:04:47 DEBUG : Looking for writers 2026/04/21 02:04:47 DEBUG : dir: reading active writers 2026/04/21 02:04:47 DEBUG : file1: reading active writers 2026/04/21 02:04:47 DEBUG : time_test: reading active writers 2026/04/21 02:04:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:04:48 DEBUG : dir: Looking for writers 2026/04/21 02:04:48 DEBUG : file1: reading active writers 2026/04/21 02:04:48 DEBUG : file1(1): reading active writers 2026/04/21 02:04:48 DEBUG : Looking for writers 2026/04/21 02:04:48 DEBUG : dir: reading active writers 2026/04/21 02:04:48 DEBUG : file1: reading active writers 2026/04/21 02:04:48 DEBUG : time_test: reading active writers 2026/04/21 02:04:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:04:48 DEBUG : dir/file1: vfs cache: starting upload 2026/04/21 02:04:48 DEBUG : dir/file1: Update: removing old file 2026/04/21 02:04:48 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/04/21 02:04:49 DEBUG : dir: Looking for writers 2026/04/21 02:04:49 DEBUG : file1: reading active writers 2026/04/21 02:04:49 DEBUG : file1(1): reading active writers 2026/04/21 02:04:49 DEBUG : Looking for writers 2026/04/21 02:04:49 DEBUG : dir: reading active writers 2026/04/21 02:04:49 DEBUG : file1: reading active writers 2026/04/21 02:04:49 DEBUG : time_test: reading active writers 2026/04/21 02:04:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:04:50 DEBUG : dir: Looking for writers 2026/04/21 02:04:50 DEBUG : file1: reading active writers 2026/04/21 02:04:50 DEBUG : file1(1): reading active writers 2026/04/21 02:04:50 DEBUG : Looking for writers 2026/04/21 02:04:50 DEBUG : dir: reading active writers 2026/04/21 02:04:50 DEBUG : file1: reading active writers 2026/04/21 02:04:50 DEBUG : time_test: reading active writers 2026/04/21 02:04:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:04:50 DEBUG : dir/file1: size = 5 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 2026/04/21 02:04:50 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-fuyoxas5tiji') 2026/04/21 02:04:50 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 5 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:04:50 INFO : dir/file1: Removing failed copy 2026/04/21 02:04:50 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/04/21 02:04:50 ERROR : dir/file1: vfs cache: failed to upload try #5, will retry in 3.2s: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 5 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:04:51 DEBUG : dir: Looking for writers 2026/04/21 02:04:51 DEBUG : file1: reading active writers 2026/04/21 02:04:51 DEBUG : file1(1): reading active writers 2026/04/21 02:04:51 DEBUG : Looking for writers 2026/04/21 02:04:51 DEBUG : dir: reading active writers 2026/04/21 02:04:51 DEBUG : file1: reading active writers 2026/04/21 02:04:51 DEBUG : time_test: reading active writers 2026/04/21 02:04:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:04:52 DEBUG : dir: Looking for writers 2026/04/21 02:04:52 DEBUG : file1: reading active writers 2026/04/21 02:04:52 DEBUG : file1(1): reading active writers 2026/04/21 02:04:52 DEBUG : Looking for writers 2026/04/21 02:04:52 DEBUG : dir: reading active writers 2026/04/21 02:04:52 DEBUG : file1: reading active writers 2026/04/21 02:04:52 DEBUG : time_test: reading active writers 2026/04/21 02:04:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:04:53 DEBUG : dir: Looking for writers 2026/04/21 02:04:53 DEBUG : file1: reading active writers 2026/04/21 02:04:53 DEBUG : file1(1): reading active writers 2026/04/21 02:04:53 DEBUG : Looking for writers 2026/04/21 02:04:53 DEBUG : time_test: reading active writers 2026/04/21 02:04:53 DEBUG : dir: reading active writers 2026/04/21 02:04:53 DEBUG : file1: reading active writers 2026/04/21 02:04:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:04:53 DEBUG : dir/file1: vfs cache: starting upload 2026/04/21 02:04:53 DEBUG : dir/file1: Update: removing old file 2026/04/21 02:04:53 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/04/21 02:04:54 DEBUG : dir: Looking for writers 2026/04/21 02:04:54 DEBUG : file1: reading active writers 2026/04/21 02:04:54 DEBUG : file1(1): reading active writers 2026/04/21 02:04:54 DEBUG : Looking for writers 2026/04/21 02:04:54 DEBUG : dir: reading active writers 2026/04/21 02:04:54 DEBUG : file1: reading active writers 2026/04/21 02:04:54 DEBUG : time_test: reading active writers 2026/04/21 02:04:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:04:55 DEBUG : dir: Looking for writers 2026/04/21 02:04:55 DEBUG : file1: reading active writers 2026/04/21 02:04:55 DEBUG : file1(1): reading active writers 2026/04/21 02:04:55 DEBUG : Looking for writers 2026/04/21 02:04:55 DEBUG : dir: reading active writers 2026/04/21 02:04:55 DEBUG : file1: reading active writers 2026/04/21 02:04:55 DEBUG : time_test: reading active writers 2026/04/21 02:04:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:04:55 DEBUG : dir/file1: size = 5 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 2026/04/21 02:04:55 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-fuyoxas5tiji') 2026/04/21 02:04:55 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 5 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:04:55 INFO : dir/file1: Removing failed copy 2026/04/21 02:04:55 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/04/21 02:04:55 ERROR : dir/file1: vfs cache: failed to upload try #6, will retry in 6.4s: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 5 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:04:56 DEBUG : dir: Looking for writers 2026/04/21 02:04:56 DEBUG : file1: reading active writers 2026/04/21 02:04:56 DEBUG : file1(1): reading active writers 2026/04/21 02:04:56 DEBUG : Looking for writers 2026/04/21 02:04:56 DEBUG : time_test: reading active writers 2026/04/21 02:04:56 DEBUG : dir: reading active writers 2026/04/21 02:04:56 DEBUG : file1: reading active writers 2026/04/21 02:04:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:04:57 DEBUG : dir: Looking for writers 2026/04/21 02:04:57 DEBUG : file1: reading active writers 2026/04/21 02:04:57 DEBUG : file1(1): reading active writers 2026/04/21 02:04:57 DEBUG : Looking for writers 2026/04/21 02:04:57 DEBUG : dir: reading active writers 2026/04/21 02:04:57 DEBUG : file1: reading active writers 2026/04/21 02:04:57 DEBUG : time_test: reading active writers 2026/04/21 02:04:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:04:58 DEBUG : forgetting directory cache 2026/04/21 02:04:58 DEBUG : dir: forgetting directory cache 2026/04/21 02:04:58 DEBUG : dir: Looking for writers 2026/04/21 02:04:58 DEBUG : file1(1): reading active writers 2026/04/21 02:04:58 DEBUG : file1: reading active writers 2026/04/21 02:04:58 DEBUG : Looking for writers 2026/04/21 02:04:58 DEBUG : dir: reading active writers 2026/04/21 02:04:58 DEBUG : file1: reading active writers 2026/04/21 02:04:58 DEBUG : time_test: reading active writers 2026/04/21 02:04:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:04:59 DEBUG : dir: Looking for writers 2026/04/21 02:04:59 DEBUG : file1: reading active writers 2026/04/21 02:04:59 DEBUG : file1(1): reading active writers 2026/04/21 02:04:59 DEBUG : Looking for writers 2026/04/21 02:04:59 DEBUG : time_test: reading active writers 2026/04/21 02:04:59 DEBUG : dir: reading active writers 2026/04/21 02:04:59 DEBUG : file1: reading active writers 2026/04/21 02:04:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:05:00 DEBUG : dir: Looking for writers 2026/04/21 02:05:00 DEBUG : file1: reading active writers 2026/04/21 02:05:00 DEBUG : file1(1): reading active writers 2026/04/21 02:05:00 DEBUG : Looking for writers 2026/04/21 02:05:00 DEBUG : dir: reading active writers 2026/04/21 02:05:00 DEBUG : file1: reading active writers 2026/04/21 02:05:00 DEBUG : time_test: reading active writers 2026/04/21 02:05:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:05:01 DEBUG : dir: Looking for writers 2026/04/21 02:05:01 DEBUG : file1: reading active writers 2026/04/21 02:05:01 DEBUG : file1(1): reading active writers 2026/04/21 02:05:01 DEBUG : Looking for writers 2026/04/21 02:05:01 DEBUG : file1: reading active writers 2026/04/21 02:05:01 DEBUG : time_test: reading active writers 2026/04/21 02:05:01 DEBUG : dir: reading active writers 2026/04/21 02:05:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:05:02 DEBUG : dir: Looking for writers 2026/04/21 02:05:02 DEBUG : file1: reading active writers 2026/04/21 02:05:02 DEBUG : file1(1): reading active writers 2026/04/21 02:05:02 DEBUG : Looking for writers 2026/04/21 02:05:02 DEBUG : dir: reading active writers 2026/04/21 02:05:02 DEBUG : file1: reading active writers 2026/04/21 02:05:02 DEBUG : time_test: reading active writers 2026/04/21 02:05:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:05:02 DEBUG : dir/file1: vfs cache: starting upload 2026/04/21 02:05:02 DEBUG : dir/file1: Update: removing old file 2026/04/21 02:05:02 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/04/21 02:05:03 DEBUG : dir: Looking for writers 2026/04/21 02:05:03 DEBUG : file1: reading active writers 2026/04/21 02:05:03 DEBUG : file1(1): reading active writers 2026/04/21 02:05:03 DEBUG : Looking for writers 2026/04/21 02:05:03 DEBUG : file1: reading active writers 2026/04/21 02:05:03 DEBUG : time_test: reading active writers 2026/04/21 02:05:03 DEBUG : dir: reading active writers 2026/04/21 02:05:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:05:04 DEBUG : dir: Looking for writers 2026/04/21 02:05:04 DEBUG : file1(1): reading active writers 2026/04/21 02:05:04 DEBUG : file1: reading active writers 2026/04/21 02:05:04 DEBUG : Looking for writers 2026/04/21 02:05:04 DEBUG : dir: reading active writers 2026/04/21 02:05:04 DEBUG : file1: reading active writers 2026/04/21 02:05:04 DEBUG : time_test: reading active writers 2026/04/21 02:05:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:05:04 DEBUG : dir/file1: size = 5 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 2026/04/21 02:05:04 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-fuyoxas5tiji') 2026/04/21 02:05:04 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 5 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:05:04 INFO : dir/file1: Removing failed copy 2026/04/21 02:05:04 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/04/21 02:05:04 ERROR : dir/file1: vfs cache: failed to upload try #7, will retry in 12.8s: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 5 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:05:05 DEBUG : dir: Looking for writers 2026/04/21 02:05:05 DEBUG : file1: reading active writers 2026/04/21 02:05:05 DEBUG : file1(1): reading active writers 2026/04/21 02:05:05 DEBUG : Looking for writers 2026/04/21 02:05:05 DEBUG : dir: reading active writers 2026/04/21 02:05:05 DEBUG : file1: reading active writers 2026/04/21 02:05:05 DEBUG : time_test: reading active writers 2026/04/21 02:05:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:05:06 DEBUG : dir: Looking for writers 2026/04/21 02:05:06 DEBUG : file1: reading active writers 2026/04/21 02:05:06 DEBUG : file1(1): reading active writers 2026/04/21 02:05:06 DEBUG : Looking for writers 2026/04/21 02:05:06 DEBUG : dir: reading active writers 2026/04/21 02:05:06 DEBUG : file1: reading active writers 2026/04/21 02:05:06 DEBUG : time_test: reading active writers 2026/04/21 02:05:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:05:06 ERROR : Exiting even though 0 writers active and 1 cache items in use after 30s Cache{ "dir/file1": &{c:0x34539fe71a00 mu:{_:{} mu:{state:0 sema:0}} cond:{noCopy:{} L:0x3453a0485208 notify:{wait:0 notify:0 lock:0 head: tail:} checker:57533776024128} name:dir/file1 opens:0 downloaders: o:0x34539fea0f00 fd: info:{ModTime:{wall:14011213756002568896 ext:1824147307842 loc:0x46b0880} ATime:{wall:14011213756002609552 ext:1824147348498 loc:0x46b0880} Size:5 Rs:[{Pos:0 Size:5}] Fingerprint:14 Dirty:true} writeBackID:1 pendingAccesses:0 modified:false beingReset:false graceTimer:}, } 2026/04/21 02:05:06 DEBUG : >WaitForWriters: 2026/04/21 02:05:06 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaner exiting run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/04/21 02:05:31 DEBUG : forgetting directory cache 2026/04/21 02:05:31 DEBUG : dir: forgetting directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleSizeTruncateExisting Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleSizeTruncateExisting Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleSizeTruncateExisting Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleSizeTruncateExisting Messages: directories --- FAIL: TestRWFileHandleSizeTruncateExisting (73.51s) === RUN TestRWFileHandleSizeCreateExisting run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:05:38 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:05:38 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/21 02:05:38 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:05:38 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:05:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:05:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:05:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:05:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:05:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:05:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:05:38 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/21 02:05:38 DEBUG : dir/file1: Update: removing old file 2026/04/21 02:05:39 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:502 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestRWFileHandleSizeCreateExisting Messages: listing wrong, want dir/file1 (16) got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:502 Error: Should be true Test: TestRWFileHandleSizeCreateExisting Messages: Unexpected file "time_test" fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:40 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:502 Error: Not equal: expected: 16 actual : 14 Test: TestRWFileHandleSizeCreateExisting Messages: dir/file1: size incorrect file=16 vs obj=14 2026/04/21 02:05:49 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:05:50 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:05:50 DEBUG : dir/file1: newRWFileHandle: 2026/04/21 02:05:50 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/21 02:05:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/21 02:05:50 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/21 02:05:50 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= read_write_test.go:473: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:473 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:505 Error: Not equal: expected: 16 actual : 14 Test: TestRWFileHandleSizeCreateExisting read_write_test.go:477: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:477 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:505 Error: Not equal: expected: 16 actual : 14 Test: TestRWFileHandleSizeCreateExisting 2026/04/21 02:05:50 DEBUG : dir/file1(0x3453a05afe40): _writeAt: size=5, off=0 2026/04/21 02:05:50 DEBUG : dir/file1(0x3453a05afe40): openPending: 2026/04/21 02:05:50 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14" against cached fingerprint "" 2026/04/21 02:05:50 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/21 02:05:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/21 02:05:50 DEBUG : dir/file1(0x3453a05afe40): >openPending: err= 2026/04/21 02:05:50 DEBUG : dir/file1(0x3453a05afe40): >_writeAt: n=5, err= read_write_test.go:473: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:473 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:513 Error: Not equal: expected: 16 actual : 14 Test: TestRWFileHandleSizeCreateExisting read_write_test.go:477: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:477 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:513 Error: Not equal: expected: 16 actual : 14 Test: TestRWFileHandleSizeCreateExisting 2026/04/21 02:05:50 DEBUG : dir/file1(0x3453a05afe40): _writeAt: size=15, off=5 2026/04/21 02:05:50 DEBUG : dir/file1(0x3453a05afe40): >_writeAt: n=15, err= 2026/04/21 02:05:50 DEBUG : dir/file1(0x3453a05afe40): close: 2026/04/21 02:05:50 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/04/21 02:05:50 DEBUG : dir/file1: vfs cache: setting modification time to 2026-04-21 02:05:50.097524358 +0000 UTC m=+1897.463017776 2026/04/21 02:05:50 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/21 02:05:50 DEBUG : dir/file1(0x3453a05afe40): >close: err= 2026/04/21 02:05:50 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:05:50 DEBUG : dir: Looking for writers 2026/04/21 02:05:50 DEBUG : file1: reading active writers 2026/04/21 02:05:50 DEBUG : file1(1): reading active writers 2026/04/21 02:05:50 DEBUG : Looking for writers 2026/04/21 02:05:50 DEBUG : dir: reading active writers 2026/04/21 02:05:50 DEBUG : time_test: reading active writers 2026/04/21 02:05:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/21 02:05:50 DEBUG : dir: Looking for writers 2026/04/21 02:05:50 DEBUG : file1: reading active writers 2026/04/21 02:05:50 DEBUG : file1(1): reading active writers 2026/04/21 02:05:50 DEBUG : Looking for writers 2026/04/21 02:05:50 DEBUG : dir: reading active writers 2026/04/21 02:05:50 DEBUG : time_test: reading active writers 2026/04/21 02:05:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/21 02:05:50 DEBUG : dir: Looking for writers 2026/04/21 02:05:50 DEBUG : file1: reading active writers 2026/04/21 02:05:50 DEBUG : file1(1): reading active writers 2026/04/21 02:05:50 DEBUG : Looking for writers 2026/04/21 02:05:50 DEBUG : dir: reading active writers 2026/04/21 02:05:50 DEBUG : time_test: reading active writers 2026/04/21 02:05:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/21 02:05:50 DEBUG : dir: Looking for writers 2026/04/21 02:05:50 DEBUG : file1: reading active writers 2026/04/21 02:05:50 DEBUG : file1(1): reading active writers 2026/04/21 02:05:50 DEBUG : Looking for writers 2026/04/21 02:05:50 DEBUG : dir: reading active writers 2026/04/21 02:05:50 DEBUG : time_test: reading active writers 2026/04/21 02:05:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/21 02:05:50 DEBUG : dir/file1: vfs cache: starting upload 2026/04/21 02:05:50 DEBUG : dir/file1: Update: removing old file 2026/04/21 02:05:50 DEBUG : dir: Looking for writers 2026/04/21 02:05:50 DEBUG : file1: reading active writers 2026/04/21 02:05:50 DEBUG : file1(1): reading active writers 2026/04/21 02:05:50 DEBUG : Looking for writers 2026/04/21 02:05:50 DEBUG : dir: reading active writers 2026/04/21 02:05:50 DEBUG : time_test: reading active writers 2026/04/21 02:05:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/21 02:05:50 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/04/21 02:05:50 DEBUG : dir: Looking for writers 2026/04/21 02:05:50 DEBUG : file1: reading active writers 2026/04/21 02:05:50 DEBUG : file1(1): reading active writers 2026/04/21 02:05:50 DEBUG : Looking for writers 2026/04/21 02:05:50 DEBUG : dir: reading active writers 2026/04/21 02:05:50 DEBUG : time_test: reading active writers 2026/04/21 02:05:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/04/21 02:05:50 DEBUG : dir: Looking for writers 2026/04/21 02:05:50 DEBUG : file1(1): reading active writers 2026/04/21 02:05:50 DEBUG : file1: reading active writers 2026/04/21 02:05:50 DEBUG : Looking for writers 2026/04/21 02:05:50 DEBUG : time_test: reading active writers 2026/04/21 02:05:50 DEBUG : dir: reading active writers 2026/04/21 02:05:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/04/21 02:05:51 DEBUG : dir: Looking for writers 2026/04/21 02:05:51 DEBUG : file1: reading active writers 2026/04/21 02:05:51 DEBUG : file1(1): reading active writers 2026/04/21 02:05:51 DEBUG : Looking for writers 2026/04/21 02:05:51 DEBUG : dir: reading active writers 2026/04/21 02:05:51 DEBUG : time_test: reading active writers 2026/04/21 02:05:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:05:52 DEBUG : dir/file1: size = 20 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 2026/04/21 02:05:52 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-fuyoxas5tiji') 2026/04/21 02:05:52 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 20 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:05:52 INFO : dir/file1: Removing failed copy 2026/04/21 02:05:52 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/04/21 02:05:52 ERROR : dir/file1: vfs cache: failed to upload try #1, will retry in 200ms: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 20 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:05:52 DEBUG : dir: Looking for writers 2026/04/21 02:05:52 DEBUG : file1: reading active writers 2026/04/21 02:05:52 DEBUG : file1(1): reading active writers 2026/04/21 02:05:52 DEBUG : Looking for writers 2026/04/21 02:05:52 DEBUG : dir: reading active writers 2026/04/21 02:05:52 DEBUG : time_test: reading active writers 2026/04/21 02:05:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:05:52 DEBUG : dir/file1: vfs cache: starting upload 2026/04/21 02:05:52 DEBUG : dir/file1: Update: removing old file 2026/04/21 02:05:52 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/04/21 02:05:53 DEBUG : dir: Looking for writers 2026/04/21 02:05:53 DEBUG : file1: reading active writers 2026/04/21 02:05:53 DEBUG : file1(1): reading active writers 2026/04/21 02:05:53 DEBUG : Looking for writers 2026/04/21 02:05:53 DEBUG : dir: reading active writers 2026/04/21 02:05:53 DEBUG : time_test: reading active writers 2026/04/21 02:05:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:05:54 DEBUG : dir: Looking for writers 2026/04/21 02:05:54 DEBUG : file1: reading active writers 2026/04/21 02:05:54 DEBUG : file1(1): reading active writers 2026/04/21 02:05:54 DEBUG : Looking for writers 2026/04/21 02:05:54 DEBUG : dir: reading active writers 2026/04/21 02:05:54 DEBUG : time_test: reading active writers 2026/04/21 02:05:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:05:54 DEBUG : dir/file1: size = 20 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 2026/04/21 02:05:54 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-fuyoxas5tiji') 2026/04/21 02:05:54 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 20 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:05:54 INFO : dir/file1: Removing failed copy 2026/04/21 02:05:54 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/04/21 02:05:54 ERROR : dir/file1: vfs cache: failed to upload try #2, will retry in 400ms: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 20 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:05:55 DEBUG : dir/file1: vfs cache: starting upload 2026/04/21 02:05:55 DEBUG : dir/file1: Update: removing old file 2026/04/21 02:05:55 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/04/21 02:05:55 DEBUG : dir: Looking for writers 2026/04/21 02:05:55 DEBUG : file1: reading active writers 2026/04/21 02:05:55 DEBUG : file1(1): reading active writers 2026/04/21 02:05:55 DEBUG : Looking for writers 2026/04/21 02:05:55 DEBUG : dir: reading active writers 2026/04/21 02:05:55 DEBUG : time_test: reading active writers 2026/04/21 02:05:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:05:56 DEBUG : dir: Looking for writers 2026/04/21 02:05:56 DEBUG : file1: reading active writers 2026/04/21 02:05:56 DEBUG : file1(1): reading active writers 2026/04/21 02:05:56 DEBUG : Looking for writers 2026/04/21 02:05:56 DEBUG : dir: reading active writers 2026/04/21 02:05:56 DEBUG : time_test: reading active writers 2026/04/21 02:05:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:05:56 DEBUG : dir/file1: size = 20 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 2026/04/21 02:05:56 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-fuyoxas5tiji') 2026/04/21 02:05:56 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 20 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:05:56 INFO : dir/file1: Removing failed copy 2026/04/21 02:05:57 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/04/21 02:05:57 ERROR : dir/file1: vfs cache: failed to upload try #3, will retry in 800ms: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 20 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:05:57 DEBUG : dir: Looking for writers 2026/04/21 02:05:57 DEBUG : file1: reading active writers 2026/04/21 02:05:57 DEBUG : file1(1): reading active writers 2026/04/21 02:05:57 DEBUG : Looking for writers 2026/04/21 02:05:57 DEBUG : dir: reading active writers 2026/04/21 02:05:57 DEBUG : time_test: reading active writers 2026/04/21 02:05:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:05:57 DEBUG : dir/file1: vfs cache: starting upload 2026/04/21 02:05:57 DEBUG : dir/file1: Update: removing old file 2026/04/21 02:05:58 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/04/21 02:05:58 DEBUG : dir: Looking for writers 2026/04/21 02:05:58 DEBUG : file1: reading active writers 2026/04/21 02:05:58 DEBUG : file1(1): reading active writers 2026/04/21 02:05:58 DEBUG : Looking for writers 2026/04/21 02:05:58 DEBUG : dir: reading active writers 2026/04/21 02:05:58 DEBUG : time_test: reading active writers 2026/04/21 02:05:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:05:59 DEBUG : dir: Looking for writers 2026/04/21 02:05:59 DEBUG : file1: reading active writers 2026/04/21 02:05:59 DEBUG : file1(1): reading active writers 2026/04/21 02:05:59 DEBUG : Looking for writers 2026/04/21 02:05:59 DEBUG : dir: reading active writers 2026/04/21 02:05:59 DEBUG : time_test: reading active writers 2026/04/21 02:05:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:05:59 DEBUG : dir/file1: size = 20 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 2026/04/21 02:05:59 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-fuyoxas5tiji') 2026/04/21 02:05:59 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 20 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:05:59 INFO : dir/file1: Removing failed copy 2026/04/21 02:06:00 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/04/21 02:06:00 ERROR : dir/file1: vfs cache: failed to upload try #4, will retry in 1.6s: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 20 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:06:00 DEBUG : dir: Looking for writers 2026/04/21 02:06:00 DEBUG : file1: reading active writers 2026/04/21 02:06:00 DEBUG : file1(1): reading active writers 2026/04/21 02:06:00 DEBUG : Looking for writers 2026/04/21 02:06:00 DEBUG : dir: reading active writers 2026/04/21 02:06:00 DEBUG : time_test: reading active writers 2026/04/21 02:06:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:06:01 DEBUG : dir: Looking for writers 2026/04/21 02:06:01 DEBUG : file1: reading active writers 2026/04/21 02:06:01 DEBUG : file1(1): reading active writers 2026/04/21 02:06:01 DEBUG : Looking for writers 2026/04/21 02:06:01 DEBUG : dir: reading active writers 2026/04/21 02:06:01 DEBUG : time_test: reading active writers 2026/04/21 02:06:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:06:01 DEBUG : dir/file1: vfs cache: starting upload 2026/04/21 02:06:01 DEBUG : dir/file1: Update: removing old file 2026/04/21 02:06:01 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/04/21 02:06:02 DEBUG : dir: Looking for writers 2026/04/21 02:06:02 DEBUG : file1: reading active writers 2026/04/21 02:06:02 DEBUG : file1(1): reading active writers 2026/04/21 02:06:02 DEBUG : Looking for writers 2026/04/21 02:06:02 DEBUG : dir: reading active writers 2026/04/21 02:06:02 DEBUG : time_test: reading active writers 2026/04/21 02:06:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:06:03 DEBUG : dir: Looking for writers 2026/04/21 02:06:03 DEBUG : file1: reading active writers 2026/04/21 02:06:03 DEBUG : file1(1): reading active writers 2026/04/21 02:06:03 DEBUG : Looking for writers 2026/04/21 02:06:03 DEBUG : dir: reading active writers 2026/04/21 02:06:03 DEBUG : time_test: reading active writers 2026/04/21 02:06:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:06:03 DEBUG : dir/file1: size = 20 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 2026/04/21 02:06:03 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-fuyoxas5tiji') 2026/04/21 02:06:03 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 20 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:06:03 INFO : dir/file1: Removing failed copy 2026/04/21 02:06:03 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/04/21 02:06:03 ERROR : dir/file1: vfs cache: failed to upload try #5, will retry in 3.2s: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 20 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:06:04 DEBUG : dir: Looking for writers 2026/04/21 02:06:04 DEBUG : file1: reading active writers 2026/04/21 02:06:04 DEBUG : file1(1): reading active writers 2026/04/21 02:06:04 DEBUG : Looking for writers 2026/04/21 02:06:04 DEBUG : dir: reading active writers 2026/04/21 02:06:04 DEBUG : time_test: reading active writers 2026/04/21 02:06:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:06:05 DEBUG : forgetting directory cache 2026/04/21 02:06:05 DEBUG : dir: forgetting directory cache 2026/04/21 02:06:05 DEBUG : dir: Looking for writers 2026/04/21 02:06:05 DEBUG : file1: reading active writers 2026/04/21 02:06:05 DEBUG : file1(1): reading active writers 2026/04/21 02:06:05 DEBUG : Looking for writers 2026/04/21 02:06:05 DEBUG : dir: reading active writers 2026/04/21 02:06:05 DEBUG : time_test: reading active writers 2026/04/21 02:06:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:06:06 DEBUG : dir: Looking for writers 2026/04/21 02:06:06 DEBUG : file1: reading active writers 2026/04/21 02:06:06 DEBUG : file1(1): reading active writers 2026/04/21 02:06:06 DEBUG : Looking for writers 2026/04/21 02:06:06 DEBUG : dir: reading active writers 2026/04/21 02:06:06 DEBUG : time_test: reading active writers 2026/04/21 02:06:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:06:07 DEBUG : dir/file1: vfs cache: starting upload 2026/04/21 02:06:07 DEBUG : dir/file1: Update: removing old file 2026/04/21 02:06:07 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/04/21 02:06:07 DEBUG : dir: Looking for writers 2026/04/21 02:06:07 DEBUG : file1: reading active writers 2026/04/21 02:06:07 DEBUG : file1(1): reading active writers 2026/04/21 02:06:07 DEBUG : Looking for writers 2026/04/21 02:06:07 DEBUG : dir: reading active writers 2026/04/21 02:06:07 DEBUG : time_test: reading active writers 2026/04/21 02:06:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:06:08 DEBUG : dir: Looking for writers 2026/04/21 02:06:08 DEBUG : file1: reading active writers 2026/04/21 02:06:08 DEBUG : file1(1): reading active writers 2026/04/21 02:06:08 DEBUG : Looking for writers 2026/04/21 02:06:08 DEBUG : dir: reading active writers 2026/04/21 02:06:08 DEBUG : time_test: reading active writers 2026/04/21 02:06:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:06:08 DEBUG : dir/file1: size = 20 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 2026/04/21 02:06:08 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-fuyoxas5tiji') 2026/04/21 02:06:08 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 20 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:06:08 INFO : dir/file1: Removing failed copy 2026/04/21 02:06:09 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/04/21 02:06:09 ERROR : dir/file1: vfs cache: failed to upload try #6, will retry in 6.4s: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 20 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:06:09 DEBUG : dir: Looking for writers 2026/04/21 02:06:09 DEBUG : file1(1): reading active writers 2026/04/21 02:06:09 DEBUG : file1: reading active writers 2026/04/21 02:06:09 DEBUG : Looking for writers 2026/04/21 02:06:09 DEBUG : dir: reading active writers 2026/04/21 02:06:09 DEBUG : time_test: reading active writers 2026/04/21 02:06:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:06:10 DEBUG : dir: Looking for writers 2026/04/21 02:06:10 DEBUG : file1: reading active writers 2026/04/21 02:06:10 DEBUG : file1(1): reading active writers 2026/04/21 02:06:10 DEBUG : Looking for writers 2026/04/21 02:06:10 DEBUG : dir: reading active writers 2026/04/21 02:06:10 DEBUG : time_test: reading active writers 2026/04/21 02:06:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:06:11 DEBUG : dir: Looking for writers 2026/04/21 02:06:11 DEBUG : file1: reading active writers 2026/04/21 02:06:11 DEBUG : file1(1): reading active writers 2026/04/21 02:06:11 DEBUG : Looking for writers 2026/04/21 02:06:11 DEBUG : dir: reading active writers 2026/04/21 02:06:11 DEBUG : time_test: reading active writers 2026/04/21 02:06:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:06:12 DEBUG : dir: Looking for writers 2026/04/21 02:06:12 DEBUG : file1(1): reading active writers 2026/04/21 02:06:12 DEBUG : file1: reading active writers 2026/04/21 02:06:12 DEBUG : Looking for writers 2026/04/21 02:06:12 DEBUG : dir: reading active writers 2026/04/21 02:06:12 DEBUG : time_test: reading active writers 2026/04/21 02:06:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:06:13 DEBUG : dir: Looking for writers 2026/04/21 02:06:13 DEBUG : file1: reading active writers 2026/04/21 02:06:13 DEBUG : file1(1): reading active writers 2026/04/21 02:06:13 DEBUG : Looking for writers 2026/04/21 02:06:13 DEBUG : dir: reading active writers 2026/04/21 02:06:13 DEBUG : time_test: reading active writers 2026/04/21 02:06:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:06:14 DEBUG : dir: Looking for writers 2026/04/21 02:06:14 DEBUG : file1: reading active writers 2026/04/21 02:06:14 DEBUG : file1(1): reading active writers 2026/04/21 02:06:14 DEBUG : Looking for writers 2026/04/21 02:06:14 DEBUG : time_test: reading active writers 2026/04/21 02:06:14 DEBUG : dir: reading active writers 2026/04/21 02:06:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:06:15 DEBUG : dir: Looking for writers 2026/04/21 02:06:15 DEBUG : file1: reading active writers 2026/04/21 02:06:15 DEBUG : file1(1): reading active writers 2026/04/21 02:06:15 DEBUG : Looking for writers 2026/04/21 02:06:15 DEBUG : dir: reading active writers 2026/04/21 02:06:15 DEBUG : time_test: reading active writers 2026/04/21 02:06:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:06:15 DEBUG : dir/file1: vfs cache: starting upload 2026/04/21 02:06:15 DEBUG : dir/file1: Update: removing old file 2026/04/21 02:06:15 ERROR : dir/file1: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/04/21 02:06:16 DEBUG : dir: Looking for writers 2026/04/21 02:06:16 DEBUG : file1: reading active writers 2026/04/21 02:06:16 DEBUG : file1(1): reading active writers 2026/04/21 02:06:16 DEBUG : Looking for writers 2026/04/21 02:06:16 DEBUG : dir: reading active writers 2026/04/21 02:06:16 DEBUG : time_test: reading active writers 2026/04/21 02:06:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:06:17 DEBUG : dir: Looking for writers 2026/04/21 02:06:17 DEBUG : file1: reading active writers 2026/04/21 02:06:17 DEBUG : file1(1): reading active writers 2026/04/21 02:06:17 DEBUG : Looking for writers 2026/04/21 02:06:17 DEBUG : dir: reading active writers 2026/04/21 02:06:17 DEBUG : time_test: reading active writers 2026/04/21 02:06:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:06:17 DEBUG : dir/file1: size = 20 (Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 2026/04/21 02:06:17 DEBUG : dir/file1: size = 14 (Linkbox root 'rclone-test-fuyoxas5tiji') 2026/04/21 02:06:17 ERROR : dir/file1: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 20 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:06:17 INFO : dir/file1: Removing failed copy 2026/04/21 02:06:17 INFO : dir/file1: Failed to remove failed copy: could not Remove: Linkbox error 403: not permit 2026/04/21 02:06:17 ERROR : dir/file1: vfs cache: failed to upload try #7, will retry in 12.8s: vfs cache: failed to transfer file from cache to remote: corrupted on transfer: sizes differ src(Local file system at /home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji) 20 vs dst(Linkbox root 'rclone-test-fuyoxas5tiji') 14 2026/04/21 02:06:18 DEBUG : dir: Looking for writers 2026/04/21 02:06:18 DEBUG : file1(1): reading active writers 2026/04/21 02:06:18 DEBUG : file1: reading active writers 2026/04/21 02:06:18 DEBUG : Looking for writers 2026/04/21 02:06:18 DEBUG : dir: reading active writers 2026/04/21 02:06:18 DEBUG : time_test: reading active writers 2026/04/21 02:06:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:06:19 DEBUG : dir: Looking for writers 2026/04/21 02:06:19 DEBUG : file1: reading active writers 2026/04/21 02:06:19 DEBUG : file1(1): reading active writers 2026/04/21 02:06:19 DEBUG : Looking for writers 2026/04/21 02:06:19 DEBUG : dir: reading active writers 2026/04/21 02:06:19 DEBUG : time_test: reading active writers 2026/04/21 02:06:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:06:20 ERROR : Exiting even though 0 writers active and 1 cache items in use after 30s Cache{ "dir/file1": &{c:0x34539fe71d00 mu:{_:{} mu:{state:0 sema:0}} cond:{noCopy:{} L:0x3453a0484488 notify:{wait:0 notify:0 lock:0 head: tail:} checker:57533776020672} name:dir/file1 opens:0 downloaders: o:0x34539fe63180 fd: info:{ModTime:{wall:14011213834775173766 ext:1897463017776 loc:0x46b0880} ATime:{wall:14011213834775254979 ext:1897463098959 loc:0x46b0880} Size:20 Rs:[{Pos:0 Size:20}] Fingerprint:14 Dirty:true} writeBackID:1 pendingAccesses:0 modified:false beingReset:false graceTimer:}, } 2026/04/21 02:06:20 DEBUG : >WaitForWriters: 2026/04/21 02:06:20 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaner exiting run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty 2026/04/21 02:06:38 DEBUG : forgetting directory cache 2026/04/21 02:06:38 DEBUG : dir: forgetting directory cache run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleSizeCreateExisting Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleSizeCreateExisting Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleSizeCreateExisting Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleSizeCreateExisting Messages: directories --- FAIL: TestRWFileHandleSizeCreateExisting (72.13s) === RUN TestRWFileHandleSizeCreateNew run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:06:50 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:06:50 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/21 02:06:50 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:06:50 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:06:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:06:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:06:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:06:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:06:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:06:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:06:50 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:06:50 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/21 02:06:50 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:06:50 DEBUG : file1: newRWFileHandle: 2026/04/21 02:06:50 DEBUG : file1(0x3453a0541d00): openPending: 2026/04/21 02:06:50 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:06:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:06:50 DEBUG : file1(0x3453a0541d00): >openPending: err= 2026/04/21 02:06:50 DEBUG : file1: >newRWFileHandle: err= 2026/04/21 02:06:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:06:50 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/21 02:06:50 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/21 02:06:50 DEBUG : file1(0x3453a0541d00): _writeAt: size=5, off=0 2026/04/21 02:06:50 DEBUG : file1(0x3453a0541d00): >_writeAt: n=5, err= 2026/04/21 02:06:50 DEBUG : file1(0x3453a0541d00): close: 2026/04/21 02:06:50 DEBUG : file1: vfs cache: setting modification time to 2026-04-21 02:06:50.783528694 +0000 UTC m=+1958.149022043 2026/04/21 02:06:50 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/21 02:06:50 DEBUG : file1(0x3453a0541d00): >close: err= 2026/04/21 02:06:50 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:06:50 DEBUG : dir: Looking for writers 2026/04/21 02:06:50 DEBUG : Looking for writers 2026/04/21 02:06:50 DEBUG : time_test: reading active writers 2026/04/21 02:06:50 DEBUG : file1: reading active writers 2026/04/21 02:06:50 DEBUG : dir: reading active writers 2026/04/21 02:06:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/21 02:06:50 DEBUG : dir: Looking for writers 2026/04/21 02:06:50 DEBUG : Looking for writers 2026/04/21 02:06:50 DEBUG : file1: reading active writers 2026/04/21 02:06:50 DEBUG : dir: reading active writers 2026/04/21 02:06:50 DEBUG : time_test: reading active writers 2026/04/21 02:06:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/21 02:06:50 DEBUG : dir: Looking for writers 2026/04/21 02:06:50 DEBUG : Looking for writers 2026/04/21 02:06:50 DEBUG : dir: reading active writers 2026/04/21 02:06:50 DEBUG : time_test: reading active writers 2026/04/21 02:06:50 DEBUG : file1: reading active writers 2026/04/21 02:06:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/21 02:06:50 DEBUG : dir: Looking for writers 2026/04/21 02:06:50 DEBUG : Looking for writers 2026/04/21 02:06:50 DEBUG : dir: reading active writers 2026/04/21 02:06:50 DEBUG : time_test: reading active writers 2026/04/21 02:06:50 DEBUG : file1: reading active writers 2026/04/21 02:06:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/21 02:06:50 DEBUG : file1: vfs cache: starting upload 2026/04/21 02:06:50 DEBUG : dir: Looking for writers 2026/04/21 02:06:50 DEBUG : Looking for writers 2026/04/21 02:06:50 DEBUG : dir: reading active writers 2026/04/21 02:06:50 DEBUG : time_test: reading active writers 2026/04/21 02:06:50 DEBUG : file1: reading active writers 2026/04/21 02:06:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/21 02:06:51 DEBUG : dir: Looking for writers 2026/04/21 02:06:51 DEBUG : Looking for writers 2026/04/21 02:06:51 DEBUG : time_test: reading active writers 2026/04/21 02:06:51 DEBUG : file1: reading active writers 2026/04/21 02:06:51 DEBUG : dir: reading active writers 2026/04/21 02:06:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/04/21 02:06:51 DEBUG : dir: Looking for writers 2026/04/21 02:06:51 DEBUG : Looking for writers 2026/04/21 02:06:51 DEBUG : dir: reading active writers 2026/04/21 02:06:51 DEBUG : time_test: reading active writers 2026/04/21 02:06:51 DEBUG : file1: reading active writers 2026/04/21 02:06:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 640ms 2026/04/21 02:06:52 DEBUG : dir: Looking for writers 2026/04/21 02:06:52 DEBUG : Looking for writers 2026/04/21 02:06:52 DEBUG : file1: reading active writers 2026/04/21 02:06:52 DEBUG : dir: reading active writers 2026/04/21 02:06:52 DEBUG : time_test: reading active writers 2026/04/21 02:06:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:06:52 DEBUG : file1: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 02:06:53 DEBUG : dir: Looking for writers 2026/04/21 02:06:53 DEBUG : Looking for writers 2026/04/21 02:06:53 DEBUG : file1: reading active writers 2026/04/21 02:06:53 DEBUG : dir: reading active writers 2026/04/21 02:06:53 DEBUG : time_test: reading active writers 2026/04/21 02:06:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:06:53 DEBUG : file1: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 02:06:53 DEBUG : file1: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 02:06:54 DEBUG : dir: Looking for writers 2026/04/21 02:06:54 DEBUG : Looking for writers 2026/04/21 02:06:54 DEBUG : dir: reading active writers 2026/04/21 02:06:54 DEBUG : time_test: reading active writers 2026/04/21 02:06:54 DEBUG : file1: reading active writers 2026/04/21 02:06:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:06:54 DEBUG : file1: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 02:06:55 DEBUG : dir: Looking for writers 2026/04/21 02:06:55 DEBUG : Looking for writers 2026/04/21 02:06:55 DEBUG : dir: reading active writers 2026/04/21 02:06:55 DEBUG : time_test: reading active writers 2026/04/21 02:06:55 DEBUG : file1: reading active writers 2026/04/21 02:06:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:06:55 DEBUG : file1: size = 5 OK 2026/04/21 02:06:55 INFO : file1: Copied (new) 2026/04/21 02:06:55 DEBUG : file1: vfs cache: fingerprint now "5" 2026/04/21 02:06:55 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/21 02:06:55 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:06:55 INFO : file1: vfs cache: upload succeeded try #1 2026/04/21 02:06:56 DEBUG : dir: Looking for writers 2026/04/21 02:06:56 DEBUG : Looking for writers 2026/04/21 02:06:56 DEBUG : dir: reading active writers 2026/04/21 02:06:56 DEBUG : time_test: reading active writers 2026/04/21 02:06:56 DEBUG : file1: reading active writers 2026/04/21 02:06:56 DEBUG : >WaitForWriters: 2026/04/21 02:06:56 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaner exiting run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 2026/04/21 02:07:11 DEBUG : forgetting directory cache 2026/04/21 02:07:11 DEBUG : dir: forgetting directory cache fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleSizeCreateNew Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleSizeCreateNew Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleSizeCreateNew Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleSizeCreateNew Messages: directories --- FAIL: TestRWFileHandleSizeCreateNew (26.83s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:07:17 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:07:17 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/21 02:07:17 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:07:17 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:07:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:07:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:07:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:07:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:07:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:07:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/04/21 02:07:17 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04708c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04708c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04708c0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04708c0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04708c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.609440096 +0000 UTC m=+1984.974933445 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04708c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0470dc0): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0470dc0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0470dc0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0470dc0): >_readAt: n=2, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0470dc0): _writeAt: size=3, off=2 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0470dc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0470dc0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.609440096 +0000 UTC m=+1984.974933445 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0470dc0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0471680): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0471680): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0471680): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0471680): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0471680): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.609440096 +0000 UTC m=+1984.974933445 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0471680): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00a7340 item 1 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0471d80): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0471d80): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0471d80): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0471d80): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0471d80): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.611492531 +0000 UTC m=+1984.976985879 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0471d80): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fd33840): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fd33840): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fd33840): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fd33840): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fd33840): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.611492531 +0000 UTC m=+1984.976985879 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fd33840): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a006ef50 item 2 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feae8c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feae8c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feae8c0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feae8c0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feae8c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.612953947 +0000 UTC m=+1984.978447295 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feae8c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feaef00): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feaef00): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feaef00): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feaef00): >_readAt: n=2, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feaef00): _writeAt: size=3, off=2 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feaef00): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feaef00): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.612953947 +0000 UTC m=+1984.978447295 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feaef00): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feaf400): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feaf400): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feaf400): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feaf400): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feaf400): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.612953947 +0000 UTC m=+1984.978447295 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feaf400): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a006f650 item 3 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6e2c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6e2c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6e2c0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6e2c0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6e2c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.614782197 +0000 UTC m=+1984.980275556 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6e2c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6e900): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6e900): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6e900): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6e900): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6e900): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.614782197 +0000 UTC m=+1984.980275556 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6e900): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00860e0 item 4 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6ef40): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6ef40): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6ef40): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6ef40): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6ef40): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.616258081 +0000 UTC m=+1984.981751439 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6ef40): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6f880): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6f880): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6f880): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6f880): >_readAt: n=2, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6f880): _writeAt: size=3, off=2 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6f880): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6f880): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.616258081 +0000 UTC m=+1984.981751439 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6f880): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6fe40): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6fe40): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6fe40): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6fe40): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6fe40): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.616258081 +0000 UTC m=+1984.981751439 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6fe40): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00870a0 item 5 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe227c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe227c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe227c0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe227c0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe227c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.618605344 +0000 UTC m=+1984.984098702 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe227c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe237c0): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe237c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe237c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe237c0): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe237c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.618605344 +0000 UTC m=+1984.984098702 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe237c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a0087ab0 item 6 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe23e40): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe23e40): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe23e40): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe23e40): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe23e40): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.619866611 +0000 UTC m=+1984.985359969 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe23e40): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05407c0): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05407c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05407c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05407c0): >_readAt: n=2, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05407c0): _writeAt: size=3, off=2 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05407c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05407c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.619866611 +0000 UTC m=+1984.985359969 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05407c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0540e00): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0540e00): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0540e00): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0540e00): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0540e00): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.619866611 +0000 UTC m=+1984.985359969 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0540e00): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe641c0 item 7 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0541480): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0541480): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0541480): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0541480): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0541480): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.622133201 +0000 UTC m=+1984.987626549 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0541480): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05419c0): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05419c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05419c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05419c0): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05419c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.622133201 +0000 UTC m=+1984.987626549 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05419c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe64700 item 8 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0140080): _readAt: size=2, off=0 2026/04/21 02:07:17 ERROR : open-test-file(0x3453a0140080): Couldn't read size of file 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0140080): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0140080): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0140080): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0140080): close: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0140080): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0140440): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0140440): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0140440): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0140440): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0140440): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.623538661 +0000 UTC m=+1984.989032009 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0140440): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01408c0): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01408c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01408c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01408c0): >_readAt: n=2, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01408c0): _writeAt: size=3, off=2 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01408c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01408c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.623538661 +0000 UTC m=+1984.989032009 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01408c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0140dc0): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0140dc0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0140dc0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0140dc0): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0140dc0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.623538661 +0000 UTC m=+1984.989032009 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0140dc0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe64ee0 item 9 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0141440): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0141440): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0141440): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0141440): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0141440): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.625353076 +0000 UTC m=+1984.990846423 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0141440): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0141980): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0141980): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0141980): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0141980): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0141980): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.625353076 +0000 UTC m=+1984.990846423 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0141980): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe65960 item 10 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018c0c0): _readAt: size=2, off=0 2026/04/21 02:07:17 ERROR : open-test-file(0x3453a018c0c0): Couldn't read size of file 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018c0c0): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018c0c0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018c0c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018c0c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018c0c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018c480): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018c480): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018c480): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018c480): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018c480): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.626546014 +0000 UTC m=+1984.992039361 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018c480): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018c980): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018c980): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018c980): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018c980): >_readAt: n=2, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018c980): _writeAt: size=3, off=2 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018c980): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018c980): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.626546014 +0000 UTC m=+1984.992039361 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018c980): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018ce80): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018ce80): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018ce80): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018ce80): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018ce80): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.626546014 +0000 UTC m=+1984.992039361 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018ce80): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a008e690 item 11 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018d500): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018d500): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018d500): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018d500): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018d500): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.62907558 +0000 UTC m=+1984.994568938 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018d500): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018da40): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018da40): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018da40): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018da40): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018da40): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.62907558 +0000 UTC m=+1984.994568938 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a018da40): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a008f960 item 12 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b8180): _readAt: size=2, off=0 2026/04/21 02:07:17 ERROR : open-test-file(0x3453a01b8180): Couldn't read size of file 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b8180): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b8180): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b8180): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b8180): close: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b8180): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b8540): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b8540): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b8540): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b8540): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b8540): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.631049126 +0000 UTC m=+1984.996542514 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b8540): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b8c00): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b8c00): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b8c00): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b8c00): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b8c00): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.631049126 +0000 UTC m=+1984.996542514 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b8c00): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe40770 item 13 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b9280): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b9280): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b9280): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b9280): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b9280): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.632448554 +0000 UTC m=+1984.997941902 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b9280): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b97c0): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b97c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b97c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b97c0): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b97c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.632448554 +0000 UTC m=+1984.997941902 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b97c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe41260 item 14 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b9e00): _readAt: size=2, off=0 2026/04/21 02:07:17 ERROR : open-test-file(0x3453a01b9e00): Couldn't read size of file 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b9e00): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b9e00): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b9e00): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b9e00): close: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01b9e00): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e42c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e42c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e42c0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e42c0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e42c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.633647274 +0000 UTC m=+1984.999140622 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e42c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e4980): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e4980): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e4980): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e4980): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e4980): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.633647274 +0000 UTC m=+1984.999140622 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e4980): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe41960 item 15 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e5000): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e5000): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e5000): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e5000): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e5000): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.634876609 +0000 UTC m=+1985.000369958 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e5000): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e5540): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e5540): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e5540): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e5540): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e5540): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.634876609 +0000 UTC m=+1985.000369958 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e5540): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fd72620 item 16 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e5b80): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e5b80): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e5b80): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e5b80): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e5b80): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.636015475 +0000 UTC m=+1985.001508823 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e5b80): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0246100): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0246100): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0246100): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0246100): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0246100): >_readAt: n=2, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0246100): _writeAt: size=3, off=7 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0246100): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0246100): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.636015475 +0000 UTC m=+1985.001508823 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0246100): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0246600): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0246600): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0246600): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0246600): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0246600): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.636015475 +0000 UTC m=+1985.001508823 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0246600): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fd73260 item 17 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0246c80): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0246c80): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0246c80): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0246c80): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0246c80): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.637727706 +0000 UTC m=+1985.003221054 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0246c80): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02471c0): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02471c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02471c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02471c0): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02471c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.637727706 +0000 UTC m=+1985.003221054 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02471c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fa1e070 item 18 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0247840): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0247840): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0247840): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0247840): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0247840): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.638832457 +0000 UTC m=+1985.004325805 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0247840): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0247d40): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0247d40): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0247d40): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0247d40): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0247d40): >_readAt: n=2, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0247d40): _writeAt: size=3, off=7 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0247d40): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0247d40): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.638832457 +0000 UTC m=+1985.004325805 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0247d40): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0270340): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0270340): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0270340): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0270340): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0270340): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.638832457 +0000 UTC m=+1985.004325805 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0270340): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fa1e930 item 19 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02709c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02709c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02709c0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02709c0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02709c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.641326367 +0000 UTC m=+1985.006819725 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02709c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0270f00): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0270f00): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0270f00): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0270f00): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0270f00): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.641326367 +0000 UTC m=+1985.006819725 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0270f00): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fa1f810 item 20 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0271580): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0271580): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0271580): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0271580): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0271580): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.642647958 +0000 UTC m=+1985.008141316 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0271580): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0271a80): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0271a80): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0271a80): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0271a80): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0271a80): >_readAt: n=2, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0271a80): _writeAt: size=3, off=7 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0271a80): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0271a80): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.642647958 +0000 UTC m=+1985.008141316 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0271a80): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f2080): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f2080): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f2080): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f2080): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f2080): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.642647958 +0000 UTC m=+1985.008141316 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f2080): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00b2230 item 21 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f2700): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f2700): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f2700): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f2700): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f2700): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.644340903 +0000 UTC m=+1985.009834251 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f2700): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f2c40): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f2c40): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f2c40): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f2c40): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f2c40): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.644340903 +0000 UTC m=+1985.009834251 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f2c40): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00b2e00 item 22 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f32c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f32c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f32c0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f32c0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f32c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.645657144 +0000 UTC m=+1985.011150502 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f32c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f37c0): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f37c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f37c0): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f37c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f37c0): >_readAt: n=2, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f37c0): _writeAt: size=3, off=7 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f37c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f37c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.645657144 +0000 UTC m=+1985.011150502 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f37c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f3cc0): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f3cc0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f3cc0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f3cc0): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f3cc0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.645657144 +0000 UTC m=+1985.011150502 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f3cc0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00b37a0 item 23 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031e440): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031e440): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031e440): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031e440): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031e440): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.647549425 +0000 UTC m=+1985.013042783 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031e440): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031e980): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031e980): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031e980): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031e980): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031e980): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.647549425 +0000 UTC m=+1985.013042783 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031e980): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00b3c70 item 24 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031efc0): _readAt: size=2, off=0 2026/04/21 02:07:17 ERROR : open-test-file(0x3453a031efc0): Couldn't read size of file 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031efc0): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031efc0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031efc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031efc0): close: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031efc0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031f380): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031f380): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031f380): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031f380): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031f380): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.648927584 +0000 UTC m=+1985.014420942 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031f380): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031f880): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031f880): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031f880): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031f880): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031f880): >_readAt: n=2, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031f880): _writeAt: size=3, off=7 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031f880): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031f880): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.648927584 +0000 UTC m=+1985.014420942 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031f880): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031fdc0): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031fdc0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031fdc0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031fdc0): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031fdc0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.648927584 +0000 UTC m=+1985.014420942 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031fdc0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539faa24d0 item 25 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0388540): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0388540): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0388540): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0388540): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0388540): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.650722211 +0000 UTC m=+1985.016215558 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0388540): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0388a80): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0388a80): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0388a80): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0388a80): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0388a80): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.650722211 +0000 UTC m=+1985.016215558 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0388a80): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539faa3260 item 26 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03890c0): _readAt: size=2, off=0 2026/04/21 02:07:17 ERROR : open-test-file(0x3453a03890c0): Couldn't read size of file 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03890c0): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03890c0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03890c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03890c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03890c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0389480): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0389480): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0389480): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0389480): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0389480): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.651873239 +0000 UTC m=+1985.017366587 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0389480): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0389980): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0389980): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0389980): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0389980): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0389980): >_readAt: n=2, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0389980): _writeAt: size=3, off=7 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0389980): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0389980): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.651873239 +0000 UTC m=+1985.017366587 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0389980): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0389ec0): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0389ec0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0389ec0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0389ec0): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0389ec0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.651873239 +0000 UTC m=+1985.017366587 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0389ec0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539faa3880 item 27 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c8640): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c8640): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c8640): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c8640): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c8640): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.653523473 +0000 UTC m=+1985.019016821 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c8640): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c8b80): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c8b80): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c8b80): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c8b80): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c8b80): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.653523473 +0000 UTC m=+1985.019016821 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c8b80): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a03da770 item 28 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c91c0): _readAt: size=2, off=0 2026/04/21 02:07:17 ERROR : open-test-file(0x3453a03c91c0): Couldn't read size of file 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c91c0): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c91c0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c91c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c91c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c91c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c9580): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c9580): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c9580): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c9580): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c9580): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.654729195 +0000 UTC m=+1985.020222542 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c9580): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c9c40): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c9c40): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c9c40): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c9c40): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c9c40): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.654729195 +0000 UTC m=+1985.020222542 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03c9c40): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a03dac40 item 29 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f03c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f03c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f03c0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f03c0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f03c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.655858151 +0000 UTC m=+1985.021351500 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f03c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f0900): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f0900): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f0900): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f0900): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f0900): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.655858151 +0000 UTC m=+1985.021351500 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f0900): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a03db1f0 item 30 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f0f40): _readAt: size=2, off=0 2026/04/21 02:07:17 ERROR : open-test-file(0x3453a03f0f40): Couldn't read size of file 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f0f40): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f0f40): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f0f40): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f0f40): close: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f0f40): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f1300): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f1300): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f1300): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f1300): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f1300): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.657211623 +0000 UTC m=+1985.022704971 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f1300): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f19c0): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f19c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f19c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f19c0): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f19c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.657211623 +0000 UTC m=+1985.022704971 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03f19c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a03db570 item 31 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043e140): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043e140): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043e140): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043e140): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043e140): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.658575774 +0000 UTC m=+1985.024069132 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043e140): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043e680): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043e680): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043e680): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043e680): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043e680): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.658575774 +0000 UTC m=+1985.024069132 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043e680): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a03dba40 item 32 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043ecc0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043ecc0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043ecc0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043ecc0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043ecc0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.659940036 +0000 UTC m=+1985.025433394 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043ecc0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043f140): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043f140): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043f140): _writeAt: size=3, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043f140): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043f140): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdaa230 item 33 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043f140): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043f140): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.660416138 +0000 UTC m=+1985.025909496 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043f140): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043f640): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043f640): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043f640): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043f640): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043f640): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.660416138 +0000 UTC m=+1985.025909496 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043f640): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdaacb0 item 33 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043fc80): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043fc80): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043fc80): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043fc80): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043fc80): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.661846555 +0000 UTC m=+1985.027339913 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a043fc80): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a8200): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a8200): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539feb41c0 item 34 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a8200): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a8200): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a8200): _writeAt: size=3, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a8200): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a8200): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.662328107 +0000 UTC m=+1985.027821456 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a8200): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a8740): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a8740): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a8740): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a8740): >_readAt: n=3, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a8740): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.662328107 +0000 UTC m=+1985.027821456 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a8740): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539feb4770 item 34 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a8d80): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a8d80): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a8d80): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a8d80): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a8d80): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.663420735 +0000 UTC m=+1985.028914083 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a8d80): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a9200): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a9200): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a9200): _writeAt: size=3, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a9200): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a9200): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539feb4d90 item 35 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a9200): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a9200): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.66383562 +0000 UTC m=+1985.029328968 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a9200): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a9700): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a9700): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a9700): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a9700): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a9700): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.66383562 +0000 UTC m=+1985.029328968 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a9700): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539feb50a0 item 35 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a9d80): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a9d80): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a9d80): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a9d80): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a9d80): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.664951663 +0000 UTC m=+1985.030445010 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04a9d80): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050e380): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050e380): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539feb5490 item 36 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050e380): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050e380): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050e380): _writeAt: size=3, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050e380): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050e380): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.665434346 +0000 UTC m=+1985.030927694 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050e380): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050e8c0): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050e8c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050e8c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050e8c0): >_readAt: n=3, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050e8c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.665434346 +0000 UTC m=+1985.030927694 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050e8c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539feb56c0 item 36 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050ef00): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050ef00): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050ef00): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050ef00): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050ef00): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.666541201 +0000 UTC m=+1985.032034549 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050ef00): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050f380): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050f380): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050f380): _writeAt: size=3, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050f380): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050f380): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539feb5ce0 item 37 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050f380): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050f380): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.666950325 +0000 UTC m=+1985.032443673 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050f380): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050f880): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050f880): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050f880): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050f880): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050f880): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.666950325 +0000 UTC m=+1985.032443673 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a050f880): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdbc1c0 item 37 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0532000): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0532000): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0532000): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0532000): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0532000): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.668231449 +0000 UTC m=+1985.033724807 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0532000): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0532500): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0532500): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdbc700 item 38 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0532500): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0532500): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0532500): _writeAt: size=3, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0532500): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0532500): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.668707711 +0000 UTC m=+1985.034201069 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0532500): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0532a40): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0532a40): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0532a40): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0532a40): >_readAt: n=3, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0532a40): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.668707711 +0000 UTC m=+1985.034201069 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0532a40): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdbcc40 item 38 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05330c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05330c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05330c0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05330c0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05330c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.669842619 +0000 UTC m=+1985.035335977 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05330c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05335c0): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05335c0): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05335c0): _writeAt: size=3, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05335c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05335c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdbd2d0 item 39 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05335c0): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05335c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.670323449 +0000 UTC m=+1985.035816807 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05335c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0533ac0): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0533ac0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0533ac0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0533ac0): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0533ac0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.670323449 +0000 UTC m=+1985.035816807 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0533ac0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdbd500 item 39 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0554240): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0554240): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0554240): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0554240): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0554240): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.671836904 +0000 UTC m=+1985.037330262 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0554240): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0554740): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0554740): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdbdd50 item 40 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0554740): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0554740): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0554740): _writeAt: size=3, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0554740): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0554740): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.672371415 +0000 UTC m=+1985.037864763 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0554740): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0554c80): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0554c80): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0554c80): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0554c80): >_readAt: n=3, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0554c80): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.672371415 +0000 UTC m=+1985.037864763 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0554c80): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe580e0 item 40 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0555240): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0555240): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0555240): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0555240): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0555240): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0555240): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0555240): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.673667538 +0000 UTC m=+1985.039160896 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0555240): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0555740): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0555740): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0555740): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe58850 item 41 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0555740): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0555740): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.674142107 +0000 UTC m=+1985.039635465 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0555740): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0555c00): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0555c00): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0555c00): _writeAt: size=3, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0555c00): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0555c00): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe58a10 item 41 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0555c00): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0555c00): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.674640129 +0000 UTC m=+1985.040133487 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0555c00): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0586240): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0586240): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0586240): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0586240): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0586240): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.674640129 +0000 UTC m=+1985.040133487 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0586240): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe58bd0 item 41 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0586880): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0586880): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0586880): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0586880): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0586880): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0586880): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0586880): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.675867062 +0000 UTC m=+1985.041360420 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0586880): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0586d80): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0586d80): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0586d80): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe593b0 item 42 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0586d80): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0586d80): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.676340427 +0000 UTC m=+1985.041833785 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0586d80): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05872c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05872c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe596c0 item 42 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05872c0): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05872c0): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05872c0): _writeAt: size=3, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05872c0): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05872c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.676839351 +0000 UTC m=+1985.042332710 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05872c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0587840): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0587840): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0587840): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0587840): >_readAt: n=3, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0587840): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.676839351 +0000 UTC m=+1985.042332710 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0587840): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe59dc0 item 42 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0587e80): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0587e80): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0587e80): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0587e80): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0587e80): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0587e80): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0587e80): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.678016089 +0000 UTC m=+1985.043509447 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0587e80): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a8480): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a8480): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a8480): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fde05b0 item 43 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a8480): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a8480): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.678433499 +0000 UTC m=+1985.043926857 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a8480): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a89c0): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a89c0): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a89c0): _writeAt: size=3, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a89c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a89c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fde0a80 item 43 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a89c0): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a89c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.678873292 +0000 UTC m=+1985.044366650 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a89c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a8f00): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a8f00): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a8f00): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a8f00): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a8f00): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.678873292 +0000 UTC m=+1985.044366650 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a8f00): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fde0d90 item 43 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a9540): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a9540): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a9540): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a9540): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a9540): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a9540): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a9540): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.680059307 +0000 UTC m=+1985.045552665 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a9540): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a9a40): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a9a40): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a9a40): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fde1650 item 44 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a9a40): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a9a40): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.680458682 +0000 UTC m=+1985.045952030 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a05a9a40): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0282c80): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0282c80): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fde1a40 item 44 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0282c80): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0282c80): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0282c80): _writeAt: size=3, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0282c80): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0282c80): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.680989076 +0000 UTC m=+1985.046482424 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0282c80): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283200): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283200): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283200): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283200): >_readAt: n=3, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283200): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.680989076 +0000 UTC m=+1985.046482424 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283200): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe93c00 item 44 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02838c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02838c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02838c0): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02838c0): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02838c0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02838c0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02838c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.682103946 +0000 UTC m=+1985.047597294 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02838c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283dc0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283dc0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283dc0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a061c0e0 item 45 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283dc0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283dc0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.682459018 +0000 UTC m=+1985.047952366 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283dc0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06265c0): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06265c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06265c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06265c0): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06265c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.682459018 +0000 UTC m=+1985.047952366 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06265c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a061c310 item 45 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0626c00): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0626c00): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0626c00): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0626c00): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0626c00): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0626c00): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0626c00): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.683810045 +0000 UTC m=+1985.049303394 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0626c00): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0627100): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0627100): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0627100): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a061c770 item 46 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0627100): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0627100): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.6842563 +0000 UTC m=+1985.049749658 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0627100): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0627800): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0627800): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0627800): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0627800): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0627800): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.6842563 +0000 UTC m=+1985.049749658 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0627800): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a061c930 item 46 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0627e40): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0627e40): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0627e40): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0627e40): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0627e40): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0627e40): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0627e40): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.685446954 +0000 UTC m=+1985.050940302 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0627e40): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0664440): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0664440): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0664440): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a061ccb0 item 47 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0664440): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0664440): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.686030618 +0000 UTC m=+1985.051523976 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0664440): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0664b40): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0664b40): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0664b40): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0664b40): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0664b40): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.686030618 +0000 UTC m=+1985.051523976 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0664b40): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a061cee0 item 47 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0665180): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0665180): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0665180): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0665180): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0665180): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0665180): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0665180): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.687418374 +0000 UTC m=+1985.052911722 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0665180): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0665680): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0665680): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0665680): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a061d2d0 item 48 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0665680): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0665680): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.687846405 +0000 UTC m=+1985.053339753 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0665680): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0665d80): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0665d80): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0665d80): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0665d80): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0665d80): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.687846405 +0000 UTC m=+1985.053339753 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0665d80): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a061d490 item 48 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06864c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06864c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06864c0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06864c0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06864c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.689231336 +0000 UTC m=+1985.054724683 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06864c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0686940): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0686940): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0686940): _writeAt: size=3, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0686940): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0686940): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0686940): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a061d8f0 item 49 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0686940): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0686940): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.689664335 +0000 UTC m=+1985.055157684 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0686940): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0686e80): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0686e80): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0686e80): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0686e80): >_readAt: n=8, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0686e80): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.689664335 +0000 UTC m=+1985.055157684 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0686e80): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a061db20 item 49 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0687500): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0687500): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0687500): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0687500): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0687500): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.690764828 +0000 UTC m=+1985.056258176 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0687500): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0687a00): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0687a00): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0687a00): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdc80e0 item 50 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0687a00): _readAt: size=2, off=5 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0687a00): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0687a00): _writeAt: size=3, off=5 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0687a00): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0687a00): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.69126763 +0000 UTC m=+1985.056760978 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0687a00): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06ac080): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06ac080): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06ac080): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06ac080): >_readAt: n=3, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06ac080): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.69126763 +0000 UTC m=+1985.056760978 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06ac080): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdc8540 item 50 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06ac700): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06ac700): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06ac700): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06ac700): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06ac700): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.692325072 +0000 UTC m=+1985.057818419 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06ac700): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06acc00): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06acc00): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06acc00): _writeAt: size=3, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06acc00): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06acc00): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06acc00): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdc8e00 item 51 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06acc00): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06acc00): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.692781225 +0000 UTC m=+1985.058274573 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06acc00): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06ad140): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06ad140): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06ad140): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06ad140): >_readAt: n=8, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06ad140): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.692781225 +0000 UTC m=+1985.058274573 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06ad140): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdc90a0 item 51 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06ad7c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06ad7c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06ad7c0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06ad7c0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06ad7c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.694190643 +0000 UTC m=+1985.059683990 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06ad7c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06adcc0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06adcc0): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06adcc0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdc9960 item 52 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06adcc0): _readAt: size=2, off=5 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06adcc0): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06adcc0): _writeAt: size=3, off=5 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06adcc0): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06adcc0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.694727889 +0000 UTC m=+1985.060221237 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06adcc0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c8340): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c8340): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c8340): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c8340): >_readAt: n=3, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c8340): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.694727889 +0000 UTC m=+1985.060221237 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c8340): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a02d8230 item 52 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c89c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c89c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c89c0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c89c0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c89c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.695895448 +0000 UTC m=+1985.061388796 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c89c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c8ec0): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c8ec0): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c8ec0): _writeAt: size=3, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c8ec0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c8ec0): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c8ec0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a02d8700 item 53 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c8ec0): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c8ec0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.696377491 +0000 UTC m=+1985.061870839 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c8ec0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c9400): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c9400): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c9400): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c9400): >_readAt: n=8, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c9400): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.696377491 +0000 UTC m=+1985.061870839 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c9400): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a02d8cb0 item 53 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c9a80): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c9a80): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c9a80): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c9a80): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c9a80): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.697708119 +0000 UTC m=+1985.063201467 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06c9a80): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa080): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa080): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa080): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdc2310 item 54 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa080): _readAt: size=2, off=5 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa080): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa080): _writeAt: size=3, off=5 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa080): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa080): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.698243954 +0000 UTC m=+1985.063737302 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa080): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa600): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa600): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa600): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa600): >_readAt: n=3, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa600): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.698243954 +0000 UTC m=+1985.063737302 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa600): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdc25b0 item 54 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fac80): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fac80): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fac80): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fac80): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fac80): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.699278472 +0000 UTC m=+1985.064771819 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fac80): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fb180): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fb180): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fb180): _writeAt: size=3, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fb180): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fb180): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fb180): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdc2af0 item 55 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fb180): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fb180): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.699880652 +0000 UTC m=+1985.065374000 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fb180): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fb6c0): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fb6c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fb6c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fb6c0): >_readAt: n=8, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fb6c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.699880652 +0000 UTC m=+1985.065374000 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fb6c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdc2e70 item 55 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317340): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317340): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317340): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317340): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317340): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.70189866 +0000 UTC m=+1985.067392009 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317340): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa440): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa440): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa440): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fde0230 item 56 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa440): _readAt: size=2, off=5 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa440): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa440): _writeAt: size=3, off=5 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa440): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa440): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.702367467 +0000 UTC m=+1985.067860816 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa440): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa9c0): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa9c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa9c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa9c0): >_readAt: n=3, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa9c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.702367467 +0000 UTC m=+1985.067860816 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fa9c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fde05b0 item 56 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fb000): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fb000): open at offset 0 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fb000): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fb000): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fb000): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fb000): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fb000): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fb000): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.703950765 +0000 UTC m=+1985.069444123 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fb000): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fbb80): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fbb80): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fbb80): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fde0d90 item 57 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fbb80): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fbb80): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.70453952 +0000 UTC m=+1985.070032868 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a06fbb80): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffca600): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffca600): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffca600): _writeAt: size=3, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffca600): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffca600): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffca600): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fde1030 item 57 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffca600): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffca600): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.705287936 +0000 UTC m=+1985.070781284 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffca600): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffcacc0): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffcacc0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffcacc0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffcacc0): >_readAt: n=8, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffcacc0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.705287936 +0000 UTC m=+1985.070781284 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffcacc0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fde1650 item 57 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffcb580): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffcb580): open at offset 0 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffcb580): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffcb580): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffcb580): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffcb580): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffcb580): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffcb580): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.70666953 +0000 UTC m=+1985.072162878 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffcb580): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffcbac0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffcbac0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffcbac0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fde1e30 item 58 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffcbac0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffcbac0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.707153978 +0000 UTC m=+1985.072647326 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ffcbac0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0316100): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0316100): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0316100): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdc2460 item 58 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0316100): _readAt: size=2, off=5 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0316100): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0316100): _writeAt: size=3, off=5 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0316100): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0316100): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.707643293 +0000 UTC m=+1985.073136641 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0316100): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03167c0): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03167c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03167c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03167c0): >_readAt: n=3, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03167c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.707643293 +0000 UTC m=+1985.073136641 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03167c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdc2690 item 58 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317440): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317440): open at offset 0 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317440): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317440): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317440): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317440): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317440): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317440): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.709058672 +0000 UTC m=+1985.074552030 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317440): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317980): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317980): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317980): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdc3420 item 59 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317980): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317980): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.709524243 +0000 UTC m=+1985.075017601 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317980): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317ec0): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317ec0): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317ec0): _writeAt: size=3, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317ec0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317ec0): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317ec0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdc3810 item 59 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317ec0): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317ec0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.710298559 +0000 UTC m=+1985.075791907 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0317ec0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0470540): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0470540): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0470540): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0470540): >_readAt: n=8, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0470540): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.710298559 +0000 UTC m=+1985.075791907 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0470540): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdc3b90 item 59 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0470c00): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0470c00): open at offset 0 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0470c00): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0470c00): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0470c00): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0470c00): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0470c00): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0470c00): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.711698229 +0000 UTC m=+1985.077191587 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0470c00): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0471400): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0471400): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0471400): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05781c0 item 60 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0471400): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0471400): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.712319254 +0000 UTC m=+1985.077812612 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0471400): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0471ac0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0471ac0): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0471ac0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05783f0 item 60 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0471ac0): _readAt: size=2, off=5 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0471ac0): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0471ac0): _writeAt: size=3, off=5 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0471ac0): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0471ac0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.71286189 +0000 UTC m=+1985.078355248 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0471ac0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fd33680): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fd33680): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fd33680): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fd33680): >_readAt: n=3, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fd33680): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.71286189 +0000 UTC m=+1985.078355248 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fd33680): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05785b0 item 60 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feae0c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feae0c0): open at offset 0 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feae0c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feae0c0): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feae0c0): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feae0c0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feae0c0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feae0c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.714646589 +0000 UTC m=+1985.080139947 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feae0c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feaee40): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feaee40): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feaee40): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a0578cb0 item 61 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feaee40): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feaee40): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.715264369 +0000 UTC m=+1985.080757716 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feaee40): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feaf700): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feaf700): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feaf700): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feaf700): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feaf700): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.715264369 +0000 UTC m=+1985.080757716 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539feaf700): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a0578ee0 item 61 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6e400): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6e400): open at offset 0 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6e400): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6e400): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6e400): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6e400): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6e400): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6e400): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.716495187 +0000 UTC m=+1985.081988536 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6e400): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6e9c0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6e9c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6e9c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05792d0 item 62 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6e9c0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6e9c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.717155297 +0000 UTC m=+1985.082648645 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6e9c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6f240): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6f240): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6f240): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6f240): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6f240): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.717155297 +0000 UTC m=+1985.082648645 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6f240): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a0579500 item 62 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6fcc0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6fcc0): open at offset 0 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6fcc0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6fcc0): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6fcc0): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6fcc0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6fcc0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6fcc0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.720682162 +0000 UTC m=+1985.086175510 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539ff6fcc0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe22380): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe22380): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe22380): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05799d0 item 63 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe22380): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe22380): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.721121294 +0000 UTC m=+1985.086614641 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe22380): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe236c0): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe236c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe236c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe236c0): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe236c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.721121294 +0000 UTC m=+1985.086614641 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe236c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a0579c00 item 63 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe23d00): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe23d00): open at offset 0 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe23d00): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe23d00): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe23d00): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe23d00): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe23d00): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe23d00): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.722756388 +0000 UTC m=+1985.088249756 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x34539fe23d00): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0540680): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0540680): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0540680): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fea2850 item 64 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0540680): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0540680): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.723295067 +0000 UTC m=+1985.088788416 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0540680): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0540f40): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0540f40): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0540f40): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0540f40): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0540f40): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.723295067 +0000 UTC m=+1985.088788416 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0540f40): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fea2bd0 item 64 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0541580): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0541580): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0541580): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0541580): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0541580): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.724687823 +0000 UTC m=+1985.090181211 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0541580): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0541a00): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0541a00): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0541a00): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0541a00): >_readAt: n=2, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0541a00): _writeAt: size=3, off=2 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fea3b90 item 65 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0541a00): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0541a00): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.725308909 +0000 UTC m=+1985.090802257 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0541a00): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0282000): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0282000): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0282000): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0282000): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0282000): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.725308909 +0000 UTC m=+1985.090802257 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0282000): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdb4700 item 65 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02826c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02826c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02826c0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02826c0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02826c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.726769754 +0000 UTC m=+1985.092263102 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02826c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0282b40): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0282b40): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdb5030 item 66 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0282b40): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0282b40): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0282b40): _writeAt: size=3, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0282b40): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0282b40): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.727916975 +0000 UTC m=+1985.093410323 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0282b40): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283080): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283080): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283080): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283080): >_readAt: n=3, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283080): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.727916975 +0000 UTC m=+1985.093410323 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283080): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdb5420 item 66 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283740): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283740): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283740): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283740): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283740): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.72916138 +0000 UTC m=+1985.094654758 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283740): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283bc0): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283bc0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283bc0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283bc0): >_readAt: n=2, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283bc0): _writeAt: size=3, off=2 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdb5c00 item 67 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283bc0): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283bc0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.729644455 +0000 UTC m=+1985.095137803 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0283bc0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001e1c0): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001e1c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001e1c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001e1c0): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001e1c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.729644455 +0000 UTC m=+1985.095137803 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001e1c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdb5dc0 item 67 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001e840): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001e840): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001e840): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001e840): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001e840): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.730907536 +0000 UTC m=+1985.096400894 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001e840): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001ed40): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001ed40): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00a6af0 item 68 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001ed40): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001ed40): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001ed40): _writeAt: size=3, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001ed40): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001ed40): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.7316023 +0000 UTC m=+1985.097095648 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001ed40): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001f280): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001f280): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001f280): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001f280): >_readAt: n=3, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001f280): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.7316023 +0000 UTC m=+1985.097095648 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001f280): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00a6ee0 item 68 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001f8c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001f8c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001f8c0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001f8c0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001f8c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.732887964 +0000 UTC m=+1985.098381312 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001f8c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001fd40): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001fd40): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001fd40): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001fd40): >_readAt: n=2, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001fd40): _writeAt: size=3, off=2 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00a7b90 item 69 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001fd40): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001fd40): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.733412246 +0000 UTC m=+1985.098905594 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a001fd40): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b6340): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b6340): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b6340): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b6340): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b6340): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.733412246 +0000 UTC m=+1985.098905594 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b6340): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a006e070 item 69 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b69c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b69c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b69c0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b69c0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b69c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.734624109 +0000 UTC m=+1985.100117457 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b69c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b6ec0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b6ec0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a006f180 item 70 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b6ec0): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b6ec0): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b6ec0): _writeAt: size=3, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b6ec0): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b6ec0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.735123624 +0000 UTC m=+1985.100616973 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b6ec0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b7400): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b7400): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b7400): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b7400): >_readAt: n=3, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b7400): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.735123624 +0000 UTC m=+1985.100616973 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b7400): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a006f5e0 item 70 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b7a80): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b7a80): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b7a80): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b7a80): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b7a80): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.736352682 +0000 UTC m=+1985.101846029 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00b7a80): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ec080): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ec080): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ec080): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ec080): >_readAt: n=2, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ec080): _writeAt: size=3, off=2 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a006fce0 item 71 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ec080): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ec080): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.73697048 +0000 UTC m=+1985.102463829 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ec080): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ec580): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ec580): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ec580): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ec580): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ec580): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.73697048 +0000 UTC m=+1985.102463829 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ec580): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00860e0 item 71 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ecc00): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ecc00): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ecc00): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ecc00): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ecc00): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.73819628 +0000 UTC m=+1985.103689628 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ecc00): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ed100): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ed100): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00870a0 item 72 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ed100): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ed100): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ed100): _writeAt: size=3, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ed100): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ed100): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.738713399 +0000 UTC m=+1985.104206747 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ed100): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ed640): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ed640): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ed640): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ed640): >_readAt: n=3, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ed640): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.738713399 +0000 UTC m=+1985.104206747 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00ed640): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00876c0 item 72 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00edc00): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00edc00): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00edc00): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00edc00): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00edc00): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00edc00): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00edc00): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.739783745 +0000 UTC m=+1985.105277093 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a00edc00): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015c200): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015c200): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015c200): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a0087b20 item 73 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015c200): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015c200): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.7402883 +0000 UTC m=+1985.105781648 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015c200): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015c6c0): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015c6c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015c6c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015c6c0): >_readAt: n=2, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015c6c0): _writeAt: size=3, off=2 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a0087dc0 item 73 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015c6c0): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015c6c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.740764211 +0000 UTC m=+1985.106257559 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015c6c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015cc00): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015cc00): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015cc00): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015cc00): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015cc00): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.740764211 +0000 UTC m=+1985.106257559 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015cc00): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe642a0 item 73 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015d240): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015d240): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015d240): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015d240): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015d240): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015d240): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015d240): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.741803078 +0000 UTC m=+1985.107296425 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015d240): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015d740): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015d740): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015d740): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe64620 item 74 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015d740): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015d740): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.742196983 +0000 UTC m=+1985.107690331 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015d740): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015dc80): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015dc80): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe648c0 item 74 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015dc80): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015dc80): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015dc80): _writeAt: size=3, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015dc80): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015dc80): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.742680097 +0000 UTC m=+1985.108173444 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a015dc80): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0192300): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0192300): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0192300): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0192300): >_readAt: n=3, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0192300): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.742680097 +0000 UTC m=+1985.108173444 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0192300): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe64a80 item 74 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0192940): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0192940): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0192940): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0192940): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0192940): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0192940): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0192940): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.743859238 +0000 UTC m=+1985.109352587 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0192940): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0192e40): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0192e40): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0192e40): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe653b0 item 75 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0192e40): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0192e40): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.744275025 +0000 UTC m=+1985.109768373 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0192e40): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0193380): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0193380): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0193380): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0193380): >_readAt: n=2, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0193380): _writeAt: size=3, off=2 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe65880 item 75 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0193380): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0193380): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.744746829 +0000 UTC m=+1985.110240177 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0193380): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01938c0): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01938c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01938c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01938c0): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01938c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.744746829 +0000 UTC m=+1985.110240177 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01938c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe65dc0 item 75 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0000): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0000): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0000): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0000): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0000): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0000): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0000): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.745862049 +0000 UTC m=+1985.111355397 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0000): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0500): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0500): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0500): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a008eb60 item 76 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0500): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0500): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.746266765 +0000 UTC m=+1985.111760113 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0500): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0a40): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0a40): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a008f570 item 76 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0a40): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0a40): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0a40): _writeAt: size=3, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0a40): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0a40): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.746770098 +0000 UTC m=+1985.112263446 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0a40): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0fc0): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0fc0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0fc0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0fc0): >_readAt: n=3, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0fc0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.746770098 +0000 UTC m=+1985.112263446 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c0fc0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a008f960 item 76 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c1600): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c1600): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c1600): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c1600): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c1600): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c1600): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c1600): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.747954159 +0000 UTC m=+1985.113447507 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c1600): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c1b00): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c1b00): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c1b00): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe40770 item 77 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c1b00): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c1b00): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.748386698 +0000 UTC m=+1985.113880046 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01c1b00): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e8300): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e8300): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e8300): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e8300): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e8300): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.748386698 +0000 UTC m=+1985.113880046 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e8300): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe40d20 item 77 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e8940): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e8940): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e8940): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e8940): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e8940): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e8940): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e8940): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.749532597 +0000 UTC m=+1985.115025945 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e8940): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e8e40): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e8e40): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e8e40): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe41650 item 78 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e8e40): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e8e40): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.749927063 +0000 UTC m=+1985.115420412 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e8e40): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e9540): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e9540): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e9540): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e9540): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e9540): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.749927063 +0000 UTC m=+1985.115420412 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e9540): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe41960 item 78 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e9b80): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e9b80): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e9b80): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e9b80): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e9b80): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e9b80): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e9b80): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.751062382 +0000 UTC m=+1985.116555730 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a01e9b80): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024a180): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024a180): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024a180): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fd72620 item 79 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024a180): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024a180): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.75145219 +0000 UTC m=+1985.116945538 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024a180): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024a880): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024a880): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024a880): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024a880): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024a880): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.75145219 +0000 UTC m=+1985.116945538 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024a880): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fd72cb0 item 79 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024aec0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024aec0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024aec0): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024aec0): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024aec0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024aec0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024aec0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.752755136 +0000 UTC m=+1985.118248484 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024aec0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024b3c0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024b3c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024b3c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fd736c0 item 80 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024b3c0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024b3c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.753128763 +0000 UTC m=+1985.118622111 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024b3c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024bac0): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024bac0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024bac0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024bac0): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024bac0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.753128763 +0000 UTC m=+1985.118622111 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a024bac0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fd73ce0 item 80 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0274200): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0274200): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0274200): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0274200): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0274200): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.754230228 +0000 UTC m=+1985.119723576 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0274200): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0274680): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0274680): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0274680): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0274680): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0274680): >_readAt: n=2, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0274680): _writeAt: size=3, off=7 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fa1e700 item 81 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0274680): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0274680): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.754614445 +0000 UTC m=+1985.120107803 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0274680): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0274bc0): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0274bc0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0274bc0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0274bc0): >_readAt: n=8, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0274bc0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.754614445 +0000 UTC m=+1985.120107803 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0274bc0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fa1e9a0 item 81 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0275240): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0275240): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0275240): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0275240): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0275240): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.755720148 +0000 UTC m=+1985.121213496 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0275240): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0275740): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0275740): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0275740): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fa1f5e0 item 82 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0275740): _readAt: size=2, off=5 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0275740): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0275740): _writeAt: size=3, off=5 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0275740): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0275740): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.75614932 +0000 UTC m=+1985.121642668 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0275740): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0275cc0): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0275cc0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0275cc0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0275cc0): >_readAt: n=3, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0275cc0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.75614932 +0000 UTC m=+1985.121642668 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0275cc0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fa1f960 item 82 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f4440): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f4440): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f4440): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f4440): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f4440): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.757160233 +0000 UTC m=+1985.122653581 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f4440): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f4940): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f4940): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f4940): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f4940): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f4940): >_readAt: n=2, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f4940): _writeAt: size=3, off=7 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00b24d0 item 83 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f4940): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f4940): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.757706517 +0000 UTC m=+1985.123199865 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f4940): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f4e80): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f4e80): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f4e80): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f4e80): >_readAt: n=8, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f4e80): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.757706517 +0000 UTC m=+1985.123199865 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f4e80): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00b2930 item 83 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f5500): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f5500): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f5500): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f5500): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f5500): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.758750853 +0000 UTC m=+1985.124244202 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f5500): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f5a00): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f5a00): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f5a00): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00b33b0 item 84 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f5a00): _readAt: size=2, off=5 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f5a00): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f5a00): _writeAt: size=3, off=5 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f5a00): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f5a00): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.759322445 +0000 UTC m=+1985.124815794 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a02f5a00): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031e080): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031e080): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031e080): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031e080): >_readAt: n=3, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031e080): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.759322445 +0000 UTC m=+1985.124815794 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031e080): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00b3730 item 84 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031e700): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031e700): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031e700): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031e700): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031e700): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.760292821 +0000 UTC m=+1985.125786170 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031e700): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031ec00): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031ec00): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031ec00): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031ec00): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031ec00): >_readAt: n=2, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031ec00): _writeAt: size=3, off=7 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00b3ab0 item 85 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031ec00): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031ec00): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.760680255 +0000 UTC m=+1985.126173604 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031ec00): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031f140): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031f140): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031f140): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031f140): >_readAt: n=8, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031f140): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.760680255 +0000 UTC m=+1985.126173604 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031f140): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00b3c70 item 85 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031f7c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031f7c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031f7c0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031f7c0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031f7c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.761750271 +0000 UTC m=+1985.127243618 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031f7c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031fcc0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031fcc0): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031fcc0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539faa24d0 item 86 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031fcc0): _readAt: size=2, off=5 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031fcc0): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031fcc0): _writeAt: size=3, off=5 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031fcc0): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031fcc0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.762180946 +0000 UTC m=+1985.127674294 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a031fcc0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0386340): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0386340): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0386340): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0386340): >_readAt: n=3, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0386340): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.762180946 +0000 UTC m=+1985.127674294 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0386340): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539faa28c0 item 86 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03869c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03869c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03869c0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03869c0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03869c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.763219431 +0000 UTC m=+1985.128712780 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03869c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0386ec0): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0386ec0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0386ec0): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0386ec0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0386ec0): >_readAt: n=2, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0386ec0): _writeAt: size=3, off=7 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539faa3340 item 87 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0386ec0): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0386ec0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.763707024 +0000 UTC m=+1985.129200372 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0386ec0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0387400): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0387400): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0387400): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0387400): >_readAt: n=8, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0387400): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.763707024 +0000 UTC m=+1985.129200372 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0387400): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539faa36c0 item 87 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0387a80): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0387a80): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0387a80): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0387a80): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0387a80): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.764682942 +0000 UTC m=+1985.130176289 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0387a80): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b4080): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b4080): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b4080): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a03da2a0 item 88 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b4080): _readAt: size=2, off=5 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b4080): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b4080): _writeAt: size=3, off=5 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b4080): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b4080): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.765142622 +0000 UTC m=+1985.130635970 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b4080): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b4600): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b4600): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b4600): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b4600): >_readAt: n=3, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b4600): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.765142622 +0000 UTC m=+1985.130635970 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b4600): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a03da540 item 88 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b4c40): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b4c40): open at offset 0 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b4c40): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b4c40): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b4c40): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b4c40): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b4c40): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b4c40): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.766175927 +0000 UTC m=+1985.131669275 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b4c40): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b5180): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b5180): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b5180): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a03daaf0 item 89 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b5180): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b5180): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.766677527 +0000 UTC m=+1985.132170875 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b5180): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b56c0): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b56c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b56c0): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b56c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b56c0): >_readAt: n=2, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b56c0): _writeAt: size=3, off=7 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a03dae70 item 89 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b56c0): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b56c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.767127418 +0000 UTC m=+1985.132620766 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b56c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b5c40): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b5c40): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b5c40): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b5c40): >_readAt: n=8, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b5c40): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.767127418 +0000 UTC m=+1985.132620766 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03b5c40): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a03db110 item 89 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d4380): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d4380): open at offset 0 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d4380): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d4380): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d4380): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d4380): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d4380): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d4380): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.768151566 +0000 UTC m=+1985.133644915 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d4380): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d48c0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d48c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d48c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a03db490 item 90 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d48c0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d48c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.768484727 +0000 UTC m=+1985.133978075 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d48c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d4e00): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d4e00): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d4e00): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a03db730 item 90 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d4e00): _readAt: size=2, off=5 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d4e00): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d4e00): _writeAt: size=3, off=5 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d4e00): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d4e00): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.768962201 +0000 UTC m=+1985.134455548 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d4e00): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d53c0): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d53c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d53c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d53c0): >_readAt: n=3, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d53c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.768962201 +0000 UTC m=+1985.134455548 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d53c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a03db960 item 90 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d5a00): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d5a00): open at offset 0 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d5a00): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d5a00): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d5a00): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d5a00): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d5a00): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d5a00): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.770074686 +0000 UTC m=+1985.135568035 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03d5a00): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fc040): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fc040): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fc040): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a03dbd50 item 91 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fc040): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fc040): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.770691754 +0000 UTC m=+1985.136185101 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fc040): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fc580): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fc580): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fc580): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fc580): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fc580): >_readAt: n=2, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fc580): _writeAt: size=3, off=7 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdaa620 item 91 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fc580): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fc580): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.771224422 +0000 UTC m=+1985.136717770 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fc580): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fcb00): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fcb00): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fcb00): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fcb00): >_readAt: n=8, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fcb00): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.771224422 +0000 UTC m=+1985.136717770 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fcb00): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdaad90 item 91 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fd140): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fd140): open at offset 0 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fd140): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fd140): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fd140): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fd140): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fd140): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fd140): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.772456954 +0000 UTC m=+1985.137950303 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fd140): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fd680): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fd680): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fd680): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539feb43f0 item 92 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fd680): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fd680): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.772881018 +0000 UTC m=+1985.138374365 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fd680): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fdbc0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fdbc0): open at offset 5 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fdbc0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539feb49a0 item 92 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fdbc0): _readAt: size=2, off=5 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fdbc0): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fdbc0): _writeAt: size=3, off=5 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fdbc0): >_writeAt: n=3, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fdbc0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.773445235 +0000 UTC m=+1985.138938583 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a03fdbc0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0422280): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0422280): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0422280): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0422280): >_readAt: n=3, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0422280): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.773445235 +0000 UTC m=+1985.138938583 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0422280): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539feb4bd0 item 92 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04228c0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04228c0): open at offset 0 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04228c0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04228c0): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04228c0): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04228c0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04228c0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04228c0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.774556418 +0000 UTC m=+1985.140049766 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a04228c0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0422e00): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0422e00): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0422e00): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539feb51f0 item 93 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0422e00): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0422e00): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.775158738 +0000 UTC m=+1985.140652087 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0422e00): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0423500): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0423500): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0423500): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0423500): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0423500): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.775158738 +0000 UTC m=+1985.140652087 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0423500): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539feb53b0 item 93 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0423b40): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0423b40): open at offset 0 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0423b40): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0423b40): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0423b40): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0423b40): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0423b40): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0423b40): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.776393215 +0000 UTC m=+1985.141886563 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0423b40): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0460180): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0460180): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0460180): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539feb57a0 item 94 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0460180): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0460180): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.776807609 +0000 UTC m=+1985.142300957 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0460180): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0460880): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0460880): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0460880): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0460880): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0460880): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.776807609 +0000 UTC m=+1985.142300957 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0460880): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539feb5960 item 94 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0460ec0): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0460ec0): open at offset 0 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0460ec0): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0460ec0): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0460ec0): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0460ec0): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0460ec0): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0460ec0): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.778032838 +0000 UTC m=+1985.143526186 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0460ec0): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0461400): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0461400): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0461400): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdbc460 item 95 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0461400): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0461400): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.778583099 +0000 UTC m=+1985.144076448 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0461400): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0461b00): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0461b00): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0461b00): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0461b00): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0461b00): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.778583099 +0000 UTC m=+1985.144076448 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0461b00): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdbc620 item 95 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0480240): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0480240): open at offset 0 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0480240): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0480240): _readAt: size=2, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0480240): >_readAt: n=0, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0480240): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0480240): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0480240): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.779818197 +0000 UTC m=+1985.145311546 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0480240): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0480780): _writeAt: size=5, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0480780): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0480780): >openPending: err= 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdbcd90 item 96 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0480780): >_writeAt: n=5, err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0480780): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.780280111 +0000 UTC m=+1985.145773460 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0480780): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:17 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:17 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:17 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:17 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:17 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0480e80): _readAt: size=512, off=0 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0480e80): openPending: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0480e80): >openPending: err= 2026/04/21 02:07:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0480e80): >_readAt: n=5, err=EOF 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0480e80): close: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:17.780280111 +0000 UTC m=+1985.145773460 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:17 DEBUG : open-test-file(0x3453a0480e80): >close: err= 2026/04/21 02:07:17 DEBUG : open-test-file: Remove: 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdbd1f0 item 96 2026/04/21 02:07:17 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:17 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:17 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:17 DEBUG : open-test-file: >Remove: err= 2026/04/21 02:07:17 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:07:17 DEBUG : dir: Looking for writers 2026/04/21 02:07:17 DEBUG : Looking for writers 2026/04/21 02:07:17 DEBUG : dir: reading active writers 2026/04/21 02:07:17 DEBUG : time_test: reading active writers 2026/04/21 02:07:17 DEBUG : >WaitForWriters: 2026/04/21 02:07:17 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaner exiting === NAME TestRWFileHandleOpenTests/writes run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleOpenTests/writes Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleOpenTests/writes Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleOpenTests/writes Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleOpenTests/writes Messages: directories === RUN TestRWFileHandleOpenTests/full run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:07:37 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:07:37 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/21 02:07:37 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:07:37 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:07:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:07:37 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:07:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:07:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:07:37 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:07:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/04/21 02:07:37 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a050af80): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a050af80): >openPending: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a050af80): _writeAt: size=5, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a050af80): >_writeAt: n=5, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a050af80): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.926076865 +0000 UTC m=+2005.291570243 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a050af80): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a050b400): _readAt: size=2, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a050b400): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a050b400): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a050b400): >_readAt: n=2, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a050b400): _writeAt: size=3, off=2 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a050b400): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a050b400): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.926076865 +0000 UTC m=+2005.291570243 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a050b400): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a050b8c0): _readAt: size=512, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a050b8c0): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a050b8c0): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a050b8c0): >_readAt: n=5, err=EOF 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a050b8c0): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.926076865 +0000 UTC m=+2005.291570243 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a050b8c0): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: Remove: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a02d9260 item 1 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0481e00): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0481e00): >openPending: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0481e00): _writeAt: size=5, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0481e00): >_writeAt: n=5, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0481e00): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.94088956 +0000 UTC m=+2005.306382949 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0481e00): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04de400): _readAt: size=512, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04de400): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04de400): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04de400): >_readAt: n=5, err=EOF 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04de400): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.94088956 +0000 UTC m=+2005.306382949 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04de400): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: Remove: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05b4230 item 2 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04dea40): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04dea40): >openPending: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04dea40): _writeAt: size=5, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04dea40): >_writeAt: n=5, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04dea40): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.9472562 +0000 UTC m=+2005.312749589 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04dea40): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04deec0): _readAt: size=2, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04deec0): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04deec0): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04deec0): >_readAt: n=2, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04deec0): _writeAt: size=3, off=2 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04deec0): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04deec0): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.9472562 +0000 UTC m=+2005.312749589 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04deec0): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04df380): _readAt: size=512, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04df380): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04df380): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04df380): >_readAt: n=5, err=EOF 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04df380): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.9472562 +0000 UTC m=+2005.312749589 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04df380): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: Remove: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05b45b0 item 3 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04dfa00): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04dfa00): >openPending: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04dfa00): _writeAt: size=5, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04dfa00): >_writeAt: n=5, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04dfa00): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.952575688 +0000 UTC m=+2005.318069056 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a04dfa00): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072c040): _readAt: size=512, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072c040): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072c040): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072c040): >_readAt: n=5, err=EOF 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072c040): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.952575688 +0000 UTC m=+2005.318069056 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072c040): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: Remove: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05b4b60 item 4 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072c680): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072c680): >openPending: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072c680): _writeAt: size=5, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072c680): >_writeAt: n=5, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072c680): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.957883534 +0000 UTC m=+2005.323376902 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072c680): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072cb00): _readAt: size=2, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072cb00): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072cb00): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072cb00): >_readAt: n=2, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072cb00): _writeAt: size=3, off=2 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072cb00): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072cb00): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.957883534 +0000 UTC m=+2005.323376902 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072cb00): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072cfc0): _readAt: size=512, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072cfc0): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072cfc0): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072cfc0): >_readAt: n=5, err=EOF 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072cfc0): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.957883534 +0000 UTC m=+2005.323376902 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072cfc0): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: Remove: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05b4ee0 item 5 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072d640): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072d640): >openPending: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072d640): _writeAt: size=5, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072d640): >_writeAt: n=5, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072d640): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.961897171 +0000 UTC m=+2005.327390539 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072d640): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072db80): _readAt: size=512, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072db80): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072db80): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072db80): >_readAt: n=5, err=EOF 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072db80): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.961897171 +0000 UTC m=+2005.327390539 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a072db80): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: Remove: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05b5500 item 6 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0752300): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0752300): >openPending: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0752300): _writeAt: size=5, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0752300): >_writeAt: n=5, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0752300): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.96380934 +0000 UTC m=+2005.329302708 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0752300): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0752800): _readAt: size=2, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0752800): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0752800): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0752800): >_readAt: n=2, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0752800): _writeAt: size=3, off=2 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0752800): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0752800): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.96380934 +0000 UTC m=+2005.329302708 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0752800): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0752cc0): _readAt: size=512, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0752cc0): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0752cc0): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0752cc0): >_readAt: n=5, err=EOF 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0752cc0): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.96380934 +0000 UTC m=+2005.329302708 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0752cc0): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: Remove: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05b5880 item 7 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0753340): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0753340): >openPending: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0753340): _writeAt: size=5, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0753340): >_writeAt: n=5, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0753340): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.971327148 +0000 UTC m=+2005.336820506 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0753340): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0753880): _readAt: size=512, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0753880): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0753880): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0753880): >_readAt: n=5, err=EOF 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0753880): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.971327148 +0000 UTC m=+2005.336820506 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0753880): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: Remove: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdea150 item 8 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0753e40): _readAt: size=2, off=0 2026/04/21 02:07:37 ERROR : open-test-file(0x3453a0753e40): Couldn't read size of file 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0753e40): >_readAt: n=0, err=EOF 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0753e40): _writeAt: size=5, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0753e40): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0753e40): close: 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a0753e40): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076e300): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076e300): >openPending: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076e300): _writeAt: size=5, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076e300): >_writeAt: n=5, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076e300): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.973101937 +0000 UTC m=+2005.338595295 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076e300): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076e780): _readAt: size=2, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076e780): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076e780): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076e780): >_readAt: n=2, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076e780): _writeAt: size=3, off=2 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076e780): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076e780): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.973101937 +0000 UTC m=+2005.338595295 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076e780): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076ec80): _readAt: size=512, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076ec80): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076ec80): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076ec80): >_readAt: n=5, err=EOF 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076ec80): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.973101937 +0000 UTC m=+2005.338595295 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076ec80): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: Remove: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdea5b0 item 9 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076f300): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076f300): >openPending: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076f300): _writeAt: size=5, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076f300): >_writeAt: n=5, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076f300): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.977402497 +0000 UTC m=+2005.342895845 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076f300): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076f840): _readAt: size=512, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076f840): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076f840): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076f840): >_readAt: n=5, err=EOF 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076f840): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.977402497 +0000 UTC m=+2005.342895845 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076f840): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: Remove: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdeacb0 item 10 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076fe80): _readAt: size=2, off=0 2026/04/21 02:07:37 ERROR : open-test-file(0x3453a076fe80): Couldn't read size of file 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076fe80): >_readAt: n=0, err=EOF 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076fe80): _writeAt: size=5, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076fe80): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076fe80): close: 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a076fe80): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078c340): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078c340): >openPending: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078c340): _writeAt: size=5, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078c340): >_writeAt: n=5, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078c340): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.978874893 +0000 UTC m=+2005.344368252 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078c340): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078c840): _readAt: size=2, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078c840): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078c840): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078c840): >_readAt: n=2, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078c840): _writeAt: size=3, off=2 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078c840): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078c840): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.978874893 +0000 UTC m=+2005.344368252 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078c840): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078cd40): _readAt: size=512, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078cd40): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078cd40): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078cd40): >_readAt: n=5, err=EOF 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078cd40): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.978874893 +0000 UTC m=+2005.344368252 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078cd40): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: Remove: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdeb1f0 item 11 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078d3c0): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078d3c0): >openPending: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078d3c0): _writeAt: size=5, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078d3c0): >_writeAt: n=5, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078d3c0): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.980829663 +0000 UTC m=+2005.346323021 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078d3c0): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078d900): _readAt: size=512, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078d900): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078d900): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078d900): >_readAt: n=5, err=EOF 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078d900): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.980829663 +0000 UTC m=+2005.346323021 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a078d900): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: Remove: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdebb90 item 12 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07aa040): _readAt: size=2, off=0 2026/04/21 02:07:37 ERROR : open-test-file(0x3453a07aa040): Couldn't read size of file 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07aa040): >_readAt: n=0, err=EOF 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07aa040): _writeAt: size=5, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07aa040): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07aa040): close: 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07aa040): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07aa400): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07aa400): >openPending: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07aa400): _writeAt: size=5, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07aa400): >_writeAt: n=5, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07aa400): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.982795655 +0000 UTC m=+2005.348289003 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07aa400): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:37 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07aaac0): _readAt: size=512, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07aaac0): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07aaac0): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07aaac0): >_readAt: n=5, err=EOF 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07aaac0): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.982795655 +0000 UTC m=+2005.348289003 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07aaac0): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: Remove: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539feac540 item 13 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07ab140): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07ab140): >openPending: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07ab140): _writeAt: size=5, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07ab140): >_writeAt: n=5, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07ab140): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.984614778 +0000 UTC m=+2005.350108126 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07ab140): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07ab680): _readAt: size=512, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07ab680): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07ab680): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07ab680): >_readAt: n=5, err=EOF 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07ab680): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.984614778 +0000 UTC m=+2005.350108126 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07ab680): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: Remove: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fead030 item 14 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07abcc0): _readAt: size=2, off=0 2026/04/21 02:07:37 ERROR : open-test-file(0x3453a07abcc0): Couldn't read size of file 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07abcc0): >_readAt: n=0, err=EOF 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07abcc0): _writeAt: size=5, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07abcc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07abcc0): close: 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07abcc0): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cc180): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cc180): >openPending: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cc180): _writeAt: size=5, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cc180): >_writeAt: n=5, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cc180): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.986143231 +0000 UTC m=+2005.351636579 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cc180): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:37 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cc840): _readAt: size=512, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cc840): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cc840): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cc840): >_readAt: n=5, err=EOF 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cc840): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.986143231 +0000 UTC m=+2005.351636579 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cc840): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: Remove: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539feadab0 item 15 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07ccec0): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07ccec0): >openPending: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07ccec0): _writeAt: size=5, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07ccec0): >_writeAt: n=5, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07ccec0): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.987937365 +0000 UTC m=+2005.353430723 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07ccec0): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cd400): _readAt: size=512, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cd400): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cd400): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cd400): >_readAt: n=5, err=EOF 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cd400): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.987937365 +0000 UTC m=+2005.353430723 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cd400): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: Remove: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe982a0 item 16 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dc080): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dc080): >openPending: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dc080): _writeAt: size=5, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dc080): >_writeAt: n=5, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dc080): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.989634097 +0000 UTC m=+2005.355127445 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dc080): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dc580): _readAt: size=2, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dc580): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dc580): open at offset 5 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dc580): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dc580): >_readAt: n=2, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dc580): _writeAt: size=3, off=7 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dc580): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dc580): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.989634097 +0000 UTC m=+2005.355127445 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dc580): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cdb40): _readAt: size=512, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cdb40): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cdb40): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cdb40): >_readAt: n=5, err=EOF 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cdb40): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.989634097 +0000 UTC m=+2005.355127445 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cdb40): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: Remove: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05ee150 item 17 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dccc0): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dccc0): >openPending: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dccc0): _writeAt: size=5, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dccc0): >_writeAt: n=5, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dccc0): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.993403741 +0000 UTC m=+2005.358897090 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dccc0): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dd200): _readAt: size=512, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dd200): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dd200): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dd200): >_readAt: n=5, err=EOF 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dd200): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.993403741 +0000 UTC m=+2005.358897090 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dd200): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: Remove: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a061c2a0 item 18 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dd880): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dd880): >openPending: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dd880): _writeAt: size=5, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dd880): >_writeAt: n=5, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dd880): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.994784726 +0000 UTC m=+2005.360278074 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05dd880): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05ddd80): _readAt: size=2, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05ddd80): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05ddd80): open at offset 5 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05ddd80): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05ddd80): >_readAt: n=2, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05ddd80): _writeAt: size=3, off=7 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05ddd80): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05ddd80): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.994784726 +0000 UTC m=+2005.360278074 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a05ddd80): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cc380): _readAt: size=512, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cc380): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cc380): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cc380): >_readAt: n=5, err=EOF 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cc380): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.994784726 +0000 UTC m=+2005.360278074 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cc380): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: Remove: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a061c700 item 19 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cca00): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cca00): >openPending: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cca00): _writeAt: size=5, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cca00): >_writeAt: n=5, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cca00): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.996988335 +0000 UTC m=+2005.362481684 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cca00): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07ccf40): _readAt: size=512, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07ccf40): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07ccf40): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07ccf40): >_readAt: n=5, err=EOF 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07ccf40): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.996988335 +0000 UTC m=+2005.362481684 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07ccf40): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: Remove: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a061cbd0 item 20 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cd5c0): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cd5c0): >openPending: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cd5c0): _writeAt: size=5, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cd5c0): >_writeAt: n=5, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cd5c0): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.998388316 +0000 UTC m=+2005.363881664 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x3453a07cd5c0): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x34539ffca580): _readAt: size=2, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x34539ffca580): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : open-test-file(0x34539ffca580): open at offset 5 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x34539ffca580): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x34539ffca580): >_readAt: n=2, err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x34539ffca580): _writeAt: size=3, off=7 2026/04/21 02:07:37 DEBUG : open-test-file(0x34539ffca580): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:37 DEBUG : open-test-file(0x34539ffca580): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.998388316 +0000 UTC m=+2005.363881664 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x34539ffca580): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:37 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:37 DEBUG : open-test-file(0x34539ffcabc0): _readAt: size=512, off=0 2026/04/21 02:07:37 DEBUG : open-test-file(0x34539ffcabc0): openPending: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file(0x34539ffcabc0): >openPending: err= 2026/04/21 02:07:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:37 DEBUG : open-test-file(0x34539ffcabc0): >_readAt: n=5, err=EOF 2026/04/21 02:07:37 DEBUG : open-test-file(0x34539ffcabc0): close: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:37.998388316 +0000 UTC m=+2005.363881664 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:37 DEBUG : open-test-file(0x34539ffcabc0): >close: err= 2026/04/21 02:07:37 DEBUG : open-test-file: Remove: 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a061d110 item 21 2026/04/21 02:07:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/21 02:07:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffcb4c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffcb4c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffcb4c0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffcb4c0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffcb4c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.00040373 +0000 UTC m=+2005.365897098 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffcb4c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffcba00): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffcba00): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffcba00): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffcba00): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffcba00): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.00040373 +0000 UTC m=+2005.365897098 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffcba00): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a061d5e0 item 22 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0316180): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0316180): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0316180): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0316180): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0316180): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.001553977 +0000 UTC m=+2005.367047326 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0316180): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0316780): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0316780): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0316780): open at offset 5 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0316780): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0316780): >_readAt: n=2, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0316780): _writeAt: size=3, off=7 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0316780): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0316780): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.001553977 +0000 UTC m=+2005.367047326 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0316780): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0316c80): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0316c80): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0316c80): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0316c80): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0316c80): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.001553977 +0000 UTC m=+2005.367047326 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0316c80): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a061dab0 item 23 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0317380): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0317380): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0317380): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0317380): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0317380): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.003443053 +0000 UTC m=+2005.368936401 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0317380): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03178c0): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03178c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03178c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03178c0): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03178c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.003443053 +0000 UTC m=+2005.368936401 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03178c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05ee3f0 item 24 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0470000): _readAt: size=2, off=0 2026/04/21 02:07:38 ERROR : open-test-file(0x3453a0470000): Couldn't read size of file 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0470000): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0470000): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0470000): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0470000): close: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0470000): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04703c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04703c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04703c0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04703c0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04703c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.004608428 +0000 UTC m=+2005.370101776 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04703c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04708c0): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04708c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04708c0): open at offset 5 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04708c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04708c0): >_readAt: n=2, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04708c0): _writeAt: size=3, off=7 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04708c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04708c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.004608428 +0000 UTC m=+2005.370101776 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04708c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0470e00): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0470e00): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0470e00): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0470e00): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0470e00): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.004608428 +0000 UTC m=+2005.370101776 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0470e00): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05ee770 item 25 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04718c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04718c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04718c0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04718c0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04718c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.006556846 +0000 UTC m=+2005.372050194 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04718c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0471ec0): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0471ec0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0471ec0): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0471ec0): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0471ec0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.006556846 +0000 UTC m=+2005.372050194 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0471ec0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05eec40 item 26 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fd33ac0): _readAt: size=2, off=0 2026/04/21 02:07:38 ERROR : open-test-file(0x34539fd33ac0): Couldn't read size of file 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fd33ac0): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fd33ac0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fd33ac0): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fd33ac0): close: 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fd33ac0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539feae880): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539feae880): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539feae880): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539feae880): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539feae880): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.008008543 +0000 UTC m=+2005.373501892 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539feae880): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539feaef40): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539feaef40): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539feaef40): open at offset 5 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539feaef40): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539feaef40): >_readAt: n=2, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539feaef40): _writeAt: size=3, off=7 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539feaef40): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539feaef40): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.008008543 +0000 UTC m=+2005.373501892 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539feaef40): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539feaf600): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539feaf600): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539feaf600): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539feaf600): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539feaf600): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.008008543 +0000 UTC m=+2005.373501892 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539feaf600): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05eefc0 item 27 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ff6e380): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ff6e380): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ff6e380): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ff6e380): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ff6e380): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.010096315 +0000 UTC m=+2005.375589663 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ff6e380): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ff6e940): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ff6e940): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ff6e940): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ff6e940): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ff6e940): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.010096315 +0000 UTC m=+2005.375589663 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ff6e940): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05ef490 item 28 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ff6ef80): _readAt: size=2, off=0 2026/04/21 02:07:38 ERROR : open-test-file(0x34539ff6ef80): Couldn't read size of file 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ff6ef80): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ff6ef80): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ff6ef80): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ff6ef80): close: 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ff6ef80): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ff6f800): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ff6f800): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ff6f800): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ff6f800): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ff6f800): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.01176868 +0000 UTC m=+2005.377262028 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ff6f800): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fe220c0): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fe220c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fe220c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fe220c0): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fe220c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.01176868 +0000 UTC m=+2005.377262028 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fe220c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05ef810 item 29 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fe229c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fe229c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fe229c0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fe229c0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fe229c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.013240255 +0000 UTC m=+2005.378733603 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fe229c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fe23940): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fe23940): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fe23940): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fe23940): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fe23940): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.013240255 +0000 UTC m=+2005.378733603 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fe23940): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05efb90 item 30 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0540200): _readAt: size=2, off=0 2026/04/21 02:07:38 ERROR : open-test-file(0x3453a0540200): Couldn't read size of file 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0540200): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0540200): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0540200): >_writeAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0540200): close: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0540200): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05407c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05407c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05407c0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05407c0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05407c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.014450606 +0000 UTC m=+2005.379943954 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05407c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0541000): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0541000): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0541000): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0541000): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0541000): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.014450606 +0000 UTC m=+2005.379943954 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0541000): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe98070 item 31 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0541680): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0541680): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0541680): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0541680): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0541680): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.015552031 +0000 UTC m=+2005.381045379 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0541680): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0541bc0): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0541bc0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0541bc0): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0541bc0): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0541bc0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.015552031 +0000 UTC m=+2005.381045379 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0541bc0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe987e0 item 32 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0282300): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0282300): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0282300): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0282300): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0282300): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.016955618 +0000 UTC m=+2005.382448966 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0282300): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0282800): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0282800): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0282800): _writeAt: size=3, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0282800): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0282800): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe98f50 item 33 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0282800): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0282800): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.017397523 +0000 UTC m=+2005.382890871 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0282800): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0282d00): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0282d00): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0282d00): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0282d00): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0282d00): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.017397523 +0000 UTC m=+2005.382890871 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0282d00): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe99110 item 33 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0283340): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0283340): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0283340): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0283340): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0283340): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.018524326 +0000 UTC m=+2005.384017674 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0283340): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0283840): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0283840): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe995e0 item 34 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0283840): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0283840): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0283840): _writeAt: size=3, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0283840): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0283840): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.019006019 +0000 UTC m=+2005.384499366 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0283840): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0283d80): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0283d80): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0283d80): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0283d80): >_readAt: n=3, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0283d80): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.019006019 +0000 UTC m=+2005.384499366 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0283d80): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe99810 item 34 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdc4c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdc4c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdc4c0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdc4c0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdc4c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.020110889 +0000 UTC m=+2005.385604247 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdc4c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdc940): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdc940): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdc940): _writeAt: size=3, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdc940): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdc940): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe99c00 item 35 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdc940): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdc940): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.020502981 +0000 UTC m=+2005.385996330 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdc940): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdce40): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdce40): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdce40): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdce40): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdce40): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.020502981 +0000 UTC m=+2005.385996330 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdce40): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a02d8070 item 35 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdd4c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdd4c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdd4c0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdd4c0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdd4c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.0217596 +0000 UTC m=+2005.387252948 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdd4c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdd9c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdd9c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a02d8620 item 36 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdd9c0): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdd9c0): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdd9c0): _writeAt: size=3, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdd9c0): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdd9c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.022197509 +0000 UTC m=+2005.387690857 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539ffdd9c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff2000): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff2000): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff2000): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff2000): >_readAt: n=3, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff2000): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.022197509 +0000 UTC m=+2005.387690857 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff2000): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a02d88c0 item 36 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff2640): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff2640): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff2640): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff2640): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff2640): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.023616905 +0000 UTC m=+2005.389110253 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff2640): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff2ac0): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff2ac0): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff2ac0): _writeAt: size=3, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff2ac0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff2ac0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a02d9180 item 37 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff2ac0): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff2ac0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.024000921 +0000 UTC m=+2005.389494270 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff2ac0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff2fc0): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff2fc0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff2fc0): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff2fc0): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff2fc0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.024000921 +0000 UTC m=+2005.389494270 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff2fc0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a02d9340 item 37 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff3640): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff3640): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff3640): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff3640): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff3640): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.025070525 +0000 UTC m=+2005.390563874 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff3640): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff3b40): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff3b40): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fde0150 item 38 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff3b40): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff3b40): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff3b40): _writeAt: size=3, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff3b40): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff3b40): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.025493086 +0000 UTC m=+2005.390986434 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x34539fff3b40): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0002180): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0002180): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0002180): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0002180): >_readAt: n=3, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0002180): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.025493086 +0000 UTC m=+2005.390986434 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0002180): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fde0380 item 38 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0002800): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0002800): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0002800): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0002800): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0002800): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.026721811 +0000 UTC m=+2005.392215159 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0002800): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0002d00): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0002d00): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0002d00): _writeAt: size=3, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0002d00): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0002d00): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fde0bd0 item 39 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0002d00): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0002d00): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.027120275 +0000 UTC m=+2005.392613623 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0002d00): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0003200): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0003200): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0003200): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0003200): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0003200): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.027120275 +0000 UTC m=+2005.392613623 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0003200): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fde0f50 item 39 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0003880): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0003880): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0003880): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0003880): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0003880): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.028371203 +0000 UTC m=+2005.393864551 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0003880): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0003d80): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0003d80): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fde17a0 item 40 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0003d80): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0003d80): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0003d80): _writeAt: size=3, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0003d80): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0003d80): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.028828498 +0000 UTC m=+2005.394321847 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0003d80): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00143c0): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00143c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00143c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00143c0): >_readAt: n=3, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00143c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.028828498 +0000 UTC m=+2005.394321847 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00143c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fde1a40 item 40 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014980): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014980): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014980): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014980): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014980): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014980): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014980): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.030050431 +0000 UTC m=+2005.395543789 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014980): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014e80): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014e80): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014e80): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdc2310 item 41 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014e80): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014e80): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.030429299 +0000 UTC m=+2005.395922657 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014e80): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0015340): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0015340): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0015340): _writeAt: size=3, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0015340): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0015340): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdc25b0 item 41 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0015340): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0015340): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.030835477 +0000 UTC m=+2005.396328825 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0015340): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0015880): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0015880): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0015880): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0015880): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0015880): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.030835477 +0000 UTC m=+2005.396328825 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0015880): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdc28c0 item 41 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06863c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06863c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06863c0): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06863c0): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06863c0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06863c0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06863c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.032039015 +0000 UTC m=+2005.397532364 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06863c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06868c0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06868c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06868c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05781c0 item 42 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06868c0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06868c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.032474819 +0000 UTC m=+2005.397968167 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06868c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0686e00): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0686e00): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05783f0 item 42 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0686e00): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0686e00): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0686e00): _writeAt: size=3, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0686e00): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0686e00): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.032917738 +0000 UTC m=+2005.398411096 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0686e00): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0687380): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0687380): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0687380): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0687380): >_readAt: n=3, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0687380): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.032917738 +0000 UTC m=+2005.398411096 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0687380): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05785b0 item 42 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06879c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06879c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06879c0): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06879c0): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06879c0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06879c0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06879c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.034280648 +0000 UTC m=+2005.399773995 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06879c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0687ec0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0687ec0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0687ec0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a0578cb0 item 43 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0687ec0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0687ec0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.03468867 +0000 UTC m=+2005.400182018 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0687ec0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06aa500): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06aa500): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06aa500): _writeAt: size=3, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06aa500): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06aa500): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a0578ee0 item 43 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06aa500): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06aa500): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.035074339 +0000 UTC m=+2005.400567688 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06aa500): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06aaa40): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06aaa40): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06aaa40): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06aaa40): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06aaa40): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.035074339 +0000 UTC m=+2005.400567688 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06aaa40): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a0579110 item 43 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ab080): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ab080): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ab080): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ab080): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ab080): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ab080): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ab080): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.036126582 +0000 UTC m=+2005.401619929 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ab080): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ab580): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ab580): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ab580): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a0579500 item 44 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ab580): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ab580): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.036503735 +0000 UTC m=+2005.401997083 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ab580): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06abac0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06abac0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05796c0 item 44 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06abac0): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06abac0): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06abac0): _writeAt: size=3, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06abac0): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06abac0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.036918029 +0000 UTC m=+2005.402411378 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06abac0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bc140): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bc140): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bc140): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bc140): >_readAt: n=3, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bc140): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.036918029 +0000 UTC m=+2005.402411378 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bc140): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05798f0 item 44 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bc780): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bc780): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bc780): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bc780): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bc780): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bc780): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bc780): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.038248918 +0000 UTC m=+2005.403742266 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bc780): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bcc80): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bcc80): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bcc80): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a0579ce0 item 45 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bcc80): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bcc80): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.038590875 +0000 UTC m=+2005.404084223 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bcc80): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bd380): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bd380): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bd380): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bd380): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bd380): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.038590875 +0000 UTC m=+2005.404084223 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bd380): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fea2230 item 45 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bd9c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bd9c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bd9c0): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bd9c0): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bd9c0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bd9c0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bd9c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.039768154 +0000 UTC m=+2005.405261502 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bd9c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bdec0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bdec0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bdec0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fea2bd0 item 46 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bdec0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bdec0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.040235599 +0000 UTC m=+2005.405728946 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06bdec0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ec6c0): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ec6c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ec6c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ec6c0): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ec6c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.040235599 +0000 UTC m=+2005.405728946 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ec6c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fea3500 item 46 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ecd00): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ecd00): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ecd00): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ecd00): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ecd00): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ecd00): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ecd00): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.041730046 +0000 UTC m=+2005.407223395 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ecd00): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ed200): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ed200): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ed200): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdb44d0 item 47 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ed200): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ed200): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.042053619 +0000 UTC m=+2005.407546967 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ed200): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ed900): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ed900): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ed900): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ed900): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ed900): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.042053619 +0000 UTC m=+2005.407546967 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06ed900): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdb47e0 item 47 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c6040): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c6040): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c6040): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c6040): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c6040): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c6040): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c6040): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.043389757 +0000 UTC m=+2005.408883106 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c6040): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c6540): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c6540): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c6540): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdb5110 item 48 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c6540): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c6540): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.043820193 +0000 UTC m=+2005.409313541 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c6540): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c6c40): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c6c40): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c6c40): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c6c40): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c6c40): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.043820193 +0000 UTC m=+2005.409313541 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c6c40): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdb5490 item 48 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c7280): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c7280): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c7280): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c7280): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c7280): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.044908883 +0000 UTC m=+2005.410402231 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c7280): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c7700): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c7700): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c7700): _writeAt: size=3, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c7700): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c7700): open at offset 5 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c7700): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdb5ab0 item 49 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c7700): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c7700): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.045322336 +0000 UTC m=+2005.410815684 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c7700): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c7c40): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c7c40): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c7c40): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c7c40): >_readAt: n=8, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c7c40): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.045322336 +0000 UTC m=+2005.410815684 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a00c7c40): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdb5d50 item 49 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01463c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01463c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01463c0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01463c0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01463c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.046377322 +0000 UTC m=+2005.411870671 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01463c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a8040): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a8040): open at offset 5 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a8040): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00a63f0 item 50 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a8040): _readAt: size=2, off=5 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a8040): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a8040): _writeAt: size=3, off=5 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a8040): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a8040): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.046914059 +0000 UTC m=+2005.412407407 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a8040): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a8640): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a8640): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a8640): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a8640): >_readAt: n=3, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a8640): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.046914059 +0000 UTC m=+2005.412407407 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a8640): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a006e540 item 50 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a8cc0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a8cc0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a8cc0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a8cc0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a8cc0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.048024029 +0000 UTC m=+2005.413517378 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a8cc0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a91c0): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a91c0): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a91c0): _writeAt: size=3, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a91c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a91c0): open at offset 5 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a91c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a006efc0 item 51 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a91c0): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a91c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.048464864 +0000 UTC m=+2005.413958212 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a91c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a9700): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a9700): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a9700): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a9700): >_readAt: n=8, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a9700): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.048464864 +0000 UTC m=+2005.413958212 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a9700): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a006f260 item 51 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a9d80): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a9d80): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a9d80): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a9d80): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a9d80): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.049869792 +0000 UTC m=+2005.415363140 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05a9d80): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d2380): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d2380): open at offset 5 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d2380): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a006fa40 item 52 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d2380): _readAt: size=2, off=5 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d2380): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d2380): _writeAt: size=3, off=5 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d2380): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d2380): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.050330315 +0000 UTC m=+2005.415823663 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d2380): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d2900): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d2900): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d2900): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d2900): >_readAt: n=3, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d2900): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.050330315 +0000 UTC m=+2005.415823663 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d2900): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a006fd50 item 52 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d2f80): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d2f80): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d2f80): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d2f80): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d2f80): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.052430769 +0000 UTC m=+2005.417924117 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d2f80): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d3480): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d3480): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d3480): _writeAt: size=3, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d3480): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d3480): open at offset 5 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d3480): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a0086620 item 53 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d3480): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d3480): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.052853429 +0000 UTC m=+2005.418346778 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d3480): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d39c0): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d39c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d39c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d39c0): >_readAt: n=8, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d39c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.052853429 +0000 UTC m=+2005.418346778 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05d39c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a0086f50 item 53 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a0140): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a0140): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a0140): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a0140): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a0140): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.054242528 +0000 UTC m=+2005.419735876 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a0140): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a0640): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a0640): open at offset 5 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a0640): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a0087880 item 54 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a0640): _readAt: size=2, off=5 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a0640): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a0640): _writeAt: size=3, off=5 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a0640): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a0640): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.054678023 +0000 UTC m=+2005.420171371 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a0640): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a0bc0): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a0bc0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a0bc0): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a0bc0): >_readAt: n=3, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a0bc0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.054678023 +0000 UTC m=+2005.420171371 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a0bc0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a0087a40 item 54 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a1240): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a1240): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a1240): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a1240): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a1240): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.055680962 +0000 UTC m=+2005.421174310 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a1240): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a1740): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a1740): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a1740): _writeAt: size=3, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a1740): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a1740): open at offset 5 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a1740): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe640e0 item 55 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a1740): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a1740): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.056057694 +0000 UTC m=+2005.421551042 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a1740): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a1c80): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a1c80): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a1c80): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a1c80): >_readAt: n=8, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a1c80): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.056057694 +0000 UTC m=+2005.421551042 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01a1c80): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe64310 item 55 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01da400): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01da400): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01da400): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01da400): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01da400): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.057524881 +0000 UTC m=+2005.423018229 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01da400): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01da900): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01da900): open at offset 5 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01da900): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe64690 item 56 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01da900): _readAt: size=2, off=5 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01da900): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01da900): _writeAt: size=3, off=5 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01da900): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01da900): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.05833839 +0000 UTC m=+2005.423831739 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01da900): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01dae80): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01dae80): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01dae80): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01dae80): >_readAt: n=3, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01dae80): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.05833839 +0000 UTC m=+2005.423831739 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01dae80): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe64930 item 56 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01db4c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01db4c0): open at offset 0 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01db4c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01db4c0): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01db4c0): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01db4c0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01db4c0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01db4c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.059599929 +0000 UTC m=+2005.425093277 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01db4c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01dba00): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01dba00): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01dba00): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe65110 item 57 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01dba00): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01dba00): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.060027338 +0000 UTC m=+2005.425520685 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a01dba00): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0240040): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0240040): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0240040): _writeAt: size=3, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0240040): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0240040): open at offset 5 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0240040): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe65500 item 57 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0240040): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0240040): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.060574864 +0000 UTC m=+2005.426068212 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0240040): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02405c0): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02405c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02405c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02405c0): >_readAt: n=8, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02405c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.060574864 +0000 UTC m=+2005.426068212 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02405c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe65960 item 57 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0240c00): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0240c00): open at offset 0 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0240c00): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0240c00): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0240c00): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0240c00): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0240c00): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0240c00): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.061910892 +0000 UTC m=+2005.427404250 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0240c00): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0241140): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0241140): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0241140): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a008e380 item 58 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0241140): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0241140): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.062425526 +0000 UTC m=+2005.427918874 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0241140): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0241680): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0241680): open at offset 5 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0241680): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a008e620 item 58 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0241680): _readAt: size=2, off=5 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0241680): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0241680): _writeAt: size=3, off=5 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0241680): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0241680): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.063269423 +0000 UTC m=+2005.428762771 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0241680): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0241c40): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0241c40): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0241c40): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0241c40): >_readAt: n=3, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0241c40): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.063269423 +0000 UTC m=+2005.428762771 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0241c40): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a008e9a0 item 58 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0270380): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0270380): open at offset 0 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0270380): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0270380): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0270380): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0270380): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0270380): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0270380): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.064445189 +0000 UTC m=+2005.429938537 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0270380): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02708c0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02708c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02708c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a008f6c0 item 59 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02708c0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02708c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.064917673 +0000 UTC m=+2005.430411021 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02708c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0270e00): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0270e00): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0270e00): _writeAt: size=3, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0270e00): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0270e00): open at offset 5 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0270e00): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a008f8f0 item 59 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0270e00): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0270e00): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.065403052 +0000 UTC m=+2005.430896400 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0270e00): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0271380): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0271380): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0271380): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0271380): >_readAt: n=8, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0271380): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.065403052 +0000 UTC m=+2005.430896400 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0271380): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a008fce0 item 59 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02719c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02719c0): open at offset 0 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02719c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02719c0): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02719c0): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02719c0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02719c0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02719c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.066552097 +0000 UTC m=+2005.432045445 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02719c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f0000): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f0000): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f0000): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe40850 item 60 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f0000): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f0000): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.066969827 +0000 UTC m=+2005.432463175 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f0000): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f0540): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f0540): open at offset 5 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f0540): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe40cb0 item 60 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f0540): _readAt: size=2, off=5 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f0540): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f0540): _writeAt: size=3, off=5 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f0540): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f0540): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.067682376 +0000 UTC m=+2005.433175724 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f0540): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f0b00): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f0b00): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f0b00): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f0b00): >_readAt: n=3, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f0b00): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.067682376 +0000 UTC m=+2005.433175724 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f0b00): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe411f0 item 60 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f1140): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f1140): open at offset 0 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f1140): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f1140): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f1140): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f1140): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f1140): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f1140): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.068754966 +0000 UTC m=+2005.434248314 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f1140): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f1680): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f1680): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f1680): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe417a0 item 61 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f1680): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f1680): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.069158399 +0000 UTC m=+2005.434651748 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f1680): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f1d80): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f1d80): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f1d80): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f1d80): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f1d80): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.069158399 +0000 UTC m=+2005.434651748 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a02f1d80): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe41b90 item 61 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03104c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03104c0): open at offset 0 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03104c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03104c0): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03104c0): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03104c0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03104c0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03104c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.070354794 +0000 UTC m=+2005.435848142 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03104c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0310a00): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0310a00): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0310a00): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fd725b0 item 62 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0310a00): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0310a00): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.070874738 +0000 UTC m=+2005.436368096 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0310a00): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0311100): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0311100): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0311100): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0311100): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0311100): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.070874738 +0000 UTC m=+2005.436368096 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0311100): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fd72af0 item 62 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0311740): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0311740): open at offset 0 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0311740): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0311740): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0311740): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0311740): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0311740): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0311740): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.072284887 +0000 UTC m=+2005.437778235 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0311740): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0311c80): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0311c80): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0311c80): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fd733b0 item 63 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0311c80): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0311c80): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.072748985 +0000 UTC m=+2005.438242334 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0311c80): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038c480): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038c480): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038c480): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038c480): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038c480): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.072748985 +0000 UTC m=+2005.438242334 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038c480): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fd73b20 item 63 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038cac0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038cac0): open at offset 0 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038cac0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038cac0): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038cac0): >_readAt: n=0, err=Bad file descriptor 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038cac0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038cac0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038cac0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.074364342 +0000 UTC m=+2005.439857690 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038cac0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038d000): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038d000): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038d000): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fa1e460 item 64 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038d000): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038d000): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.07486533 +0000 UTC m=+2005.440358678 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038d000): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038d700): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038d700): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038d700): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038d700): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038d700): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.07486533 +0000 UTC m=+2005.440358678 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038d700): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fa1e850 item 64 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038dd40): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038dd40): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038dd40): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038dd40): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038dd40): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.076179658 +0000 UTC m=+2005.441673006 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a038dd40): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c62c0): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c62c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c62c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c62c0): >_readAt: n=2, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c62c0): _writeAt: size=3, off=2 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fa1f030 item 65 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c62c0): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c62c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.076641472 +0000 UTC m=+2005.442134820 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c62c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c67c0): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c67c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c67c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c67c0): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c67c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.076641472 +0000 UTC m=+2005.442134820 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c67c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fa1f810 item 65 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c6e00): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c6e00): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c6e00): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c6e00): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c6e00): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.077865048 +0000 UTC m=+2005.443358396 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c6e00): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c7280): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c7280): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00b2230 item 66 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c7280): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c7280): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c7280): _writeAt: size=3, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c7280): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c7280): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.078555535 +0000 UTC m=+2005.444048883 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c7280): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c77c0): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c77c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c77c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c77c0): >_readAt: n=3, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c77c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.078555535 +0000 UTC m=+2005.444048883 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c77c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00b2690 item 66 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c7e00): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c7e00): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c7e00): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c7e00): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c7e00): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.079834075 +0000 UTC m=+2005.445327424 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03c7e00): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f2380): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f2380): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f2380): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f2380): >_readAt: n=2, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f2380): _writeAt: size=3, off=2 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00b2e00 item 67 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f2380): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f2380): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.080366943 +0000 UTC m=+2005.445860291 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f2380): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f2880): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f2880): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f2880): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f2880): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f2880): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.080366943 +0000 UTC m=+2005.445860291 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f2880): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00b3490 item 67 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f2f00): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f2f00): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f2f00): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f2f00): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f2f00): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.081540495 +0000 UTC m=+2005.447033853 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f2f00): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f3400): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f3400): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00b3960 item 68 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f3400): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f3400): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f3400): _writeAt: size=3, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f3400): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f3400): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.082070307 +0000 UTC m=+2005.447563656 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f3400): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f3940): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f3940): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f3940): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f3940): >_readAt: n=3, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f3940): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.082070307 +0000 UTC m=+2005.447563656 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a03f3940): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00b3b20 item 68 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0416080): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0416080): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0416080): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0416080): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0416080): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.083452844 +0000 UTC m=+2005.448946192 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0416080): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0416500): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0416500): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0416500): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0416500): >_readAt: n=2, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0416500): _writeAt: size=3, off=2 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539faa20e0 item 69 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0416500): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0416500): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.083908205 +0000 UTC m=+2005.449401553 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0416500): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0416a00): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0416a00): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0416a00): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0416a00): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0416a00): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.083908205 +0000 UTC m=+2005.449401553 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0416a00): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539faa24d0 item 69 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0417080): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0417080): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0417080): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0417080): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0417080): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.085116923 +0000 UTC m=+2005.450610301 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0417080): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0417580): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0417580): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539faa2ee0 item 70 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0417580): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0417580): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0417580): _writeAt: size=3, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0417580): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0417580): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.085670792 +0000 UTC m=+2005.451164160 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0417580): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0417ac0): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0417ac0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0417ac0): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0417ac0): >_readAt: n=3, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0417ac0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.085670792 +0000 UTC m=+2005.451164160 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0417ac0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539faa3340 item 70 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0444240): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0444240): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0444240): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0444240): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0444240): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.086946006 +0000 UTC m=+2005.452439364 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0444240): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0444740): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0444740): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0444740): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0444740): >_readAt: n=2, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0444740): _writeAt: size=3, off=2 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539faa3ab0 item 71 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0444740): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0444740): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.087581798 +0000 UTC m=+2005.453075147 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0444740): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0444c40): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0444c40): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0444c40): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0444c40): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0444c40): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.087581798 +0000 UTC m=+2005.453075147 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0444c40): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a03da2a0 item 71 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04452c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04452c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04452c0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04452c0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04452c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.08866068 +0000 UTC m=+2005.454154029 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04452c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04457c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04457c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a03da850 item 72 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04457c0): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04457c0): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04457c0): _writeAt: size=3, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04457c0): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04457c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.089231411 +0000 UTC m=+2005.454724759 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a04457c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0445d00): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0445d00): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0445d00): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0445d00): >_readAt: n=3, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0445d00): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.089231411 +0000 UTC m=+2005.454724759 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0445d00): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a03daa80 item 72 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046c3c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046c3c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046c3c0): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046c3c0): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046c3c0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046c3c0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046c3c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.090371048 +0000 UTC m=+2005.455864395 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046c3c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046c8c0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046c8c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046c8c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a03db030 item 73 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046c8c0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046c8c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.090898075 +0000 UTC m=+2005.456391423 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046c8c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046cd80): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046cd80): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046cd80): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046cd80): >_readAt: n=2, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046cd80): _writeAt: size=3, off=2 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a03db260 item 73 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046cd80): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046cd80): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.091695744 +0000 UTC m=+2005.457189123 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046cd80): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046d2c0): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046d2c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046d2c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046d2c0): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046d2c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.091695744 +0000 UTC m=+2005.457189123 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046d2c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a03db420 item 73 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0146a40): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0146a40): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0146a40): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0146a40): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0146a40): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0146a40): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0146a40): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.09302968 +0000 UTC m=+2005.458523028 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0146a40): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0146f40): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0146f40): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0146f40): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00a6bd0 item 74 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0146f40): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0146f40): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.09371132 +0000 UTC m=+2005.459204668 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0146f40): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0147480): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0147480): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00a7110 item 74 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0147480): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0147480): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0147480): _writeAt: size=3, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0147480): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0147480): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.094353926 +0000 UTC m=+2005.459847294 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0147480): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0147a00): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0147a00): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0147a00): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0147a00): >_readAt: n=3, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0147a00): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.094353926 +0000 UTC m=+2005.459847294 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0147a00): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a00a72d0 item 74 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0526140): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0526140): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0526140): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0526140): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0526140): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0526140): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0526140): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.095575798 +0000 UTC m=+2005.461069146 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0526140): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0526640): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0526640): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0526640): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdaa5b0 item 75 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0526640): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0526640): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.096132793 +0000 UTC m=+2005.461626140 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0526640): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0526b80): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0526b80): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0526b80): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0526b80): >_readAt: n=2, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0526b80): _writeAt: size=3, off=2 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdaad20 item 75 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0526b80): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0526b80): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.096710295 +0000 UTC m=+2005.462203644 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0526b80): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05270c0): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05270c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05270c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05270c0): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05270c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.096710295 +0000 UTC m=+2005.462203644 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05270c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdab180 item 75 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0527700): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0527700): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0527700): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0527700): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0527700): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0527700): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0527700): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.098175419 +0000 UTC m=+2005.463668787 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0527700): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0527c00): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0527c00): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0527c00): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539feb41c0 item 76 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0527c00): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0527c00): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.098603298 +0000 UTC m=+2005.464096707 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0527c00): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0554240): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0554240): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539feb4770 item 76 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0554240): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0554240): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0554240): _writeAt: size=3, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0554240): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0554240): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.099142369 +0000 UTC m=+2005.464635737 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0554240): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05547c0): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05547c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05547c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05547c0): >_readAt: n=3, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05547c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.099142369 +0000 UTC m=+2005.464635737 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05547c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539feb4af0 item 76 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0554e00): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0554e00): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0554e00): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0554e00): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0554e00): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0554e00): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0554e00): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.100541898 +0000 UTC m=+2005.466035246 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0554e00): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0555300): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0555300): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0555300): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539feb4fc0 item 77 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0555300): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0555300): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.100984745 +0000 UTC m=+2005.466478094 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0555300): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0555a00): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0555a00): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0555a00): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0555a00): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0555a00): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.100984745 +0000 UTC m=+2005.466478094 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0555a00): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539feb51f0 item 77 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057c140): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057c140): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057c140): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057c140): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057c140): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057c140): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057c140): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.10234554 +0000 UTC m=+2005.467838919 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057c140): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057c640): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057c640): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057c640): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539feb5570 item 78 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057c640): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057c640): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.103048071 +0000 UTC m=+2005.468541419 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057c640): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057cd40): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057cd40): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057cd40): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057cd40): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057cd40): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.103048071 +0000 UTC m=+2005.468541419 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057cd40): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539feb57a0 item 78 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057d380): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057d380): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057d380): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057d380): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057d380): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057d380): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057d380): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.104293258 +0000 UTC m=+2005.469786606 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057d380): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057d880): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057d880): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057d880): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539feb5e30 item 79 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057d880): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057d880): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.104654912 +0000 UTC m=+2005.470148260 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a057d880): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05be080): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05be080): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05be080): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05be080): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05be080): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.104654912 +0000 UTC m=+2005.470148260 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05be080): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdbc460 item 79 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05be6c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05be6c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05be6c0): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05be6c0): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05be6c0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05be6c0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05be6c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.105808815 +0000 UTC m=+2005.471302164 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05be6c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05bebc0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05bebc0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05bebc0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdbc9a0 item 80 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05bebc0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05bebc0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.106199715 +0000 UTC m=+2005.471693064 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05bebc0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05bf2c0): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05bf2c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05bf2c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05bf2c0): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05bf2c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.106199715 +0000 UTC m=+2005.471693064 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05bf2c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdbcd20 item 80 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05bf900): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05bf900): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05bf900): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05bf900): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05bf900): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.107637798 +0000 UTC m=+2005.473131146 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05bf900): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05bfd80): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05bfd80): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05bfd80): open at offset 5 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05bfd80): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05bfd80): >_readAt: n=2, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05bfd80): _writeAt: size=3, off=7 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdbd340 item 81 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05bfd80): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05bfd80): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.108037915 +0000 UTC m=+2005.473531263 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a05bfd80): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064c3c0): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064c3c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064c3c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064c3c0): >_readAt: n=8, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064c3c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.108037915 +0000 UTC m=+2005.473531263 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064c3c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdbd570 item 81 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064ca40): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064ca40): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064ca40): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064ca40): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064ca40): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.109137266 +0000 UTC m=+2005.474630614 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064ca40): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064cf40): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064cf40): open at offset 5 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064cf40): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdbde30 item 82 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064cf40): _readAt: size=2, off=5 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064cf40): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064cf40): _writeAt: size=3, off=5 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064cf40): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064cf40): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.109548413 +0000 UTC m=+2005.475041762 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064cf40): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064d4c0): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064d4c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064d4c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064d4c0): >_readAt: n=3, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064d4c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.109548413 +0000 UTC m=+2005.475041762 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064d4c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe92230 item 82 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064db40): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064db40): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064db40): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064db40): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064db40): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.110533477 +0000 UTC m=+2005.476026826 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a064db40): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a4140): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a4140): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a4140): open at offset 5 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a4140): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a4140): >_readAt: n=2, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a4140): _writeAt: size=3, off=7 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe92690 item 83 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a4140): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a4140): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.111166246 +0000 UTC m=+2005.476659594 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a4140): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a4680): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a4680): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a4680): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a4680): >_readAt: n=8, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a4680): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.111166246 +0000 UTC m=+2005.476659594 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a4680): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe92af0 item 83 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a4d00): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a4d00): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a4d00): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a4d00): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a4d00): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.112381747 +0000 UTC m=+2005.477875164 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a4d00): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a5200): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a5200): open at offset 5 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a5200): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe93030 item 84 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a5200): _readAt: size=2, off=5 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a5200): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a5200): _writeAt: size=3, off=5 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a5200): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a5200): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.11306488 +0000 UTC m=+2005.478558227 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a5200): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a5780): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a5780): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a5780): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a5780): >_readAt: n=3, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a5780): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.11306488 +0000 UTC m=+2005.478558227 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a5780): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe93340 item 84 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a5e00): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a5e00): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a5e00): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a5e00): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a5e00): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.114285169 +0000 UTC m=+2005.479778518 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a06a5e00): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0714400): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0714400): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0714400): open at offset 5 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0714400): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0714400): >_readAt: n=2, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0714400): _writeAt: size=3, off=7 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe93d50 item 85 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0714400): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0714400): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.115259623 +0000 UTC m=+2005.480752971 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0714400): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0714940): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0714940): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0714940): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0714940): >_readAt: n=8, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0714940): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.115259623 +0000 UTC m=+2005.480752971 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0714940): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdc8310 item 85 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0714fc0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0714fc0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0714fc0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0714fc0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0714fc0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.116546469 +0000 UTC m=+2005.482039816 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0714fc0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07154c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07154c0): open at offset 5 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07154c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdc8b60 item 86 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07154c0): _readAt: size=2, off=5 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07154c0): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07154c0): _writeAt: size=3, off=5 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07154c0): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07154c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.117277552 +0000 UTC m=+2005.482770910 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07154c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0715a40): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0715a40): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0715a40): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0715a40): >_readAt: n=3, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0715a40): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.117277552 +0000 UTC m=+2005.482770910 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0715a40): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdc90a0 item 86 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072e1c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072e1c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072e1c0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072e1c0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072e1c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.118665069 +0000 UTC m=+2005.484158417 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072e1c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072e6c0): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072e6c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072e6c0): open at offset 5 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072e6c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072e6c0): >_readAt: n=2, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072e6c0): _writeAt: size=3, off=7 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fdc9b20 item 87 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072e6c0): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072e6c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.119122725 +0000 UTC m=+2005.484616073 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072e6c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072ec00): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072ec00): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072ec00): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072ec00): >_readAt: n=8, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072ec00): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.119122725 +0000 UTC m=+2005.484616073 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072ec00): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe58070 item 87 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072f280): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072f280): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072f280): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072f280): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072f280): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.120331353 +0000 UTC m=+2005.485824700 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072f280): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072f780): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072f780): open at offset 5 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072f780): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe58770 item 88 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072f780): _readAt: size=2, off=5 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072f780): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072f780): _writeAt: size=3, off=5 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072f780): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072f780): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.12082182 +0000 UTC m=+2005.486315168 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072f780): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072fd00): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072fd00): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072fd00): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072fd00): >_readAt: n=3, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072fd00): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.12082182 +0000 UTC m=+2005.486315168 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a072fd00): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe589a0 item 88 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074e440): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074e440): open at offset 0 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074e440): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074e440): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074e440): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074e440): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074e440): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074e440): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.122127722 +0000 UTC m=+2005.487621070 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074e440): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074e980): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074e980): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074e980): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe58d90 item 89 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074e980): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074e980): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.122488926 +0000 UTC m=+2005.487982274 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074e980): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074eec0): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074eec0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074eec0): open at offset 5 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074eec0): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074eec0): >_readAt: n=2, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074eec0): _writeAt: size=3, off=7 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe590a0 item 89 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074eec0): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074eec0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.122957783 +0000 UTC m=+2005.488451131 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074eec0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074f440): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074f440): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074f440): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074f440): >_readAt: n=8, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074f440): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.122957783 +0000 UTC m=+2005.488451131 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074f440): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe59570 item 89 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074fa80): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074fa80): open at offset 0 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074fa80): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074fa80): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074fa80): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074fa80): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074fa80): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074fa80): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.124113951 +0000 UTC m=+2005.489607299 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a074fa80): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07720c0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07720c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07720c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x34539fe59dc0 item 90 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07720c0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07720c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.124565946 +0000 UTC m=+2005.490059295 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07720c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0772600): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0772600): open at offset 5 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0772600): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05b4230 item 90 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0772600): _readAt: size=2, off=5 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0772600): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0772600): _writeAt: size=3, off=5 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0772600): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0772600): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.125035185 +0000 UTC m=+2005.490528534 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0772600): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0772bc0): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0772bc0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0772bc0): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0772bc0): >_readAt: n=3, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0772bc0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.125035185 +0000 UTC m=+2005.490528534 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0772bc0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05b43f0 item 90 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0773200): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0773200): open at offset 0 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0773200): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0773200): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0773200): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0773200): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0773200): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0773200): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.126339674 +0000 UTC m=+2005.491833022 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0773200): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0773740): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0773740): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0773740): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05b4770 item 91 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0773740): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0773740): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.126752134 +0000 UTC m=+2005.492245483 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0773740): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0773c80): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0773c80): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0773c80): open at offset 5 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0773c80): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0773c80): >_readAt: n=2, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0773c80): _writeAt: size=3, off=7 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05b49a0 item 91 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0773c80): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0773c80): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.127247131 +0000 UTC m=+2005.492740479 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0773c80): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794300): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794300): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794300): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794300): >_readAt: n=8, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794300): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.127247131 +0000 UTC m=+2005.492740479 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794300): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05b4bd0 item 91 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794940): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794940): open at offset 0 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794940): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794940): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794940): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794940): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794940): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794940): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.128356802 +0000 UTC m=+2005.493850150 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794940): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794e80): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794e80): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794e80): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05b4f50 item 92 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794e80): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794e80): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.12876793 +0000 UTC m=+2005.494261278 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794e80): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07953c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07953c0): open at offset 5 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07953c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05b5260 item 92 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07953c0): _readAt: size=2, off=5 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07953c0): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07953c0): _writeAt: size=3, off=5 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07953c0): >_writeAt: n=3, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07953c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.129444801 +0000 UTC m=+2005.494938148 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07953c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046d9c0): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046d9c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046d9c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046d9c0): >_readAt: n=3, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046d9c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.129444801 +0000 UTC m=+2005.494938148 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046d9c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a03db810 item 92 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794380): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794380): open at offset 0 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794380): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794380): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794380): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794380): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794380): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794380): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.131465796 +0000 UTC m=+2005.496959145 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794380): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07948c0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07948c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07948c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05b42a0 item 93 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07948c0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07948c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.131869841 +0000 UTC m=+2005.497363189 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07948c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794fc0): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794fc0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794fc0): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794fc0): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794fc0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.131869841 +0000 UTC m=+2005.497363189 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0794fc0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05b4460 item 93 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07958c0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07958c0): open at offset 0 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07958c0): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07958c0): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07958c0): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07958c0): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07958c0): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07958c0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.133273306 +0000 UTC m=+2005.498766655 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a07958c0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0795e00): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0795e00): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0795e00): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05b47e0 item 94 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0795e00): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0795e00): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.133679967 +0000 UTC m=+2005.499173315 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0795e00): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046c600): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046c600): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046c600): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046c600): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046c600): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.133679967 +0000 UTC m=+2005.499173315 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046c600): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05b4a10 item 94 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046cc40): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046cc40): open at offset 0 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046cc40): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046cc40): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046cc40): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046cc40): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046cc40): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046cc40): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.135233567 +0000 UTC m=+2005.500726915 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046cc40): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046d180): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046d180): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046d180): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05b4e00 item 95 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046d180): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046d180): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.135587948 +0000 UTC m=+2005.501081295 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046d180): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046dcc0): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046dcc0): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046dcc0): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046dcc0): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046dcc0): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.135587948 +0000 UTC m=+2005.501081295 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a046dcc0): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05b5030 item 95 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014400): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014400): open at offset 0 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014400): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014400): _readAt: size=2, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014400): >_readAt: n=0, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014400): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014400): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014400): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.136815041 +0000 UTC m=+2005.502308389 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014400): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014940): _writeAt: size=5, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014940): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014940): >openPending: err= 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05b55e0 item 96 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014940): >_writeAt: n=5, err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014940): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.137323443 +0000 UTC m=+2005.502816791 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0014940): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/21 02:07:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:07:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/21 02:07:38 DEBUG : open-test-file: newRWFileHandle: 2026/04/21 02:07:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/21 02:07:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0015040): _readAt: size=512, off=0 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0015040): openPending: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0015040): >openPending: err= 2026/04/21 02:07:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0015040): >_readAt: n=5, err=EOF 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0015040): close: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-21 02:07:38.137323443 +0000 UTC m=+2005.502816791 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/21 02:07:38 DEBUG : open-test-file(0x3453a0015040): >close: err= 2026/04/21 02:07:38 DEBUG : open-test-file: Remove: 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3453a05b57a0 item 96 2026/04/21 02:07:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/21 02:07:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/21 02:07:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/21 02:07:38 DEBUG : open-test-file: >Remove: err= 2026/04/21 02:07:38 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:07:38 DEBUG : dir: Looking for writers 2026/04/21 02:07:38 DEBUG : Looking for writers 2026/04/21 02:07:38 DEBUG : dir: reading active writers 2026/04/21 02:07:38 DEBUG : time_test: reading active writers 2026/04/21 02:07:38 DEBUG : >WaitForWriters: 2026/04/21 02:07:38 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaner exiting === NAME TestRWFileHandleOpenTests/full run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit 2026/04/21 02:07:44 DEBUG : forgetting directory cache 2026/04/21 02:07:44 DEBUG : dir: forgetting directory cache 2026/04/21 02:07:44 DEBUG : dir: Removed virtual directory entry vAddFile: "file1" run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleOpenTests/full Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleOpenTests/full Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestRWFileHandleOpenTests/full Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileHandleOpenTests/full Messages: directories --- FAIL: TestRWFileHandleOpenTests (40.64s) --- FAIL: TestRWFileHandleOpenTests/writes (20.31s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.41s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- FAIL: TestRWFileHandleOpenTests/full (20.33s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.43s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) === RUN TestRWFileModTimeWithOpenWriters run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:07:57 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:07:57 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/21 02:07:57 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:07:57 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:07:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:07:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:07:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:07:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:07:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:07:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:07:57 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:07:57 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/21 02:07:58 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:07:58 DEBUG : file1: newRWFileHandle: 2026/04/21 02:07:58 DEBUG : file1(0x3453a07cc980): openPending: 2026/04/21 02:07:58 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/21 02:07:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:07:58 DEBUG : file1(0x3453a07cc980): >openPending: err= 2026/04/21 02:07:58 DEBUG : file1: >newRWFileHandle: err= 2026/04/21 02:07:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:07:58 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/21 02:07:58 DEBUG : file1: >OpenFile: fd=file1 (rw), err= read_write_test.go:655: can't set mod time 2026/04/21 02:07:58 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:07:58 DEBUG : dir: Looking for writers 2026/04/21 02:07:58 DEBUG : Looking for writers 2026/04/21 02:07:58 DEBUG : dir: reading active writers 2026/04/21 02:07:58 DEBUG : time_test: reading active writers 2026/04/21 02:07:58 DEBUG : file1: reading active writers 2026/04/21 02:07:58 DEBUG : file1: active writers 1 2026/04/21 02:07:58 DEBUG : Still 1 writers active and 1 cache items in use, waiting 10ms 2026/04/21 02:07:58 DEBUG : dir: Looking for writers 2026/04/21 02:07:58 DEBUG : Looking for writers 2026/04/21 02:07:58 DEBUG : time_test: reading active writers 2026/04/21 02:07:58 DEBUG : file1: reading active writers 2026/04/21 02:07:58 DEBUG : file1: active writers 1 2026/04/21 02:07:58 DEBUG : dir: reading active writers 2026/04/21 02:07:58 DEBUG : Still 1 writers active and 1 cache items in use, waiting 20ms 2026/04/21 02:07:58 DEBUG : dir: Looking for writers 2026/04/21 02:07:58 DEBUG : Looking for writers 2026/04/21 02:07:58 DEBUG : dir: reading active writers 2026/04/21 02:07:58 DEBUG : time_test: reading active writers 2026/04/21 02:07:58 DEBUG : file1: reading active writers 2026/04/21 02:07:58 DEBUG : file1: active writers 1 2026/04/21 02:07:58 DEBUG : Still 1 writers active and 1 cache items in use, waiting 40ms 2026/04/21 02:07:58 DEBUG : dir: Looking for writers 2026/04/21 02:07:58 DEBUG : Looking for writers 2026/04/21 02:07:58 DEBUG : dir: reading active writers 2026/04/21 02:07:58 DEBUG : time_test: reading active writers 2026/04/21 02:07:58 DEBUG : file1: reading active writers 2026/04/21 02:07:58 DEBUG : file1: active writers 1 2026/04/21 02:07:58 DEBUG : Still 1 writers active and 1 cache items in use, waiting 80ms 2026/04/21 02:07:58 DEBUG : dir: Looking for writers 2026/04/21 02:07:58 DEBUG : Looking for writers 2026/04/21 02:07:58 DEBUG : file1: reading active writers 2026/04/21 02:07:58 DEBUG : file1: active writers 1 2026/04/21 02:07:58 DEBUG : dir: reading active writers 2026/04/21 02:07:58 DEBUG : time_test: reading active writers 2026/04/21 02:07:58 DEBUG : Still 1 writers active and 1 cache items in use, waiting 160ms 2026/04/21 02:07:58 DEBUG : dir: Looking for writers 2026/04/21 02:07:58 DEBUG : Looking for writers 2026/04/21 02:07:58 DEBUG : dir: reading active writers 2026/04/21 02:07:58 DEBUG : time_test: reading active writers 2026/04/21 02:07:58 DEBUG : file1: reading active writers 2026/04/21 02:07:58 DEBUG : file1: active writers 1 2026/04/21 02:07:58 DEBUG : Still 1 writers active and 1 cache items in use, waiting 320ms 2026/04/21 02:07:58 DEBUG : dir: Looking for writers 2026/04/21 02:07:58 DEBUG : Looking for writers 2026/04/21 02:07:58 DEBUG : dir: reading active writers 2026/04/21 02:07:58 DEBUG : time_test: reading active writers 2026/04/21 02:07:58 DEBUG : file1: reading active writers 2026/04/21 02:07:58 DEBUG : file1: active writers 1 2026/04/21 02:07:58 DEBUG : Still 1 writers active and 1 cache items in use, waiting 640ms 2026/04/21 02:07:59 DEBUG : dir: Looking for writers 2026/04/21 02:07:59 DEBUG : Looking for writers 2026/04/21 02:07:59 DEBUG : dir: reading active writers 2026/04/21 02:07:59 DEBUG : time_test: reading active writers 2026/04/21 02:07:59 DEBUG : file1: reading active writers 2026/04/21 02:07:59 DEBUG : file1: active writers 1 2026/04/21 02:07:59 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:00 DEBUG : dir: Looking for writers 2026/04/21 02:08:00 DEBUG : Looking for writers 2026/04/21 02:08:00 DEBUG : dir: reading active writers 2026/04/21 02:08:00 DEBUG : time_test: reading active writers 2026/04/21 02:08:00 DEBUG : file1: reading active writers 2026/04/21 02:08:00 DEBUG : file1: active writers 1 2026/04/21 02:08:00 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:01 DEBUG : dir: Looking for writers 2026/04/21 02:08:01 DEBUG : Looking for writers 2026/04/21 02:08:01 DEBUG : dir: reading active writers 2026/04/21 02:08:01 DEBUG : time_test: reading active writers 2026/04/21 02:08:01 DEBUG : file1: reading active writers 2026/04/21 02:08:01 DEBUG : file1: active writers 1 2026/04/21 02:08:01 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:02 DEBUG : dir: Looking for writers 2026/04/21 02:08:02 DEBUG : Looking for writers 2026/04/21 02:08:02 DEBUG : dir: reading active writers 2026/04/21 02:08:02 DEBUG : time_test: reading active writers 2026/04/21 02:08:02 DEBUG : file1: reading active writers 2026/04/21 02:08:02 DEBUG : file1: active writers 1 2026/04/21 02:08:02 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:03 DEBUG : dir: Looking for writers 2026/04/21 02:08:03 DEBUG : Looking for writers 2026/04/21 02:08:03 DEBUG : dir: reading active writers 2026/04/21 02:08:03 DEBUG : time_test: reading active writers 2026/04/21 02:08:03 DEBUG : file1: reading active writers 2026/04/21 02:08:03 DEBUG : file1: active writers 1 2026/04/21 02:08:03 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:04 DEBUG : dir: Looking for writers 2026/04/21 02:08:04 DEBUG : Looking for writers 2026/04/21 02:08:04 DEBUG : dir: reading active writers 2026/04/21 02:08:04 DEBUG : time_test: reading active writers 2026/04/21 02:08:04 DEBUG : file1: reading active writers 2026/04/21 02:08:04 DEBUG : file1: active writers 1 2026/04/21 02:08:04 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:05 DEBUG : dir: Looking for writers 2026/04/21 02:08:05 DEBUG : Looking for writers 2026/04/21 02:08:05 DEBUG : dir: reading active writers 2026/04/21 02:08:05 DEBUG : time_test: reading active writers 2026/04/21 02:08:05 DEBUG : file1: reading active writers 2026/04/21 02:08:05 DEBUG : file1: active writers 1 2026/04/21 02:08:05 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:06 DEBUG : dir: Looking for writers 2026/04/21 02:08:06 DEBUG : Looking for writers 2026/04/21 02:08:06 DEBUG : file1: reading active writers 2026/04/21 02:08:06 DEBUG : file1: active writers 1 2026/04/21 02:08:06 DEBUG : dir: reading active writers 2026/04/21 02:08:06 DEBUG : time_test: reading active writers 2026/04/21 02:08:06 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:07 DEBUG : dir: Looking for writers 2026/04/21 02:08:07 DEBUG : Looking for writers 2026/04/21 02:08:07 DEBUG : dir: reading active writers 2026/04/21 02:08:07 DEBUG : time_test: reading active writers 2026/04/21 02:08:07 DEBUG : file1: reading active writers 2026/04/21 02:08:07 DEBUG : file1: active writers 1 2026/04/21 02:08:07 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:08 DEBUG : dir: Looking for writers 2026/04/21 02:08:08 DEBUG : Looking for writers 2026/04/21 02:08:08 DEBUG : time_test: reading active writers 2026/04/21 02:08:08 DEBUG : file1: reading active writers 2026/04/21 02:08:08 DEBUG : file1: active writers 1 2026/04/21 02:08:08 DEBUG : dir: reading active writers 2026/04/21 02:08:08 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:09 DEBUG : dir: Looking for writers 2026/04/21 02:08:09 DEBUG : Looking for writers 2026/04/21 02:08:09 DEBUG : file1: reading active writers 2026/04/21 02:08:09 DEBUG : file1: active writers 1 2026/04/21 02:08:09 DEBUG : dir: reading active writers 2026/04/21 02:08:09 DEBUG : time_test: reading active writers 2026/04/21 02:08:09 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:10 DEBUG : dir: Looking for writers 2026/04/21 02:08:10 DEBUG : Looking for writers 2026/04/21 02:08:10 DEBUG : file1: reading active writers 2026/04/21 02:08:10 DEBUG : file1: active writers 1 2026/04/21 02:08:10 DEBUG : dir: reading active writers 2026/04/21 02:08:10 DEBUG : time_test: reading active writers 2026/04/21 02:08:10 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:11 DEBUG : dir: Looking for writers 2026/04/21 02:08:11 DEBUG : Looking for writers 2026/04/21 02:08:11 DEBUG : dir: reading active writers 2026/04/21 02:08:11 DEBUG : time_test: reading active writers 2026/04/21 02:08:11 DEBUG : file1: reading active writers 2026/04/21 02:08:11 DEBUG : file1: active writers 1 2026/04/21 02:08:11 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:12 DEBUG : dir: Looking for writers 2026/04/21 02:08:12 DEBUG : Looking for writers 2026/04/21 02:08:12 DEBUG : dir: reading active writers 2026/04/21 02:08:12 DEBUG : time_test: reading active writers 2026/04/21 02:08:12 DEBUG : file1: reading active writers 2026/04/21 02:08:12 DEBUG : file1: active writers 1 2026/04/21 02:08:12 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:13 DEBUG : dir: Looking for writers 2026/04/21 02:08:13 DEBUG : Looking for writers 2026/04/21 02:08:13 DEBUG : dir: reading active writers 2026/04/21 02:08:13 DEBUG : time_test: reading active writers 2026/04/21 02:08:13 DEBUG : file1: reading active writers 2026/04/21 02:08:13 DEBUG : file1: active writers 1 2026/04/21 02:08:13 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:14 DEBUG : dir: Looking for writers 2026/04/21 02:08:14 DEBUG : Looking for writers 2026/04/21 02:08:14 DEBUG : file1: reading active writers 2026/04/21 02:08:14 DEBUG : file1: active writers 1 2026/04/21 02:08:14 DEBUG : dir: reading active writers 2026/04/21 02:08:14 DEBUG : time_test: reading active writers 2026/04/21 02:08:14 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:15 DEBUG : dir: Looking for writers 2026/04/21 02:08:15 DEBUG : Looking for writers 2026/04/21 02:08:15 DEBUG : dir: reading active writers 2026/04/21 02:08:15 DEBUG : time_test: reading active writers 2026/04/21 02:08:15 DEBUG : file1: reading active writers 2026/04/21 02:08:15 DEBUG : file1: active writers 1 2026/04/21 02:08:15 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:16 DEBUG : dir: Looking for writers 2026/04/21 02:08:16 DEBUG : Looking for writers 2026/04/21 02:08:16 DEBUG : dir: reading active writers 2026/04/21 02:08:16 DEBUG : time_test: reading active writers 2026/04/21 02:08:16 DEBUG : file1: reading active writers 2026/04/21 02:08:16 DEBUG : file1: active writers 1 2026/04/21 02:08:16 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:17 DEBUG : dir: Looking for writers 2026/04/21 02:08:17 DEBUG : Looking for writers 2026/04/21 02:08:17 DEBUG : dir: reading active writers 2026/04/21 02:08:17 DEBUG : time_test: reading active writers 2026/04/21 02:08:17 DEBUG : file1: reading active writers 2026/04/21 02:08:17 DEBUG : file1: active writers 1 2026/04/21 02:08:17 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:18 DEBUG : dir: Looking for writers 2026/04/21 02:08:18 DEBUG : Looking for writers 2026/04/21 02:08:18 DEBUG : time_test: reading active writers 2026/04/21 02:08:18 DEBUG : file1: reading active writers 2026/04/21 02:08:18 DEBUG : file1: active writers 1 2026/04/21 02:08:18 DEBUG : dir: reading active writers 2026/04/21 02:08:18 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:19 DEBUG : dir: Looking for writers 2026/04/21 02:08:19 DEBUG : Looking for writers 2026/04/21 02:08:19 DEBUG : dir: reading active writers 2026/04/21 02:08:19 DEBUG : time_test: reading active writers 2026/04/21 02:08:19 DEBUG : file1: reading active writers 2026/04/21 02:08:19 DEBUG : file1: active writers 1 2026/04/21 02:08:19 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:20 DEBUG : forgetting directory cache 2026/04/21 02:08:20 DEBUG : dir: forgetting directory cache 2026/04/21 02:08:20 DEBUG : dir: Removed virtual directory entry vAddFile: "file1" 2026/04/21 02:08:20 DEBUG : dir: Looking for writers 2026/04/21 02:08:20 DEBUG : Looking for writers 2026/04/21 02:08:20 DEBUG : dir: reading active writers 2026/04/21 02:08:20 DEBUG : time_test: reading active writers 2026/04/21 02:08:20 DEBUG : file1: reading active writers 2026/04/21 02:08:20 DEBUG : file1: active writers 1 2026/04/21 02:08:20 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:21 DEBUG : dir: Looking for writers 2026/04/21 02:08:21 DEBUG : Looking for writers 2026/04/21 02:08:21 DEBUG : dir: reading active writers 2026/04/21 02:08:21 DEBUG : time_test: reading active writers 2026/04/21 02:08:21 DEBUG : file1: reading active writers 2026/04/21 02:08:21 DEBUG : file1: active writers 1 2026/04/21 02:08:21 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:22 DEBUG : dir: Looking for writers 2026/04/21 02:08:22 DEBUG : Looking for writers 2026/04/21 02:08:22 DEBUG : dir: reading active writers 2026/04/21 02:08:22 DEBUG : time_test: reading active writers 2026/04/21 02:08:22 DEBUG : file1: reading active writers 2026/04/21 02:08:22 DEBUG : file1: active writers 1 2026/04/21 02:08:22 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:23 DEBUG : dir: Looking for writers 2026/04/21 02:08:23 DEBUG : Looking for writers 2026/04/21 02:08:23 DEBUG : dir: reading active writers 2026/04/21 02:08:23 DEBUG : time_test: reading active writers 2026/04/21 02:08:23 DEBUG : file1: reading active writers 2026/04/21 02:08:23 DEBUG : file1: active writers 1 2026/04/21 02:08:23 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:24 DEBUG : dir: Looking for writers 2026/04/21 02:08:24 DEBUG : Looking for writers 2026/04/21 02:08:24 DEBUG : dir: reading active writers 2026/04/21 02:08:24 DEBUG : time_test: reading active writers 2026/04/21 02:08:24 DEBUG : file1: reading active writers 2026/04/21 02:08:24 DEBUG : file1: active writers 1 2026/04/21 02:08:24 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:25 DEBUG : dir: Looking for writers 2026/04/21 02:08:25 DEBUG : Looking for writers 2026/04/21 02:08:25 DEBUG : dir: reading active writers 2026/04/21 02:08:25 DEBUG : time_test: reading active writers 2026/04/21 02:08:25 DEBUG : file1: reading active writers 2026/04/21 02:08:25 DEBUG : file1: active writers 1 2026/04/21 02:08:25 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:26 DEBUG : dir: Looking for writers 2026/04/21 02:08:26 DEBUG : Looking for writers 2026/04/21 02:08:26 DEBUG : dir: reading active writers 2026/04/21 02:08:26 DEBUG : time_test: reading active writers 2026/04/21 02:08:26 DEBUG : file1: reading active writers 2026/04/21 02:08:26 DEBUG : file1: active writers 1 2026/04/21 02:08:26 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:27 DEBUG : dir: Looking for writers 2026/04/21 02:08:27 DEBUG : Looking for writers 2026/04/21 02:08:27 DEBUG : dir: reading active writers 2026/04/21 02:08:27 DEBUG : time_test: reading active writers 2026/04/21 02:08:27 DEBUG : file1: reading active writers 2026/04/21 02:08:27 DEBUG : file1: active writers 1 2026/04/21 02:08:27 DEBUG : Still 1 writers active and 1 cache items in use, waiting 1s 2026/04/21 02:08:28 ERROR : Exiting even though 1 writers active and 1 cache items in use after 30s Cache{ "file1": &{c:0x3453a062d500 mu:{_:{} mu:{state:0 sema:0}} cond:{noCopy:{} L:0x3453a024cd88 notify:{wait:0 notify:0 lock:0 head: tail:} checker:57533773696448} name:file1 opens:1 downloaders: o: fd:0x34539fe66038 info:{ModTime:{wall:14011213972373914513 ext:2025622804991 loc:0x46b0880} ATime:{wall:14011213972373914513 ext:2025622804991 loc:0x46b0880} Size:0 Rs:[] Fingerprint: Dirty:true} writeBackID:0 pendingAccesses:0 modified:true beingReset:false graceTimer:}, } 2026/04/21 02:08:28 DEBUG : >WaitForWriters: 2026/04/21 02:08:28 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaner exiting run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:655 Error: Should be true Test: TestRWFileModTimeWithOpenWriters Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:655 Error: Should be true Test: TestRWFileModTimeWithOpenWriters Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:655 Error: Should be true Test: TestRWFileModTimeWithOpenWriters Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:655 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWFileModTimeWithOpenWriters Messages: directories --- FAIL: TestRWFileModTimeWithOpenWriters (50.16s) === RUN TestRWCacheRename run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:08:48 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:08:48 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/21 02:08:48 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:08:48 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:08:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:08:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:08:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:08:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:08:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:08:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" read_write_test.go:694: skip as can't rename files 2026/04/21 02:08:48 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/21 02:08:48 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:08:48 DEBUG : Looking for writers 2026/04/21 02:08:48 DEBUG : >WaitForWriters: 2026/04/21 02:08:48 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaner exiting run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty 2026/04/21 02:08:56 DEBUG : forgetting directory cache 2026/04/21 02:08:56 DEBUG : dir: forgetting directory cache run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:694 Error: Should be true Test: TestRWCacheRename Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:694 Error: Should be true Test: TestRWCacheRename Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:694 Error: Should be true Test: TestRWCacheRename Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:694 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWCacheRename Messages: directories --- FAIL: TestRWCacheRename (19.96s) === RUN TestRWCacheUpdate run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:09:07 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:09:07 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/21 02:09:07 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:09:07 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:09:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:09:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:09:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:09:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" 2026/04/21 02:09:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/21 02:09:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestLinkbox/rclone-test-fuyoxas5tiji" read_write_test.go:730: skip as modtime not supported 2026/04/21 02:09:07 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:09:07 DEBUG : Looking for writers 2026/04/21 02:09:07 DEBUG : >WaitForWriters: 2026/04/21 02:09:07 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': vfs cache: cleaner exiting 2026/04/21 02:09:08 DEBUG : forgetting directory cache run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:730 Error: Should be true Test: TestRWCacheUpdate Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:730 Error: Should be true Test: TestRWCacheUpdate Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:730 Error: Should be true Test: TestRWCacheUpdate Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_write_test.go:730 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestRWCacheUpdate Messages: directories --- FAIL: TestRWCacheUpdate (19.99s) === RUN TestCaseSensitivity run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" vfs_case_test.go:20: Can't test case sensitivity - this remote is officially not case-sensitive run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:20 Error: Should be true Test: TestCaseSensitivity Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:20 Error: Should be true Test: TestCaseSensitivity Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:20 Error: Should be true Test: TestCaseSensitivity Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:20 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestCaseSensitivity Messages: directories --- FAIL: TestCaseSensitivity (19.92s) === RUN TestUnicodeNormalization run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:09:51 DEBUG : 測試_Русский___ě_áñ: Trying to read object after upload: try again in 100ms (1/10) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:179 Error: Should be true Test: TestUnicodeNormalization Messages: listing wrong, want normal name with no special characters.txt (5), 測試_Русский___ě_áñ (5) got dir/file1 (14), normal name with no special characters.txt (5), time_test (5), 測試_Русский___ě_áñ (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:179 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestUnicodeNormalization Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:179 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestUnicodeNormalization Messages: Unexpected file "dir/file1" 2026/04/21 02:10:00 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:10:00 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 02:10:00 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/21 02:10:01 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/04/21 02:10:01 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/04/21 02:10:01 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/04/21 02:10:01 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/21 02:10:01 DEBUG : forgetting directory cache 2026/04/21 02:10:01 DEBUG : dir: forgetting directory cache 2026/04/21 02:10:01 DEBUG : dir: Removed virtual directory entry vAddFile: "file1" vfs_case_test.go:147: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:147 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:187 Error: Received unexpected error: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestUnicodeNormalization vfs_case_test.go:148: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:148 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:187 Error: Not equal: expected: 0 actual : 5 Test: TestUnicodeNormalization vfs_case_test.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:150 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:187 Error: Not equal: expected: "\x00\x00\x00\x00\x00" actual : "data1" Diff: --- Expected +++ Actual @@ -1 +1 @@ - +data1 Test: TestUnicodeNormalization 2026/04/21 02:10:01 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/21 02:10:01 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/04/21 02:10:01 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/04/21 02:10:01 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/04/21 02:10:01 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 vfs_case_test.go:147: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:147 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:188 Error: Received unexpected error: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestUnicodeNormalization vfs_case_test.go:148: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:148 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:188 Error: Not equal: expected: 0 actual : 5 Test: TestUnicodeNormalization vfs_case_test.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:150 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:188 Error: Not equal: expected: "\x00\x00\x00\x00\x00" actual : "data2" Diff: --- Expected +++ Actual @@ -1 +1 @@ - +data2 Test: TestUnicodeNormalization 2026/04/21 02:10:01 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/21 02:10:01 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/04/21 02:10:01 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/04/21 02:10:01 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/04/21 02:10:01 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 vfs_case_test.go:147: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:147 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:195 Error: Received unexpected error: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestUnicodeNormalization vfs_case_test.go:148: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:148 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:195 Error: Not equal: expected: 0 actual : 5 Test: TestUnicodeNormalization vfs_case_test.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:150 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_case_test.go:195 Error: Not equal: expected: "\x00\x00\x00\x00\x00" actual : "data1" Diff: --- Expected +++ Actual @@ -1 +1 @@ - +data1 Test: TestUnicodeNormalization 2026/04/21 02:10:01 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/21 02:10:01 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/04/21 02:10:01 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:10:01 DEBUG : dir: Looking for writers 2026/04/21 02:10:01 DEBUG : Looking for writers 2026/04/21 02:10:01 DEBUG : time_test: reading active writers 2026/04/21 02:10:01 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/04/21 02:10:01 DEBUG : dir: reading active writers 2026/04/21 02:10:01 DEBUG : normal name with no special characters.txt: reading active writers 2026/04/21 02:10:01 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestUnicodeNormalization Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestUnicodeNormalization Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestUnicodeNormalization Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestUnicodeNormalization Messages: directories --- FAIL: TestUnicodeNormalization (36.86s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:10:24 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:10:24 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 02:10:24 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': Reusing VFS from active cache 2026/04/21 02:10:24 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:10:24 DEBUG : Looking for writers 2026/04/21 02:10:24 DEBUG : >WaitForWriters: 2026/04/21 02:10:24 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:10:24 DEBUG : Looking for writers 2026/04/21 02:10:24 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 2026/04/21 02:10:36 DEBUG : forgetting directory cache 2026/04/21 02:10:36 DEBUG : dir: forgetting directory cache 2026/04/21 02:10:36 DEBUG : dir: Removed virtual directory entry vAddFile: "file1" fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSNew Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSNew Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSNew Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSNew Messages: directories --- FAIL: TestVFSNew (19.96s) === RUN TestVFSNewWithOpts run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:10:44 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:10:44 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 02:10:44 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:10:44 DEBUG : Looking for writers 2026/04/21 02:10:44 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit 2026/04/21 02:10:49 DEBUG : forgetting directory cache 2026/04/21 02:10:49 DEBUG : dir: forgetting directory cache 2026/04/21 02:10:49 DEBUG : dir/virtualDir: forgetting directory cache 2026/04/21 02:10:49 DEBUG : dir: forgetting directory cache 2026/04/21 02:10:49 DEBUG : dir/virtualDir: forgetting directory cache run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 2026/04/21 02:11:01 DEBUG : forgetting directory cache 2026/04/21 02:11:01 DEBUG : dir: forgetting directory cache 2026/04/21 02:11:01 DEBUG : dir: forgetting directory cache 2026/04/21 02:11:01 DEBUG : Removed virtual directory entry vAddFile: "file1" fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSNewWithOpts Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSNewWithOpts Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSNewWithOpts Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSNewWithOpts Messages: directories --- FAIL: TestVFSNewWithOpts (19.91s) === RUN TestVFSRoot run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:11:04 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:11:04 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 02:11:04 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:11:04 DEBUG : Looking for writers 2026/04/21 02:11:04 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSRoot Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSRoot Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSRoot Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSRoot Messages: directories --- FAIL: TestVFSRoot (19.97s) === RUN TestVFSStat run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:11:24 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:11:24 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 02:11:26 DEBUG : file1: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 02:11:27 DEBUG : file1: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 02:11:29 DEBUG : dir/file2: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 02:11:29 DEBUG : dir/file2: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 02:11:30 DEBUG : dir/file2: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 02:11:30 DEBUG : dir/file2: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 02:11:31 DEBUG : dir/file2: Trying to read object after upload: try again in 1.6s (5/10) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 2026/04/21 02:11:34 DEBUG : forgetting directory cache 2026/04/21 02:11:34 DEBUG : dir: forgetting directory cache 2026/04/21 02:11:34 DEBUG : Removed virtual directory entry vAddFile: "file1" 2026/04/21 02:11:34 DEBUG : dir: forgetting directory cache fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:190 Error: Should be true Test: TestVFSStat Messages: listing wrong, want dir/file2 (14), file1 (14) got dir/file1 (14), dir/file2 (14), file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:190 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestVFSStat Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:190 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestVFSStat Messages: Unexpected file "dir/file1" 2026/04/21 02:11:42 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:11:42 DEBUG : dir: Looking for writers 2026/04/21 02:11:42 DEBUG : file1: reading active writers 2026/04/21 02:11:42 DEBUG : file2: reading active writers 2026/04/21 02:11:42 DEBUG : Looking for writers 2026/04/21 02:11:42 DEBUG : dir: reading active writers 2026/04/21 02:11:42 DEBUG : file1: reading active writers 2026/04/21 02:11:42 DEBUG : time_test: reading active writers 2026/04/21 02:11:42 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSStat Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSStat Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSStat Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSStat Messages: directories --- FAIL: TestVFSStat (40.81s) === RUN TestVFSStatParent run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:12:05 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:12:05 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 02:12:07 DEBUG : file1: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 02:12:07 DEBUG : forgetting directory cache 2026/04/21 02:12:07 DEBUG : dir: forgetting directory cache 2026/04/21 02:12:07 DEBUG : dir: forgetting directory cache 2026/04/21 02:12:07 DEBUG : file1: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 02:12:08 DEBUG : file1: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 02:12:08 DEBUG : file1: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 02:12:09 DEBUG : file1: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/21 02:12:13 DEBUG : dir/file2: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 02:12:13 DEBUG : dir/file2: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 02:12:14 DEBUG : dir/file2: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 02:12:14 DEBUG : dir/file2: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 02:12:15 DEBUG : dir/file2: Trying to read object after upload: try again in 1.6s (5/10) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:225 Error: Should be true Test: TestVFSStatParent Messages: listing wrong, want dir/file2 (14), file1 (14) got dir/file1 (14), dir/file2 (14), file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:225 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestVFSStatParent Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:225 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestVFSStatParent Messages: Unexpected file "dir/file1" 2026/04/21 02:12:26 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:12:26 DEBUG : dir: Looking for writers 2026/04/21 02:12:26 DEBUG : Looking for writers 2026/04/21 02:12:26 DEBUG : dir: reading active writers 2026/04/21 02:12:26 DEBUG : file1: reading active writers 2026/04/21 02:12:26 DEBUG : time_test: reading active writers 2026/04/21 02:12:26 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSStatParent Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSStatParent Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSStatParent Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSStatParent Messages: directories --- FAIL: TestVFSStatParent (43.76s) === RUN TestVFSOpenFile run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:12:49 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:12:49 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 02:12:51 DEBUG : file1: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 02:12:51 DEBUG : file1: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 02:12:51 DEBUG : file1: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 02:12:52 DEBUG : file1: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 02:12:53 DEBUG : file1: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/21 02:12:55 DEBUG : file1: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/21 02:13:00 DEBUG : dir/file2: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 02:13:01 DEBUG : dir/file2: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 02:13:01 DEBUG : dir/file2: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 02:13:02 DEBUG : dir/file2: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 02:13:03 DEBUG : dir/file2: Trying to read object after upload: try again in 1.6s (5/10) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:257 Error: Should be true Test: TestVFSOpenFile Messages: listing wrong, want dir/file2 (14), file1 (14) got dir/file1 (14), dir/file2 (14), file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:257 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestVFSOpenFile Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:257 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestVFSOpenFile Messages: Unexpected file "dir/file1" 2026/04/21 02:13:13 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/21 02:13:14 DEBUG : file1: Open: flags=O_RDONLY 2026/04/21 02:13:14 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/21 02:13:14 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/21 02:13:14 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/21 02:13:14 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/04/21 02:13:14 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/21 02:13:14 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/04/21 02:13:14 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:13:14 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:13:14 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/21 02:13:14 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/04/21 02:13:14 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/04/21 02:13:14 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/21 02:13:14 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': File to upload is small (0 bytes), uploading instead of streaming 2026/04/21 02:13:14 ERROR : dir/new_file.txt: WriteFileHandle.New Rcat failed: can't upload empty files to this remote 2026/04/21 02:13:14 DEBUG : dir/new_file.txt: Remove: 2026/04/21 02:13:14 DEBUG : dir: Added virtual directory entry vDel: "new_file.txt" 2026/04/21 02:13:14 DEBUG : dir/new_file.txt: >Remove: err= 2026/04/21 02:13:14 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:13:14 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/04/21 02:13:14 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:13:14 DEBUG : dir: Looking for writers 2026/04/21 02:13:14 DEBUG : file1: reading active writers 2026/04/21 02:13:14 DEBUG : file2: reading active writers 2026/04/21 02:13:14 DEBUG : Looking for writers 2026/04/21 02:13:14 DEBUG : file1: reading active writers 2026/04/21 02:13:14 DEBUG : time_test: reading active writers 2026/04/21 02:13:14 DEBUG : dir: reading active writers 2026/04/21 02:13:14 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 2026/04/21 02:13:36 DEBUG : forgetting directory cache 2026/04/21 02:13:36 DEBUG : dir: forgetting directory cache 2026/04/21 02:13:36 DEBUG : dir: forgetting directory cache 2026/04/21 02:13:36 DEBUG : Removed virtual directory entry vAddFile: "file1" fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSOpenFile Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSOpenFile Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSOpenFile Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSOpenFile Messages: directories --- FAIL: TestVFSOpenFile (48.00s) === RUN TestVFSRename run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:13:37 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:13:37 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream vfs_test.go:291: skip as can't rename files 2026/04/21 02:13:37 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:13:37 DEBUG : Looking for writers 2026/04/21 02:13:37 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:291 Error: Should be true Test: TestVFSRename Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:291 Error: Should be true Test: TestVFSRename Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:291 Error: Should be true Test: TestVFSRename Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:291 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSRename Messages: directories --- FAIL: TestVFSRename (20.07s) === RUN TestVFSStatfs run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:13:57 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:13:57 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 02:13:57 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:13:57 DEBUG : Looking for writers 2026/04/21 02:13:57 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit 2026/04/21 02:14:00 DEBUG : forgetting directory cache 2026/04/21 02:14:00 DEBUG : dir: forgetting directory cache 2026/04/21 02:14:00 DEBUG : dir: forgetting directory cache 2026/04/21 02:14:00 DEBUG : Removed virtual directory entry vAddFile: "file1" run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSStatfs Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSStatfs Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSStatfs Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSStatfs Messages: directories --- FAIL: TestVFSStatfs (20.10s) === RUN TestVFSMkdir run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:14:17 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:14:17 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:371 Error: Should be true Test: TestVFSMkdir Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:371 Error: Should be true Test: TestVFSMkdir Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:371 Error: Should be true Test: TestVFSMkdir Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:371 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSMkdir Messages: directories 2026/04/21 02:14:26 DEBUG : Added virtual directory entry vAddDir: "/" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:376 Error: Should be true Test: TestVFSMkdir Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:376 Error: Should be true Test: TestVFSMkdir Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:376 Error: Should be true Test: TestVFSMkdir Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:376 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSMkdir Messages: directories 2026/04/21 02:14:36 DEBUG : forgetting directory cache 2026/04/21 02:14:36 DEBUG : dir: forgetting directory cache 2026/04/21 02:14:37 DEBUG : Added virtual directory entry vAddDir: "a" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:382 Error: Should be true Test: TestVFSMkdir Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:382 Error: Should be true Test: TestVFSMkdir Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:382 Error: Should be true Test: TestVFSMkdir Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:382 Error: Not equal: expected: []string{"a"} actual : []string{"a", "dir"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=1) "a" +([]string) (len=2) { + (string) (len=1) "a", + (string) (len=3) "dir" } Test: TestVFSMkdir Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:388 Error: Should be true Test: TestVFSMkdir Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:388 Error: Should be true Test: TestVFSMkdir Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:388 Error: Should be true Test: TestVFSMkdir Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:388 Error: Not equal: expected: []string{"a"} actual : []string{"a", "dir"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=1) "a" +([]string) (len=2) { + (string) (len=1) "a", + (string) (len=3) "dir" } Test: TestVFSMkdir Messages: directories 2026/04/21 02:14:57 DEBUG : Added virtual directory entry vAddDir: "b" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:394 Error: Should be true Test: TestVFSMkdir Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:394 Error: Should be true Test: TestVFSMkdir Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:394 Error: Should be true Test: TestVFSMkdir Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:394 Error: Not equal: expected: []string{"a", "b"} actual : []string{"a", "b", "dir"} Diff: --- Expected +++ Actual @@ -1,4 +1,5 @@ -([]string) (len=2) { +([]string) (len=3) { (string) (len=1) "a", - (string) (len=1) "b" + (string) (len=1) "b", + (string) (len=3) "dir" } Test: TestVFSMkdir Messages: directories 2026/04/21 02:15:09 DEBUG : Added virtual directory entry vAddDir: "c" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:400 Error: Should be true Test: TestVFSMkdir Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:400 Error: Should be true Test: TestVFSMkdir Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:400 Error: Should be true Test: TestVFSMkdir Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:400 Error: Not equal: expected: []string{"a", "b", "c"} actual : []string{"a", "b", "c", "dir"} Diff: --- Expected +++ Actual @@ -1,5 +1,6 @@ -([]string) (len=3) { +([]string) (len=4) { (string) (len=1) "a", (string) (len=1) "b", - (string) (len=1) "c" + (string) (len=1) "c", + (string) (len=3) "dir" } Test: TestVFSMkdir Messages: directories 2026/04/21 02:15:21 DEBUG : Added virtual directory entry vAddDir: "d" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:406 Error: Should be true Test: TestVFSMkdir Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:406 Error: Should be true Test: TestVFSMkdir Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:406 Error: Should be true Test: TestVFSMkdir Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:406 Error: Not equal: expected: []string{"a", "b", "c", "d"} actual : []string{"a", "b", "c", "d", "dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=5) { (string) (len=1) "a", @@ -4,3 +4,4 @@ (string) (len=1) "c", - (string) (len=1) "d" + (string) (len=1) "d", + (string) (len=3) "dir" } Test: TestVFSMkdir Messages: directories 2026/04/21 02:15:32 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:15:32 DEBUG : a: Looking for writers 2026/04/21 02:15:32 DEBUG : b: Looking for writers 2026/04/21 02:15:32 DEBUG : c: Looking for writers 2026/04/21 02:15:32 DEBUG : d: Looking for writers 2026/04/21 02:15:32 DEBUG : dir: Looking for writers 2026/04/21 02:15:32 DEBUG : Looking for writers 2026/04/21 02:15:32 DEBUG : Looking for writers 2026/04/21 02:15:32 DEBUG : dir: reading active writers 2026/04/21 02:15:32 DEBUG : time_test: reading active writers 2026/04/21 02:15:32 DEBUG : /: reading active writers 2026/04/21 02:15:32 DEBUG : a: reading active writers 2026/04/21 02:15:32 DEBUG : b: reading active writers 2026/04/21 02:15:32 DEBUG : c: reading active writers 2026/04/21 02:15:32 DEBUG : d: reading active writers 2026/04/21 02:15:32 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty 2026/04/21 02:15:49 DEBUG : forgetting directory cache 2026/04/21 02:15:49 DEBUG : dir: forgetting directory cache fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSMkdir Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSMkdir Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSMkdir Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSMkdir Messages: directories --- FAIL: TestVFSMkdir (101.59s) === RUN TestVFSMkdirAll run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:15:58 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:15:58 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:416 Error: Should be true Test: TestVFSMkdirAll Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:416 Error: Should be true Test: TestVFSMkdirAll Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:416 Error: Should be true Test: TestVFSMkdirAll Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:416 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSMkdirAll Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:421 Error: Should be true Test: TestVFSMkdirAll Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:421 Error: Should be true Test: TestVFSMkdirAll Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:421 Error: Should be true Test: TestVFSMkdirAll Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:421 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSMkdirAll Messages: directories 2026/04/21 02:16:18 DEBUG : Added virtual directory entry vAddDir: "a" 2026/04/21 02:16:20 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/04/21 02:16:22 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/04/21 02:16:23 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:427 Error: Should be true Test: TestVFSMkdirAll Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:427 Error: Should be true Test: TestVFSMkdirAll Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:427 Error: Should be true Test: TestVFSMkdirAll Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:427 Error: Not equal: expected: []string{"a", "a/b", "a/b/c", "a/b/c/d"} actual : []string{"a", "a/b", "a/b/c", "a/b/c/d", "dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=5) { (string) (len=1) "a", @@ -4,3 +4,4 @@ (string) (len=5) "a/b/c", - (string) (len=7) "a/b/c/d" + (string) (len=7) "a/b/c/d", + (string) (len=3) "dir" } Test: TestVFSMkdirAll Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:433 Error: Should be true Test: TestVFSMkdirAll Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:433 Error: Should be true Test: TestVFSMkdirAll Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:433 Error: Should be true Test: TestVFSMkdirAll Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:433 Error: Not equal: expected: []string{"a", "a/b", "a/b/c", "a/b/c/d"} actual : []string{"a", "a/b", "a/b/c", "a/b/c/d", "dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=5) { (string) (len=1) "a", @@ -4,3 +4,4 @@ (string) (len=5) "a/b/c", - (string) (len=7) "a/b/c/d" + (string) (len=7) "a/b/c/d", + (string) (len=3) "dir" } Test: TestVFSMkdirAll Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/04/21 02:16:50 DEBUG : forgetting directory cache 2026/04/21 02:16:50 DEBUG : dir: forgetting directory cache 2026/04/21 02:16:50 DEBUG : dir: forgetting directory cache 2026/04/21 02:16:50 DEBUG : Removed virtual directory entry vAddFile: "file1" fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:439 Error: Should be true Test: TestVFSMkdirAll Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:439 Error: Should be true Test: TestVFSMkdirAll Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:439 Error: Should be true Test: TestVFSMkdirAll Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/vfs/vfs_test.go:439 Error: Not equal: expected: []string{"a", "a/b", "a/b/c", "a/b/c/d"} actual : []string{"a", "a/b", "a/b/c", "a/b/c/d", "dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=5) { (string) (len=1) "a", @@ -4,3 +4,4 @@ (string) (len=5) "a/b/c", - (string) (len=7) "a/b/c/d" + (string) (len=7) "a/b/c/d", + (string) (len=3) "dir" } Test: TestVFSMkdirAll Messages: directories 2026/04/21 02:16:58 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:16:58 DEBUG : dir: Looking for writers 2026/04/21 02:16:58 DEBUG : a/b/c/d: Looking for writers 2026/04/21 02:16:58 DEBUG : a/b/c: Looking for writers 2026/04/21 02:16:58 DEBUG : d: reading active writers 2026/04/21 02:16:58 DEBUG : a/b: Looking for writers 2026/04/21 02:16:58 DEBUG : c: reading active writers 2026/04/21 02:16:58 DEBUG : a: Looking for writers 2026/04/21 02:16:58 DEBUG : b: reading active writers 2026/04/21 02:16:58 DEBUG : Looking for writers 2026/04/21 02:16:58 DEBUG : dir: reading active writers 2026/04/21 02:16:58 DEBUG : time_test: reading active writers 2026/04/21 02:16:58 DEBUG : a: reading active writers 2026/04/21 02:16:58 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 2026/04/21 02:17:17 DEBUG : forgetting directory cache 2026/04/21 02:17:17 DEBUG : dir: forgetting directory cache 2026/04/21 02:17:17 DEBUG : dir: forgetting directory cache 2026/04/21 02:17:17 DEBUG : Removed virtual directory entry vDel: "open-test-file" fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSMkdirAll Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSMkdirAll Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSMkdirAll Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSMkdirAll Messages: directories --- FAIL: TestVFSMkdirAll (86.63s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:17:25 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:17:25 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 02:17:25 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:17:25 DEBUG : Looking for writers 2026/04/21 02:17:25 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 2026/04/21 02:17:37 DEBUG : forgetting directory cache 2026/04/21 02:17:37 DEBUG : dir: forgetting directory cache 2026/04/21 02:17:37 DEBUG : Removed virtual directory entry vDel: "open-test-file" 2026/04/21 02:17:37 DEBUG : dir: forgetting directory cache fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSIsMetadataFile Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSIsMetadataFile Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestVFSIsMetadataFile Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestVFSIsMetadataFile Messages: directories --- FAIL: TestVFSIsMetadataFile (19.94s) === RUN TestWriteFileHandleReadonly write_test.go:38: Skipping test on non local remote --- SKIP: TestWriteFileHandleReadonly (0.00s) === RUN TestWriteFileHandleMethods run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:17:45 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:17:45 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 02:17:45 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:17:45 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:17:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:17:45 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/21 02:17:45 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/21 02:17:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:17:45 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/04/21 02:17:45 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/04/21 02:17:45 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/04/21 02:17:45 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': File to upload is small (5 bytes), uploading instead of streaming 2026/04/21 02:17:47 DEBUG : file1: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 02:17:48 DEBUG : file1: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 02:17:48 DEBUG : file1: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 02:17:49 DEBUG : file1: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 02:17:50 DEBUG : file1: size = 5 OK 2026/04/21 02:17:50 DEBUG : file1: Size of src and dst objects identical 2026/04/21 02:17:50 DEBUG : Added virtual directory entry vAddFile: "file1" 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/write_test.go:153 Error: Not equal: expected: []string{"file1,5,false"} actual : []string{"dir,0,true", "file1,5,false", "time_test,5,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=13) "file1,5,false" +([]string) (len=3) { + (string) (len=10) "dir,0,true", + (string) (len=13) "file1,5,false", + (string) (len=17) "time_test,5,false" } Test: TestWriteFileHandleMethods fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 2026/04/21 02:17:58 DEBUG : forgetting directory cache 2026/04/21 02:17:58 DEBUG : dir: forgetting directory cache 2026/04/21 02:17:58 DEBUG : dir: forgetting directory cache fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:157 Error: Should be true Test: TestWriteFileHandleMethods Messages: listing wrong, want file1 (5) got dir/file1 (14), file1 (5), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:157 Error: Should be true Test: TestWriteFileHandleMethods Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:157 Error: Should be true Test: TestWriteFileHandleMethods Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:157 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestWriteFileHandleMethods Messages: directories 2026/04/21 02:17:58 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:17:58 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:17:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:17:58 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/21 02:17:58 DEBUG : file1: >OpenFile: fd=file1 (w), err= 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/write_test.go:164 Error: Not equal: expected: []string{"file1,5,false"} actual : []string{"dir,0,true", "file1,5,false", "time_test,5,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=13) "file1,5,false" +([]string) (len=3) { + (string) (len=10) "dir,0,true", + (string) (len=13) "file1,5,false", + (string) (len=17) "time_test,5,false" } Test: TestWriteFileHandleMethods 2026/04/21 02:17:58 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:17:58 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:17:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:17:58 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/21 02:17:58 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/21 02:17:58 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 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/write_test.go:173 Error: Not equal: expected: []string{"file1,5,false"} actual : []string{"dir,0,true", "file1,5,false", "time_test,5,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=13) "file1,5,false" +([]string) (len=3) { + (string) (len=10) "dir,0,true", + (string) (len=13) "file1,5,false", + (string) (len=17) "time_test,5,false" } Test: TestWriteFileHandleMethods 2026/04/21 02:17:58 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/21 02:17:58 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/21 02:17:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:17:58 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/21 02:17:58 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/21 02:17:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:17:58 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': File to upload is small (0 bytes), uploading instead of streaming 2026/04/21 02:17:59 ERROR : file1: WriteFileHandle.New Rcat failed: can't upload empty files to this remote 2026/04/21 02:17:59 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/21 02:17:59 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/21 02:17:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:17:59 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/21 02:17:59 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/21 02:17:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:17:59 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': File to upload is small (7 bytes), uploading instead of streaming 2026/04/21 02:17:59 DEBUG : file1: Update: removing old file 2026/04/21 02:18:02 DEBUG : file1: size = 7 OK 2026/04/21 02:18:02 DEBUG : file1: Size of src and dst objects identical 2026/04/21 02:18:02 DEBUG : Added virtual directory entry vAddFile: "file1" 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/write_test.go:191 Error: Not equal: expected: []string{"file1,7,false"} actual : []string{"dir,0,true", "file1,7,false", "time_test,5,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=13) "file1,7,false" +([]string) (len=3) { + (string) (len=10) "dir,0,true", + (string) (len=13) "file1,7,false", + (string) (len=17) "time_test,5,false" } Test: TestWriteFileHandleMethods 2026/04/21 02:18:02 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:18:02 DEBUG : dir: Looking for writers 2026/04/21 02:18:02 DEBUG : Looking for writers 2026/04/21 02:18:02 DEBUG : time_test: reading active writers 2026/04/21 02:18:02 DEBUG : file1: reading active writers 2026/04/21 02:18:02 DEBUG : dir: reading active writers 2026/04/21 02:18:02 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestWriteFileHandleMethods Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestWriteFileHandleMethods Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestWriteFileHandleMethods Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestWriteFileHandleMethods Messages: directories --- FAIL: TestWriteFileHandleMethods (37.98s) === RUN TestWriteFileHandleWriteAt run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:18:23 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:18:23 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 02:18:23 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:18:23 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:18:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:18:23 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/21 02:18:23 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/21 02:18:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:18:23 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/04/21 02:18:24 DEBUG : file1: aborting in-sequence write wait, off=100 2026/04/21 02:18:24 DEBUG : file1: failed to wait for in-sequence write to 100 2026/04/21 02:18:24 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/04/21 02:18:24 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': File to upload is small (11 bytes), uploading instead of streaming 2026/04/21 02:18:26 DEBUG : file1: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 02:18:27 DEBUG : file1: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 02:18:27 DEBUG : file1: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 02:18:28 DEBUG : file1: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 02:18:29 DEBUG : file1: size = 11 OK 2026/04/21 02:18:29 DEBUG : file1: Size of src and dst objects identical 2026/04/21 02:18:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:18:29 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 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/write_test.go:231 Error: Not equal: expected: []string{"file1,11,false"} actual : []string{"dir,0,true", "file1,11,false", "time_test,5,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=14) "file1,11,false" +([]string) (len=3) { + (string) (len=10) "dir,0,true", + (string) (len=14) "file1,11,false", + (string) (len=17) "time_test,5,false" } Test: TestWriteFileHandleWriteAt fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:235 Error: Should be true Test: TestWriteFileHandleWriteAt Messages: listing wrong, want file1 (11) got dir/file1 (14), file1 (11), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:235 Error: Should be true Test: TestWriteFileHandleWriteAt Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:235 Error: Should be true Test: TestWriteFileHandleWriteAt Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:235 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestWriteFileHandleWriteAt Messages: directories 2026/04/21 02:18:37 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:18:37 DEBUG : dir: Looking for writers 2026/04/21 02:18:37 DEBUG : Looking for writers 2026/04/21 02:18:37 DEBUG : dir: reading active writers 2026/04/21 02:18:37 DEBUG : time_test: reading active writers 2026/04/21 02:18:37 DEBUG : file1: reading active writers 2026/04/21 02:18:37 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty 2026/04/21 02:18:48 DEBUG : forgetting directory cache run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 2026/04/21 02:18:56 DEBUG : forgetting directory cache 2026/04/21 02:18:56 DEBUG : dir: forgetting directory cache 2026/04/21 02:18:56 DEBUG : dir: forgetting directory cache fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestWriteFileHandleWriteAt Messages: listing wrong, want got dir/file1 (14), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestWriteFileHandleWriteAt Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestWriteFileHandleWriteAt Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestWriteFileHandleWriteAt Messages: directories --- FAIL: TestWriteFileHandleWriteAt (35.93s) === RUN TestWriteFileHandleFlush run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:18:59 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:18:59 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 02:18:59 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:18:59 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:18:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:18:59 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/21 02:18:59 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/21 02:18:59 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/04/21 02:18:59 DEBUG : Added virtual directory entry vAddFile: "file1" 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/write_test.go:247 Error: Not equal: expected: []string{"file1,0,false"} actual : []string{"dir,0,true", "file1,0,false", "time_test,5,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=13) "file1,0,false" +([]string) (len=3) { + (string) (len=10) "dir,0,true", + (string) (len=13) "file1,0,false", + (string) (len=17) "time_test,5,false" } Test: TestWriteFileHandleFlush 2026/04/21 02:18:59 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': File to upload is small (5 bytes), uploading instead of streaming 2026/04/21 02:19:02 DEBUG : file1: size = 5 OK 2026/04/21 02:19:02 DEBUG : file1: Size of src and dst objects identical 2026/04/21 02:19:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:19:02 DEBUG : file1: WriteFileHandle.Flush nothing to do 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/write_test.go:267 Error: Not equal: expected: []string{"file1,5,false"} actual : []string{"dir,0,true", "file1,5,false", "time_test,5,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=13) "file1,5,false" +([]string) (len=3) { + (string) (len=10) "dir,0,true", + (string) (len=13) "file1,5,false", + (string) (len=17) "time_test,5,false" } Test: TestWriteFileHandleFlush 2026/04/21 02:19:02 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:19:02 DEBUG : dir: Looking for writers 2026/04/21 02:19:02 DEBUG : Looking for writers 2026/04/21 02:19:02 DEBUG : dir: reading active writers 2026/04/21 02:19:02 DEBUG : time_test: reading active writers 2026/04/21 02:19:02 DEBUG : file1: reading active writers 2026/04/21 02:19:02 DEBUG : >WaitForWriters: run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestWriteFileHandleFlush Messages: listing wrong, want got dir/file1 (14), file1 (5), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestWriteFileHandleFlush Messages: Unexpected file "file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestWriteFileHandleFlush Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestWriteFileHandleFlush Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestWriteFileHandleFlush Messages: directories --- FAIL: TestWriteFileHandleFlush (23.79s) === RUN TestWriteFileHandleRelease run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:19:23 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:19:23 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 02:19:23 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:19:23 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:19:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:19:23 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/21 02:19:23 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/21 02:19:23 DEBUG : file1: WriteFileHandle.Release closing 2026/04/21 02:19:23 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/04/21 02:19:23 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:19:23 DEBUG : dir: Looking for writers 2026/04/21 02:19:23 DEBUG : Looking for writers 2026/04/21 02:19:23 DEBUG : dir: reading active writers 2026/04/21 02:19:23 DEBUG : file1: reading active writers 2026/04/21 02:19:23 DEBUG : time_test: reading active writers 2026/04/21 02:19:23 DEBUG : >WaitForWriters: run.go:130: removing file "file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestWriteFileHandleRelease Messages: listing wrong, want got dir/file1 (14), file1 (5), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestWriteFileHandleRelease Messages: Unexpected file "file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestWriteFileHandleRelease Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestWriteFileHandleRelease Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestWriteFileHandleRelease Messages: directories --- FAIL: TestWriteFileHandleRelease (23.76s) === RUN TestWriteFileModTimeWithOpenWriters run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:19:46 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:19:46 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 02:19:46 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:19:47 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:19:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:19:47 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/21 02:19:47 DEBUG : file1: >OpenFile: fd=file1 (w), err= write_test.go:321: can't set mod time 2026/04/21 02:19:47 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:19:47 DEBUG : dir: Looking for writers 2026/04/21 02:19:47 DEBUG : Looking for writers 2026/04/21 02:19:47 DEBUG : dir: reading active writers 2026/04/21 02:19:47 DEBUG : file1: reading active writers 2026/04/21 02:19:47 DEBUG : file1: active writers 1 2026/04/21 02:19:47 DEBUG : time_test: reading active writers 2026/04/21 02:19:47 DEBUG : Still 1 writers active and 0 cache items in use, waiting 10ms 2026/04/21 02:19:47 DEBUG : dir: Looking for writers 2026/04/21 02:19:47 DEBUG : Looking for writers 2026/04/21 02:19:47 DEBUG : dir: reading active writers 2026/04/21 02:19:47 DEBUG : file1: reading active writers 2026/04/21 02:19:47 DEBUG : file1: active writers 1 2026/04/21 02:19:47 DEBUG : time_test: reading active writers 2026/04/21 02:19:47 DEBUG : Still 1 writers active and 0 cache items in use, waiting 20ms 2026/04/21 02:19:47 DEBUG : dir: Looking for writers 2026/04/21 02:19:47 DEBUG : Looking for writers 2026/04/21 02:19:47 DEBUG : dir: reading active writers 2026/04/21 02:19:47 DEBUG : file1: reading active writers 2026/04/21 02:19:47 DEBUG : file1: active writers 1 2026/04/21 02:19:47 DEBUG : time_test: reading active writers 2026/04/21 02:19:47 DEBUG : Still 1 writers active and 0 cache items in use, waiting 40ms 2026/04/21 02:19:47 DEBUG : dir: Looking for writers 2026/04/21 02:19:47 DEBUG : Looking for writers 2026/04/21 02:19:47 DEBUG : dir: reading active writers 2026/04/21 02:19:47 DEBUG : file1: reading active writers 2026/04/21 02:19:47 DEBUG : file1: active writers 1 2026/04/21 02:19:47 DEBUG : time_test: reading active writers 2026/04/21 02:19:47 DEBUG : Still 1 writers active and 0 cache items in use, waiting 80ms 2026/04/21 02:19:47 DEBUG : dir: Looking for writers 2026/04/21 02:19:47 DEBUG : Looking for writers 2026/04/21 02:19:47 DEBUG : dir: reading active writers 2026/04/21 02:19:47 DEBUG : file1: reading active writers 2026/04/21 02:19:47 DEBUG : file1: active writers 1 2026/04/21 02:19:47 DEBUG : time_test: reading active writers 2026/04/21 02:19:47 DEBUG : Still 1 writers active and 0 cache items in use, waiting 160ms 2026/04/21 02:19:47 DEBUG : dir: Looking for writers 2026/04/21 02:19:47 DEBUG : Looking for writers 2026/04/21 02:19:47 DEBUG : dir: reading active writers 2026/04/21 02:19:47 DEBUG : file1: reading active writers 2026/04/21 02:19:47 DEBUG : file1: active writers 1 2026/04/21 02:19:47 DEBUG : time_test: reading active writers 2026/04/21 02:19:47 DEBUG : Still 1 writers active and 0 cache items in use, waiting 320ms 2026/04/21 02:19:47 DEBUG : dir: Looking for writers 2026/04/21 02:19:47 DEBUG : Looking for writers 2026/04/21 02:19:47 DEBUG : dir: reading active writers 2026/04/21 02:19:47 DEBUG : file1: reading active writers 2026/04/21 02:19:47 DEBUG : file1: active writers 1 2026/04/21 02:19:47 DEBUG : time_test: reading active writers 2026/04/21 02:19:47 DEBUG : Still 1 writers active and 0 cache items in use, waiting 640ms 2026/04/21 02:19:48 DEBUG : dir: Looking for writers 2026/04/21 02:19:48 DEBUG : Looking for writers 2026/04/21 02:19:48 DEBUG : dir: reading active writers 2026/04/21 02:19:48 DEBUG : file1: reading active writers 2026/04/21 02:19:48 DEBUG : file1: active writers 1 2026/04/21 02:19:48 DEBUG : time_test: reading active writers 2026/04/21 02:19:48 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:19:49 DEBUG : dir: Looking for writers 2026/04/21 02:19:49 DEBUG : Looking for writers 2026/04/21 02:19:49 DEBUG : file1: reading active writers 2026/04/21 02:19:49 DEBUG : file1: active writers 1 2026/04/21 02:19:49 DEBUG : time_test: reading active writers 2026/04/21 02:19:49 DEBUG : dir: reading active writers 2026/04/21 02:19:49 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:19:50 DEBUG : dir: Looking for writers 2026/04/21 02:19:50 DEBUG : Looking for writers 2026/04/21 02:19:50 DEBUG : dir: reading active writers 2026/04/21 02:19:50 DEBUG : file1: reading active writers 2026/04/21 02:19:50 DEBUG : file1: active writers 1 2026/04/21 02:19:50 DEBUG : time_test: reading active writers 2026/04/21 02:19:50 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:19:51 DEBUG : dir: Looking for writers 2026/04/21 02:19:51 DEBUG : Looking for writers 2026/04/21 02:19:51 DEBUG : dir: reading active writers 2026/04/21 02:19:51 DEBUG : file1: reading active writers 2026/04/21 02:19:51 DEBUG : file1: active writers 1 2026/04/21 02:19:51 DEBUG : time_test: reading active writers 2026/04/21 02:19:51 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:19:52 DEBUG : dir: Looking for writers 2026/04/21 02:19:52 DEBUG : Looking for writers 2026/04/21 02:19:52 DEBUG : file1: reading active writers 2026/04/21 02:19:52 DEBUG : file1: active writers 1 2026/04/21 02:19:52 DEBUG : time_test: reading active writers 2026/04/21 02:19:52 DEBUG : dir: reading active writers 2026/04/21 02:19:52 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:19:53 DEBUG : dir: Looking for writers 2026/04/21 02:19:53 DEBUG : Looking for writers 2026/04/21 02:19:53 DEBUG : file1: reading active writers 2026/04/21 02:19:53 DEBUG : file1: active writers 1 2026/04/21 02:19:53 DEBUG : time_test: reading active writers 2026/04/21 02:19:53 DEBUG : dir: reading active writers 2026/04/21 02:19:53 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:19:54 DEBUG : dir: Looking for writers 2026/04/21 02:19:54 DEBUG : Looking for writers 2026/04/21 02:19:54 DEBUG : dir: reading active writers 2026/04/21 02:19:54 DEBUG : file1: reading active writers 2026/04/21 02:19:54 DEBUG : file1: active writers 1 2026/04/21 02:19:54 DEBUG : time_test: reading active writers 2026/04/21 02:19:54 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:19:55 DEBUG : dir: Looking for writers 2026/04/21 02:19:55 DEBUG : Looking for writers 2026/04/21 02:19:55 DEBUG : dir: reading active writers 2026/04/21 02:19:55 DEBUG : file1: reading active writers 2026/04/21 02:19:55 DEBUG : file1: active writers 1 2026/04/21 02:19:55 DEBUG : time_test: reading active writers 2026/04/21 02:19:55 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:19:56 DEBUG : dir: Looking for writers 2026/04/21 02:19:56 DEBUG : Looking for writers 2026/04/21 02:19:56 DEBUG : time_test: reading active writers 2026/04/21 02:19:56 DEBUG : dir: reading active writers 2026/04/21 02:19:56 DEBUG : file1: reading active writers 2026/04/21 02:19:56 DEBUG : file1: active writers 1 2026/04/21 02:19:56 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:19:57 DEBUG : dir: Looking for writers 2026/04/21 02:19:57 DEBUG : Looking for writers 2026/04/21 02:19:57 DEBUG : dir: reading active writers 2026/04/21 02:19:57 DEBUG : file1: reading active writers 2026/04/21 02:19:57 DEBUG : file1: active writers 1 2026/04/21 02:19:57 DEBUG : time_test: reading active writers 2026/04/21 02:19:57 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:19:58 DEBUG : dir: Looking for writers 2026/04/21 02:19:58 DEBUG : Looking for writers 2026/04/21 02:19:58 DEBUG : dir: reading active writers 2026/04/21 02:19:58 DEBUG : file1: reading active writers 2026/04/21 02:19:58 DEBUG : file1: active writers 1 2026/04/21 02:19:58 DEBUG : time_test: reading active writers 2026/04/21 02:19:58 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:19:59 DEBUG : dir: Looking for writers 2026/04/21 02:19:59 DEBUG : Looking for writers 2026/04/21 02:19:59 DEBUG : dir: reading active writers 2026/04/21 02:19:59 DEBUG : file1: reading active writers 2026/04/21 02:19:59 DEBUG : file1: active writers 1 2026/04/21 02:19:59 DEBUG : time_test: reading active writers 2026/04/21 02:19:59 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:20:00 DEBUG : dir: Looking for writers 2026/04/21 02:20:00 DEBUG : Looking for writers 2026/04/21 02:20:00 DEBUG : dir: reading active writers 2026/04/21 02:20:00 DEBUG : file1: reading active writers 2026/04/21 02:20:00 DEBUG : file1: active writers 1 2026/04/21 02:20:00 DEBUG : time_test: reading active writers 2026/04/21 02:20:00 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:20:01 DEBUG : forgetting directory cache 2026/04/21 02:20:01 DEBUG : dir: forgetting directory cache 2026/04/21 02:20:01 DEBUG : dir: forgetting directory cache 2026/04/21 02:20:01 DEBUG : dir: Looking for writers 2026/04/21 02:20:01 DEBUG : Looking for writers 2026/04/21 02:20:01 DEBUG : dir: reading active writers 2026/04/21 02:20:01 DEBUG : file1: reading active writers 2026/04/21 02:20:01 DEBUG : file1: active writers 1 2026/04/21 02:20:01 DEBUG : time_test: reading active writers 2026/04/21 02:20:01 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:20:02 DEBUG : dir: Looking for writers 2026/04/21 02:20:02 DEBUG : Looking for writers 2026/04/21 02:20:02 DEBUG : time_test: reading active writers 2026/04/21 02:20:02 DEBUG : dir: reading active writers 2026/04/21 02:20:02 DEBUG : file1: reading active writers 2026/04/21 02:20:02 DEBUG : file1: active writers 1 2026/04/21 02:20:02 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:20:03 DEBUG : dir: Looking for writers 2026/04/21 02:20:03 DEBUG : Looking for writers 2026/04/21 02:20:03 DEBUG : dir: reading active writers 2026/04/21 02:20:03 DEBUG : file1: reading active writers 2026/04/21 02:20:03 DEBUG : file1: active writers 1 2026/04/21 02:20:03 DEBUG : time_test: reading active writers 2026/04/21 02:20:03 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:20:04 DEBUG : dir: Looking for writers 2026/04/21 02:20:04 DEBUG : Looking for writers 2026/04/21 02:20:04 DEBUG : time_test: reading active writers 2026/04/21 02:20:04 DEBUG : dir: reading active writers 2026/04/21 02:20:04 DEBUG : file1: reading active writers 2026/04/21 02:20:04 DEBUG : file1: active writers 1 2026/04/21 02:20:04 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:20:05 DEBUG : dir: Looking for writers 2026/04/21 02:20:05 DEBUG : Looking for writers 2026/04/21 02:20:05 DEBUG : file1: reading active writers 2026/04/21 02:20:05 DEBUG : file1: active writers 1 2026/04/21 02:20:05 DEBUG : time_test: reading active writers 2026/04/21 02:20:05 DEBUG : dir: reading active writers 2026/04/21 02:20:05 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:20:06 DEBUG : dir: Looking for writers 2026/04/21 02:20:06 DEBUG : Looking for writers 2026/04/21 02:20:06 DEBUG : dir: reading active writers 2026/04/21 02:20:06 DEBUG : file1: reading active writers 2026/04/21 02:20:06 DEBUG : file1: active writers 1 2026/04/21 02:20:06 DEBUG : time_test: reading active writers 2026/04/21 02:20:06 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:20:07 DEBUG : dir: Looking for writers 2026/04/21 02:20:07 DEBUG : Looking for writers 2026/04/21 02:20:07 DEBUG : dir: reading active writers 2026/04/21 02:20:07 DEBUG : file1: reading active writers 2026/04/21 02:20:07 DEBUG : file1: active writers 1 2026/04/21 02:20:07 DEBUG : time_test: reading active writers 2026/04/21 02:20:07 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:20:08 DEBUG : dir: Looking for writers 2026/04/21 02:20:08 DEBUG : Looking for writers 2026/04/21 02:20:08 DEBUG : dir: reading active writers 2026/04/21 02:20:08 DEBUG : file1: reading active writers 2026/04/21 02:20:08 DEBUG : file1: active writers 1 2026/04/21 02:20:08 DEBUG : time_test: reading active writers 2026/04/21 02:20:08 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:20:09 DEBUG : dir: Looking for writers 2026/04/21 02:20:09 DEBUG : Looking for writers 2026/04/21 02:20:09 DEBUG : dir: reading active writers 2026/04/21 02:20:09 DEBUG : file1: reading active writers 2026/04/21 02:20:09 DEBUG : file1: active writers 1 2026/04/21 02:20:09 DEBUG : time_test: reading active writers 2026/04/21 02:20:09 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:20:10 DEBUG : dir: Looking for writers 2026/04/21 02:20:10 DEBUG : Looking for writers 2026/04/21 02:20:10 DEBUG : file1: reading active writers 2026/04/21 02:20:10 DEBUG : file1: active writers 1 2026/04/21 02:20:10 DEBUG : time_test: reading active writers 2026/04/21 02:20:10 DEBUG : dir: reading active writers 2026/04/21 02:20:10 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:20:11 DEBUG : dir: Looking for writers 2026/04/21 02:20:11 DEBUG : Looking for writers 2026/04/21 02:20:11 DEBUG : file1: reading active writers 2026/04/21 02:20:11 DEBUG : file1: active writers 1 2026/04/21 02:20:11 DEBUG : time_test: reading active writers 2026/04/21 02:20:11 DEBUG : dir: reading active writers 2026/04/21 02:20:11 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:20:12 DEBUG : dir: Looking for writers 2026/04/21 02:20:12 DEBUG : Looking for writers 2026/04/21 02:20:12 DEBUG : dir: reading active writers 2026/04/21 02:20:12 DEBUG : file1: reading active writers 2026/04/21 02:20:12 DEBUG : file1: active writers 1 2026/04/21 02:20:12 DEBUG : time_test: reading active writers 2026/04/21 02:20:12 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:20:13 DEBUG : dir: Looking for writers 2026/04/21 02:20:13 DEBUG : Looking for writers 2026/04/21 02:20:13 DEBUG : file1: reading active writers 2026/04/21 02:20:13 DEBUG : file1: active writers 1 2026/04/21 02:20:13 DEBUG : time_test: reading active writers 2026/04/21 02:20:13 DEBUG : dir: reading active writers 2026/04/21 02:20:13 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:20:14 DEBUG : dir: Looking for writers 2026/04/21 02:20:14 DEBUG : Looking for writers 2026/04/21 02:20:14 DEBUG : dir: reading active writers 2026/04/21 02:20:14 DEBUG : file1: reading active writers 2026/04/21 02:20:14 DEBUG : file1: active writers 1 2026/04/21 02:20:14 DEBUG : time_test: reading active writers 2026/04/21 02:20:14 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:20:15 DEBUG : dir: Looking for writers 2026/04/21 02:20:15 DEBUG : Looking for writers 2026/04/21 02:20:15 DEBUG : dir: reading active writers 2026/04/21 02:20:15 DEBUG : file1: reading active writers 2026/04/21 02:20:15 DEBUG : file1: active writers 1 2026/04/21 02:20:15 DEBUG : time_test: reading active writers 2026/04/21 02:20:15 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:20:16 DEBUG : dir: Looking for writers 2026/04/21 02:20:16 DEBUG : Looking for writers 2026/04/21 02:20:16 DEBUG : dir: reading active writers 2026/04/21 02:20:16 DEBUG : file1: reading active writers 2026/04/21 02:20:16 DEBUG : file1: active writers 1 2026/04/21 02:20:16 DEBUG : time_test: reading active writers 2026/04/21 02:20:16 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:20:17 ERROR : Exiting even though 1 writers active and 0 cache items in use after 30s Cache: 2026/04/21 02:20:17 DEBUG : >WaitForWriters: run.go:130: removing file "file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit 2026/04/21 02:20:24 DEBUG : forgetting directory cache run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:321 Error: Should be true Test: TestWriteFileModTimeWithOpenWriters Messages: listing wrong, want got dir/file1 (14), file1 (5), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:321 Error: Should be true Test: TestWriteFileModTimeWithOpenWriters Messages: Unexpected file "file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:321 Error: Should be true Test: TestWriteFileModTimeWithOpenWriters Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:321 Error: Should be true Test: TestWriteFileModTimeWithOpenWriters Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:321 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestWriteFileModTimeWithOpenWriters Messages: directories --- FAIL: TestWriteFileModTimeWithOpenWriters (53.73s) === RUN TestFileReadAtZeroLength run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:20:40 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:20:40 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 02:20:40 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:20:41 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:20:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:20:41 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/21 02:20:41 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/21 02:20:41 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/21 02:20:41 DEBUG : file1: Open: flags=O_RDONLY 2026/04/21 02:20:41 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/21 02:20:41 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/21 02:20:41 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 write_test.go:370: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:370 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:380 Error: Received unexpected error: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestFileReadAtZeroLength 2026/04/21 02:20:41 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:20:41 DEBUG : dir: Looking for writers 2026/04/21 02:20:41 DEBUG : Looking for writers 2026/04/21 02:20:41 DEBUG : dir: reading active writers 2026/04/21 02:20:41 DEBUG : file1: reading active writers 2026/04/21 02:20:41 DEBUG : time_test: reading active writers 2026/04/21 02:20:41 DEBUG : >WaitForWriters: run.go:130: removing file "file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit 2026/04/21 02:20:44 DEBUG : forgetting directory cache run.go:133: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit 2026/04/21 02:20:49 DEBUG : forgetting directory cache 2026/04/21 02:20:49 DEBUG : dir: forgetting directory cache 2026/04/21 02:20:49 DEBUG : dir/virtualDir: forgetting directory cache 2026/04/21 02:20:49 DEBUG : dir: forgetting directory cache 2026/04/21 02:20:49 DEBUG : dir/virtualDir: forgetting directory cache run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestFileReadAtZeroLength Messages: listing wrong, want got dir/file1 (14), file1 (5), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestFileReadAtZeroLength Messages: Unexpected file "file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestFileReadAtZeroLength Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestFileReadAtZeroLength Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileReadAtZeroLength Messages: directories --- FAIL: TestFileReadAtZeroLength (23.91s) === RUN TestFileReadAtNonZeroLength run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:21:04 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:21:04 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 02:21:04 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/21 02:21:04 DEBUG : forgetting directory cache 2026/04/21 02:21:05 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/21 02:21:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/21 02:21:05 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/21 02:21:05 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/21 02:21:05 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes write_test.go:350: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:350 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:384 Error: Received unexpected error: permission denied Test: TestFileReadAtNonZeroLength 2026/04/21 02:21:05 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:21:05 DEBUG : dir: Looking for writers 2026/04/21 02:21:05 DEBUG : Looking for writers 2026/04/21 02:21:05 DEBUG : dir: reading active writers 2026/04/21 02:21:05 DEBUG : file1: reading active writers 2026/04/21 02:21:05 DEBUG : file1: active writers 1 2026/04/21 02:21:05 DEBUG : time_test: reading active writers 2026/04/21 02:21:05 DEBUG : Still 1 writers active and 0 cache items in use, waiting 10ms 2026/04/21 02:21:05 DEBUG : dir: Looking for writers 2026/04/21 02:21:05 DEBUG : Looking for writers 2026/04/21 02:21:05 DEBUG : time_test: reading active writers 2026/04/21 02:21:05 DEBUG : dir: reading active writers 2026/04/21 02:21:05 DEBUG : file1: reading active writers 2026/04/21 02:21:05 DEBUG : file1: active writers 1 2026/04/21 02:21:05 DEBUG : Still 1 writers active and 0 cache items in use, waiting 20ms 2026/04/21 02:21:05 DEBUG : dir: Looking for writers 2026/04/21 02:21:05 DEBUG : Looking for writers 2026/04/21 02:21:05 DEBUG : dir: reading active writers 2026/04/21 02:21:05 DEBUG : file1: reading active writers 2026/04/21 02:21:05 DEBUG : file1: active writers 1 2026/04/21 02:21:05 DEBUG : time_test: reading active writers 2026/04/21 02:21:05 DEBUG : Still 1 writers active and 0 cache items in use, waiting 40ms 2026/04/21 02:21:05 DEBUG : dir: Looking for writers 2026/04/21 02:21:05 DEBUG : Looking for writers 2026/04/21 02:21:05 DEBUG : file1: reading active writers 2026/04/21 02:21:05 DEBUG : file1: active writers 1 2026/04/21 02:21:05 DEBUG : time_test: reading active writers 2026/04/21 02:21:05 DEBUG : dir: reading active writers 2026/04/21 02:21:05 DEBUG : Still 1 writers active and 0 cache items in use, waiting 80ms 2026/04/21 02:21:05 DEBUG : dir: Looking for writers 2026/04/21 02:21:05 DEBUG : Looking for writers 2026/04/21 02:21:05 DEBUG : dir: reading active writers 2026/04/21 02:21:05 DEBUG : file1: reading active writers 2026/04/21 02:21:05 DEBUG : file1: active writers 1 2026/04/21 02:21:05 DEBUG : time_test: reading active writers 2026/04/21 02:21:05 DEBUG : Still 1 writers active and 0 cache items in use, waiting 160ms 2026/04/21 02:21:05 DEBUG : dir: Looking for writers 2026/04/21 02:21:05 DEBUG : Looking for writers 2026/04/21 02:21:05 DEBUG : dir: reading active writers 2026/04/21 02:21:05 DEBUG : file1: reading active writers 2026/04/21 02:21:05 DEBUG : file1: active writers 1 2026/04/21 02:21:05 DEBUG : time_test: reading active writers 2026/04/21 02:21:05 DEBUG : Still 1 writers active and 0 cache items in use, waiting 320ms 2026/04/21 02:21:05 DEBUG : dir: Looking for writers 2026/04/21 02:21:05 DEBUG : Looking for writers 2026/04/21 02:21:05 DEBUG : dir: reading active writers 2026/04/21 02:21:05 DEBUG : file1: reading active writers 2026/04/21 02:21:05 DEBUG : file1: active writers 1 2026/04/21 02:21:05 DEBUG : time_test: reading active writers 2026/04/21 02:21:05 DEBUG : Still 1 writers active and 0 cache items in use, waiting 640ms 2026/04/21 02:21:06 DEBUG : dir: Looking for writers 2026/04/21 02:21:06 DEBUG : Looking for writers 2026/04/21 02:21:06 DEBUG : dir: reading active writers 2026/04/21 02:21:06 DEBUG : file1: reading active writers 2026/04/21 02:21:06 DEBUG : file1: active writers 1 2026/04/21 02:21:06 DEBUG : time_test: reading active writers 2026/04/21 02:21:06 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:07 DEBUG : dir: Looking for writers 2026/04/21 02:21:07 DEBUG : Looking for writers 2026/04/21 02:21:07 DEBUG : dir: reading active writers 2026/04/21 02:21:07 DEBUG : file1: reading active writers 2026/04/21 02:21:07 DEBUG : file1: active writers 1 2026/04/21 02:21:07 DEBUG : time_test: reading active writers 2026/04/21 02:21:07 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:08 DEBUG : dir: Looking for writers 2026/04/21 02:21:08 DEBUG : Looking for writers 2026/04/21 02:21:08 DEBUG : dir: reading active writers 2026/04/21 02:21:08 DEBUG : file1: reading active writers 2026/04/21 02:21:08 DEBUG : file1: active writers 1 2026/04/21 02:21:08 DEBUG : time_test: reading active writers 2026/04/21 02:21:08 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:09 DEBUG : dir: Looking for writers 2026/04/21 02:21:09 DEBUG : Looking for writers 2026/04/21 02:21:09 DEBUG : dir: reading active writers 2026/04/21 02:21:09 DEBUG : file1: reading active writers 2026/04/21 02:21:09 DEBUG : file1: active writers 1 2026/04/21 02:21:09 DEBUG : time_test: reading active writers 2026/04/21 02:21:09 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:10 DEBUG : dir: Looking for writers 2026/04/21 02:21:10 DEBUG : Looking for writers 2026/04/21 02:21:10 DEBUG : dir: reading active writers 2026/04/21 02:21:10 DEBUG : file1: reading active writers 2026/04/21 02:21:10 DEBUG : file1: active writers 1 2026/04/21 02:21:10 DEBUG : time_test: reading active writers 2026/04/21 02:21:10 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:11 DEBUG : dir: Looking for writers 2026/04/21 02:21:11 DEBUG : Looking for writers 2026/04/21 02:21:11 DEBUG : dir: reading active writers 2026/04/21 02:21:11 DEBUG : file1: reading active writers 2026/04/21 02:21:11 DEBUG : file1: active writers 1 2026/04/21 02:21:11 DEBUG : time_test: reading active writers 2026/04/21 02:21:11 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:12 DEBUG : dir: Looking for writers 2026/04/21 02:21:12 DEBUG : Looking for writers 2026/04/21 02:21:12 DEBUG : dir: reading active writers 2026/04/21 02:21:12 DEBUG : file1: reading active writers 2026/04/21 02:21:12 DEBUG : file1: active writers 1 2026/04/21 02:21:12 DEBUG : time_test: reading active writers 2026/04/21 02:21:12 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:13 DEBUG : dir: Looking for writers 2026/04/21 02:21:13 DEBUG : Looking for writers 2026/04/21 02:21:13 DEBUG : dir: reading active writers 2026/04/21 02:21:13 DEBUG : file1: reading active writers 2026/04/21 02:21:13 DEBUG : file1: active writers 1 2026/04/21 02:21:13 DEBUG : time_test: reading active writers 2026/04/21 02:21:13 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:14 DEBUG : dir: Looking for writers 2026/04/21 02:21:14 DEBUG : Looking for writers 2026/04/21 02:21:14 DEBUG : dir: reading active writers 2026/04/21 02:21:14 DEBUG : file1: reading active writers 2026/04/21 02:21:14 DEBUG : file1: active writers 1 2026/04/21 02:21:14 DEBUG : time_test: reading active writers 2026/04/21 02:21:14 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:15 DEBUG : dir: Looking for writers 2026/04/21 02:21:15 DEBUG : Looking for writers 2026/04/21 02:21:15 DEBUG : dir: reading active writers 2026/04/21 02:21:15 DEBUG : file1: reading active writers 2026/04/21 02:21:15 DEBUG : file1: active writers 1 2026/04/21 02:21:15 DEBUG : time_test: reading active writers 2026/04/21 02:21:15 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:16 DEBUG : dir: Looking for writers 2026/04/21 02:21:16 DEBUG : Looking for writers 2026/04/21 02:21:16 DEBUG : dir: reading active writers 2026/04/21 02:21:16 DEBUG : file1: reading active writers 2026/04/21 02:21:16 DEBUG : file1: active writers 1 2026/04/21 02:21:16 DEBUG : time_test: reading active writers 2026/04/21 02:21:16 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:17 DEBUG : dir: Looking for writers 2026/04/21 02:21:17 DEBUG : Looking for writers 2026/04/21 02:21:17 DEBUG : dir: reading active writers 2026/04/21 02:21:17 DEBUG : file1: reading active writers 2026/04/21 02:21:17 DEBUG : file1: active writers 1 2026/04/21 02:21:17 DEBUG : time_test: reading active writers 2026/04/21 02:21:17 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:18 DEBUG : dir: Looking for writers 2026/04/21 02:21:18 DEBUG : Looking for writers 2026/04/21 02:21:18 DEBUG : file1: reading active writers 2026/04/21 02:21:18 DEBUG : file1: active writers 1 2026/04/21 02:21:18 DEBUG : time_test: reading active writers 2026/04/21 02:21:18 DEBUG : dir: reading active writers 2026/04/21 02:21:18 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:19 DEBUG : dir: Looking for writers 2026/04/21 02:21:19 DEBUG : Looking for writers 2026/04/21 02:21:19 DEBUG : dir: reading active writers 2026/04/21 02:21:19 DEBUG : file1: reading active writers 2026/04/21 02:21:19 DEBUG : file1: active writers 1 2026/04/21 02:21:19 DEBUG : time_test: reading active writers 2026/04/21 02:21:19 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:20 DEBUG : dir: Looking for writers 2026/04/21 02:21:20 DEBUG : Looking for writers 2026/04/21 02:21:20 DEBUG : dir: reading active writers 2026/04/21 02:21:20 DEBUG : file1: reading active writers 2026/04/21 02:21:20 DEBUG : file1: active writers 1 2026/04/21 02:21:20 DEBUG : time_test: reading active writers 2026/04/21 02:21:20 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:21 DEBUG : dir: Looking for writers 2026/04/21 02:21:21 DEBUG : Looking for writers 2026/04/21 02:21:21 DEBUG : dir: reading active writers 2026/04/21 02:21:21 DEBUG : file1: reading active writers 2026/04/21 02:21:21 DEBUG : file1: active writers 1 2026/04/21 02:21:21 DEBUG : time_test: reading active writers 2026/04/21 02:21:21 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:22 DEBUG : dir: Looking for writers 2026/04/21 02:21:22 DEBUG : Looking for writers 2026/04/21 02:21:22 DEBUG : dir: reading active writers 2026/04/21 02:21:22 DEBUG : file1: reading active writers 2026/04/21 02:21:22 DEBUG : file1: active writers 1 2026/04/21 02:21:22 DEBUG : time_test: reading active writers 2026/04/21 02:21:22 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:23 DEBUG : dir: Looking for writers 2026/04/21 02:21:23 DEBUG : Looking for writers 2026/04/21 02:21:23 DEBUG : dir: reading active writers 2026/04/21 02:21:23 DEBUG : file1: reading active writers 2026/04/21 02:21:23 DEBUG : file1: active writers 1 2026/04/21 02:21:23 DEBUG : time_test: reading active writers 2026/04/21 02:21:23 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:24 DEBUG : dir: Looking for writers 2026/04/21 02:21:24 DEBUG : Looking for writers 2026/04/21 02:21:24 DEBUG : dir: reading active writers 2026/04/21 02:21:24 DEBUG : file1: reading active writers 2026/04/21 02:21:24 DEBUG : file1: active writers 1 2026/04/21 02:21:24 DEBUG : time_test: reading active writers 2026/04/21 02:21:24 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:25 DEBUG : dir: Looking for writers 2026/04/21 02:21:25 DEBUG : Looking for writers 2026/04/21 02:21:25 DEBUG : file1: reading active writers 2026/04/21 02:21:25 DEBUG : file1: active writers 1 2026/04/21 02:21:25 DEBUG : time_test: reading active writers 2026/04/21 02:21:25 DEBUG : dir: reading active writers 2026/04/21 02:21:25 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:26 DEBUG : dir: Looking for writers 2026/04/21 02:21:26 DEBUG : Looking for writers 2026/04/21 02:21:26 DEBUG : dir: reading active writers 2026/04/21 02:21:26 DEBUG : file1: reading active writers 2026/04/21 02:21:26 DEBUG : file1: active writers 1 2026/04/21 02:21:26 DEBUG : time_test: reading active writers 2026/04/21 02:21:26 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:27 DEBUG : dir: Looking for writers 2026/04/21 02:21:27 DEBUG : Looking for writers 2026/04/21 02:21:27 DEBUG : file1: reading active writers 2026/04/21 02:21:27 DEBUG : file1: active writers 1 2026/04/21 02:21:27 DEBUG : time_test: reading active writers 2026/04/21 02:21:27 DEBUG : dir: reading active writers 2026/04/21 02:21:27 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:28 DEBUG : dir: Looking for writers 2026/04/21 02:21:28 DEBUG : Looking for writers 2026/04/21 02:21:28 DEBUG : dir: reading active writers 2026/04/21 02:21:28 DEBUG : file1: reading active writers 2026/04/21 02:21:28 DEBUG : file1: active writers 1 2026/04/21 02:21:28 DEBUG : time_test: reading active writers 2026/04/21 02:21:28 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:29 DEBUG : dir: Looking for writers 2026/04/21 02:21:29 DEBUG : Looking for writers 2026/04/21 02:21:29 DEBUG : dir: reading active writers 2026/04/21 02:21:29 DEBUG : file1: reading active writers 2026/04/21 02:21:29 DEBUG : file1: active writers 1 2026/04/21 02:21:29 DEBUG : time_test: reading active writers 2026/04/21 02:21:29 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:30 DEBUG : dir: Looking for writers 2026/04/21 02:21:30 DEBUG : Looking for writers 2026/04/21 02:21:30 DEBUG : dir: reading active writers 2026/04/21 02:21:30 DEBUG : file1: reading active writers 2026/04/21 02:21:30 DEBUG : file1: active writers 1 2026/04/21 02:21:30 DEBUG : time_test: reading active writers 2026/04/21 02:21:30 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:31 DEBUG : dir: Looking for writers 2026/04/21 02:21:31 DEBUG : Looking for writers 2026/04/21 02:21:31 DEBUG : dir: reading active writers 2026/04/21 02:21:31 DEBUG : file1: reading active writers 2026/04/21 02:21:31 DEBUG : file1: active writers 1 2026/04/21 02:21:31 DEBUG : time_test: reading active writers 2026/04/21 02:21:31 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:32 DEBUG : dir: Looking for writers 2026/04/21 02:21:32 DEBUG : Looking for writers 2026/04/21 02:21:32 DEBUG : time_test: reading active writers 2026/04/21 02:21:32 DEBUG : dir: reading active writers 2026/04/21 02:21:32 DEBUG : file1: reading active writers 2026/04/21 02:21:32 DEBUG : file1: active writers 1 2026/04/21 02:21:32 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:33 DEBUG : dir: Looking for writers 2026/04/21 02:21:33 DEBUG : Looking for writers 2026/04/21 02:21:33 DEBUG : dir: reading active writers 2026/04/21 02:21:33 DEBUG : file1: reading active writers 2026/04/21 02:21:33 DEBUG : file1: active writers 1 2026/04/21 02:21:33 DEBUG : time_test: reading active writers 2026/04/21 02:21:33 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:34 DEBUG : dir: Looking for writers 2026/04/21 02:21:34 DEBUG : Looking for writers 2026/04/21 02:21:34 DEBUG : dir: reading active writers 2026/04/21 02:21:34 DEBUG : file1: reading active writers 2026/04/21 02:21:34 DEBUG : file1: active writers 1 2026/04/21 02:21:34 DEBUG : time_test: reading active writers 2026/04/21 02:21:34 DEBUG : Still 1 writers active and 0 cache items in use, waiting 1s 2026/04/21 02:21:35 ERROR : Exiting even though 1 writers active and 0 cache items in use after 30s Cache: 2026/04/21 02:21:35 DEBUG : >WaitForWriters: run.go:130: removing file "file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit 2026/04/21 02:21:42 DEBUG : forgetting directory cache 2026/04/21 02:21:42 DEBUG : dir: forgetting directory cache run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:350 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:384 Error: Should be true Test: TestFileReadAtNonZeroLength Messages: listing wrong, want got dir/file1 (14), file1 (5), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:350 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:384 Error: Should be true Test: TestFileReadAtNonZeroLength Messages: Unexpected file "file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:350 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:384 Error: Should be true Test: TestFileReadAtNonZeroLength Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:350 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:384 Error: Should be true Test: TestFileReadAtNonZeroLength Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:350 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:384 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestFileReadAtNonZeroLength Messages: directories --- FAIL: TestFileReadAtNonZeroLength (53.78s) === RUN TestZipManyFiles run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:21:58 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:21:58 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 02:22:02 DEBUG : flat/f000.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 02:22:02 DEBUG : flat/f000.txt: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 02:22:04 DEBUG : flat/f001.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 02:22:05 DEBUG : flat/f001.txt: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 02:22:05 DEBUG : flat/f001.txt: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 02:22:06 DEBUG : flat/f001.txt: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 02:22:07 DEBUG : flat/f001.txt: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/21 02:22:07 DEBUG : forgetting directory cache 2026/04/21 02:22:07 DEBUG : dir: forgetting directory cache 2026/04/21 02:22:10 DEBUG : flat/f002.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 02:22:11 DEBUG : flat/f002.txt: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 02:22:11 DEBUG : flat/f002.txt: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 02:22:12 DEBUG : flat/f002.txt: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 02:22:13 DEBUG : flat/f002.txt: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/21 02:22:16 DEBUG : flat/f003.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 02:22:17 DEBUG : flat/f003.txt: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 02:22:19 DEBUG : flat/f004.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 02:22:19 DEBUG : flat/f004.txt: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 02:22:20 DEBUG : flat/f004.txt: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 02:22:20 DEBUG : flat/f004.txt: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 02:22:21 DEBUG : flat/f004.txt: Trying to read object after upload: try again in 1.6s (5/10) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 2026/04/21 02:22:26 DEBUG : forgetting directory cache 2026/04/21 02:22:26 DEBUG : dir: forgetting directory cache 2026/04/21 02:22:26 DEBUG : dir: forgetting directory cache fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:65 Error: Should be true Test: TestZipManyFiles Messages: listing wrong, want flat/f000.txt (7), flat/f001.txt (14), flat/f002.txt (21), flat/f003.txt (28), flat/f004.txt (35) got dir/file1 (14), file1 (5), flat/f000.txt (7), flat/f001.txt (14), flat/f002.txt (21), flat/f003.txt (28), flat/f004.txt (35), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:65 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestZipManyFiles Messages: Unexpected file "file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:65 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestZipManyFiles Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:65 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestZipManyFiles Messages: Unexpected file "dir/file1" 2026/04/21 02:22:33 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/04/21 02:22:33 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/04/21 02:22:33 DEBUG : flat/f000.txt: Set virtual modtime to 2026-04-21 02:22:00 +0000 UTC 2026/04/21 02:22:33 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 zip_test.go:71: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:71 Error: Received unexpected error: create zip copy: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestZipManyFiles 2026/04/21 02:22:33 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:22:33 DEBUG : dir: Looking for writers 2026/04/21 02:22:33 DEBUG : flat: Looking for writers 2026/04/21 02:22:33 DEBUG : f000.txt: reading active writers 2026/04/21 02:22:33 DEBUG : f001.txt: reading active writers 2026/04/21 02:22:33 DEBUG : f002.txt: reading active writers 2026/04/21 02:22:33 DEBUG : f003.txt: reading active writers 2026/04/21 02:22:33 DEBUG : f004.txt: reading active writers 2026/04/21 02:22:33 DEBUG : Looking for writers 2026/04/21 02:22:33 DEBUG : dir: reading active writers 2026/04/21 02:22:33 DEBUG : file1: reading active writers 2026/04/21 02:22:33 DEBUG : flat: reading active writers 2026/04/21 02:22:33 DEBUG : time_test: reading active writers 2026/04/21 02:22:33 DEBUG : >WaitForWriters: run.go:130: removing file "file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "flat" failed - try 1/3: directory not empty run.go:130: removing dir "flat" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:71 Error: Should be true Test: TestZipManyFiles Messages: listing wrong, want got dir/file1 (14), file1 (5), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:71 Error: Should be true Test: TestZipManyFiles Messages: Unexpected file "file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:71 Error: Should be true Test: TestZipManyFiles Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:71 Error: Should be true Test: TestZipManyFiles Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:71 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestZipManyFiles Messages: directories --- FAIL: TestZipManyFiles (69.11s) === RUN TestZipManySubDirs run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:23:07 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:23:07 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 02:23:14 DEBUG : forgetting directory cache 2026/04/21 02:23:14 DEBUG : dir: forgetting directory cache 2026/04/21 02:23:14 DEBUG : dir: Removed virtual directory entry vDel: "new_file.txt" 2026/04/21 02:23:16 DEBUG : a/b/mid.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 02:23:16 DEBUG : a/b/mid.txt: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 02:23:20 DEBUG : a/b/c/deep.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 02:23:20 DEBUG : a/b/c/deep.txt: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 02:23:21 DEBUG : a/b/c/deep.txt: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 02:23:21 DEBUG : a/b/c/deep.txt: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 02:23:22 DEBUG : a/b/c/deep.txt: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/21 02:23:25 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/04/21 02:23:25 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/04/21 02:23:25 DEBUG : a/b/c/deep.txt: Set virtual modtime to 2026-04-21 02:23:18 +0000 UTC 2026/04/21 02:23:25 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 zip_test.go:101: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:101 Error: Received unexpected error: create zip copy: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestZipManySubDirs 2026/04/21 02:23:25 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:23:25 DEBUG : a/b/c: Looking for writers 2026/04/21 02:23:25 DEBUG : deep.txt: reading active writers 2026/04/21 02:23:25 DEBUG : a/b: Looking for writers 2026/04/21 02:23:25 DEBUG : c: reading active writers 2026/04/21 02:23:25 DEBUG : mid.txt: reading active writers 2026/04/21 02:23:25 DEBUG : a: Looking for writers 2026/04/21 02:23:25 DEBUG : b: reading active writers 2026/04/21 02:23:25 DEBUG : top.txt: reading active writers 2026/04/21 02:23:25 DEBUG : dir: Looking for writers 2026/04/21 02:23:25 DEBUG : Looking for writers 2026/04/21 02:23:25 DEBUG : a: reading active writers 2026/04/21 02:23:25 DEBUG : dir: reading active writers 2026/04/21 02:23:25 DEBUG : file1: reading active writers 2026/04/21 02:23:25 DEBUG : time_test: reading active writers 2026/04/21 02:23:25 DEBUG : >WaitForWriters: run.go:130: removing file "file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit 2026/04/21 02:23:37 DEBUG : forgetting directory cache run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 2026/04/21 02:23:57 DEBUG : forgetting directory cache fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:101 Error: Should be true Test: TestZipManySubDirs Messages: listing wrong, want got dir/file1 (14), file1 (5), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:101 Error: Should be true Test: TestZipManySubDirs Messages: Unexpected file "file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:101 Error: Should be true Test: TestZipManySubDirs Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:101 Error: Should be true Test: TestZipManySubDirs Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:101 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestZipManySubDirs Messages: directories --- FAIL: TestZipManySubDirs (50.59s) === RUN TestZipLargeFiles run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:23:58 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:23:58 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 02:24:06 DEBUG : bigdir/big.bin: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 02:24:06 DEBUG : bigdir/big.bin: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 02:24:06 DEBUG : bigdir/big.bin: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 02:24:07 DEBUG : bigdir/big.bin: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 02:24:08 DEBUG : bigdir/big.bin: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/21 02:24:10 DEBUG : bigdir/big.bin: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/21 02:24:14 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/04/21 02:24:14 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/04/21 02:24:14 DEBUG : bigdir/big.bin: Set virtual modtime to 2026-04-21 02:24:02 +0000 UTC 2026/04/21 02:24:14 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 zip_test.go:131: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:131 Error: Received unexpected error: create zip copy: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestZipLargeFiles 2026/04/21 02:24:14 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:24:14 DEBUG : bigdir: Looking for writers 2026/04/21 02:24:14 DEBUG : big.bin: reading active writers 2026/04/21 02:24:14 DEBUG : dir: Looking for writers 2026/04/21 02:24:14 DEBUG : Looking for writers 2026/04/21 02:24:14 DEBUG : bigdir: reading active writers 2026/04/21 02:24:14 DEBUG : dir: reading active writers 2026/04/21 02:24:14 DEBUG : file1: reading active writers 2026/04/21 02:24:14 DEBUG : time_test: reading active writers 2026/04/21 02:24:14 DEBUG : >WaitForWriters: run.go:130: removing file "file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit 2026/04/21 02:24:26 DEBUG : forgetting directory cache 2026/04/21 02:24:26 DEBUG : forgetting directory cache 2026/04/21 02:24:26 DEBUG : c: forgetting directory cache 2026/04/21 02:24:26 DEBUG : d: forgetting directory cache 2026/04/21 02:24:26 DEBUG : dir: forgetting directory cache 2026/04/21 02:24:26 DEBUG : dir: forgetting directory cache 2026/04/21 02:24:26 DEBUG : forgetting directory cache 2026/04/21 02:24:26 DEBUG : a: forgetting directory cache 2026/04/21 02:24:26 DEBUG : b: forgetting directory cache 2026/04/21 02:24:26 DEBUG : Removed virtual directory entry vAddDir: "/" 2026/04/21 02:24:26 DEBUG : Removed virtual directory entry vAddDir: "a" 2026/04/21 02:24:26 DEBUG : Removed virtual directory entry vAddDir: "b" 2026/04/21 02:24:26 DEBUG : Removed virtual directory entry vAddDir: "c" 2026/04/21 02:24:26 DEBUG : Removed virtual directory entry vAddDir: "d" run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty run.go:130: removing dir "bigdir" failed - try 1/3: directory not empty run.go:130: removing dir "bigdir" failed - try 2/3: directory not empty run.go:130: removing dir "bigdir" failed - try 3/3: directory not empty run.go:133: removing dir "bigdir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache 2026/04/21 02:24:36 DEBUG : forgetting directory cache 2026/04/21 02:24:36 DEBUG : dir: forgetting directory cache 2026/04/21 02:24:36 DEBUG : dir: forgetting directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:131 Error: Should be true Test: TestZipLargeFiles Messages: listing wrong, want got dir/file1 (14), file1 (5), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:131 Error: Should be true Test: TestZipLargeFiles Messages: Unexpected file "file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:131 Error: Should be true Test: TestZipLargeFiles Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:131 Error: Should be true Test: TestZipLargeFiles Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:131 Error: Not equal: expected: []string{} actual : []string{"bigdir", "dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=6) "bigdir", + (string) (len=3) "dir" } Test: TestZipLargeFiles Messages: directories --- FAIL: TestZipLargeFiles (45.49s) === RUN TestZipDirsInRoot run.go:185: Remote "Linkbox root 'rclone-test-fuyoxas5tiji'", Local "Local file system at /tmp/rclone4083242776", Modify Window "876000h0m0s" 2026/04/21 02:24:43 INFO : Linkbox root 'rclone-test-fuyoxas5tiji': poll-interval is not supported by this remote 2026/04/21 02:24:43 NOTICE: Linkbox root 'rclone-test-fuyoxas5tiji': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/21 02:24:48 DEBUG : dir1/a.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 02:24:48 DEBUG : dir1/a.txt: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 02:24:48 DEBUG : dir1/a.txt: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 02:24:49 DEBUG : dir1/a.txt: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 02:24:50 DEBUG : dir1/a.txt: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/21 02:24:52 DEBUG : dir1/a.txt: Trying to read object after upload: try again in 3.2s (6/10) 2026/04/21 02:24:55 DEBUG : dir1/a.txt: Trying to read object after upload: try again in 6.4s (7/10) 2026/04/21 02:25:09 DEBUG : dir3/c.txt: Trying to read object after upload: try again in 100ms (1/10) 2026/04/21 02:25:10 DEBUG : dir3/c.txt: Trying to read object after upload: try again in 200ms (2/10) 2026/04/21 02:25:10 DEBUG : dir3/c.txt: Trying to read object after upload: try again in 400ms (3/10) 2026/04/21 02:25:11 DEBUG : dir3/c.txt: Trying to read object after upload: try again in 800ms (4/10) 2026/04/21 02:25:12 DEBUG : dir3/c.txt: Trying to read object after upload: try again in 1.6s (5/10) 2026/04/21 02:25:14 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/21 02:25:14 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/21 02:25:14 DEBUG : dir/file1: Set virtual modtime to 2026-04-21 01:39:25 +0000 UTC 2026/04/21 02:25:14 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 zip_test.go:148: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:148 Error: Received unexpected error: create zip copy: Open failed: HTTP error 403 (403 Forbidden) returned body: "ip incorrect" Test: TestZipDirsInRoot 2026/04/21 02:25:14 DEBUG : WaitForWriters: timeout=30s 2026/04/21 02:25:14 DEBUG : bigdir: Looking for writers 2026/04/21 02:25:14 DEBUG : dir: Looking for writers 2026/04/21 02:25:14 DEBUG : file1: reading active writers 2026/04/21 02:25:14 DEBUG : dir1: Looking for writers 2026/04/21 02:25:14 DEBUG : dir2: Looking for writers 2026/04/21 02:25:14 DEBUG : dir3: Looking for writers 2026/04/21 02:25:14 DEBUG : Looking for writers 2026/04/21 02:25:14 DEBUG : dir2: reading active writers 2026/04/21 02:25:14 DEBUG : dir3: reading active writers 2026/04/21 02:25:14 DEBUG : file1: reading active writers 2026/04/21 02:25:14 DEBUG : time_test: reading active writers 2026/04/21 02:25:14 DEBUG : bigdir: reading active writers 2026/04/21 02:25:14 DEBUG : dir: reading active writers 2026/04/21 02:25:14 DEBUG : dir1: reading active writers 2026/04/21 02:25:14 DEBUG : >WaitForWriters: run.go:130: removing file "file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "time_test" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "time_test" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 1/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 2/3: could not Remove: Linkbox error 403: not permit run.go:130: removing file "dir/file1" failed - try 3/3: could not Remove: Linkbox error 403: not permit run.go:133: removing file "dir/file1" failed: could not Remove: Linkbox error 403: not permit run.go:130: removing dir "dir2" failed - try 1/3: directory not empty run.go:130: removing dir "dir2" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 1/3: directory not empty run.go:130: removing dir "dir" failed - try 2/3: directory not empty run.go:130: removing dir "dir" failed - try 3/3: directory not empty run.go:133: removing dir "dir" failed: directory not empty fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 2026/04/21 02:25:49 DEBUG : forgetting directory cache 2026/04/21 02:25:49 DEBUG : dir: forgetting directory cache fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:148 Error: Should be true Test: TestZipDirsInRoot Messages: listing wrong, want got dir/file1 (14), file1 (5), time_test (5) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:148 Error: Should be true Test: TestZipDirsInRoot Messages: Unexpected file "file1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:148 Error: Should be true Test: TestZipDirsInRoot Messages: Unexpected file "time_test" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:148 Error: Should be true Test: TestZipDirsInRoot Messages: Unexpected file "dir/file1" fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:178 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/zip_test.go:148 Error: Not equal: expected: []string{} actual : []string{"dir"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dir" } Test: TestZipDirsInRoot Messages: directories --- FAIL: TestZipDirsInRoot (67.84s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) FAIL 2026/04/21 02:25:51 DEBUG : Linkbox root 'rclone-test-fuyoxas5tiji': Purge remote "./vfs.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose" - Finished ERROR in 51m40.307679928s (try 1/5): exit status 1: Failed [TestDirHandleMethods TestDirHandleReaddir TestDirHandleReaddirnames TestDirForgetAll TestDirSetModTime TestDirStat TestDirReadDirAll/Virtual TestDirOpen TestDirCreate TestDirMkdir TestDirMkdirSub TestDirRemove TestDirRemoveAll TestDirRemoveName TestDirRename TestDirFileOpen TestDirEntryModTimeInvalidation TestDirMetadataExtension TestFileMethods TestFileSetModTime/cache=off,open=false,write=false 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 TestRcGetVFS TestReadFileHandleMethods TestReadFileHandleSeek TestReadFileHandleReadAt TestReadFileHandleFlush TestReadFileHandleRelease TestRWFileHandleMethodsRead TestRWFileHandleSeek TestRWFileHandleReadAt TestRWFileHandleFlushRead TestRWFileHandleReleaseRead TestRWFileHandleMethodsWrite TestRWFileHandleWriteAt TestRWFileHandleFlushWrite TestRWFileHandleReleaseWrite TestRWFileHandleSizeTruncateExisting TestRWFileHandleSizeCreateExisting TestRWFileHandleSizeCreateNew TestRWFileHandleOpenTests/writes TestRWFileHandleOpenTests/full TestRWFileModTimeWithOpenWriters TestRWCacheRename TestRWCacheUpdate TestCaseSensitivity TestUnicodeNormalization TestVFSNew TestVFSNewWithOpts TestVFSRoot TestVFSStat TestVFSStatParent TestVFSOpenFile TestVFSRename TestVFSStatfs TestVFSMkdir TestVFSMkdirAll TestVFSIsMetadataFile TestWriteFileHandleMethods TestWriteFileHandleWriteAt TestWriteFileHandleFlush TestWriteFileHandleRelease TestWriteFileModTimeWithOpenWriters TestFileReadAtZeroLength TestFileReadAtNonZeroLength TestZipManyFiles TestZipManySubDirs TestZipLargeFiles TestZipDirsInRoot]