"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPOpenssh: -verbose" - Starting (try 1/5) 2026/05/12 05:21:42 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-kayinar2fuyo" 2026/05/12 05:21:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/12 05:21:42 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/05/12 05:21:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/05/12 05:21:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/05/12 05:21:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/05/12 05:21:42 DEBUG : Setting pass="k4Mx0fhAWUOAJHExprzZrLjyn4_TZEtu" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/05/12 05:21:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/05/12 05:21:42 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{T9JjS}" suffix to name 2026/05/12 05:21:42 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/05/12 05:21:42 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/05/12 05:21:42 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/05/12 05:21:42 DEBUG : Setting pass="k4Mx0fhAWUOAJHExprzZrLjyn4_TZEtu" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/05/12 05:21:42 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/05/12 05:21:42 NOTICE: TestSFTPOpenssh{T9JjS}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: New connection 127.0.0.1:48550->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell type "unix" from config 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Relative path resolved to "/home/rclone/rclone-test-kayinar2fuyo" 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Using root directory "/home/rclone/rclone-test-kayinar2fuyo" 2026/05/12 05:21:42 DEBUG : Creating backend with remote "/tmp/rclone2348162224" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:42 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:42 DEBUG : dir: Looking for writers 2026/05/12 05:21:42 DEBUG : Looking for writers 2026/05/12 05:21:42 DEBUG : dir: reading active writers 2026/05/12 05:21:42 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.03s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file2" 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file2 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: d1b75f73cb5fce53969131dd22562187 /home/rclone/rclone-test-kayinar2fuyo/dir/file2 2026/05/12 05:21:42 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file2" 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file2 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /home/rclone/rclone-test-kayinar2fuyo/dir/file2 2026/05/12 05:21:42 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/subdir/file3" 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/subdir/file3 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /home/rclone/rclone-test-kayinar2fuyo/dir/subdir/file3 2026/05/12 05:21:42 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/subdir/file3" 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/subdir/file3 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /home/rclone/rclone-test-kayinar2fuyo/dir/subdir/file3 2026/05/12 05:21:42 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/05/12 05:21:42 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:42 DEBUG : dir/subdir: Looking for writers 2026/05/12 05:21:42 DEBUG : dir: Looking for writers 2026/05/12 05:21:42 DEBUG : file2: reading active writers 2026/05/12 05:21:42 DEBUG : subdir: reading active writers 2026/05/12 05:21:42 DEBUG : file1: reading active writers 2026/05/12 05:21:42 DEBUG : Looking for writers 2026/05/12 05:21:42 DEBUG : dir: reading active writers 2026/05/12 05:21:42 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.04s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:42 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:42 DEBUG : dir: Looking for writers 2026/05/12 05:21:42 DEBUG : file1: reading active writers 2026/05/12 05:21:42 DEBUG : Looking for writers 2026/05/12 05:21:42 DEBUG : dir: reading active writers 2026/05/12 05:21:42 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.02s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:42 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:42 DEBUG : dir: Looking for writers 2026/05/12 05:21:42 DEBUG : Looking for writers 2026/05/12 05:21:42 DEBUG : dir: reading active writers 2026/05/12 05:21:42 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.02s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:42 DEBUG : dir: forgetting directory cache 2026/05/12 05:21:42 DEBUG : forgetting directory cache 2026/05/12 05:21:42 DEBUG : dir: forgetting directory cache 2026/05/12 05:21:42 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:42 DEBUG : Looking for writers 2026/05/12 05:21:42 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.02s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:43 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/05/12 05:21:43 DEBUG : dir: invalidating directory cache 2026/05/12 05:21:43 DEBUG : >ForgetPath: 2026/05/12 05:21:43 DEBUG : ForgetPath: relativePath="dir", type=0 2026/05/12 05:21:43 DEBUG : invalidating directory cache 2026/05/12 05:21:43 DEBUG : dir: forgetting directory cache 2026/05/12 05:21:43 DEBUG : >ForgetPath: 2026/05/12 05:21:43 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/05/12 05:21:43 DEBUG : >ForgetPath: 2026/05/12 05:21:43 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:43 DEBUG : dir: Looking for writers 2026/05/12 05:21:43 DEBUG : Looking for writers 2026/05/12 05:21:43 DEBUG : dir: reading active writers 2026/05/12 05:21:43 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.01s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: New connection 127.0.0.1:48564->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/fil/a/b/c" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/fil/a/b/c 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /home/rclone/rclone-test-kayinar2fuyo/fil/a/b/c 2026/05/12 05:21:43 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/fil/a/b/c" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/fil/a/b/c 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /home/rclone/rclone-test-kayinar2fuyo/fil/a/b/c 2026/05/12 05:21:43 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:43 DEBUG : forgetting directory cache 2026/05/12 05:21:43 DEBUG : dir: forgetting directory cache 2026/05/12 05:21:43 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:43 DEBUG : dir: Looking for writers 2026/05/12 05:21:43 DEBUG : fil/a/b: Looking for writers 2026/05/12 05:21:43 DEBUG : fil/a: Looking for writers 2026/05/12 05:21:43 DEBUG : b: reading active writers 2026/05/12 05:21:43 DEBUG : fil: Looking for writers 2026/05/12 05:21:43 DEBUG : a: reading active writers 2026/05/12 05:21:43 DEBUG : Looking for writers 2026/05/12 05:21:43 DEBUG : dir: reading active writers 2026/05/12 05:21:43 DEBUG : fil: reading active writers 2026/05/12 05:21:43 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.13s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:43 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:43 DEBUG : dir: Looking for writers 2026/05/12 05:21:43 DEBUG : Looking for writers 2026/05/12 05:21:43 DEBUG : dir: reading active writers 2026/05/12 05:21:43 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.02s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:43 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:43 DEBUG : dir: Looking for writers 2026/05/12 05:21:43 DEBUG : file1: reading active writers 2026/05/12 05:21:43 DEBUG : Looking for writers 2026/05/12 05:21:43 DEBUG : dir: reading active writers 2026/05/12 05:21:43 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.01s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file2" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file2 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: d1b75f73cb5fce53969131dd22562187 /home/rclone/rclone-test-kayinar2fuyo/dir/file2 2026/05/12 05:21:43 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file2" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file2 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /home/rclone/rclone-test-kayinar2fuyo/dir/file2 2026/05/12 05:21:43 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/subdir/file3" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/subdir/file3 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /home/rclone/rclone-test-kayinar2fuyo/dir/subdir/file3 2026/05/12 05:21:43 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/subdir/file3" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/subdir/file3 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /home/rclone/rclone-test-kayinar2fuyo/dir/subdir/file3 2026/05/12 05:21:43 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/05/12 05:21:43 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/05/12 05:21:43 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/05/12 05:21:43 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/12 05:21:43 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/05/12 05:21:43 DEBUG : Waiting for deletions to finish 2026/05/12 05:21:43 INFO : dir/subdir/file3: Deleted 2026/05/12 05:21:43 DEBUG : removing 1 level 2 directories 2026/05/12 05:21:43 INFO : dir/subdir: Removing directory 2026/05/12 05:21:43 DEBUG : dir: invalidating directory cache 2026/05/12 05:21:43 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/05/12 05:21:43 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/05/12 05:21:43 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/05/12 05:21:43 DEBUG : dir/file1: Reset virtual modtime 2026/05/12 05:21:43 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/05/12 05:21:43 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/12 05:21:43 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/05/12 05:21:43 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/05/12 05:21:43 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 05:21:43 DEBUG : dir: invalidating directory cache 2026/05/12 05:21:43 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/05/12 05:21:43 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/05/12 05:21:43 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/12 05:21:43 DEBUG : forgetting directory cache 2026/05/12 05:21:43 DEBUG : dir: forgetting directory cache 2026/05/12 05:21:43 DEBUG : dir/virtualDir: forgetting directory cache 2026/05/12 05:21:43 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:43 DEBUG : dir/virtualDir: Looking for writers 2026/05/12 05:21:43 DEBUG : dir: Looking for writers 2026/05/12 05:21:43 DEBUG : file1: reading active writers 2026/05/12 05:21:43 DEBUG : virtualFile2: reading active writers 2026/05/12 05:21:43 DEBUG : virtualFile: reading active writers 2026/05/12 05:21:43 DEBUG : virtualDir: reading active writers 2026/05/12 05:21:43 DEBUG : Looking for writers 2026/05/12 05:21:43 DEBUG : dir: reading active writers 2026/05/12 05:21:43 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.06s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:43 ERROR : dir/: Can only open directories read only 2026/05/12 05:21:43 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:43 DEBUG : dir: Looking for writers 2026/05/12 05:21:43 DEBUG : Looking for writers 2026/05/12 05:21:43 DEBUG : dir: reading active writers 2026/05/12 05:21:43 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.02s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:43 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:43 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/12 05:21:43 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/05/12 05:21:43 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/12 05:21:43 DEBUG : dir/potato: size = 5 OK 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/potato" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/potato 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kayinar2fuyo/dir/potato 2026/05/12 05:21:43 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 05:21:43 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/12 05:21:43 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/05/12 05:21:43 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/12 05:21:43 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:43 DEBUG : dir: Looking for writers 2026/05/12 05:21:43 DEBUG : potato: reading active writers 2026/05/12 05:21:43 DEBUG : file1: reading active writers 2026/05/12 05:21:43 DEBUG : Looking for writers 2026/05/12 05:21:43 DEBUG : dir: reading active writers 2026/05/12 05:21:43 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.13s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:43 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:43 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:43 DEBUG : dir/sub: Looking for writers 2026/05/12 05:21:43 DEBUG : dir: Looking for writers 2026/05/12 05:21:43 DEBUG : file1: reading active writers 2026/05/12 05:21:43 DEBUG : sub: reading active writers 2026/05/12 05:21:43 DEBUG : Looking for writers 2026/05/12 05:21:43 DEBUG : dir: reading active writers 2026/05/12 05:21:43 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.14s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:43 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/12 05:21:43 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:43 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:43 DEBUG : dir/sub/subsub: Looking for writers 2026/05/12 05:21:43 DEBUG : dir/sub: Looking for writers 2026/05/12 05:21:43 DEBUG : subsub: reading active writers 2026/05/12 05:21:43 DEBUG : dir: Looking for writers 2026/05/12 05:21:43 DEBUG : file1: reading active writers 2026/05/12 05:21:43 DEBUG : sub: reading active writers 2026/05/12 05:21:43 DEBUG : Looking for writers 2026/05/12 05:21:43 DEBUG : dir: reading active writers 2026/05/12 05:21:43 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.04s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:43 ERROR : dir/: Dir.Remove not empty 2026/05/12 05:21:43 DEBUG : dir/file1: Remove: 2026/05/12 05:21:43 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 05:21:43 DEBUG : dir/file1: >Remove: err= 2026/05/12 05:21:43 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/12 05:21:43 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:43 DEBUG : Looking for writers 2026/05/12 05:21:43 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.02s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:43 DEBUG : dir/file1: Remove: 2026/05/12 05:21:43 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 05:21:43 DEBUG : dir/file1: >Remove: err= 2026/05/12 05:21:43 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/12 05:21:43 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:43 DEBUG : Looking for writers 2026/05/12 05:21:43 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.02s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:43 DEBUG : dir/file1: Remove: 2026/05/12 05:21:43 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 05:21:43 DEBUG : dir/file1: >Remove: err= 2026/05/12 05:21:43 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:43 DEBUG : dir: Looking for writers 2026/05/12 05:21:43 DEBUG : Looking for writers 2026/05/12 05:21:43 DEBUG : dir: reading active writers 2026/05/12 05:21:43 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.12s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file3" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file3 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /home/rclone/rclone-test-kayinar2fuyo/dir/file3 2026/05/12 05:21:43 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file3" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file3 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /home/rclone/rclone-test-kayinar2fuyo/dir/file3 2026/05/12 05:21:43 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/12 05:21:43 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/05/12 05:21:43 DEBUG : dir: Updating dir with dir2 0xb11d8e95110 2026/05/12 05:21:43 DEBUG : dir: forgetting directory cache 2026/05/12 05:21:43 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/12 05:21:43 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir2/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir2/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir2/file1 2026/05/12 05:21:43 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir2/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir2/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir2/file1 2026/05/12 05:21:43 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir2/file3" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir2/file3 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /home/rclone/rclone-test-kayinar2fuyo/dir2/file3 2026/05/12 05:21:43 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir2/file3" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir2/file3 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /home/rclone/rclone-test-kayinar2fuyo/dir2/file3 2026/05/12 05:21:43 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/12 05:21:43 INFO : dir2/file1: Moved (server-side) to: file2 2026/05/12 05:21:43 DEBUG : file2: Updating file with file2 0xb11d8ddf5f0 2026/05/12 05:21:43 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/05/12 05:21:43 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file2" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file2 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/file2 2026/05/12 05:21:43 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file2" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/file2 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/file2 2026/05/12 05:21:43 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir2/file3" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir2/file3 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /home/rclone/rclone-test-kayinar2fuyo/dir2/file3 2026/05/12 05:21:43 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir2/file3" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir2/file3 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /home/rclone/rclone-test-kayinar2fuyo/dir2/file3 2026/05/12 05:21:43 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/12 05:21:43 INFO : dir2/file3: Deleted 2026/05/12 05:21:43 INFO : file2: Moved (server-side) to: dir2/file3 2026/05/12 05:21:43 DEBUG : dir2/file3: Updating file with dir2/file3 0xb11d8ddf5f0 2026/05/12 05:21:43 DEBUG : Added virtual directory entry vDel: "file2" 2026/05/12 05:21:43 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir2/file3" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir2/file3 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir2/file3 2026/05/12 05:21:43 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir2/file3" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir2/file3 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir2/file3 2026/05/12 05:21:43 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:43 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/05/12 05:21:43 DEBUG : empty directory: Updating dir with renamed empty directory 0xb11d8ddfa00 2026/05/12 05:21:43 DEBUG : empty directory: forgetting directory cache 2026/05/12 05:21:43 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/05/12 05:21:43 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/05/12 05:21:43 DEBUG : dir2: Renaming to "dir3" 2026/05/12 05:21:43 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:43 DEBUG : dir3: Looking for writers 2026/05/12 05:21:43 DEBUG : file3: reading active writers 2026/05/12 05:21:43 DEBUG : renamed empty directory: Looking for writers 2026/05/12 05:21:43 DEBUG : Looking for writers 2026/05/12 05:21:43 DEBUG : renamed empty directory: reading active writers 2026/05/12 05:21:43 DEBUG : dir3: reading active writers 2026/05/12 05:21:43 DEBUG : >WaitForWriters: --- PASS: TestDirRename (0.18s) === RUN TestDirStructSize dir_test.go:611: Dir struct has size 200 bytes --- PASS: TestDirStructSize (0.00s) === RUN TestDirFileOpen run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:43 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/12 05:21:43 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:43 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/12 05:21:43 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/12 05:21:43 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/05/12 05:21:43 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/05/12 05:21:43 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/12 05:21:43 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:43 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/12 05:21:43 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/12 05:21:43 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/05/12 05:21:43 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/05/12 05:21:43 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: File to upload is small (12 bytes), uploading instead of streaming 2026/05/12 05:21:43 DEBUG : dir/sub/file2: size = 12 OK 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/sub/file2" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/sub/file2 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /home/rclone/rclone-test-kayinar2fuyo/dir/sub/file2 2026/05/12 05:21:43 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/05/12 05:21:43 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/05/12 05:21:43 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/05/12 05:21:43 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/12 05:21:43 DEBUG : forgetting directory cache 2026/05/12 05:21:43 DEBUG : dir: forgetting directory cache 2026/05/12 05:21:43 DEBUG : dir/sub: forgetting directory cache 2026/05/12 05:21:43 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/05/12 05:21:43 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/12 05:21:43 DEBUG : dir/sub/file0: size = 5 OK 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/sub/file0" 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/sub/file0 2026/05/12 05:21:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kayinar2fuyo/dir/sub/file0 2026/05/12 05:21:43 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 05:21:43 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/12 05:21:43 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/05/12 05:21:43 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/12 05:21:43 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:43 DEBUG : dir/sub: Looking for writers 2026/05/12 05:21:43 DEBUG : file2: reading active writers 2026/05/12 05:21:43 DEBUG : file0: reading active writers 2026/05/12 05:21:43 DEBUG : dir: Looking for writers 2026/05/12 05:21:43 DEBUG : sub: reading active writers 2026/05/12 05:21:43 DEBUG : file1: reading active writers 2026/05/12 05:21:43 DEBUG : Looking for writers 2026/05/12 05:21:43 DEBUG : dir: reading active writers 2026/05/12 05:21:43 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.04s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:43 DEBUG : forgetting directory cache 2026/05/12 05:21:45 DEBUG : forgetting directory cache 2026/05/12 05:21:45 DEBUG : dir: forgetting directory cache 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.12s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:45 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/05/12 05:21:45 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:45 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/05/12 05:21:45 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/05/12 05:21:45 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/05/12 05:21:45 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:45 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:45 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/05/12 05:21:45 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:45 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/05/12 05:21:45 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/05/12 05:21:45 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/05/12 05:21:45 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:45 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : file1: reading active writers 2026/05/12 05:21:45 DEBUG : file1.metadata: reading active writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : dir.metadata: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.02s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:45 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : file1: reading active writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.02s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:45 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 DEBUG : Can set mod time: true 2026/05/12 05:21:45 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : file1: reading active writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:45 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/12 05:21:45 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/12 05:21:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/12 05:21:45 DEBUG : dir/file1: size = 0 OK 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/12 05:21:45 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/12 05:21:45 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/12 05:21:45 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/12 05:21:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : file1: reading active writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : file1: reading active writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:45 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/12 05:21:45 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/12 05:21:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/12 05:21:45 DEBUG : dir/file1: size = 5 OK 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 05:21:45 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/12 05:21:45 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/12 05:21:45 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/12 05:21:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : file1: reading active writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : file1: reading active writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:45 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : file1: reading active writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:45 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/12 05:21:45 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 05:21:45 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 05:21:45 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 05:21:45 DEBUG : dir/file1(0xb11d8e1a680): close: 2026/05/12 05:21:45 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/12 05:21:45 DEBUG : dir/file1(0xb11d8e1a680): >close: err= 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : file1: reading active writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : file1: reading active writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:45 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/12 05:21:45 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 05:21:45 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 05:21:45 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 05:21:45 DEBUG : dir/file1(0xb11d93fba00): _writeAt: size=5, off=0 2026/05/12 05:21:45 DEBUG : dir/file1(0xb11d93fba00): openPending: 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/12 05:21:45 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/12 05:21:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:45 DEBUG : dir/file1(0xb11d93fba00): >openPending: err= 2026/05/12 05:21:45 DEBUG : dir/file1(0xb11d93fba00): >_writeAt: n=5, err= 2026/05/12 05:21:45 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/12 05:21:45 DEBUG : dir/file1(0xb11d93fba00): close: 2026/05/12 05:21:45 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/05/12 05:21:45 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/05/12 05:21:45 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/05/12 05:21:45 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/12 05:21:45 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/12 05:21:45 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:45 DEBUG : dir/file1(0xb11d93fba00): >close: err= 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : file1: reading active writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : file1: reading active writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : file1: reading active writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : file1: reading active writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 05:21:45 DEBUG : dir/file1: vfs cache: starting upload 2026/05/12 05:21:45 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1.2f98c60a.partial" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1.2f98c60a.partial 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /home/rclone/rclone-test-kayinar2fuyo/dir/file1.2f98c60a.partial 2026/05/12 05:21:45 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/12 05:21:45 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/05/12 05:21:45 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/05/12 05:21:45 INFO : dir/file1: Copied (replaced existing) 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/12 05:21:45 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/05/12 05:21:45 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/12 05:21:45 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/05/12 05:21:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:45 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : file1: reading active writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : file1: reading active writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (0.32s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.02s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.03s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.03s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.02s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.03s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.19s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:45 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 05:21:45 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/12 05:21:45 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:45 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : file1: reading active writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.02s) === RUN TestFileOpenReadUnknownSize 2026/05/12 05:21:45 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/05/12 05:21:45 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/05/12 05:21:45 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:45 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : file.txt: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:45 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: File to upload is small (25 bytes), uploading instead of streaming 2026/05/12 05:21:45 DEBUG : dir/file1: size = 25 OK 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 05:21:45 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/12 05:21:45 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/12 05:21:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : file1: reading active writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.02s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:45 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 DEBUG : dir/file1: Remove: 2026/05/12 05:21:45 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 05:21:45 DEBUG : dir/file1: >Remove: err= 2026/05/12 05:21:45 DEBUG : dir/file1: Remove: 2026/05/12 05:21:45 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.02s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:45 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 DEBUG : dir/file1: Remove: 2026/05/12 05:21:45 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 05:21:45 DEBUG : dir/file1: >Remove: err= 2026/05/12 05:21:45 DEBUG : dir/file1: Remove: 2026/05/12 05:21:45 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.02s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:45 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 05:21:45 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/12 05:21:45 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/12 05:21:45 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/12 05:21:45 DEBUG : dir/file1: Open: flags=O_RDWR 2026/05/12 05:21:45 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/12 05:21:45 DEBUG : dir/file1: Open: flags=0x3 2026/05/12 05:21:45 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/05/12 05:21:45 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : file1: reading active writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.02s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:45 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : file1: reading active writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/12 05:21:45 DEBUG : newLeaf: Updating file with newLeaf 0xb11d9025c70 2026/05/12 05:21:45 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 05:21:45 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Updating file with dir/file1 0xb11d9025c70 2026/05/12 05:21:45 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/12 05:21:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/12 05:21:45 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/12 05:21:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:45 DEBUG : dir/file1: File is currently open, delaying rename 0xb11d9025c70 2026/05/12 05:21:45 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 05:21:45 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: File to upload is small (25 bytes), uploading instead of streaming 2026/05/12 05:21:45 DEBUG : dir/file1: size = 25 OK 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 05:21:45 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/12 05:21:45 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/12 05:21:45 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 05:21:45 DEBUG : newLeaf: Running delayed rename now 2026/05/12 05:21:45 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/12 05:21:45 DEBUG : newLeaf: Updating file with newLeaf 0xb11d9025c70 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:45 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : file1: reading active writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/12 05:21:45 DEBUG : newLeaf: Updating file with newLeaf 0xb11d93bcd00 2026/05/12 05:21:45 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 05:21:45 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Updating file with dir/file1 0xb11d93bcd00 2026/05/12 05:21:45 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/12 05:21:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/12 05:21:45 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/12 05:21:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:45 DEBUG : dir/file1: File is currently open, delaying rename 0xb11d93bcd00 2026/05/12 05:21:45 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 05:21:45 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: File to upload is small (25 bytes), uploading instead of streaming 2026/05/12 05:21:45 DEBUG : dir/file1: size = 25 OK 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 05:21:45 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/12 05:21:45 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/12 05:21:45 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 05:21:45 DEBUG : newLeaf: Running delayed rename now 2026/05/12 05:21:45 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/12 05:21:45 DEBUG : newLeaf: Updating file with newLeaf 0xb11d93bcd00 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:45 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/12 05:21:45 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 05:21:45 DEBUG : dir/file1(0xb11d961d640): openPending: 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/12 05:21:45 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/12 05:21:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:45 DEBUG : dir/file1(0xb11d961d640): >openPending: err= 2026/05/12 05:21:45 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/12 05:21:45 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 05:21:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:45 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 05:21:45 DEBUG : dir/file1(0xb11d961d640): _writeAt: size=14, off=0 2026/05/12 05:21:45 DEBUG : dir/file1(0xb11d961d640): >_writeAt: n=14, err= 2026/05/12 05:21:45 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/12 05:21:45 DEBUG : dir/file1(0xb11d961d640): close: 2026/05/12 05:21:45 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/12 05:21:45 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/12 05:21:45 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:45 DEBUG : dir/file1(0xb11d961d640): >close: err= 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : file1: reading active writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : file1: reading active writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : file1: reading active writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : file1: reading active writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 05:21:45 DEBUG : dir/file1: vfs cache: starting upload 2026/05/12 05:21:45 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1.ca338588.partial" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1.ca338588.partial 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1.ca338588.partial 2026/05/12 05:21:45 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/12 05:21:45 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/12 05:21:45 INFO : dir/file1: Copied (replaced existing) 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/12 05:21:45 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/12 05:21:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:45 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : file1: reading active writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: 2026/05/12 05:21:45 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 05:21:45 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 05:21:45 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 05:21:45 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 05:21:45 DEBUG : dir/file1(0xb11d967ea00): _readAt: size=512, off=0 2026/05/12 05:21:45 DEBUG : dir/file1(0xb11d967ea00): openPending: 2026/05/12 05:21:45 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/12 05:21:45 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/12 05:21:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:45 DEBUG : dir/file1(0xb11d967ea00): >openPending: err= 2026/05/12 05:21:45 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/12 05:21:45 DEBUG : dir/file1(0xb11d967ea00): >_readAt: n=14, err=EOF 2026/05/12 05:21:45 DEBUG : dir/file1(0xb11d967ea00): close: 2026/05/12 05:21:45 DEBUG : dir/file1(0xb11d967ea00): >close: err= 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/12 05:21:45 DEBUG : newLeaf: Updating file with newLeaf 0xb11d9655040 2026/05/12 05:21:45 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 05:21:45 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/12 05:21:45 DEBUG : dir/file1: Updating file with dir/file1 0xb11d9655040 2026/05/12 05:21:45 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/12 05:21:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:45 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/12 05:21:45 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 05:21:45 DEBUG : dir/file1(0xb11d979a040): openPending: 2026/05/12 05:21:45 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/12 05:21:45 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/12 05:21:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:45 DEBUG : dir/file1(0xb11d979a040): >openPending: err= 2026/05/12 05:21:45 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/12 05:21:45 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 05:21:45 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 05:21:45 DEBUG : dir/file1(0xb11d979a040): _writeAt: size=25, off=0 2026/05/12 05:21:45 DEBUG : dir/file1(0xb11d979a040): >_writeAt: n=25, err= 2026/05/12 05:21:45 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:45 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/12 05:21:45 DEBUG : newLeaf: Updating file with newLeaf 0xb11d9655040 2026/05/12 05:21:45 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 05:21:45 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 05:21:45 DEBUG : newLeaf(0xb11d979a040): close: 2026/05/12 05:21:45 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/12 05:21:45 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-12 05:21:45.826928724 +0000 UTC m=+3.062584907 2026/05/12 05:21:45 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:45 DEBUG : newLeaf(0xb11d979a040): >close: err= 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 05:21:45 DEBUG : newLeaf: vfs cache: starting upload 2026/05/12 05:21:45 DEBUG : newLeaf.90ebbd16.partial: size = 25 OK 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf.90ebbd16.partial" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf.90ebbd16.partial 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kayinar2fuyo/newLeaf.90ebbd16.partial 2026/05/12 05:21:45 DEBUG : newLeaf.90ebbd16.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 05:21:45 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/12 05:21:45 DEBUG : newLeaf.90ebbd16.partial: renamed to: newLeaf 2026/05/12 05:21:45 INFO : newLeaf: Copied (replaced existing) 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 05:21:45 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-12 05:21:45 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/12 05:21:45 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/12 05:21:45 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 05:21:45 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:45 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/12 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:45 DEBUG : dir: Looking for writers 2026/05/12 05:21:45 DEBUG : Looking for writers 2026/05/12 05:21:45 DEBUG : dir: reading active writers 2026/05/12 05:21:45 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:45 DEBUG : >WaitForWriters: 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:45 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:46 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:46 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : file1: reading active writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : >WaitForWriters: 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:46 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/12 05:21:46 DEBUG : newLeaf: Updating file with newLeaf 0xb11d97d5520 2026/05/12 05:21:46 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 05:21:46 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:46 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Updating file with dir/file1 0xb11d97d5520 2026/05/12 05:21:46 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/12 05:21:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:46 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/12 05:21:46 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d93e0b40): openPending: 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:46 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/12 05:21:46 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/12 05:21:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d93e0b40): >openPending: err= 2026/05/12 05:21:46 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/12 05:21:46 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 05:21:46 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d93e0b40): _writeAt: size=25, off=0 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d93e0b40): >_writeAt: n=25, err= 2026/05/12 05:21:46 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:46 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/12 05:21:46 DEBUG : newLeaf: Updating file with newLeaf 0xb11d97d5520 2026/05/12 05:21:46 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 05:21:46 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 05:21:46 DEBUG : newLeaf(0xb11d93e0b40): close: 2026/05/12 05:21:46 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/12 05:21:46 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-12 05:21:46.04934419 +0000 UTC m=+3.285000372 2026/05/12 05:21:46 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:46 DEBUG : newLeaf(0xb11d93e0b40): >close: err= 2026/05/12 05:21:46 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 05:21:46 DEBUG : newLeaf: vfs cache: starting upload 2026/05/12 05:21:46 DEBUG : newLeaf.16adb2f1.partial: size = 25 OK 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf.16adb2f1.partial" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf.16adb2f1.partial 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kayinar2fuyo/newLeaf.16adb2f1.partial 2026/05/12 05:21:46 DEBUG : newLeaf.16adb2f1.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 05:21:46 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/12 05:21:46 DEBUG : newLeaf.16adb2f1.partial: renamed to: newLeaf 2026/05/12 05:21:46 INFO : newLeaf: Copied (replaced existing) 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 05:21:46 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-12 05:21:46 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/12 05:21:46 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/12 05:21:46 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 05:21:46 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:46 DEBUG : >WaitForWriters: 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/12 05:21:46 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:46 DEBUG : >WaitForWriters: 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:46 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:46 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:46 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/12 05:21:46 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d93fa300): openPending: 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:46 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/12 05:21:46 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/12 05:21:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d93fa300): >openPending: err= 2026/05/12 05:21:46 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/12 05:21:46 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 05:21:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:46 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d93fa300): _writeAt: size=14, off=0 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d93fa300): >_writeAt: n=14, err= 2026/05/12 05:21:46 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d93fa300): close: 2026/05/12 05:21:46 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/12 05:21:46 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/12 05:21:46 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d93fa300): >close: err= 2026/05/12 05:21:46 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : file1: reading active writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : file1: reading active writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : file1: reading active writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : file1: reading active writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 05:21:46 DEBUG : dir/file1: vfs cache: starting upload 2026/05/12 05:21:46 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1.ca338588.partial" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1.ca338588.partial 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1.ca338588.partial 2026/05/12 05:21:46 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:46 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/12 05:21:46 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/12 05:21:46 INFO : dir/file1: Copied (replaced existing) 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:46 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/12 05:21:46 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/12 05:21:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:46 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : file1: reading active writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : >WaitForWriters: 2026/05/12 05:21:46 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 05:21:46 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 05:21:46 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 05:21:46 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d8da0ec0): _readAt: size=512, off=0 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d8da0ec0): openPending: 2026/05/12 05:21:46 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/12 05:21:46 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/12 05:21:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d8da0ec0): >openPending: err= 2026/05/12 05:21:46 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d8da0ec0): >_readAt: n=14, err=EOF 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d8da0ec0): close: 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d8da0ec0): >close: err= 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:46 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:46 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/12 05:21:46 DEBUG : newLeaf: Updating file with newLeaf 0xb11d97d55f0 2026/05/12 05:21:46 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 05:21:46 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:46 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:46 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/12 05:21:46 DEBUG : dir/file1: Updating file with dir/file1 0xb11d97d55f0 2026/05/12 05:21:46 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/12 05:21:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:46 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/12 05:21:46 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d90c7a80): openPending: 2026/05/12 05:21:46 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/12 05:21:46 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/12 05:21:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d90c7a80): >openPending: err= 2026/05/12 05:21:46 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/12 05:21:46 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 05:21:46 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d90c7a80): _writeAt: size=25, off=0 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d90c7a80): >_writeAt: n=25, err= 2026/05/12 05:21:46 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:46 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/12 05:21:46 DEBUG : newLeaf: Updating file with newLeaf 0xb11d97d55f0 2026/05/12 05:21:46 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 05:21:46 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 05:21:46 DEBUG : newLeaf(0xb11d90c7a80): close: 2026/05/12 05:21:46 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/12 05:21:46 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-12 05:21:46.421611908 +0000 UTC m=+3.657268091 2026/05/12 05:21:46 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:46 DEBUG : newLeaf(0xb11d90c7a80): >close: err= 2026/05/12 05:21:46 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 05:21:46 DEBUG : newLeaf: vfs cache: starting upload 2026/05/12 05:21:46 DEBUG : newLeaf.06a8a132.partial: size = 25 OK 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf.06a8a132.partial" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf.06a8a132.partial 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kayinar2fuyo/newLeaf.06a8a132.partial 2026/05/12 05:21:46 DEBUG : newLeaf.06a8a132.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 05:21:46 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/12 05:21:46 DEBUG : newLeaf.06a8a132.partial: renamed to: newLeaf 2026/05/12 05:21:46 INFO : newLeaf: Copied (replaced existing) 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 05:21:46 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-12 05:21:46 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/12 05:21:46 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/12 05:21:46 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 05:21:46 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:46 DEBUG : >WaitForWriters: 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/12 05:21:46 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:46 DEBUG : >WaitForWriters: 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:46 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:46 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:46 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : file1: reading active writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : >WaitForWriters: 2026/05/12 05:21:46 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 05:21:46 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 05:21:46 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 05:21:46 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d92e3940): _readAt: size=512, off=0 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d92e3940): openPending: 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:46 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/12 05:21:46 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/12 05:21:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d92e3940): >openPending: err= 2026/05/12 05:21:46 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d92e3940): >_readAt: n=14, err=EOF 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d92e3940): close: 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d92e3940): >close: err= 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:46 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:46 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/12 05:21:46 DEBUG : newLeaf: Updating file with newLeaf 0xb11d916f520 2026/05/12 05:21:46 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 05:21:46 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:46 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:46 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/12 05:21:46 DEBUG : dir/file1: Updating file with dir/file1 0xb11d916f520 2026/05/12 05:21:46 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/12 05:21:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:46 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/12 05:21:46 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d93fb280): openPending: 2026/05/12 05:21:46 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/12 05:21:46 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/12 05:21:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d93fb280): >openPending: err= 2026/05/12 05:21:46 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/12 05:21:46 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 05:21:46 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d93fb280): _writeAt: size=25, off=0 2026/05/12 05:21:46 DEBUG : dir/file1(0xb11d93fb280): >_writeAt: n=25, err= 2026/05/12 05:21:46 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:46 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/12 05:21:46 DEBUG : newLeaf: Updating file with newLeaf 0xb11d916f520 2026/05/12 05:21:46 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 05:21:46 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 05:21:46 DEBUG : newLeaf(0xb11d93fb280): close: 2026/05/12 05:21:46 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/12 05:21:46 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-12 05:21:46.63856553 +0000 UTC m=+3.874221714 2026/05/12 05:21:46 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:46 DEBUG : newLeaf(0xb11d93fb280): >close: err= 2026/05/12 05:21:46 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 05:21:46 DEBUG : newLeaf: vfs cache: starting upload 2026/05/12 05:21:46 DEBUG : newLeaf.6980498f.partial: size = 25 OK 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf.6980498f.partial" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf.6980498f.partial 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kayinar2fuyo/newLeaf.6980498f.partial 2026/05/12 05:21:46 DEBUG : newLeaf.6980498f.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 05:21:46 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/12 05:21:46 DEBUG : newLeaf.6980498f.partial: renamed to: newLeaf 2026/05/12 05:21:46 INFO : newLeaf: Copied (replaced existing) 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 05:21:46 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-12 05:21:46 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/12 05:21:46 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/12 05:21:46 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 05:21:46 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:46 DEBUG : >WaitForWriters: 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/newLeaf" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /home/rclone/rclone-test-kayinar2fuyo/newLeaf 2026/05/12 05:21:46 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/12 05:21:46 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : newLeaf: reading active writers 2026/05/12 05:21:46 DEBUG : >WaitForWriters: 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaner exiting --- PASS: TestFileRename (1.29s) --- PASS: TestFileRename/off,forceCache=false (0.05s) --- PASS: TestFileRename/minimal,forceCache=false (0.06s) --- PASS: TestFileRename/minimal,forceCache=true (0.37s) --- PASS: TestFileRename/writes,forceCache=false (0.22s) --- PASS: TestFileRename/writes,forceCache=true (0.37s) --- PASS: TestFileRename/full,forceCache=false (0.22s) === RUN TestFileStructSize file_test.go:419: File struct has size 208 bytes --- PASS: TestFileStructSize (0.00s) === RUN TestRcGetVFS run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:46 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:46 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:46 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : >WaitForWriters: --- PASS: TestRcGetVFS (0.00s) === 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:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:46 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/12 05:21:46 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:46 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 05:21:46 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/12 05:21:46 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 05:21:46 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : file1: reading active writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.02s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:46 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/12 05:21:46 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:46 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 05:21:46 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/12 05:21:46 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:46 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/12 05:21:46 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/12 05:21:46 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/12 05:21:46 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/12 05:21:46 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/05/12 05:21:46 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/05/12 05:21:46 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : file1: reading active writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.04s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:46 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/12 05:21:46 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:46 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 05:21:46 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/12 05:21:46 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:46 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/12 05:21:46 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/12 05:21:46 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/12 05:21:46 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/12 05:21:46 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/05/12 05:21:46 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/05/12 05:21:46 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/05/12 05:21:46 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/05/12 05:21:46 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/12 05:21:46 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/05/12 05:21:46 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/12 05:21:46 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/12 05:21:46 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/12 05:21:46 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/12 05:21:46 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/05/12 05:21:46 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/12 05:21:46 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/12 05:21:46 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/12 05:21:46 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/05/12 05:21:46 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:46 DEBUG : dir: Looking for writers 2026/05/12 05:21:46 DEBUG : file1: reading active writers 2026/05/12 05:21:46 DEBUG : Looking for writers 2026/05/12 05:21:46 DEBUG : dir: reading active writers 2026/05/12 05:21:46 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.11s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:46 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:46 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/12 05:21:46 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:47 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 05:21:47 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/12 05:21:47 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/12 05:21:47 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:47 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 05:21:47 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:47 DEBUG : dir: Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : dir: reading active writers 2026/05/12 05:21:47 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.02s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/12 05:21:47 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:47 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 05:21:47 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/12 05:21:47 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/12 05:21:47 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:47 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:47 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 05:21:47 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/05/12 05:21:47 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:47 DEBUG : dir: Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : dir: reading active writers 2026/05/12 05:21:47 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.03s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/12 05:21:47 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:47 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 05:21:47 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 05:21:47 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 05:21:47 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 05:21:47 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d90ada00): _readAt: size=1, off=0 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d90ada00): openPending: 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 05:21:47 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/12 05:21:47 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/12 05:21:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d90ada00): >openPending: err= 2026/05/12 05:21:47 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/12 05:21:47 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 05:21:47 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:47 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d90ada00): >_readAt: n=1, err= 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d90ada00): _readAt: size=256, off=1 2026/05/12 05:21:47 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d90ada00): >_readAt: n=15, err=EOF 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d90ada00): _readAt: size=16, off=16 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d90ada00): >_readAt: n=0, err=EOF 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d90ada00): close: 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d90ada00): >close: err= 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d90ada00): close: 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d90ada00): >close: err=file already closed 2026/05/12 05:21:47 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:47 DEBUG : dir: Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : dir: reading active writers 2026/05/12 05:21:47 DEBUG : >WaitForWriters: 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.03s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/12 05:21:47 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:47 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 05:21:47 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 05:21:47 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 05:21:47 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 05:21:47 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d9610740): _readAt: size=1, off=0 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d9610740): openPending: 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 05:21:47 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/12 05:21:47 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/12 05:21:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d9610740): >openPending: err= 2026/05/12 05:21:47 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/12 05:21:47 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 05:21:47 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:47 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d9610740): >_readAt: n=1, err= 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d9610740): _readAt: size=1, off=5 2026/05/12 05:21:47 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d9610740): >_readAt: n=1, err= 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d9610740): _readAt: size=1, off=3 2026/05/12 05:21:47 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d9610740): >_readAt: n=1, err= 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d9610740): _readAt: size=1, off=13 2026/05/12 05:21:47 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d9610740): >_readAt: n=1, err= 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d9610740): _readAt: size=16, off=100 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d9610740): >_readAt: n=0, err=EOF 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d9610740): close: 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d9610740): >close: err= 2026/05/12 05:21:47 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:47 DEBUG : dir: Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : dir: reading active writers 2026/05/12 05:21:47 DEBUG : >WaitForWriters: 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.04s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/12 05:21:47 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:47 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 05:21:47 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 05:21:47 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 05:21:47 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 05:21:47 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d97ff980): _readAt: size=1, off=0 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d97ff980): openPending: 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 05:21:47 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/12 05:21:47 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/12 05:21:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d97ff980): >openPending: err= 2026/05/12 05:21:47 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/12 05:21:47 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 05:21:47 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:47 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d97ff980): >_readAt: n=1, err= 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d97ff980): _readAt: size=1, off=5 2026/05/12 05:21:47 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d97ff980): >_readAt: n=1, err= 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d97ff980): _readAt: size=1, off=1 2026/05/12 05:21:47 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d97ff980): >_readAt: n=1, err= 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d97ff980): _readAt: size=6, off=10 2026/05/12 05:21:47 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d97ff980): >_readAt: n=6, err= 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d97ff980): _readAt: size=256, off=10 2026/05/12 05:21:47 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d97ff980): >_readAt: n=6, err=EOF 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d97ff980): _readAt: size=256, off=100 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d97ff980): >_readAt: n=0, err=EOF 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d97ff980): close: 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d97ff980): >close: err= 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d97ff980): _readAt: size=256, off=100 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d97ff980): >_readAt: n=0, err=file already closed 2026/05/12 05:21:47 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:47 DEBUG : dir: Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : dir: reading active writers 2026/05/12 05:21:47 DEBUG : >WaitForWriters: 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.04s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/12 05:21:47 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:47 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 05:21:47 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 05:21:47 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 05:21:47 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 05:21:47 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d93c5bc0): RWFileHandle.Flush 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d93c5bc0): _readAt: size=256, off=0 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d93c5bc0): openPending: 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 05:21:47 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/12 05:21:47 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/12 05:21:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d93c5bc0): >openPending: err= 2026/05/12 05:21:47 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/12 05:21:47 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 05:21:47 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:47 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d93c5bc0): >_readAt: n=16, err=EOF 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d93c5bc0): RWFileHandle.Flush 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d93c5bc0): RWFileHandle.Flush 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d93c5bc0): close: 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d93c5bc0): >close: err= 2026/05/12 05:21:47 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:47 DEBUG : dir: Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : dir: reading active writers 2026/05/12 05:21:47 DEBUG : >WaitForWriters: 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.03s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/12 05:21:47 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:47 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 05:21:47 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 05:21:47 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 05:21:47 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 05:21:47 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d98a0b80): _readAt: size=256, off=0 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d98a0b80): openPending: 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:47 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 05:21:47 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/12 05:21:47 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/12 05:21:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d98a0b80): >openPending: err= 2026/05/12 05:21:47 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/12 05:21:47 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 05:21:47 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:47 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d98a0b80): >_readAt: n=16, err=EOF 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d98a0b80): RWFileHandle.Release 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d98a0b80): close: 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d98a0b80): >close: err= 2026/05/12 05:21:47 DEBUG : dir/file1(0xb11d98a0b80): RWFileHandle.Release 2026/05/12 05:21:47 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:47 DEBUG : dir: Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : dir: reading active writers 2026/05/12 05:21:47 DEBUG : >WaitForWriters: 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.03s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 05:21:47 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:47 DEBUG : file1: newRWFileHandle: 2026/05/12 05:21:47 DEBUG : file1(0xb11d98a1480): openPending: 2026/05/12 05:21:47 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:47 DEBUG : file1(0xb11d98a1480): >openPending: err= 2026/05/12 05:21:47 DEBUG : file1: >newRWFileHandle: err= 2026/05/12 05:21:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:47 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/12 05:21:47 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/12 05:21:47 DEBUG : file1(0xb11d98a1480): _writeAt: size=5, off=0 2026/05/12 05:21:47 DEBUG : file1(0xb11d98a1480): >_writeAt: n=5, err= 2026/05/12 05:21:47 DEBUG : file1(0xb11d98a1480): _writeAt: size=7, off=5 2026/05/12 05:21:47 DEBUG : file1(0xb11d98a1480): >_writeAt: n=7, err= 2026/05/12 05:21:47 DEBUG : file1: vfs cache: truncate to size=11 2026/05/12 05:21:47 DEBUG : file1(0xb11d98a1480): close: 2026/05/12 05:21:47 DEBUG : file1: vfs cache: setting modification time to 2026-05-12 05:21:47.224497855 +0000 UTC m=+4.460154038 2026/05/12 05:21:47 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:47 DEBUG : file1(0xb11d98a1480): >close: err= 2026/05/12 05:21:47 DEBUG : file1(0xb11d98a1480): close: 2026/05/12 05:21:47 DEBUG : file1(0xb11d98a1480): >close: err=file already closed 2026/05/12 05:21:47 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 05:21:47 DEBUG : file1: vfs cache: starting upload 2026/05/12 05:21:47 DEBUG : file1.6606a334.partial: size = 11 OK 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1.6606a334.partial" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1.6606a334.partial 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /home/rclone/rclone-test-kayinar2fuyo/file1.6606a334.partial 2026/05/12 05:21:47 DEBUG : file1.6606a334.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/12 05:21:47 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/12 05:21:47 DEBUG : file1.6606a334.partial: renamed to: file1 2026/05/12 05:21:47 INFO : file1: Copied (new) 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:47 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/12 05:21:47 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-12 05:21:47 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/12 05:21:47 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/12 05:21:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:47 INFO : file1: vfs cache: upload succeeded try #1 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : >WaitForWriters: 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:47 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:47 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/12 05:21:47 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : >WaitForWriters: 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.18s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 05:21:47 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:47 DEBUG : file1: newRWFileHandle: 2026/05/12 05:21:47 DEBUG : file1(0xb11d8f1f6c0): openPending: 2026/05/12 05:21:47 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:47 DEBUG : file1(0xb11d8f1f6c0): >openPending: err= 2026/05/12 05:21:47 DEBUG : file1: >newRWFileHandle: err= 2026/05/12 05:21:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:47 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/12 05:21:47 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/12 05:21:47 DEBUG : file1(0xb11d8f1f6c0): _writeAt: size=7, off=0 2026/05/12 05:21:47 DEBUG : file1(0xb11d8f1f6c0): >_writeAt: n=7, err= 2026/05/12 05:21:47 DEBUG : file1(0xb11d8f1f6c0): _writeAt: size=6, off=5 2026/05/12 05:21:47 DEBUG : file1(0xb11d8f1f6c0): >_writeAt: n=6, err= 2026/05/12 05:21:47 DEBUG : file1(0xb11d8f1f6c0): close: 2026/05/12 05:21:47 DEBUG : file1: vfs cache: setting modification time to 2026-05-12 05:21:47.397355892 +0000 UTC m=+4.633012075 2026/05/12 05:21:47 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:47 DEBUG : file1(0xb11d8f1f6c0): >close: err= 2026/05/12 05:21:47 DEBUG : file1(0xb11d8f1f6c0): _writeAt: size=5, off=0 2026/05/12 05:21:47 DEBUG : file1(0xb11d8f1f6c0): >_writeAt: n=0, err=file already closed 2026/05/12 05:21:47 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 05:21:47 DEBUG : file1: vfs cache: starting upload 2026/05/12 05:21:47 DEBUG : file1.6afac6b8.partial: size = 11 OK 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1.6afac6b8.partial" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1.6afac6b8.partial 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /home/rclone/rclone-test-kayinar2fuyo/file1.6afac6b8.partial 2026/05/12 05:21:47 DEBUG : file1.6afac6b8.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/12 05:21:47 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/12 05:21:47 DEBUG : file1.6afac6b8.partial: renamed to: file1 2026/05/12 05:21:47 INFO : file1: Copied (new) 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:47 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/12 05:21:47 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-12 05:21:47 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/12 05:21:47 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/12 05:21:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:47 INFO : file1: vfs cache: upload succeeded try #1 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : >WaitForWriters: 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:47 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:47 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/12 05:21:47 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : >WaitForWriters: 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.18s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 05:21:47 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:47 DEBUG : file1: newRWFileHandle: 2026/05/12 05:21:47 DEBUG : file1(0xb11d91db000): openPending: 2026/05/12 05:21:47 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:47 DEBUG : file1(0xb11d91db000): >openPending: err= 2026/05/12 05:21:47 DEBUG : file1: >newRWFileHandle: err= 2026/05/12 05:21:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:47 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/12 05:21:47 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/12 05:21:47 DEBUG : file1(0xb11d91db000): close: 2026/05/12 05:21:47 DEBUG : file1: vfs cache: setting modification time to 2026-05-12 05:21:47.574806589 +0000 UTC m=+4.810462772 2026/05/12 05:21:47 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:47 DEBUG : file1(0xb11d91db000): >close: err= 2026/05/12 05:21:47 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/12 05:21:47 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/12 05:21:47 DEBUG : file2: newRWFileHandle: 2026/05/12 05:21:47 DEBUG : file2(0xb11d91db4c0): openPending: 2026/05/12 05:21:47 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:47 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/12 05:21:47 DEBUG : file2(0xb11d91db4c0): >openPending: err= 2026/05/12 05:21:47 DEBUG : file2: >newRWFileHandle: err= 2026/05/12 05:21:47 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/12 05:21:47 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/05/12 05:21:47 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/05/12 05:21:47 DEBUG : file2(0xb11d91db4c0): RWFileHandle.Flush 2026/05/12 05:21:47 DEBUG : file2(0xb11d91db4c0): RWFileHandle.Release 2026/05/12 05:21:47 DEBUG : file2(0xb11d91db4c0): close: 2026/05/12 05:21:47 DEBUG : file2: vfs cache: setting modification time to 2026-05-12 05:21:47.57642657 +0000 UTC m=+4.812082753 2026/05/12 05:21:47 INFO : file2: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:47 DEBUG : file2(0xb11d91db4c0): >close: err= 2026/05/12 05:21:47 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : file2: reading active writers 2026/05/12 05:21:47 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : file2: reading active writers 2026/05/12 05:21:47 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : file2: reading active writers 2026/05/12 05:21:47 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : file2: reading active writers 2026/05/12 05:21:47 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/05/12 05:21:47 DEBUG : file1: vfs cache: starting upload 2026/05/12 05:21:47 DEBUG : file2: vfs cache: starting upload 2026/05/12 05:21:47 DEBUG : file2.56a54d00.partial: size = 0 OK 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file2.56a54d00.partial" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file2.56a54d00.partial 2026/05/12 05:21:47 DEBUG : file1.973848ee.partial: size = 0 OK 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1.973848ee.partial" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1.973848ee.partial 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-kayinar2fuyo/file2.56a54d00.partial 2026/05/12 05:21:47 DEBUG : file2.56a54d00.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/12 05:21:47 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-kayinar2fuyo/file1.973848ee.partial 2026/05/12 05:21:47 DEBUG : file1.973848ee.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/12 05:21:47 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/12 05:21:47 DEBUG : file2.56a54d00.partial: renamed to: file2 2026/05/12 05:21:47 INFO : file2: Copied (new) 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file2" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file2 2026/05/12 05:21:47 DEBUG : file1.973848ee.partial: renamed to: file1 2026/05/12 05:21:47 INFO : file1: Copied (new) 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-kayinar2fuyo/file2 2026/05/12 05:21:47 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/12 05:21:47 DEBUG : file2: vfs cache: fingerprint now "0,2026-05-12 05:21:47 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/12 05:21:47 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/05/12 05:21:47 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/12 05:21:47 INFO : file2: vfs cache: upload succeeded try #1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:47 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/12 05:21:47 DEBUG : file1: vfs cache: fingerprint now "0,2026-05-12 05:21:47 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/12 05:21:47 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/12 05:21:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:47 INFO : file1: vfs cache: upload succeeded try #1 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : file2: reading active writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : >WaitForWriters: 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:47 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:47 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file2" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file2 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-kayinar2fuyo/file2 2026/05/12 05:21:47 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file2" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/file2 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-kayinar2fuyo/file2 2026/05/12 05:21:47 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/12 05:21:47 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : file2: reading active writers 2026/05/12 05:21:47 DEBUG : >WaitForWriters: 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.18s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 05:21:47 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:47 DEBUG : file1: newRWFileHandle: 2026/05/12 05:21:47 DEBUG : file1(0xb11d8ef4940): openPending: 2026/05/12 05:21:47 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:47 DEBUG : file1(0xb11d8ef4940): >openPending: err= 2026/05/12 05:21:47 DEBUG : file1: >newRWFileHandle: err= 2026/05/12 05:21:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:47 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/12 05:21:47 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/12 05:21:47 DEBUG : file1(0xb11d8ef4940): _writeAt: size=5, off=0 2026/05/12 05:21:47 DEBUG : file1(0xb11d8ef4940): >_writeAt: n=5, err= 2026/05/12 05:21:47 DEBUG : file1(0xb11d8ef4940): RWFileHandle.Flush 2026/05/12 05:21:47 DEBUG : file1(0xb11d8ef4940): RWFileHandle.Flush 2026/05/12 05:21:47 DEBUG : file1(0xb11d8ef4940): close: 2026/05/12 05:21:47 DEBUG : file1: vfs cache: setting modification time to 2026-05-12 05:21:47.763431747 +0000 UTC m=+4.999087930 2026/05/12 05:21:47 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:47 DEBUG : file1(0xb11d8ef4940): >close: err= 2026/05/12 05:21:47 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 05:21:47 DEBUG : file1: vfs cache: starting upload 2026/05/12 05:21:47 DEBUG : file1.36559aaf.partial: size = 5 OK 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1.36559aaf.partial" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1.36559aaf.partial 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kayinar2fuyo/file1.36559aaf.partial 2026/05/12 05:21:47 DEBUG : file1.36559aaf.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 05:21:47 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/12 05:21:47 DEBUG : file1.36559aaf.partial: renamed to: file1 2026/05/12 05:21:47 INFO : file1: Copied (new) 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:47 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 05:21:47 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-12 05:21:47 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/12 05:21:47 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/12 05:21:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:47 INFO : file1: vfs cache: upload succeeded try #1 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : >WaitForWriters: 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.17s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:47 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 05:21:47 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:47 DEBUG : file1: newRWFileHandle: 2026/05/12 05:21:47 DEBUG : file1(0xb11d90c6f80): openPending: 2026/05/12 05:21:47 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:47 DEBUG : file1(0xb11d90c6f80): >openPending: err= 2026/05/12 05:21:47 DEBUG : file1: >newRWFileHandle: err= 2026/05/12 05:21:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:47 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/12 05:21:47 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/12 05:21:47 DEBUG : file1(0xb11d90c6f80): _writeAt: size=5, off=0 2026/05/12 05:21:47 DEBUG : file1(0xb11d90c6f80): >_writeAt: n=5, err= 2026/05/12 05:21:47 DEBUG : file1(0xb11d90c6f80): RWFileHandle.Release 2026/05/12 05:21:47 DEBUG : file1(0xb11d90c6f80): close: 2026/05/12 05:21:47 DEBUG : file1: vfs cache: setting modification time to 2026-05-12 05:21:47.931703424 +0000 UTC m=+5.167359647 2026/05/12 05:21:47 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:47 DEBUG : file1(0xb11d90c6f80): >close: err= 2026/05/12 05:21:47 DEBUG : file1(0xb11d90c6f80): RWFileHandle.Release 2026/05/12 05:21:47 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 05:21:47 DEBUG : Looking for writers 2026/05/12 05:21:47 DEBUG : file1: reading active writers 2026/05/12 05:21:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 05:21:48 DEBUG : Looking for writers 2026/05/12 05:21:48 DEBUG : file1: reading active writers 2026/05/12 05:21:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 05:21:48 DEBUG : file1: vfs cache: starting upload 2026/05/12 05:21:48 DEBUG : file1.8020c810.partial: size = 5 OK 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1.8020c810.partial" 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1.8020c810.partial 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kayinar2fuyo/file1.8020c810.partial 2026/05/12 05:21:48 DEBUG : file1.8020c810.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 05:21:48 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/12 05:21:48 DEBUG : file1.8020c810.partial: renamed to: file1 2026/05/12 05:21:48 INFO : file1: Copied (new) 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:48 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 05:21:48 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-12 05:21:47 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/12 05:21:48 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:48 INFO : file1: vfs cache: upload succeeded try #1 2026/05/12 05:21:48 DEBUG : Looking for writers 2026/05/12 05:21:48 DEBUG : file1: reading active writers 2026/05/12 05:21:48 DEBUG : >WaitForWriters: 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.17s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:48 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:48 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:48 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/12 05:21:48 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/12 05:21:48 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : dir/file1(0xb11d8da0f80): openPending: 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:48 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 05:21:48 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/12 05:21:48 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/12 05:21:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:48 DEBUG : dir/file1(0xb11d8da0f80): >openPending: err= 2026/05/12 05:21:48 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 05:21:48 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/12 05:21:48 DEBUG : dir/file1(0xb11d8da0f80): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : dir/file1(0xb11d8da0f80): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : dir/file1(0xb11d8da0f80): close: 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-12 05:21:48.124493405 +0000 UTC m=+5.360149588 2026/05/12 05:21:48 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : dir/file1(0xb11d8da0f80): >close: err= 2026/05/12 05:21:48 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:48 DEBUG : dir: Looking for writers 2026/05/12 05:21:48 DEBUG : file1: reading active writers 2026/05/12 05:21:48 DEBUG : Looking for writers 2026/05/12 05:21:48 DEBUG : dir: reading active writers 2026/05/12 05:21:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 05:21:48 DEBUG : dir: Looking for writers 2026/05/12 05:21:48 DEBUG : file1: reading active writers 2026/05/12 05:21:48 DEBUG : Looking for writers 2026/05/12 05:21:48 DEBUG : dir: reading active writers 2026/05/12 05:21:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 05:21:48 DEBUG : dir: Looking for writers 2026/05/12 05:21:48 DEBUG : file1: reading active writers 2026/05/12 05:21:48 DEBUG : Looking for writers 2026/05/12 05:21:48 DEBUG : dir: reading active writers 2026/05/12 05:21:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 05:21:48 DEBUG : dir: Looking for writers 2026/05/12 05:21:48 DEBUG : file1: reading active writers 2026/05/12 05:21:48 DEBUG : Looking for writers 2026/05/12 05:21:48 DEBUG : dir: reading active writers 2026/05/12 05:21:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 05:21:48 DEBUG : dir/file1: vfs cache: starting upload 2026/05/12 05:21:48 DEBUG : dir/file1.39657b64.partial: size = 5 OK 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1.39657b64.partial" 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1.39657b64.partial 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kayinar2fuyo/dir/file1.39657b64.partial 2026/05/12 05:21:48 DEBUG : dir/file1.39657b64.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 05:21:48 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/12 05:21:48 DEBUG : dir/file1.39657b64.partial: renamed to: dir/file1 2026/05/12 05:21:48 INFO : dir/file1: Copied (replaced existing) 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:48 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 05:21:48 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-05-12 05:21:48 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/12 05:21:48 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/12 05:21:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:48 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/12 05:21:48 DEBUG : dir: Looking for writers 2026/05/12 05:21:48 DEBUG : file1: reading active writers 2026/05/12 05:21:48 DEBUG : Looking for writers 2026/05/12 05:21:48 DEBUG : dir: reading active writers 2026/05/12 05:21:48 DEBUG : >WaitForWriters: 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.20s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:48 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:48 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:48 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/12 05:21:48 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:48 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 05:21:48 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/12 05:21:48 DEBUG : dir/file1(0xb11d961c300): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : dir/file1(0xb11d961c300): openPending: 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:48 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 05:21:48 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/12 05:21:48 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/12 05:21:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:48 DEBUG : dir/file1(0xb11d961c300): >openPending: err= 2026/05/12 05:21:48 DEBUG : dir/file1(0xb11d961c300): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : dir/file1(0xb11d961c300): _writeAt: size=15, off=5 2026/05/12 05:21:48 DEBUG : dir/file1(0xb11d961c300): >_writeAt: n=15, err= 2026/05/12 05:21:48 DEBUG : dir/file1(0xb11d961c300): close: 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/05/12 05:21:48 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-12 05:21:48.31159795 +0000 UTC m=+5.547254133 2026/05/12 05:21:48 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : dir/file1(0xb11d961c300): >close: err= 2026/05/12 05:21:48 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:48 DEBUG : dir: Looking for writers 2026/05/12 05:21:48 DEBUG : file1: reading active writers 2026/05/12 05:21:48 DEBUG : Looking for writers 2026/05/12 05:21:48 DEBUG : dir: reading active writers 2026/05/12 05:21:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 05:21:48 DEBUG : dir: Looking for writers 2026/05/12 05:21:48 DEBUG : file1: reading active writers 2026/05/12 05:21:48 DEBUG : Looking for writers 2026/05/12 05:21:48 DEBUG : dir: reading active writers 2026/05/12 05:21:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 05:21:48 DEBUG : dir: Looking for writers 2026/05/12 05:21:48 DEBUG : file1: reading active writers 2026/05/12 05:21:48 DEBUG : Looking for writers 2026/05/12 05:21:48 DEBUG : dir: reading active writers 2026/05/12 05:21:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 05:21:48 DEBUG : dir: Looking for writers 2026/05/12 05:21:48 DEBUG : file1: reading active writers 2026/05/12 05:21:48 DEBUG : Looking for writers 2026/05/12 05:21:48 DEBUG : dir: reading active writers 2026/05/12 05:21:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 05:21:48 DEBUG : dir/file1: vfs cache: starting upload 2026/05/12 05:21:48 DEBUG : dir/file1.b4455551.partial: size = 20 OK 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1.b4455551.partial" 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1.b4455551.partial 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /home/rclone/rclone-test-kayinar2fuyo/dir/file1.b4455551.partial 2026/05/12 05:21:48 DEBUG : dir/file1.b4455551.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/12 05:21:48 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/05/12 05:21:48 DEBUG : dir/file1.b4455551.partial: renamed to: dir/file1 2026/05/12 05:21:48 INFO : dir/file1: Copied (replaced existing) 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:48 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/12 05:21:48 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-05-12 05:21:48 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/05/12 05:21:48 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/12 05:21:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:48 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/12 05:21:48 DEBUG : dir: Looking for writers 2026/05/12 05:21:48 DEBUG : file1: reading active writers 2026/05/12 05:21:48 DEBUG : Looking for writers 2026/05/12 05:21:48 DEBUG : dir: reading active writers 2026/05/12 05:21:48 DEBUG : >WaitForWriters: 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.19s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:48 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 05:21:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : file1: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : file1(0xb11d93fa280): openPending: 2026/05/12 05:21:48 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:48 DEBUG : file1(0xb11d93fa280): >openPending: err= 2026/05/12 05:21:48 DEBUG : file1: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:48 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/12 05:21:48 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/12 05:21:48 DEBUG : file1(0xb11d93fa280): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : file1(0xb11d93fa280): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : file1(0xb11d93fa280): close: 2026/05/12 05:21:48 DEBUG : file1: vfs cache: setting modification time to 2026-05-12 05:21:48.492655485 +0000 UTC m=+5.728311668 2026/05/12 05:21:48 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : file1(0xb11d93fa280): >close: err= 2026/05/12 05:21:48 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:48 DEBUG : Looking for writers 2026/05/12 05:21:48 DEBUG : file1: reading active writers 2026/05/12 05:21:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 05:21:48 DEBUG : Looking for writers 2026/05/12 05:21:48 DEBUG : file1: reading active writers 2026/05/12 05:21:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 05:21:48 DEBUG : Looking for writers 2026/05/12 05:21:48 DEBUG : file1: reading active writers 2026/05/12 05:21:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 05:21:48 DEBUG : Looking for writers 2026/05/12 05:21:48 DEBUG : file1: reading active writers 2026/05/12 05:21:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 05:21:48 DEBUG : file1: vfs cache: starting upload 2026/05/12 05:21:48 DEBUG : file1.f4951a07.partial: size = 5 OK 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1.f4951a07.partial" 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1.f4951a07.partial 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kayinar2fuyo/file1.f4951a07.partial 2026/05/12 05:21:48 DEBUG : file1.f4951a07.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 05:21:48 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/12 05:21:48 DEBUG : file1.f4951a07.partial: renamed to: file1 2026/05/12 05:21:48 INFO : file1: Copied (new) 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:48 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 05:21:48 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-12 05:21:48 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/12 05:21:48 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:48 INFO : file1: vfs cache: upload succeeded try #1 2026/05/12 05:21:48 DEBUG : Looking for writers 2026/05/12 05:21:48 DEBUG : file1: reading active writers 2026/05/12 05:21:48 DEBUG : >WaitForWriters: 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.17s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:48 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/05/12 05:21:48 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c280): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c280): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c280): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c280): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c280): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.653074639 +0000 UTC m=+5.888730823 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c280): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c700): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c700): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c700): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c700): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c700): _writeAt: size=3, off=2 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c700): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c700): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.653074639 +0000 UTC m=+5.888730823 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c700): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930cbc0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930cbc0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930cbc0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930cbc0): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930cbc0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.653074639 +0000 UTC m=+5.888730823 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930cbc0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9095880 item 1 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930d200): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930d200): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930d200): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930d200): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930d200): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.655576789 +0000 UTC m=+5.891232982 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930d200): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930d700): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930d700): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930d700): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930d700): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930d700): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.655576789 +0000 UTC m=+5.891232982 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930d700): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9095d50 item 2 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930dd40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930dd40): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930dd40): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930dd40): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930dd40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.657208464 +0000 UTC m=+5.892864657 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930dd40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93202c0): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93202c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93202c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93202c0): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93202c0): _writeAt: size=3, off=2 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93202c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93202c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.657208464 +0000 UTC m=+5.892864657 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93202c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9320780): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9320780): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9320780): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9320780): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9320780): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.657208464 +0000 UTC m=+5.892864657 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9320780): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d90463f0 item 3 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9320e00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9320e00): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9320e00): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9320e00): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9320e00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.659308192 +0000 UTC m=+5.894964375 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9320e00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9321340): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9321340): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9321340): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9321340): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9321340): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.659308192 +0000 UTC m=+5.894964375 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9321340): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9046fc0 item 4 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9321980): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9321980): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9321980): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9321980): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9321980): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.660602348 +0000 UTC m=+5.896258532 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9321980): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9321e00): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9321e00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9321e00): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9321e00): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9321e00): _writeAt: size=3, off=2 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9321e00): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9321e00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.660602348 +0000 UTC m=+5.896258532 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9321e00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93403c0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93403c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93403c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93403c0): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93403c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.660602348 +0000 UTC m=+5.896258532 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93403c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9047340 item 5 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9340a40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9340a40): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9340a40): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9340a40): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9340a40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.662659407 +0000 UTC m=+5.898315589 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9340a40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9340f80): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9340f80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9340f80): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9340f80): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9340f80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.662659407 +0000 UTC m=+5.898315589 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9340f80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9047960 item 6 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9341600): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9341600): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9341600): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9341600): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9341600): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.664034827 +0000 UTC m=+5.899691010 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9341600): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9341b00): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9341b00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9341b00): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9341b00): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9341b00): _writeAt: size=3, off=2 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9341b00): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9341b00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.664034827 +0000 UTC m=+5.899691010 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9341b00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93620c0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93620c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93620c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93620c0): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93620c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.664034827 +0000 UTC m=+5.899691010 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93620c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e20000 item 7 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9362740): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9362740): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9362740): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9362740): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9362740): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.666440714 +0000 UTC m=+5.902096897 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9362740): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9362c80): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9362c80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9362c80): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9362c80): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9362c80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.666440714 +0000 UTC m=+5.902096897 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9362c80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e20fc0 item 8 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9363240): _readAt: size=2, off=0 2026/05/12 05:21:48 ERROR : open-test-file(0xb11d9363240): Couldn't read size of file 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9363240): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9363240): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9363240): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9363240): close: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9363240): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9363600): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9363600): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9363600): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9363600): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9363600): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.668304416 +0000 UTC m=+5.903960600 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9363600): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9363a80): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9363a80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9363a80): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9363a80): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9363a80): _writeAt: size=3, off=2 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9363a80): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9363a80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.668304416 +0000 UTC m=+5.903960600 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9363a80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9610080): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9610080): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9610080): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9610080): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9610080): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.668304416 +0000 UTC m=+5.903960600 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9610080): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e21500 item 9 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9610700): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9610700): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9610700): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9610700): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9610700): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.670748457 +0000 UTC m=+5.906404639 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9610700): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9610c40): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9610c40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9610c40): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9610c40): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9610c40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.670748457 +0000 UTC m=+5.906404639 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9610c40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d0a850 item 10 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9611280): _readAt: size=2, off=0 2026/05/12 05:21:48 ERROR : open-test-file(0xb11d9611280): Couldn't read size of file 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9611280): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9611280): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9611280): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9611280): close: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9611280): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9611640): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9611640): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9611640): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9611640): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9611640): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.67207308 +0000 UTC m=+5.907729263 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9611640): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9611b40): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9611b40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9611b40): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9611b40): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9611b40): _writeAt: size=3, off=2 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9611b40): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9611b40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.67207308 +0000 UTC m=+5.907729263 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9611b40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9632140): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9632140): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9632140): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9632140): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9632140): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.67207308 +0000 UTC m=+5.907729263 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9632140): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d0ac40 item 11 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96327c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96327c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96327c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96327c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96327c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.6739676 +0000 UTC m=+5.909623784 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96327c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9632d00): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9632d00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9632d00): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9632d00): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9632d00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.6739676 +0000 UTC m=+5.909623784 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9632d00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d0b260 item 12 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9633340): _readAt: size=2, off=0 2026/05/12 05:21:48 ERROR : open-test-file(0xb11d9633340): Couldn't read size of file 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9633340): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9633340): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9633340): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9633340): close: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9633340): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9633700): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9633700): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9633700): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9633700): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9633700): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.675601298 +0000 UTC m=+5.911257482 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9633700): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9633dc0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9633dc0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9633dc0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9633dc0): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9633dc0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.675601298 +0000 UTC m=+5.911257482 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9633dc0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d0b5e0 item 13 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965a540): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965a540): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965a540): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965a540): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965a540): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.677279521 +0000 UTC m=+5.912935703 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965a540): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965aa80): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965aa80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965aa80): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965aa80): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965aa80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.677279521 +0000 UTC m=+5.912935703 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965aa80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d0bab0 item 14 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965b0c0): _readAt: size=2, off=0 2026/05/12 05:21:48 ERROR : open-test-file(0xb11d965b0c0): Couldn't read size of file 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965b0c0): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965b0c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965b0c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965b0c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965b0c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965b480): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965b480): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965b480): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965b480): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965b480): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.678922206 +0000 UTC m=+5.914578389 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965b480): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965bb40): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965bb40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965bb40): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965bb40): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965bb40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.678922206 +0000 UTC m=+5.914578389 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d965bb40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91ea2a0 item 15 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96822c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96822c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96822c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96822c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96822c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.680277637 +0000 UTC m=+5.915933821 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96822c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9682800): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9682800): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9682800): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9682800): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9682800): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.680277637 +0000 UTC m=+5.915933821 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9682800): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91ea9a0 item 16 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9682e40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9682e40): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9682e40): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9682e40): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9682e40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.681728399 +0000 UTC m=+5.917384582 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9682e40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96832c0): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96832c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96832c0): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96832c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96832c0): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96832c0): _writeAt: size=3, off=7 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96832c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96832c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.681728399 +0000 UTC m=+5.917384582 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96832c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96837c0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96837c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96837c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96837c0): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96837c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.681728399 +0000 UTC m=+5.917384582 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96837c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91ead20 item 17 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9683e40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9683e40): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9683e40): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9683e40): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9683e40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.684067922 +0000 UTC m=+5.919724106 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9683e40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969a480): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969a480): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969a480): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969a480): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969a480): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.684067922 +0000 UTC m=+5.919724106 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969a480): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91eb340 item 18 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969ab00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969ab00): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969ab00): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969ab00): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969ab00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.685692082 +0000 UTC m=+5.921348265 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969ab00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969b000): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969b000): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969b000): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969b000): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969b000): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969b000): _writeAt: size=3, off=7 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969b000): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969b000): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.685692082 +0000 UTC m=+5.921348265 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969b000): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969b500): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969b500): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969b500): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969b500): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969b500): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.685692082 +0000 UTC m=+5.921348265 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969b500): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91eb810 item 19 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969bb80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969bb80): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969bb80): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969bb80): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969bb80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.687592203 +0000 UTC m=+5.923248386 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d969bb80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c61c0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c61c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c61c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c61c0): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c61c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.687592203 +0000 UTC m=+5.923248386 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c61c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91ebdc0 item 20 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c6840): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c6840): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c6840): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c6840): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c6840): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.689155237 +0000 UTC m=+5.924811420 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c6840): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c6d40): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c6d40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c6d40): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c6d40): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c6d40): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c6d40): _writeAt: size=3, off=7 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c6d40): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c6d40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.689155237 +0000 UTC m=+5.924811420 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c6d40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c7240): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c7240): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c7240): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c7240): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c7240): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.689155237 +0000 UTC m=+5.924811420 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c7240): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8efa4d0 item 21 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c78c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c78c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c78c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c78c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c78c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.69096081 +0000 UTC m=+5.926616993 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c78c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c7e00): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c7e00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c7e00): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c7e00): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c7e00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.69096081 +0000 UTC m=+5.926616993 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96c7e00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8efacb0 item 22 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96ee580): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96ee580): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96ee580): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96ee580): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96ee580): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.692650644 +0000 UTC m=+5.928306827 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96ee580): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96eea80): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96eea80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96eea80): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96eea80): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96eea80): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96eea80): _writeAt: size=3, off=7 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96eea80): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96eea80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.692650644 +0000 UTC m=+5.928306827 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96eea80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96eef80): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96eef80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96eef80): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96eef80): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96eef80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.692650644 +0000 UTC m=+5.928306827 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96eef80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8efb030 item 23 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96ef600): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96ef600): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96ef600): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96ef600): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96ef600): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.694754611 +0000 UTC m=+5.930410795 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96ef600): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96efb40): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96efb40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96efb40): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96efb40): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96efb40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.694754611 +0000 UTC m=+5.930410795 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d96efb40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8efb880 item 24 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970e280): _readAt: size=2, off=0 2026/05/12 05:21:48 ERROR : open-test-file(0xb11d970e280): Couldn't read size of file 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970e280): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970e280): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970e280): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970e280): close: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970e280): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970e640): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970e640): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970e640): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970e640): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970e640): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.696454654 +0000 UTC m=+5.932110838 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970e640): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970eb40): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970eb40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970eb40): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970eb40): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970eb40): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970eb40): _writeAt: size=3, off=7 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970eb40): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970eb40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.696454654 +0000 UTC m=+5.932110838 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970eb40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970f080): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970f080): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970f080): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970f080): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970f080): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.696454654 +0000 UTC m=+5.932110838 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970f080): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8efbc70 item 25 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970f700): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970f700): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970f700): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970f700): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970f700): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.698445457 +0000 UTC m=+5.934101641 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970f700): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970fc40): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970fc40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970fc40): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970fc40): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970fc40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.698445457 +0000 UTC m=+5.934101641 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d970fc40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9010700 item 26 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9736380): _readAt: size=2, off=0 2026/05/12 05:21:48 ERROR : open-test-file(0xb11d9736380): Couldn't read size of file 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9736380): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9736380): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9736380): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9736380): close: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9736380): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9736740): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9736740): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9736740): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9736740): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9736740): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.700258665 +0000 UTC m=+5.935914868 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9736740): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9736c40): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9736c40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9736c40): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9736c40): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9736c40): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9736c40): _writeAt: size=3, off=7 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9736c40): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9736c40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.700258665 +0000 UTC m=+5.935914868 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9736c40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9737180): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9737180): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9737180): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9737180): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9737180): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.700258665 +0000 UTC m=+5.935914868 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9737180): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9010af0 item 27 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9737800): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9737800): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9737800): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9737800): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9737800): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.702622893 +0000 UTC m=+5.938279097 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9737800): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9737d40): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9737d40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9737d40): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9737d40): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9737d40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.702622893 +0000 UTC m=+5.938279097 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9737d40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9011490 item 28 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9768480): _readAt: size=2, off=0 2026/05/12 05:21:48 ERROR : open-test-file(0xb11d9768480): Couldn't read size of file 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9768480): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9768480): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9768480): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9768480): close: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9768480): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9768840): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9768840): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9768840): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9768840): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9768840): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.704274065 +0000 UTC m=+5.939930247 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9768840): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9768f00): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9768f00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9768f00): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9768f00): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9768f00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.704274065 +0000 UTC m=+5.939930247 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9768f00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d90118f0 item 29 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9390500): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9390500): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9390500): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9390500): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9390500): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.705890339 +0000 UTC m=+5.941546532 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9390500): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9390a40): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9390a40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9390a40): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9390a40): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9390a40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.705890339 +0000 UTC m=+5.941546532 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9390a40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d33e30 item 30 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9391080): _readAt: size=2, off=0 2026/05/12 05:21:48 ERROR : open-test-file(0xb11d9391080): Couldn't read size of file 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9391080): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9391080): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9391080): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9391080): close: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9391080): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9391440): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9391440): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9391440): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9391440): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9391440): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.707440269 +0000 UTC m=+5.943096452 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9391440): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9391b00): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9391b00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9391b00): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9391b00): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9391b00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.707440269 +0000 UTC m=+5.943096452 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9391b00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d31500 item 31 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93da280): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93da280): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93da280): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93da280): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93da280): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.708804377 +0000 UTC m=+5.944460560 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93da280): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93da7c0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93da7c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93da7c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93da7c0): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93da7c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.708804377 +0000 UTC m=+5.944460560 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93da7c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8ce2000 item 32 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93dae00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93dae00): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93dae00): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93dae00): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93dae00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.710280418 +0000 UTC m=+5.945936600 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93dae00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93db280): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93db280): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93db280): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93db280): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93db280): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8ce2af0 item 33 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93db280): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93db280): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.710833102 +0000 UTC m=+5.946489285 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93db280): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93db780): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93db780): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93db780): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93db780): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93db780): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.710833102 +0000 UTC m=+5.946489285 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93db780): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8ce2fc0 item 33 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93dbdc0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93dbdc0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93dbdc0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93dbdc0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93dbdc0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.712543355 +0000 UTC m=+5.948199538 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93dbdc0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b0340): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b0340): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8ce3e30 item 34 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b0340): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b0340): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b0340): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b0340): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b0340): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.71328142 +0000 UTC m=+5.948937603 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b0340): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b0880): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b0880): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b0880): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b0880): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b0880): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.71328142 +0000 UTC m=+5.948937603 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b0880): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e18380 item 34 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b0ec0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b0ec0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b0ec0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b0ec0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b0ec0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.714750406 +0000 UTC m=+5.950406589 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b0ec0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b1340): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b1340): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b1340): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b1340): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b1340): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e18af0 item 35 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b1340): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b1340): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.715303892 +0000 UTC m=+5.950960075 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b1340): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b1840): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b1840): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b1840): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b1840): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b1840): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.715303892 +0000 UTC m=+5.950960075 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b1840): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e193b0 item 35 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b1ec0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b1ec0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b1ec0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b1ec0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b1ec0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.717128962 +0000 UTC m=+5.952785145 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97b1ec0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97de4c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97de4c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e19c70 item 36 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97de4c0): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97de4c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97de4c0): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97de4c0): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97de4c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.717697276 +0000 UTC m=+5.953353458 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97de4c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97dea00): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97dea00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97dea00): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97dea00): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97dea00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.717697276 +0000 UTC m=+5.953353458 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97dea00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d90180e0 item 36 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df040): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df040): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df040): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df040): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df040): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.719181061 +0000 UTC m=+5.954837244 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df040): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df4c0): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df4c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df4c0): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df4c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df4c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d90185b0 item 37 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df4c0): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df4c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.719661489 +0000 UTC m=+5.955317672 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df4c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df9c0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df9c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df9c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df9c0): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df9c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.719661489 +0000 UTC m=+5.955317672 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df9c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d90187e0 item 37 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9808140): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9808140): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9808140): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9808140): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9808140): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.721013053 +0000 UTC m=+5.956669236 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9808140): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9808640): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9808640): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9018d90 item 38 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9808640): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9808640): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9808640): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9808640): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9808640): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.721654877 +0000 UTC m=+5.957311059 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9808640): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9808b80): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9808b80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9808b80): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9808b80): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9808b80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.721654877 +0000 UTC m=+5.957311059 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9808b80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d90191f0 item 38 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9809200): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9809200): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9809200): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9809200): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9809200): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.722902966 +0000 UTC m=+5.958559149 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9809200): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9809700): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9809700): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9809700): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9809700): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9809700): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9019730 item 39 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9809700): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9809700): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.723577901 +0000 UTC m=+5.959234084 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9809700): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9809c00): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9809c00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9809c00): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9809c00): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9809c00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.723577901 +0000 UTC m=+5.959234084 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9809c00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d90199d0 item 39 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982a380): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982a380): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982a380): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982a380): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982a380): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.724888889 +0000 UTC m=+5.960545073 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982a380): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982a880): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982a880): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9019d50 item 40 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982a880): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982a880): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982a880): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982a880): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982a880): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.725499644 +0000 UTC m=+5.961155827 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982a880): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982adc0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982adc0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982adc0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982adc0): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982adc0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.725499644 +0000 UTC m=+5.961155827 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982adc0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d24230 item 40 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982b380): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982b380): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982b380): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982b380): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982b380): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982b380): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982b380): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.726931871 +0000 UTC m=+5.962588054 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982b380): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982b880): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982b880): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982b880): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d24770 item 41 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982b880): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982b880): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.72742851 +0000 UTC m=+5.963084692 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982b880): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982bd40): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982bd40): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982bd40): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982bd40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982bd40): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d24af0 item 41 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982bd40): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982bd40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.728129004 +0000 UTC m=+5.963785187 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d982bd40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985e380): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985e380): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985e380): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985e380): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985e380): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.728129004 +0000 UTC m=+5.963785187 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985e380): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d250a0 item 41 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985e9c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985e9c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985e9c0): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985e9c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985e9c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985e9c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985e9c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.729357556 +0000 UTC m=+5.965013738 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985e9c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985eec0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985eec0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985eec0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d256c0 item 42 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985eec0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985eec0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.730065764 +0000 UTC m=+5.965721948 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985eec0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985f400): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985f400): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d259d0 item 42 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985f400): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985f400): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985f400): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985f400): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985f400): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.73070404 +0000 UTC m=+5.966360224 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985f400): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985f980): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985f980): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985f980): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985f980): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985f980): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.73070404 +0000 UTC m=+5.966360224 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d985f980): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d25dc0 item 42 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98800c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98800c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98800c0): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98800c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98800c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98800c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98800c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.73206345 +0000 UTC m=+5.967719653 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98800c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98805c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98805c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98805c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d50460 item 43 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98805c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98805c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.732515606 +0000 UTC m=+5.968171839 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98805c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9880b00): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9880b00): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9880b00): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9880b00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9880b00): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d508c0 item 43 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9880b00): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9880b00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.733017954 +0000 UTC m=+5.968674137 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9880b00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9881040): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9881040): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9881040): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9881040): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9881040): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.733017954 +0000 UTC m=+5.968674137 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9881040): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d50d20 item 43 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9881680): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9881680): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9881680): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9881680): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9881680): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9881680): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9881680): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.734430385 +0000 UTC m=+5.970086567 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9881680): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9881b80): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9881b80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9881b80): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d51c70 item 44 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9881b80): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9881b80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.73533806 +0000 UTC m=+5.970994242 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9881b80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99001c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99001c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9134070 item 44 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99001c0): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99001c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99001c0): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99001c0): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99001c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.735894482 +0000 UTC m=+5.971550665 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99001c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9900740): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9900740): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9900740): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9900740): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9900740): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.735894482 +0000 UTC m=+5.971550665 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9900740): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9134230 item 44 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9900d80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9900d80): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9900d80): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9900d80): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9900d80): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9900d80): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9900d80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.737221871 +0000 UTC m=+5.972878054 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9900d80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9901280): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9901280): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9901280): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9134690 item 45 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9901280): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9901280): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.737733727 +0000 UTC m=+5.973389911 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9901280): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9901980): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9901980): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9901980): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9901980): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9901980): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.737733727 +0000 UTC m=+5.973389911 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9901980): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91349a0 item 45 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a00c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a00c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a00c0): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a00c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a00c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a00c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a00c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.739164883 +0000 UTC m=+5.974821106 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a00c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a05c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a05c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a05c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9135110 item 46 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a05c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a05c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.739772101 +0000 UTC m=+5.975428284 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a05c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a0cc0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a0cc0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a0cc0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a0cc0): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a0cc0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.739772101 +0000 UTC m=+5.975428284 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a0cc0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91352d0 item 46 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a1300): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a1300): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a1300): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a1300): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a1300): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a1300): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a1300): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.741229997 +0000 UTC m=+5.976886179 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a1300): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fadc0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fadc0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fadc0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9185030 item 47 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fadc0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fadc0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.741941822 +0000 UTC m=+5.977598005 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fadc0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb4c0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb4c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb4c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb4c0): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb4c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.741941822 +0000 UTC m=+5.977598005 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb4c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9185260 item 47 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fbb00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fbb00): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fbb00): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fbb00): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fbb00): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fbb00): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fbb00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.7450571 +0000 UTC m=+5.980713283 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fbb00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c2180): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c2180): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c2180): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91855e0 item 48 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c2180): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c2180): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.745487844 +0000 UTC m=+5.981144027 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c2180): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a1a40): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a1a40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a1a40): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a1a40): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a1a40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.745487844 +0000 UTC m=+5.981144027 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a1a40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9135730 item 48 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c2940): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c2940): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c2940): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c2940): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c2940): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.747158482 +0000 UTC m=+5.982814664 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c2940): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c2dc0): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c2dc0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c2dc0): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c2dc0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c2dc0): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c2dc0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9184850 item 49 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c2dc0): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c2dc0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.747652596 +0000 UTC m=+5.983308779 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c2dc0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c3300): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c3300): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c3300): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c3300): >_readAt: n=8, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c3300): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.747652596 +0000 UTC m=+5.983308779 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c3300): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9184a10 item 49 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c3980): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c3980): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c3980): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c3980): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c3980): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.749014711 +0000 UTC m=+5.984670893 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c3980): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c3e80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c3e80): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c3e80): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9185030 item 50 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c3e80): _readAt: size=2, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c3e80): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c3e80): _writeAt: size=3, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c3e80): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c3e80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.749723871 +0000 UTC m=+5.985380054 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92c3e80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a0500): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a0500): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a0500): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a0500): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a0500): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.749723871 +0000 UTC m=+5.985380054 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a0500): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91857a0 item 50 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a0b80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a0b80): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a0b80): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a0b80): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a0b80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.750843758 +0000 UTC m=+5.986499941 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a0b80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a1080): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a1080): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a1080): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a1080): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a1080): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a1080): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9185b90 item 51 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a1080): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a1080): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.751505929 +0000 UTC m=+5.987162112 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a1080): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a15c0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a15c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a15c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a15c0): >_readAt: n=8, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a15c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.751505929 +0000 UTC m=+5.987162112 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99a15c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9185d50 item 51 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961c2c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961c2c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961c2c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961c2c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961c2c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.752842526 +0000 UTC m=+5.988498709 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961c2c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961c7c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961c7c0): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961c7c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9134230 item 52 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961c7c0): _readAt: size=2, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961c7c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961c7c0): _writeAt: size=3, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961c7c0): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961c7c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.753378048 +0000 UTC m=+5.989034231 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961c7c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961cd40): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961cd40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961cd40): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961cd40): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961cd40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.753378048 +0000 UTC m=+5.989034231 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961cd40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91343f0 item 52 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d3c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d3c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d3c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d3c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d3c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.754725034 +0000 UTC m=+5.990381217 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d3c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d8c0): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d8c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d8c0): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d8c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d8c0): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d8c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91349a0 item 53 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d8c0): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d8c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.755232603 +0000 UTC m=+5.990888786 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d8c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961de80): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961de80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961de80): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961de80): >_readAt: n=8, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961de80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.755232603 +0000 UTC m=+5.990888786 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961de80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9134e70 item 53 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1f600): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1f600): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1f600): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1f600): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1f600): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.756395251 +0000 UTC m=+5.992051434 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1f600): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1fb00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1fb00): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1fb00): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91352d0 item 54 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1fb00): _readAt: size=2, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1fb00): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1fb00): _writeAt: size=3, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1fb00): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1fb00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.75690854 +0000 UTC m=+5.992564724 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1fb00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a0180): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a0180): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a0180): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a0180): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a0180): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.75690854 +0000 UTC m=+5.992564724 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a0180): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9135490 item 54 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a0840): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a0840): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a0840): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a0840): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a0840): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.758688175 +0000 UTC m=+5.994344358 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a0840): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8c9f700): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8c9f700): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8c9f700): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8c9f700): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8c9f700): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8c9f700): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e080e0 item 55 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8c9f700): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8c9f700): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.759389831 +0000 UTC m=+5.995046014 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8c9f700): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4000): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4000): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4000): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4000): >_readAt: n=8, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4000): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.759389831 +0000 UTC m=+5.995046014 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4000): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e08380 item 55 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef49c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef49c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef49c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef49c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef49c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.760630776 +0000 UTC m=+5.996286959 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef49c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4f80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4f80): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4f80): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e08850 item 56 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4f80): _readAt: size=2, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4f80): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4f80): _writeAt: size=3, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4f80): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4f80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.761482877 +0000 UTC m=+5.997139060 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4f80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef5500): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef5500): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef5500): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef5500): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef5500): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.761482877 +0000 UTC m=+5.997139060 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef5500): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e08af0 item 56 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef5e80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef5e80): open at offset 0 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef5e80): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef5e80): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef5e80): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef5e80): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef5e80): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef5e80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.762983934 +0000 UTC m=+5.998640118 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef5e80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8e1b100): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8e1b100): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8e1b100): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e09030 item 57 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8e1b100): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8e1b100): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.763513104 +0000 UTC m=+5.999169288 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8e1b100): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da00c0): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da00c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da00c0): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da00c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da00c0): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da00c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e093b0 item 57 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da00c0): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da00c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.764037757 +0000 UTC m=+5.999693940 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da00c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da08c0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da08c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da08c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da08c0): >_readAt: n=8, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da08c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.764037757 +0000 UTC m=+5.999693940 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da08c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e09570 item 57 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1080): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1080): open at offset 0 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1080): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1080): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1080): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1080): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1080): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1080): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.76526732 +0000 UTC m=+6.000923503 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1080): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da15c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da15c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da15c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e09960 item 58 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da15c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da15c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.765968606 +0000 UTC m=+6.001624789 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da15c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1b80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1b80): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1b80): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d90100e0 item 58 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1b80): _readAt: size=2, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1b80): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1b80): _writeAt: size=3, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1b80): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1b80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.766533874 +0000 UTC m=+6.002190067 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1b80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188400): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188400): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188400): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188400): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188400): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.766533874 +0000 UTC m=+6.002190067 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188400): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9010380 item 58 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188a40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188a40): open at offset 0 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188a40): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188a40): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188a40): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188a40): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188a40): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188a40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.768206576 +0000 UTC m=+6.003862759 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188a40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188f80): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188f80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188f80): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9010930 item 59 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188f80): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188f80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.768589269 +0000 UTC m=+6.004245452 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188f80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91894c0): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91894c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91894c0): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91894c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91894c0): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91894c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9010af0 item 59 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91894c0): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91894c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.769031655 +0000 UTC m=+6.004687838 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91894c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9189a40): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9189a40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9189a40): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9189a40): >_readAt: n=8, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9189a40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.769031655 +0000 UTC m=+6.004687838 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9189a40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9010cb0 item 59 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2180): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2180): open at offset 0 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2180): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2180): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2180): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2180): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2180): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2180): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.770225643 +0000 UTC m=+6.005881825 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2180): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e26c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e26c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e26c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9011500 item 60 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e26c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e26c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.771053908 +0000 UTC m=+6.006710092 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e26c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2c80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2c80): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2c80): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d90117a0 item 60 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2c80): _readAt: size=2, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2c80): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2c80): _writeAt: size=3, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2c80): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2c80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.771729415 +0000 UTC m=+6.007385598 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2c80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3240): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3240): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3240): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3240): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3240): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.771729415 +0000 UTC m=+6.007385598 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3240): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d90119d0 item 60 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3880): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3880): open at offset 0 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3880): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3880): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3880): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3880): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3880): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3880): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.773037367 +0000 UTC m=+6.008693550 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3880): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3dc0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3dc0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3dc0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d93fe000 item 61 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3dc0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3dc0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.773519057 +0000 UTC m=+6.009175241 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3dc0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c6640): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c6640): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c6640): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c6640): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c6640): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.773519057 +0000 UTC m=+6.009175241 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c6640): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d93fe1c0 item 61 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c6c80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c6c80): open at offset 0 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c6c80): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c6c80): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c6c80): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c6c80): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c6c80): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c6c80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.775235462 +0000 UTC m=+6.010891645 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c6c80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c71c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c71c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c71c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d93fe540 item 62 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c71c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c71c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.77573729 +0000 UTC m=+6.011393473 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c71c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c7a40): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c7a40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c7a40): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c7a40): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c7a40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.77573729 +0000 UTC m=+6.011393473 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c7a40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d93fe770 item 62 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa180): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa180): open at offset 0 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa180): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa180): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa180): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa180): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa180): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa180): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.77716034 +0000 UTC m=+6.012816523 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa180): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa6c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa6c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa6c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d93fed20 item 63 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa6c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa6c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.777950052 +0000 UTC m=+6.013606235 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa6c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fadc0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fadc0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fadc0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fadc0): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fadc0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.777950052 +0000 UTC m=+6.013606235 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fadc0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d93ff030 item 63 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb400): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb400): open at offset 0 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb400): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb400): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb400): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb400): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb400): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb400): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.779589551 +0000 UTC m=+6.015245735 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb400): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88440): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88440): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88440): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d93ff3b0 item 64 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88440): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88440): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.780222027 +0000 UTC m=+6.015878211 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88440): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88b40): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88b40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88b40): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88b40): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88b40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.780222027 +0000 UTC m=+6.015878211 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88b40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d93ff570 item 64 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89180): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89180): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89180): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89180): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89180): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.781865904 +0000 UTC m=+6.017522087 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89180): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89600): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89600): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89600): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89600): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89600): _writeAt: size=3, off=2 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d93ffab0 item 65 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89600): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89600): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.78234483 +0000 UTC m=+6.018001012 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89600): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89b00): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89b00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89b00): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89b00): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89b00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.78234483 +0000 UTC m=+6.018001012 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89b00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d93ffc70 item 65 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9056240): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9056240): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9056240): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9056240): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9056240): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.784153077 +0000 UTC m=+6.019809260 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9056240): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90566c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90566c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9830230 item 66 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90566c0): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90566c0): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90566c0): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90566c0): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90566c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.784628907 +0000 UTC m=+6.020285089 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90566c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9056c00): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9056c00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9056c00): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9056c00): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9056c00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.784628907 +0000 UTC m=+6.020285089 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9056c00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9830460 item 66 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9057240): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9057240): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9057240): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9057240): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9057240): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.785904297 +0000 UTC m=+6.021560480 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9057240): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90576c0): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90576c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90576c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90576c0): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90576c0): _writeAt: size=3, off=2 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d98307e0 item 67 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90576c0): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90576c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.786703878 +0000 UTC m=+6.022360062 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90576c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9057bc0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9057bc0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9057bc0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9057bc0): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9057bc0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.786703878 +0000 UTC m=+6.022360062 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9057bc0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d98309a0 item 67 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909a340): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909a340): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909a340): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909a340): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909a340): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.788804048 +0000 UTC m=+6.024460232 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909a340): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909a840): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909a840): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9830e00 item 68 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909a840): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909a840): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909a840): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909a840): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909a840): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.789361201 +0000 UTC m=+6.025017384 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909a840): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909ad80): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909ad80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909ad80): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909ad80): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909ad80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.789361201 +0000 UTC m=+6.025017384 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909ad80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9830fc0 item 68 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909b3c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909b3c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909b3c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909b3c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909b3c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.790960184 +0000 UTC m=+6.026616377 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909b3c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909b840): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909b840): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909b840): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909b840): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909b840): _writeAt: size=3, off=2 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9831340 item 69 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909b840): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909b840): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.791415033 +0000 UTC m=+6.027071216 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909b840): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909bd40): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909bd40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909bd40): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909bd40): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909bd40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.791415033 +0000 UTC m=+6.027071216 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d909bd40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9831b90 item 69 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e04c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e04c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e04c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e04c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e04c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.793953151 +0000 UTC m=+6.029609354 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e04c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e09c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e09c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9906150 item 70 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e09c0): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e09c0): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e09c0): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e09c0): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e09c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.794934395 +0000 UTC m=+6.030590598 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e09c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e0f00): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e0f00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e0f00): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e0f00): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e0f00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.794934395 +0000 UTC m=+6.030590598 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e0f00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9906310 item 70 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e1580): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e1580): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e1580): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e1580): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e1580): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.796168839 +0000 UTC m=+6.031825021 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e1580): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e1a80): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e1a80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e1a80): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e1a80): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e1a80): _writeAt: size=3, off=2 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9906770 item 71 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e1a80): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e1a80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.796744267 +0000 UTC m=+6.032400450 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90e1a80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f0080): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f0080): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f0080): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f0080): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f0080): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.796744267 +0000 UTC m=+6.032400450 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f0080): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9906930 item 71 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f0700): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f0700): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f0700): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f0700): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f0700): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.798215908 +0000 UTC m=+6.033872091 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f0700): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f0c00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f0c00): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9906cb0 item 72 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f0c00): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f0c00): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f0c00): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f0c00): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f0c00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.798956698 +0000 UTC m=+6.034612881 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f0c00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f1140): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f1140): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f1140): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f1140): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f1140): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.798956698 +0000 UTC m=+6.034612881 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f1140): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9906e70 item 72 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f1700): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f1700): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f1700): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f1700): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f1700): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f1700): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f1700): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.800662413 +0000 UTC m=+6.036318595 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f1700): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f1c00): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f1c00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f1c00): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9907260 item 73 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f1c00): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f1c00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.801272675 +0000 UTC m=+6.036928859 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90f1c00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91561c0): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91561c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91561c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91561c0): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91561c0): _writeAt: size=3, off=2 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9907420 item 73 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91561c0): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91561c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.801664667 +0000 UTC m=+6.037320850 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91561c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9156700): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9156700): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9156700): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9156700): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9156700): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.801664667 +0000 UTC m=+6.037320850 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9156700): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d99075e0 item 73 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9156d40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9156d40): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9156d40): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9156d40): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9156d40): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9156d40): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9156d40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.803246647 +0000 UTC m=+6.038902860 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9156d40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9157240): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9157240): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9157240): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9907960 item 74 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9157240): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9157240): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.803866278 +0000 UTC m=+6.039522471 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9157240): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9157780): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9157780): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9907b20 item 74 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9157780): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9157780): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9157780): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9157780): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9157780): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.804569087 +0000 UTC m=+6.040225330 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9157780): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9157d00): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9157d00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9157d00): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9157d00): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9157d00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.804569087 +0000 UTC m=+6.040225330 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9157d00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9907ce0 item 74 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9166440): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9166440): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9166440): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9166440): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9166440): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9166440): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9166440): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.80590405 +0000 UTC m=+6.041560233 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9166440): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9166940): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9166940): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9166940): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8f781c0 item 75 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9166940): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9166940): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.806373297 +0000 UTC m=+6.042029480 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9166940): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9166e80): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9166e80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9166e80): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9166e80): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9166e80): _writeAt: size=3, off=2 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8f78380 item 75 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9166e80): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9166e80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.806891597 +0000 UTC m=+6.042547780 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9166e80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91673c0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91673c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91673c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91673c0): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91673c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.806891597 +0000 UTC m=+6.042547780 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91673c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8f78620 item 75 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9167a00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9167a00): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9167a00): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9167a00): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9167a00): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9167a00): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9167a00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.80814219 +0000 UTC m=+6.043798372 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9167a00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c6000): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c6000): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c6000): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8f78b60 item 76 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c6000): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c6000): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.808556814 +0000 UTC m=+6.044212997 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c6000): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c6540): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c6540): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8f78d20 item 76 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c6540): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c6540): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c6540): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c6540): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c6540): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.809316159 +0000 UTC m=+6.044972342 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c6540): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c6ac0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c6ac0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c6ac0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c6ac0): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c6ac0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.809316159 +0000 UTC m=+6.044972342 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c6ac0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8f78ee0 item 76 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c7100): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c7100): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c7100): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c7100): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c7100): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c7100): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c7100): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.81053291 +0000 UTC m=+6.046189092 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c7100): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a0cc0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a0cc0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a0cc0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9135c70 item 77 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a0cc0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a0cc0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.81133765 +0000 UTC m=+6.046993833 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a0cc0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a13c0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a13c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a13c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a13c0): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a13c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.81133765 +0000 UTC m=+6.046993833 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a13c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9135e30 item 77 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a1a00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a1a00): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a1a00): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a1a00): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a1a00): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a1a00): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a1a00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.8127978 +0000 UTC m=+6.048454013 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98a1a00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99ce000): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99ce000): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99ce000): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d97b8380 item 78 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99ce000): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99ce000): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.81354388 +0000 UTC m=+6.049200063 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99ce000): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99ce700): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99ce700): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99ce700): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99ce700): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99ce700): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.81354388 +0000 UTC m=+6.049200063 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99ce700): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d97b8540 item 78 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99ced40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99ced40): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99ced40): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99ced40): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99ced40): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99ced40): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99ced40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.814952152 +0000 UTC m=+6.050608335 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99ced40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99cf240): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99cf240): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99cf240): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d97b9570 item 79 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99cf240): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99cf240): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.815605927 +0000 UTC m=+6.051262111 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99cf240): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99cf940): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99cf940): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99cf940): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99cf940): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99cf940): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.815605927 +0000 UTC m=+6.051262111 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99cf940): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d97b9730 item 79 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e0080): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e0080): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e0080): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e0080): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e0080): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e0080): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e0080): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.817157139 +0000 UTC m=+6.052813322 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e0080): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e0580): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e0580): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e0580): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d97b9c00 item 80 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e0580): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e0580): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.817675519 +0000 UTC m=+6.053331723 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e0580): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e0c80): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e0c80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e0c80): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e0c80): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e0c80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.817675519 +0000 UTC m=+6.053331723 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e0c80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d97b9dc0 item 80 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e12c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e12c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e12c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e12c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e12c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.819062872 +0000 UTC m=+6.054719054 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e12c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e1740): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e1740): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e1740): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e1740): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e1740): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e1740): _writeAt: size=3, off=7 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91023f0 item 81 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e1740): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e1740): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.819552156 +0000 UTC m=+6.055208350 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e1740): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e1c80): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e1c80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e1c80): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e1c80): >_readAt: n=8, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e1c80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.819552156 +0000 UTC m=+6.055208350 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99e1c80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9102770 item 81 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f6400): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f6400): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f6400): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f6400): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f6400): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.820776351 +0000 UTC m=+6.056432533 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f6400): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f6900): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f6900): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f6900): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91033b0 item 82 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f6900): _readAt: size=2, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f6900): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f6900): _writeAt: size=3, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f6900): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f6900): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.821303978 +0000 UTC m=+6.056960161 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f6900): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f6e80): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f6e80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f6e80): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f6e80): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f6e80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.821303978 +0000 UTC m=+6.056960161 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f6e80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91035e0 item 82 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f7500): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f7500): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f7500): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f7500): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f7500): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.822529804 +0000 UTC m=+6.058185988 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f7500): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f7a00): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f7a00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f7a00): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f7a00): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f7a00): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f7a00): _writeAt: size=3, off=7 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9103a40 item 83 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f7a00): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f7a00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.82303016 +0000 UTC m=+6.058686344 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99f7a00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9228040): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9228040): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9228040): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9228040): >_readAt: n=8, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9228040): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.82303016 +0000 UTC m=+6.058686344 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9228040): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9103ce0 item 83 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92286c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92286c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92286c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92286c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92286c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.824361797 +0000 UTC m=+6.060017981 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92286c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9228bc0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9228bc0): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9228bc0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d97481c0 item 84 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9228bc0): _readAt: size=2, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9228bc0): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9228bc0): _writeAt: size=3, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9228bc0): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9228bc0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.824983001 +0000 UTC m=+6.060639185 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9228bc0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9229140): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9229140): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9229140): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9229140): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9229140): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.824983001 +0000 UTC m=+6.060639185 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9229140): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9748380 item 84 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92297c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92297c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92297c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92297c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92297c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.826275975 +0000 UTC m=+6.061932159 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92297c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9229cc0): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9229cc0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9229cc0): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9229cc0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9229cc0): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9229cc0): _writeAt: size=3, off=7 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9748af0 item 85 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9229cc0): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9229cc0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.826723673 +0000 UTC m=+6.062379855 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9229cc0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9252300): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9252300): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9252300): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9252300): >_readAt: n=8, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9252300): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.826723673 +0000 UTC m=+6.062379855 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9252300): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9748cb0 item 85 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9252980): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9252980): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9252980): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9252980): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9252980): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.827937105 +0000 UTC m=+6.063593289 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9252980): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9252e80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9252e80): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9252e80): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9749110 item 86 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9252e80): _readAt: size=2, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9252e80): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9252e80): _writeAt: size=3, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9252e80): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9252e80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.828483939 +0000 UTC m=+6.064140122 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9252e80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9253400): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9253400): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9253400): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9253400): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9253400): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.828483939 +0000 UTC m=+6.064140122 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9253400): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9749420 item 86 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9253a80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9253a80): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9253a80): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9253a80): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9253a80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.829541438 +0000 UTC m=+6.065197621 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9253a80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9268080): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9268080): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9268080): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9268080): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9268080): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9268080): _writeAt: size=3, off=7 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d97497a0 item 87 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9268080): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9268080): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.829972253 +0000 UTC m=+6.065628435 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9268080): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92685c0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92685c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92685c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92685c0): >_readAt: n=8, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92685c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.829972253 +0000 UTC m=+6.065628435 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92685c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9749960 item 87 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9268c40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9268c40): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9268c40): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9268c40): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9268c40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.831204361 +0000 UTC m=+6.066860544 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9268c40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9269140): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9269140): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9269140): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9749ce0 item 88 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9269140): _readAt: size=2, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9269140): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9269140): _writeAt: size=3, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9269140): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9269140): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.831913281 +0000 UTC m=+6.067569464 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9269140): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92696c0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92696c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92696c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92696c0): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92696c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.831913281 +0000 UTC m=+6.067569464 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92696c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91960e0 item 88 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9269d00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9269d00): open at offset 0 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9269d00): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9269d00): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9269d00): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9269d00): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9269d00): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9269d00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.83305591 +0000 UTC m=+6.068712094 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9269d00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928c340): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928c340): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928c340): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91967e0 item 89 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928c340): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928c340): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.833640736 +0000 UTC m=+6.069296919 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928c340): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928c880): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928c880): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928c880): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928c880): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928c880): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928c880): _writeAt: size=3, off=7 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91971f0 item 89 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928c880): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928c880): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.834319499 +0000 UTC m=+6.069975702 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928c880): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928ce00): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928ce00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928ce00): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928ce00): >_readAt: n=8, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928ce00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.834319499 +0000 UTC m=+6.069975702 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928ce00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9197570 item 89 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928d440): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928d440): open at offset 0 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928d440): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928d440): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928d440): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928d440): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928d440): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928d440): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.835824594 +0000 UTC m=+6.071480788 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928d440): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928d980): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928d980): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928d980): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d90c8000 item 90 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928d980): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928d980): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.836429227 +0000 UTC m=+6.072085410 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d928d980): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c7580): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c7580): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c7580): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d90c82a0 item 90 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c7580): _readAt: size=2, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c7580): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c7580): _writeAt: size=3, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c7580): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c7580): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.837305623 +0000 UTC m=+6.072961806 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c7580): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c7b40): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c7b40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c7b40): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c7b40): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c7b40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.837305623 +0000 UTC m=+6.072961806 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91c7b40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8f792d0 item 90 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e6280): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e6280): open at offset 0 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e6280): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e6280): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e6280): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e6280): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e6280): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e6280): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.838964999 +0000 UTC m=+6.074621183 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e6280): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e67c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e67c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e67c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8f79650 item 91 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e67c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e67c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.839450507 +0000 UTC m=+6.075106690 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e67c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e6d00): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e6d00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e6d00): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e6d00): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e6d00): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e6d00): _writeAt: size=3, off=7 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8f798f0 item 91 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e6d00): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e6d00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.840133268 +0000 UTC m=+6.075789452 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e6d00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e7280): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e7280): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e7280): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e7280): >_readAt: n=8, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e7280): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.840133268 +0000 UTC m=+6.075789452 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e7280): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8f79ab0 item 91 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e78c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e78c0): open at offset 0 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e78c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e78c0): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e78c0): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e78c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e78c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e78c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.841506343 +0000 UTC m=+6.077162526 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e78c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e7e00): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e7e00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e7e00): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8f79e30 item 92 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e7e00): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e7e00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.84206545 +0000 UTC m=+6.077721633 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91e7e00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938e440): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938e440): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938e440): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d96d6620 item 92 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938e440): _readAt: size=2, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938e440): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938e440): _writeAt: size=3, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938e440): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938e440): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.842792405 +0000 UTC m=+6.078448617 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938e440): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938ea00): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938ea00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938ea00): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938ea00): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938ea00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.842792405 +0000 UTC m=+6.078448617 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938ea00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d96d6850 item 92 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938f040): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938f040): open at offset 0 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938f040): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938f040): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938f040): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938f040): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938f040): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938f040): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.844420201 +0000 UTC m=+6.080076383 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938f040): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938f580): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938f580): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938f580): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d96d6bd0 item 93 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938f580): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938f580): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.845369616 +0000 UTC m=+6.081025799 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938f580): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938fc80): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938fc80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938fc80): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938fc80): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938fc80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.845369616 +0000 UTC m=+6.081025799 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d938fc80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d96d6e00 item 93 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ac3c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ac3c0): open at offset 0 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ac3c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ac3c0): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ac3c0): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ac3c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ac3c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ac3c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.846836979 +0000 UTC m=+6.082493163 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ac3c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ac900): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ac900): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ac900): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d96d7180 item 94 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ac900): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ac900): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.847376068 +0000 UTC m=+6.083032251 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ac900): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ad000): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ad000): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ad000): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ad000): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ad000): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.847376068 +0000 UTC m=+6.083032251 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ad000): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d96d7340 item 94 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ad640): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ad640): open at offset 0 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ad640): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ad640): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ad640): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ad640): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ad640): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ad640): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.848623707 +0000 UTC m=+6.084279889 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93ad640): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93adb80): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93adb80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93adb80): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d96d76c0 item 95 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93adb80): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93adb80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.849177703 +0000 UTC m=+6.084833886 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93adb80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93e0380): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93e0380): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93e0380): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93e0380): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93e0380): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.849177703 +0000 UTC m=+6.084833886 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93e0380): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d96d7880 item 95 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93e09c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93e09c0): open at offset 0 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93e09c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93e09c0): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93e09c0): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93e09c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93e09c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93e09c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.850605291 +0000 UTC m=+6.086261474 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93e09c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93e0f00): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93e0f00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93e0f00): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d96d7d50 item 96 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93e0f00): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93e0f00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.851063518 +0000 UTC m=+6.086719700 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93e0f00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93e1600): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93e1600): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93e1600): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93e1600): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93e1600): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.851063518 +0000 UTC m=+6.086719700 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93e1600): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d98d2070 item 96 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= 2026/05/12 05:21:48 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:48 DEBUG : Looking for writers 2026/05/12 05:21:48 DEBUG : >WaitForWriters: 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:48 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/05/12 05:21:48 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c100): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c100): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c100): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c100): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c100): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.860463295 +0000 UTC m=+6.096119498 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c100): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c580): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c580): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c580): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c580): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c580): _writeAt: size=3, off=2 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c580): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c580): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.860463295 +0000 UTC m=+6.096119498 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930c580): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930ca40): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930ca40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930ca40): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930ca40): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930ca40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.860463295 +0000 UTC m=+6.096119498 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930ca40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d90c9340 item 1 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930d080): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930d080): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930d080): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930d080): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930d080): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.862783881 +0000 UTC m=+6.098440064 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930d080): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930d580): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930d580): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930d580): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930d580): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930d580): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.862783881 +0000 UTC m=+6.098440064 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930d580): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d90c99d0 item 2 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930dbc0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930dbc0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930dbc0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930dbc0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930dbc0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.864300618 +0000 UTC m=+6.099956801 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d930dbc0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932c140): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932c140): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932c140): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932c140): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932c140): _writeAt: size=3, off=2 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932c140): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932c140): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.864300618 +0000 UTC m=+6.099956801 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932c140): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932c600): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932c600): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932c600): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932c600): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932c600): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.864300618 +0000 UTC m=+6.099956801 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932c600): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d93022a0 item 3 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932cc80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932cc80): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932cc80): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932cc80): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932cc80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.867214015 +0000 UTC m=+6.102870198 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932cc80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932d1c0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932d1c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932d1c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932d1c0): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932d1c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.867214015 +0000 UTC m=+6.102870198 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932d1c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d93027e0 item 4 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932d800): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932d800): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932d800): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932d800): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932d800): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.868768312 +0000 UTC m=+6.104424495 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932d800): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932dc80): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932dc80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932dc80): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932dc80): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932dc80): _writeAt: size=3, off=2 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932dc80): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932dc80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.868768312 +0000 UTC m=+6.104424495 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d932dc80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9358240): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9358240): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9358240): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9358240): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9358240): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.868768312 +0000 UTC m=+6.104424495 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9358240): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9302cb0 item 5 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93588c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93588c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93588c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93588c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93588c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.870878711 +0000 UTC m=+6.106534894 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93588c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9358e00): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9358e00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9358e00): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9358e00): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9358e00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.870878711 +0000 UTC m=+6.106534894 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9358e00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d93033b0 item 6 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9359480): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9359480): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9359480): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9359480): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9359480): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.872371221 +0000 UTC m=+6.108027405 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9359480): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9359980): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9359980): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9359980): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9359980): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9359980): _writeAt: size=3, off=2 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9359980): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9359980): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.872371221 +0000 UTC m=+6.108027405 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9359980): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9359e40): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9359e40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9359e40): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9359e40): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9359e40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.872371221 +0000 UTC m=+6.108027405 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9359e40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9303810 item 7 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97085c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97085c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97085c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97085c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97085c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.874322801 +0000 UTC m=+6.109978984 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97085c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9708b00): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9708b00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9708b00): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9708b00): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9708b00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.874322801 +0000 UTC m=+6.109978984 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9708b00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9303d50 item 8 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97090c0): _readAt: size=2, off=0 2026/05/12 05:21:48 ERROR : open-test-file(0xb11d97090c0): Couldn't read size of file 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97090c0): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97090c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97090c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97090c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97090c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9709480): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9709480): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9709480): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9709480): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9709480): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.875916122 +0000 UTC m=+6.111572306 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9709480): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9709900): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9709900): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9709900): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9709900): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9709900): _writeAt: size=3, off=2 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9709900): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9709900): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.875916122 +0000 UTC m=+6.111572306 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9709900): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9709e00): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9709e00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9709e00): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9709e00): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9709e00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.875916122 +0000 UTC m=+6.111572306 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9709e00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d921a230 item 9 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9788100): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9788100): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9788100): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9788100): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9788100): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.878167849 +0000 UTC m=+6.113824032 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9788100): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9788640): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9788640): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9788640): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9788640): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9788640): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.878167849 +0000 UTC m=+6.113824032 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9788640): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d92ee620 item 10 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9788c80): _readAt: size=2, off=0 2026/05/12 05:21:48 ERROR : open-test-file(0xb11d9788c80): Couldn't read size of file 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9788c80): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9788c80): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9788c80): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9788c80): close: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9788c80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9789040): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9789040): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9789040): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9789040): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9789040): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.880075004 +0000 UTC m=+6.115731187 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9789040): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9789540): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9789540): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9789540): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9789540): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9789540): _writeAt: size=3, off=2 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9789540): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9789540): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.880075004 +0000 UTC m=+6.115731187 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9789540): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9789a40): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9789a40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9789a40): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9789a40): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9789a40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.880075004 +0000 UTC m=+6.115731187 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9789a40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d92ee9a0 item 11 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97de1c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97de1c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97de1c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97de1c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97de1c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.881944838 +0000 UTC m=+6.117601021 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97de1c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97de700): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97de700): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97de700): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97de700): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97de700): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.881944838 +0000 UTC m=+6.117601021 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97de700): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d92eee70 item 12 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97ded40): _readAt: size=2, off=0 2026/05/12 05:21:48 ERROR : open-test-file(0xb11d97ded40): Couldn't read size of file 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97ded40): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97ded40): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97ded40): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97ded40): close: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97ded40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df100): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df100): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df100): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df100): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df100): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.883290431 +0000 UTC m=+6.118946614 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df100): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df7c0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df7c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df7c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df7c0): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df7c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.883290431 +0000 UTC m=+6.118946614 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97df7c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d92ef5e0 item 13 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97dfe40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97dfe40): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97dfe40): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97dfe40): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97dfe40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.884753887 +0000 UTC m=+6.120410071 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97dfe40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9800480): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9800480): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9800480): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9800480): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9800480): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.884753887 +0000 UTC m=+6.120410071 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9800480): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d92ef960 item 14 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9800ac0): _readAt: size=2, off=0 2026/05/12 05:21:48 ERROR : open-test-file(0xb11d9800ac0): Couldn't read size of file 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9800ac0): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9800ac0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9800ac0): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9800ac0): close: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9800ac0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9800e80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9800e80): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9800e80): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9800e80): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9800e80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.886188419 +0000 UTC m=+6.121844602 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9800e80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9801540): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9801540): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9801540): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9801540): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9801540): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.886188419 +0000 UTC m=+6.121844602 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9801540): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d92efce0 item 15 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9801bc0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9801bc0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9801bc0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9801bc0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9801bc0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.887502794 +0000 UTC m=+6.123158976 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9801bc0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981e200): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981e200): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981e200): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981e200): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981e200): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.887502794 +0000 UTC m=+6.123158976 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981e200): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e0e690 item 16 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981e840): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981e840): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981e840): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981e840): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981e840): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.888729392 +0000 UTC m=+6.124385574 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981e840): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981ecc0): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981ecc0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981ecc0): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981ecc0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981ecc0): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981ecc0): _writeAt: size=3, off=7 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981ecc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981ecc0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.888729392 +0000 UTC m=+6.124385574 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981ecc0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981f1c0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981f1c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981f1c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981f1c0): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981f1c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.888729392 +0000 UTC m=+6.124385574 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981f1c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e0f030 item 17 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981f840): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981f840): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981f840): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981f840): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981f840): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.890616137 +0000 UTC m=+6.126272320 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981f840): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981fd80): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981fd80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981fd80): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981fd80): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981fd80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.890616137 +0000 UTC m=+6.126272320 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d981fd80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8a1a000 item 18 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d984a500): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d984a500): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d984a500): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d984a500): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d984a500): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.892048094 +0000 UTC m=+6.127704277 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d984a500): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d984aa00): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d984aa00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d984aa00): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d984aa00): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d984aa00): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d984aa00): _writeAt: size=3, off=7 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d984aa00): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d984aa00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.892048094 +0000 UTC m=+6.127704277 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d984aa00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d984af00): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d984af00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d984af00): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d984af00): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d984af00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.892048094 +0000 UTC m=+6.127704277 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d984af00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8a1ae70 item 19 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972a680): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972a680): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972a680): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972a680): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972a680): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.894168933 +0000 UTC m=+6.129825116 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972a680): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972abc0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972abc0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972abc0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972abc0): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972abc0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.894168933 +0000 UTC m=+6.129825116 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972abc0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d921a930 item 20 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972b240): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972b240): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972b240): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972b240): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972b240): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.895667576 +0000 UTC m=+6.131323759 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972b240): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972b740): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972b740): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972b740): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972b740): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972b740): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972b740): _writeAt: size=3, off=7 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972b740): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972b740): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.895667576 +0000 UTC m=+6.131323759 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972b740): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972bc40): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972bc40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972bc40): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972bc40): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972bc40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.895667576 +0000 UTC m=+6.131323759 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d972bc40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d921acb0 item 21 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97583c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97583c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97583c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97583c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97583c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.897429236 +0000 UTC m=+6.133085418 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d97583c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9758900): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9758900): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9758900): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9758900): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9758900): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.897429236 +0000 UTC m=+6.133085418 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9758900): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d921b180 item 22 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9758f80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9758f80): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9758f80): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9758f80): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9758f80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.898930974 +0000 UTC m=+6.134587177 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9758f80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9759480): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9759480): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9759480): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9759480): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9759480): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9759480): _writeAt: size=3, off=7 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9759480): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9759480): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.898930974 +0000 UTC m=+6.134587177 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9759480): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9759980): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9759980): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9759980): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9759980): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9759980): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.898930974 +0000 UTC m=+6.134587177 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9759980): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d921b500 item 23 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9888100): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9888100): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9888100): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9888100): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9888100): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.900780891 +0000 UTC m=+6.136437074 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9888100): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9888640): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9888640): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9888640): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9888640): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9888640): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.900780891 +0000 UTC m=+6.136437074 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9888640): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d921b9d0 item 24 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9888c80): _readAt: size=2, off=0 2026/05/12 05:21:48 ERROR : open-test-file(0xb11d9888c80): Couldn't read size of file 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9888c80): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9888c80): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9888c80): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9888c80): close: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9888c80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9889040): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9889040): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9889040): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9889040): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9889040): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.902452571 +0000 UTC m=+6.138108774 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9889040): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9889540): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9889540): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9889540): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9889540): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9889540): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9889540): _writeAt: size=3, off=7 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9889540): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9889540): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.902452571 +0000 UTC m=+6.138108774 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9889540): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9889a80): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9889a80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9889a80): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9889a80): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9889a80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.902452571 +0000 UTC m=+6.138108774 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9889a80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d1a0e0 item 25 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c6200): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c6200): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c6200): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c6200): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c6200): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.904522693 +0000 UTC m=+6.140178906 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c6200): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c6740): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c6740): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c6740): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c6740): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c6740): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.904522693 +0000 UTC m=+6.140178906 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c6740): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d1b6c0 item 26 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c6d80): _readAt: size=2, off=0 2026/05/12 05:21:48 ERROR : open-test-file(0xb11d98c6d80): Couldn't read size of file 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c6d80): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c6d80): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c6d80): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c6d80): close: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c6d80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c7140): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c7140): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c7140): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c7140): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c7140): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.906140371 +0000 UTC m=+6.141796554 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c7140): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c7640): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c7640): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c7640): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c7640): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c7640): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c7640): _writeAt: size=3, off=7 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c7640): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c7640): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.906140371 +0000 UTC m=+6.141796554 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c7640): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c7b80): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c7b80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c7b80): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c7b80): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c7b80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.906140371 +0000 UTC m=+6.141796554 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98c7b80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d38230 item 27 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f0300): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f0300): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f0300): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f0300): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f0300): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.908008252 +0000 UTC m=+6.143664435 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f0300): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f0840): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f0840): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f0840): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f0840): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f0840): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.908008252 +0000 UTC m=+6.143664435 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f0840): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d38e00 item 28 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f0e80): _readAt: size=2, off=0 2026/05/12 05:21:48 ERROR : open-test-file(0xb11d98f0e80): Couldn't read size of file 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f0e80): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f0e80): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f0e80): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f0e80): close: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f0e80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f1240): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f1240): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f1240): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f1240): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f1240): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.909518456 +0000 UTC m=+6.145174639 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f1240): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f1900): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f1900): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f1900): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f1900): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f1900): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.909518456 +0000 UTC m=+6.145174639 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d98f1900): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d39340 item 29 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9912080): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9912080): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9912080): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9912080): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9912080): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.911068897 +0000 UTC m=+6.146725080 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9912080): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99125c0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99125c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99125c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99125c0): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99125c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.911068897 +0000 UTC m=+6.146725080 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99125c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d39b90 item 30 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9912c00): _readAt: size=2, off=0 2026/05/12 05:21:48 ERROR : open-test-file(0xb11d9912c00): Couldn't read size of file 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9912c00): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9912c00): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9912c00): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9912c00): close: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9912c00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9912fc0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9912fc0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9912fc0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9912fc0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9912fc0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.912457932 +0000 UTC m=+6.148114116 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9912fc0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9913680): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9913680): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9913680): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9913680): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9913680): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.912457932 +0000 UTC m=+6.148114116 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9913680): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d583f0 item 31 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9913d00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9913d00): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9913d00): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9913d00): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9913d00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.913796462 +0000 UTC m=+6.149452646 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9913d00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9936340): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9936340): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9936340): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9936340): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9936340): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.913796462 +0000 UTC m=+6.149452646 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9936340): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d58770 item 32 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9936980): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9936980): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9936980): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9936980): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9936980): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.915367711 +0000 UTC m=+6.151023905 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9936980): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9936e00): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9936e00): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9936e00): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9936e00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9936e00): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d58c40 item 33 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9936e00): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9936e00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.91587493 +0000 UTC m=+6.151531113 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9936e00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9937300): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9937300): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9937300): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9937300): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9937300): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.91587493 +0000 UTC m=+6.151531113 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9937300): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d58f50 item 33 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9937940): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9937940): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9937940): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9937940): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9937940): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.917145011 +0000 UTC m=+6.152801194 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9937940): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9937dc0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9937dc0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d595e0 item 34 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9937dc0): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9937dc0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9937dc0): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9937dc0): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9937dc0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.917660415 +0000 UTC m=+6.153316598 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9937dc0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9964400): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9964400): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9964400): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9964400): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9964400): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.917660415 +0000 UTC m=+6.153316598 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9964400): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d59810 item 34 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9964a40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9964a40): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9964a40): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9964a40): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9964a40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.918829906 +0000 UTC m=+6.154486089 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9964a40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9964ec0): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9964ec0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9964ec0): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9964ec0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9964ec0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9094150 item 35 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9964ec0): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9964ec0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.919735267 +0000 UTC m=+6.155391450 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9964ec0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99653c0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99653c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99653c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99653c0): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99653c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.919735267 +0000 UTC m=+6.155391450 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d99653c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9094310 item 35 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9965a40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9965a40): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9965a40): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9965a40): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9965a40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.921013303 +0000 UTC m=+6.156669487 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9965a40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9988040): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9988040): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9094690 item 36 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9988040): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9988040): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9988040): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9988040): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9988040): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.921570286 +0000 UTC m=+6.157226469 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9988040): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9988580): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9988580): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9988580): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9988580): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9988580): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.921570286 +0000 UTC m=+6.157226469 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9988580): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9094930 item 36 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9988bc0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9988bc0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9988bc0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9988bc0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9988bc0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.922756648 +0000 UTC m=+6.158412831 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9988bc0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9989040): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9989040): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9989040): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9989040): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9989040): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d90950a0 item 37 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9989040): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9989040): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.923371961 +0000 UTC m=+6.159028144 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9989040): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9989540): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9989540): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9989540): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9989540): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9989540): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.923371961 +0000 UTC m=+6.159028144 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9989540): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9095260 item 37 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9989bc0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9989bc0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9989bc0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9989bc0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9989bc0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.924747151 +0000 UTC m=+6.160403333 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9989bc0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a141c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a141c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d90956c0 item 38 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a141c0): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a141c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a141c0): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a141c0): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a141c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.925365659 +0000 UTC m=+6.161021842 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a141c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a14700): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a14700): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a14700): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a14700): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a14700): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.925365659 +0000 UTC m=+6.161021842 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a14700): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9095880 item 38 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a14d80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a14d80): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a14d80): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a14d80): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a14d80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.926825178 +0000 UTC m=+6.162481361 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a14d80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a15280): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a15280): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a15280): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a15280): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a15280): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9095c00 item 39 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a15280): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a15280): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.92733393 +0000 UTC m=+6.162990113 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a15280): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a15780): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a15780): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a15780): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a15780): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a15780): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.92733393 +0000 UTC m=+6.162990113 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a15780): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9095dc0 item 39 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a15e00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a15e00): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a15e00): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a15e00): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a15e00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.9289639 +0000 UTC m=+6.164620114 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a15e00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a34400): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a34400): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9046460 item 40 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a34400): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a34400): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a34400): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a34400): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a34400): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.929595124 +0000 UTC m=+6.165251307 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a34400): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a34940): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a34940): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a34940): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a34940): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a34940): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.929595124 +0000 UTC m=+6.165251307 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a34940): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9046c40 item 40 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a34f00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a34f00): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a34f00): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a34f00): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a34f00): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a34f00): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a34f00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.930824988 +0000 UTC m=+6.166481171 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a34f00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a35400): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a35400): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a35400): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d90470a0 item 41 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a35400): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a35400): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.931386009 +0000 UTC m=+6.167042192 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a35400): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a358c0): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a358c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a358c0): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a358c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a358c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9047260 item 41 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a358c0): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a358c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.931866728 +0000 UTC m=+6.167522910 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a358c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a35e00): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a35e00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a35e00): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a35e00): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a35e00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.931866728 +0000 UTC m=+6.167522910 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a35e00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9047420 item 41 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50540): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50540): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50540): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50540): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50540): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50540): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50540): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.933365991 +0000 UTC m=+6.169022174 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50540): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50a40): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50a40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50a40): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d90478f0 item 42 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50a40): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50a40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.933918946 +0000 UTC m=+6.169575129 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50a40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50f80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50f80): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9047b90 item 42 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50f80): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50f80): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50f80): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50f80): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50f80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.934546563 +0000 UTC m=+6.170202746 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50f80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a51500): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a51500): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a51500): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a51500): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a51500): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.934546563 +0000 UTC m=+6.170202746 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a51500): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9047d50 item 42 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cc800): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cc800): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cc800): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cc800): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cc800): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cc800): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cc800): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.93705324 +0000 UTC m=+6.172709423 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cc800): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cc180): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cc180): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cc180): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d98d2070 item 43 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cc180): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cc180): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.938520533 +0000 UTC m=+6.174176717 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cc180): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cce00): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cce00): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cce00): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cce00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cce00): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d98d22a0 item 43 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cce00): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cce00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.938916252 +0000 UTC m=+6.174572434 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cce00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cd340): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cd340): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cd340): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cd340): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cd340): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.938916252 +0000 UTC m=+6.174572434 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cd340): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d98d2460 item 43 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cd980): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cd980): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cd980): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cd980): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cd980): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cd980): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cd980): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.940402943 +0000 UTC m=+6.176059125 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cd980): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cde80): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cde80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cde80): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d98d27e0 item 44 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cde80): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cde80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.940961127 +0000 UTC m=+6.176617310 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92cde80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a504c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a504c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d98d29a0 item 44 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a504c0): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a504c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a504c0): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a504c0): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a504c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.941742675 +0000 UTC m=+6.177398857 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a504c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50a40): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50a40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50a40): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50a40): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50a40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.941742675 +0000 UTC m=+6.177398857 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a50a40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d98d2b60 item 44 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a51080): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a51080): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a51080): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a51080): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a51080): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a51080): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a51080): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.943492531 +0000 UTC m=+6.179148714 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a51080): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a515c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a515c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a515c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d98d2fc0 item 45 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a515c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a515c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.944048954 +0000 UTC m=+6.179705137 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a515c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a51dc0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a51dc0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a51dc0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a51dc0): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a51dc0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.944048954 +0000 UTC m=+6.179705137 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9a51dc0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d98d31f0 item 45 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961c500): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961c500): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961c500): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961c500): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961c500): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961c500): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961c500): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.945762332 +0000 UTC m=+6.181418516 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961c500): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961ca00): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961ca00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961ca00): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d98d3570 item 46 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961ca00): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961ca00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.946256767 +0000 UTC m=+6.181912960 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961ca00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d100): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d100): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d100): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d100): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d100): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.946256767 +0000 UTC m=+6.181912960 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d100): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d98d3730 item 46 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d740): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d740): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d740): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d740): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d740): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d740): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d740): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.947754948 +0000 UTC m=+6.183411132 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961d740): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961dcc0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961dcc0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961dcc0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d98d3ab0 item 47 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961dcc0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961dcc0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.948375341 +0000 UTC m=+6.184031524 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d961dcc0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1f4c0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1f4c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1f4c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1f4c0): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1f4c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.948375341 +0000 UTC m=+6.184031524 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1f4c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d98d3c70 item 47 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1fb00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1fb00): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1fb00): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1fb00): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1fb00): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1fb00): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1fb00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.95053828 +0000 UTC m=+6.186194463 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f1fb00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8c9eb40): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8c9eb40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8c9eb40): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d0a690 item 48 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8c9eb40): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8c9eb40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.952659289 +0000 UTC m=+6.188315472 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8c9eb40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4180): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4180): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4180): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4180): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4180): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.952659289 +0000 UTC m=+6.188315472 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4180): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d0a930 item 48 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4a40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4a40): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4a40): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4a40): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4a40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.954625364 +0000 UTC m=+6.190281557 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4a40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4f80): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4f80): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4f80): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4f80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4f80): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4f80): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d0ad20 item 49 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4f80): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4f80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.95503589 +0000 UTC m=+6.190692073 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef4f80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef54c0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef54c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef54c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef54c0): >_readAt: n=8, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef54c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.95503589 +0000 UTC m=+6.190692073 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef54c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d0af50 item 49 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef5e80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef5e80): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef5e80): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef5e80): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef5e80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.957406762 +0000 UTC m=+6.193062944 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef5e80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8e1b0c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8e1b0c0): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8e1b0c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d0b3b0 item 50 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8e1b0c0): _readAt: size=2, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8e1b0c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8e1b0c0): _writeAt: size=3, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8e1b0c0): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8e1b0c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.958180946 +0000 UTC m=+6.193837139 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8e1b0c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da00c0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da00c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da00c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da00c0): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da00c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.958180946 +0000 UTC m=+6.193837139 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da00c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d0b570 item 50 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da0b40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da0b40): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da0b40): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da0b40): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da0b40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.959496482 +0000 UTC m=+6.195152665 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da0b40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1040): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1040): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1040): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1040): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1040): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1040): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d0ba40 item 51 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1040): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1040): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.960213226 +0000 UTC m=+6.195869409 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1040): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1580): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1580): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1580): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1580): >_readAt: n=8, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1580): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.960213226 +0000 UTC m=+6.195869409 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1580): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8d0bc00 item 51 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1cc0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1cc0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1cc0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1cc0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1cc0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.961757827 +0000 UTC m=+6.197414009 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8da1cc0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188440): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188440): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188440): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e20e70 item 52 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188440): _readAt: size=2, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188440): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188440): _writeAt: size=3, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188440): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188440): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.962460053 +0000 UTC m=+6.198116236 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9188440): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91889c0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91889c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91889c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91889c0): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91889c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.962460053 +0000 UTC m=+6.198116236 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d91889c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e21030 item 52 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9189040): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9189040): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9189040): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9189040): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9189040): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.963911486 +0000 UTC m=+6.199567690 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9189040): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9189540): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9189540): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9189540): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9189540): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9189540): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9189540): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e21730 item 53 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9189540): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9189540): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.96479706 +0000 UTC m=+6.200453243 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9189540): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9189a80): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9189a80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9189a80): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9189a80): >_readAt: n=8, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9189a80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.96479706 +0000 UTC m=+6.200453243 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9189a80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8a1a070 item 53 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2200): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2200): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2200): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2200): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2200): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.966690269 +0000 UTC m=+6.202346452 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2200): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2700): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2700): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2700): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8a1b110 item 54 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2700): _readAt: size=2, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2700): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2700): _writeAt: size=3, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2700): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2700): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.967285364 +0000 UTC m=+6.202941547 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2700): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2d00): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2d00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2d00): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2d00): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2d00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.967285364 +0000 UTC m=+6.202941547 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e2d00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8a1b2d0 item 54 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3380): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3380): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3380): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3380): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3380): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.968468831 +0000 UTC m=+6.204125024 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3380): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3880): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3880): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3880): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3880): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3880): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3880): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8a1bb20 item 55 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3880): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3880): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.969223547 +0000 UTC m=+6.204879730 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3880): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3dc0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3dc0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3dc0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3dc0): >_readAt: n=8, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3dc0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.969223547 +0000 UTC m=+6.204879730 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d92e3dc0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9184690 item 55 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c65c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c65c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c65c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c65c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c65c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.970524185 +0000 UTC m=+6.206180369 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c65c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c6ac0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c6ac0): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c6ac0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9184a10 item 56 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c6ac0): _readAt: size=2, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c6ac0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c6ac0): _writeAt: size=3, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c6ac0): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c6ac0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.971065158 +0000 UTC m=+6.206721341 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c6ac0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c7040): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c7040): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c7040): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c7040): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c7040): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.971065158 +0000 UTC m=+6.206721341 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c7040): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9184d90 item 56 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c7800): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c7800): open at offset 0 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c7800): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c7800): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c7800): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c7800): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c7800): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c7800): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.972588347 +0000 UTC m=+6.208244531 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c7800): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c7d40): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c7d40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c7d40): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9185260 item 57 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c7d40): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c7d40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.973057835 +0000 UTC m=+6.208714018 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90c7d40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa380): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa380): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa380): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa380): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa380): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa380): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9185420 item 57 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa380): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa380): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.973598617 +0000 UTC m=+6.209254800 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa380): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa900): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa900): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa900): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa900): >_readAt: n=8, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa900): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.973598617 +0000 UTC m=+6.209254800 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fa900): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91855e0 item 57 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93faf40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93faf40): open at offset 0 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93faf40): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93faf40): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93faf40): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93faf40): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93faf40): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93faf40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.975019262 +0000 UTC m=+6.210675446 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93faf40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb480): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb480): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb480): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91859d0 item 58 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb480): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb480): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.975734944 +0000 UTC m=+6.211391128 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb480): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb9c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb9c0): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb9c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9185b90 item 58 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb9c0): _readAt: size=2, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb9c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb9c0): _writeAt: size=3, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb9c0): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb9c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.976638142 +0000 UTC m=+6.212294325 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d93fb9c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af2100): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af2100): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af2100): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af2100): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af2100): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.976638142 +0000 UTC m=+6.212294325 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af2100): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9185d50 item 58 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af2740): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af2740): open at offset 0 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af2740): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af2740): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af2740): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af2740): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af2740): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af2740): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.977981571 +0000 UTC m=+6.213637754 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af2740): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af2c80): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af2c80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af2c80): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e08380 item 59 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af2c80): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af2c80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.978535488 +0000 UTC m=+6.214191672 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af2c80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af31c0): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af31c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af31c0): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af31c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af31c0): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af31c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e08690 item 59 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af31c0): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af31c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.979392177 +0000 UTC m=+6.215048360 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af31c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af3740): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af3740): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af3740): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af3740): >_readAt: n=8, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af3740): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.979392177 +0000 UTC m=+6.215048360 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af3740): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e08850 item 59 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af3d80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af3d80): open at offset 0 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af3d80): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af3d80): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af3d80): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af3d80): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af3d80): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af3d80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.980951645 +0000 UTC m=+6.216607828 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8af3d80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dae3c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dae3c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dae3c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e08e70 item 60 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dae3c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dae3c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.981422134 +0000 UTC m=+6.217078317 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dae3c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dae900): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dae900): open at offset 5 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dae900): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e09030 item 60 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dae900): _readAt: size=2, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dae900): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dae900): _writeAt: size=3, off=5 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dae900): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dae900): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.981960321 +0000 UTC m=+6.217616504 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dae900): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8daeec0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8daeec0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8daeec0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8daeec0): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8daeec0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.981960321 +0000 UTC m=+6.217616504 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8daeec0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e091f0 item 60 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8daf500): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8daf500): open at offset 0 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8daf500): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8daf500): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8daf500): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8daf500): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8daf500): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8daf500): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.983630538 +0000 UTC m=+6.219286722 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8daf500): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dafa40): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dafa40): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dafa40): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e09650 item 61 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dafa40): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dafa40): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.984184867 +0000 UTC m=+6.219841050 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dafa40): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dea240): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dea240): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dea240): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dea240): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dea240): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.984184867 +0000 UTC m=+6.219841050 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dea240): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8e09810 item 61 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dea880): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dea880): open at offset 0 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dea880): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dea880): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dea880): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dea880): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dea880): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dea880): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.986505392 +0000 UTC m=+6.222161576 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8dea880): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8deadc0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8deadc0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8deadc0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d90101c0 item 62 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8deadc0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8deadc0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.986968087 +0000 UTC m=+6.222624271 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8deadc0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8deb4c0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8deb4c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8deb4c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8deb4c0): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8deb4c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.986968087 +0000 UTC m=+6.222624271 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8deb4c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9010540 item 62 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8debb00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8debb00): open at offset 0 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8debb00): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8debb00): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8debb00): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8debb00): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8debb00): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8debb00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.988414371 +0000 UTC m=+6.224070553 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8debb00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef6140): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef6140): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef6140): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9010a10 item 63 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef6140): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef6140): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.988970071 +0000 UTC m=+6.224626255 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef6140): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef6840): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef6840): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef6840): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef6840): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef6840): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.988970071 +0000 UTC m=+6.224626255 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef6840): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9010bd0 item 63 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 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/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef6e80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef6e80): open at offset 0 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef6e80): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef6e80): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef6e80): >_readAt: n=0, err=Bad file descriptor 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef6e80): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef6e80): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef6e80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.990458314 +0000 UTC m=+6.226114497 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef6e80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef73c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef73c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef73c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9011340 item 64 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef73c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef73c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.990998064 +0000 UTC m=+6.226654247 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef73c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef7ac0): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef7ac0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef7ac0): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef7ac0): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef7ac0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.990998064 +0000 UTC m=+6.226654247 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8ef7ac0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d90115e0 item 64 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88200): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88200): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88200): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88200): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88200): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.992354829 +0000 UTC m=+6.228011012 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88200): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88680): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88680): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88680): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88680): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88680): _writeAt: size=3, off=2 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9011a40 item 65 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88680): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88680): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.993238358 +0000 UTC m=+6.228894541 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88680): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88b80): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88b80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88b80): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88b80): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88b80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.993238358 +0000 UTC m=+6.228894541 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f88b80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9011d50 item 65 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f891c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f891c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f891c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f891c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f891c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.994517146 +0000 UTC m=+6.230173328 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f891c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89640): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89640): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d93fe230 item 66 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89640): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89640): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89640): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89640): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89640): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.994997865 +0000 UTC m=+6.230654048 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89640): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89b80): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89b80): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89b80): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89b80): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89b80): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.994997865 +0000 UTC m=+6.230654048 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d8f89b80): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d93fe3f0 item 66 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90522c0): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90522c0): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90522c0): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90522c0): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90522c0): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.996253177 +0000 UTC m=+6.231909361 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d90522c0): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9080180): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9080180): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9080180): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9080180): >_readAt: n=2, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9080180): _writeAt: size=3, off=2 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d98300e0 item 67 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9080180): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9080180): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.996866587 +0000 UTC m=+6.232522769 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9080180): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9080680): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9080680): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9080680): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9080680): >_readAt: n=5, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9080680): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.996866587 +0000 UTC m=+6.232522769 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9080680): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d98302a0 item 67 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9080d00): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9080d00): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9080d00): _writeAt: size=5, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9080d00): >_writeAt: n=5, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9080d00): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.998377873 +0000 UTC m=+6.234034056 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9080d00): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9081200): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9081200): >openPending: err= 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9830690 item 68 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9081200): _readAt: size=2, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9081200): >_readAt: n=0, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9081200): _writeAt: size=3, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9081200): >_writeAt: n=3, err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9081200): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.998918325 +0000 UTC m=+6.234574508 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9081200): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:48 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:48 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9081740): _readAt: size=512, off=0 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9081740): openPending: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9081740): >openPending: err= 2026/05/12 05:21:48 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9081740): >_readAt: n=3, err=EOF 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9081740): close: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:48.998918325 +0000 UTC m=+6.234574508 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:48 DEBUG : open-test-file(0xb11d9081740): >close: err= 2026/05/12 05:21:48 DEBUG : open-test-file: Remove: 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9830850 item 68 2026/05/12 05:21:48 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:48 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:48 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:48 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:48 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:48 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:48 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:48 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9081d80): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9081d80): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9081d80): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9081d80): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9081d80): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.000426806 +0000 UTC m=+6.236082989 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9081d80): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90be300): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90be300): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90be300): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90be300): >_readAt: n=2, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90be300): _writeAt: size=3, off=2 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9830cb0 item 69 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90be300): >_writeAt: n=3, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90be300): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.000877488 +0000 UTC m=+6.236533670 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90be300): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90be800): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90be800): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90be800): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90be800): >_readAt: n=5, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90be800): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.000877488 +0000 UTC m=+6.236533670 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90be800): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9830e70 item 69 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90bee80): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90bee80): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90bee80): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90bee80): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90bee80): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.002391579 +0000 UTC m=+6.238047762 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90bee80): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90bf380): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90bf380): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d98311f0 item 70 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90bf380): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90bf380): >_readAt: n=0, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90bf380): _writeAt: size=3, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90bf380): >_writeAt: n=3, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90bf380): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.003325645 +0000 UTC m=+6.238981828 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90bf380): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90bf8c0): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90bf8c0): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90bf8c0): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90bf8c0): >_readAt: n=3, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90bf8c0): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.003325645 +0000 UTC m=+6.238981828 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90bf8c0): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d98313b0 item 70 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90da040): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90da040): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90da040): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90da040): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90da040): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.00449697 +0000 UTC m=+6.240153152 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90da040): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90da540): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90da540): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90da540): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90da540): >_readAt: n=2, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90da540): _writeAt: size=3, off=2 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9906000 item 71 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90da540): >_writeAt: n=3, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90da540): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.005125798 +0000 UTC m=+6.240781980 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90da540): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90daa40): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90daa40): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90daa40): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90daa40): >_readAt: n=5, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90daa40): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.005125798 +0000 UTC m=+6.240781980 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90daa40): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d99061c0 item 71 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90db0c0): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90db0c0): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90db0c0): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90db0c0): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90db0c0): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.006201131 +0000 UTC m=+6.241857314 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90db0c0): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90db5c0): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90db5c0): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9906620 item 72 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90db5c0): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90db5c0): >_readAt: n=0, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90db5c0): _writeAt: size=3, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90db5c0): >_writeAt: n=3, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90db5c0): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.006795543 +0000 UTC m=+6.242451726 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90db5c0): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90dbb00): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90dbb00): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90dbb00): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90dbb00): >_readAt: n=3, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90dbb00): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.006795543 +0000 UTC m=+6.242451726 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90dbb00): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d99067e0 item 72 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e81c0): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e81c0): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e81c0): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e81c0): >_readAt: n=0, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e81c0): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e81c0): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e81c0): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.008327901 +0000 UTC m=+6.243984084 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e81c0): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e86c0): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e86c0): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e86c0): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9906b60 item 73 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e86c0): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e86c0): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.008861288 +0000 UTC m=+6.244517472 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e86c0): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e8b80): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e8b80): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e8b80): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e8b80): >_readAt: n=2, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e8b80): _writeAt: size=3, off=2 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9906d20 item 73 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e8b80): >_writeAt: n=3, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e8b80): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.009592551 +0000 UTC m=+6.245248734 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e8b80): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e90c0): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e90c0): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e90c0): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e90c0): >_readAt: n=5, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e90c0): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.009592551 +0000 UTC m=+6.245248734 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e90c0): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9906ee0 item 73 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e9700): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e9700): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e9700): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e9700): >_readAt: n=0, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e9700): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e9700): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e9700): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.011214937 +0000 UTC m=+6.246871120 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e9700): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e9c00): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e9c00): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e9c00): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d99072d0 item 74 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e9c00): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e9c00): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.011730271 +0000 UTC m=+6.247386454 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d90e9c00): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9116240): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9116240): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9907490 item 74 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9116240): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9116240): >_readAt: n=0, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9116240): _writeAt: size=3, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9116240): >_writeAt: n=3, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9116240): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.012324134 +0000 UTC m=+6.247980317 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9116240): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91167c0): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91167c0): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91167c0): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91167c0): >_readAt: n=3, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91167c0): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.012324134 +0000 UTC m=+6.247980317 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91167c0): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9907650 item 74 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9116e00): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9116e00): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9116e00): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9116e00): >_readAt: n=0, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9116e00): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9116e00): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9116e00): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.013478035 +0000 UTC m=+6.249134218 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9116e00): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9117300): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9117300): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9117300): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d99079d0 item 75 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9117300): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9117300): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.013927955 +0000 UTC m=+6.249584138 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9117300): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9117840): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9117840): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9117840): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9117840): >_readAt: n=2, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9117840): _writeAt: size=3, off=2 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9907b90 item 75 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9117840): >_writeAt: n=3, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9117840): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.01453895 +0000 UTC m=+6.250195132 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9117840): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9117d80): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9117d80): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9117d80): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9117d80): >_readAt: n=5, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9117d80): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.01453895 +0000 UTC m=+6.250195132 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9117d80): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9907d50 item 75 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91544c0): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91544c0): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91544c0): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91544c0): >_readAt: n=0, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91544c0): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91544c0): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91544c0): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.016389998 +0000 UTC m=+6.252046182 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91544c0): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91549c0): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91549c0): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91549c0): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9134230 item 76 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91549c0): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91549c0): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.016926873 +0000 UTC m=+6.252583057 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91549c0): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9154f00): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9154f00): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91343f0 item 76 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9154f00): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9154f00): >_readAt: n=0, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9154f00): _writeAt: size=3, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9154f00): >_writeAt: n=3, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9154f00): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.017553178 +0000 UTC m=+6.253209361 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9154f00): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9155480): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9155480): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9155480): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9155480): >_readAt: n=3, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9155480): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.017553178 +0000 UTC m=+6.253209361 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9155480): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9134690 item 76 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9155ac0): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9155ac0): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9155ac0): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9155ac0): >_readAt: n=0, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9155ac0): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9155ac0): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9155ac0): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.018727116 +0000 UTC m=+6.254383329 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9155ac0): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91680c0): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91680c0): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91680c0): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9134e70 item 77 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91680c0): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91680c0): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.019282025 +0000 UTC m=+6.254938208 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91680c0): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91687c0): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91687c0): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91687c0): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91687c0): >_readAt: n=5, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91687c0): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.019282025 +0000 UTC m=+6.254938208 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91687c0): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9135110 item 77 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9168e00): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9168e00): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9168e00): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9168e00): >_readAt: n=0, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9168e00): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9168e00): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9168e00): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.021223885 +0000 UTC m=+6.256880069 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9168e00): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9169300): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9169300): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9169300): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9135490 item 78 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9169300): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9169300): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.021882099 +0000 UTC m=+6.257538283 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9169300): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9169a00): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9169a00): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9169a00): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9169a00): >_readAt: n=5, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9169a00): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.021882099 +0000 UTC m=+6.257538283 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9169a00): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9135650 item 78 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c6140): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c6140): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c6140): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c6140): >_readAt: n=0, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c6140): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c6140): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c6140): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.023319497 +0000 UTC m=+6.258975690 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c6140): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c6640): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c6640): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c6640): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9135c70 item 79 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c6640): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c6640): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.023711757 +0000 UTC m=+6.259367940 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c6640): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c6d40): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c6d40): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c6d40): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c6d40): >_readAt: n=5, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c6d40): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.023711757 +0000 UTC m=+6.259367940 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c6d40): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9135e30 item 79 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 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/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c7380): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c7380): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c7380): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c7380): >_readAt: n=0, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c7380): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c7380): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c7380): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.02515181 +0000 UTC m=+6.260807992 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c7380): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c7880): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c7880): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c7880): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d97b8380 item 80 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c7880): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c7880): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.025559049 +0000 UTC m=+6.261215232 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91c7880): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e4080): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e4080): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e4080): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e4080): >_readAt: n=5, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e4080): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.025559049 +0000 UTC m=+6.261215232 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e4080): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d97b8540 item 80 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e46c0): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e46c0): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e46c0): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e46c0): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e46c0): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.026817668 +0000 UTC m=+6.262473851 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e46c0): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e4b40): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e4b40): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e4b40): open at offset 5 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e4b40): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e4b40): >_readAt: n=2, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e4b40): _writeAt: size=3, off=7 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d97b9570 item 81 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e4b40): >_writeAt: n=3, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e4b40): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.027186576 +0000 UTC m=+6.262842759 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e4b40): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e5080): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e5080): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e5080): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e5080): >_readAt: n=8, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e5080): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.027186576 +0000 UTC m=+6.262842759 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e5080): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d97b9730 item 81 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e5700): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e5700): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e5700): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e5700): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e5700): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.028459251 +0000 UTC m=+6.264115434 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e5700): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e5c00): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e5c00): open at offset 5 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e5c00): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d97b9c00 item 82 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e5c00): _readAt: size=2, off=5 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e5c00): >_readAt: n=0, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e5c00): _writeAt: size=3, off=5 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e5c00): >_writeAt: n=3, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e5c00): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.02911427 +0000 UTC m=+6.264770453 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d91e5c00): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9202280): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9202280): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9202280): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9202280): >_readAt: n=3, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9202280): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.02911427 +0000 UTC m=+6.264770453 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9202280): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d97b9dc0 item 82 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9202900): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9202900): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9202900): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9202900): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9202900): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.030267178 +0000 UTC m=+6.265923361 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9202900): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9202e00): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9202e00): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9202e00): open at offset 5 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9202e00): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9202e00): >_readAt: n=2, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9202e00): _writeAt: size=3, off=7 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91023f0 item 83 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9202e00): >_writeAt: n=3, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9202e00): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.030778896 +0000 UTC m=+6.266435079 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9202e00): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9203340): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9203340): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9203340): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9203340): >_readAt: n=8, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9203340): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.030778896 +0000 UTC m=+6.266435079 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9203340): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9102770 item 83 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92039c0): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92039c0): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92039c0): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92039c0): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92039c0): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.032175275 +0000 UTC m=+6.267831458 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92039c0): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9203ec0): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9203ec0): open at offset 5 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9203ec0): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91033b0 item 84 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9203ec0): _readAt: size=2, off=5 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9203ec0): >_readAt: n=0, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9203ec0): _writeAt: size=3, off=5 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9203ec0): >_writeAt: n=3, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9203ec0): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.032837026 +0000 UTC m=+6.268493209 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9203ec0): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9238540): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9238540): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9238540): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9238540): >_readAt: n=3, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9238540): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.032837026 +0000 UTC m=+6.268493209 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9238540): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91035e0 item 84 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9238bc0): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9238bc0): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9238bc0): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9238bc0): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9238bc0): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.034124158 +0000 UTC m=+6.269780341 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9238bc0): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92390c0): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92390c0): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92390c0): open at offset 5 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92390c0): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92390c0): >_readAt: n=2, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92390c0): _writeAt: size=3, off=7 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9103a40 item 85 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92390c0): >_writeAt: n=3, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92390c0): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.03476004 +0000 UTC m=+6.270416224 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92390c0): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9239600): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9239600): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9239600): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9239600): >_readAt: n=8, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9239600): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.03476004 +0000 UTC m=+6.270416224 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9239600): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9103ce0 item 85 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9239c80): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9239c80): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9239c80): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9239c80): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9239c80): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.036002339 +0000 UTC m=+6.271658522 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9239c80): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925e280): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925e280): open at offset 5 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925e280): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d97481c0 item 86 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925e280): _readAt: size=2, off=5 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925e280): >_readAt: n=0, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925e280): _writeAt: size=3, off=5 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925e280): >_writeAt: n=3, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925e280): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.03651613 +0000 UTC m=+6.272172312 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925e280): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925e800): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925e800): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925e800): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925e800): >_readAt: n=3, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925e800): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.03651613 +0000 UTC m=+6.272172312 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925e800): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9748380 item 86 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925ee80): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925ee80): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925ee80): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925ee80): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925ee80): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.037562888 +0000 UTC m=+6.273219081 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925ee80): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925f380): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925f380): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925f380): open at offset 5 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925f380): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925f380): >_readAt: n=2, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925f380): _writeAt: size=3, off=7 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9748af0 item 87 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925f380): >_writeAt: n=3, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925f380): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.038006056 +0000 UTC m=+6.273662239 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925f380): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925f8c0): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925f8c0): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925f8c0): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925f8c0): >_readAt: n=8, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925f8c0): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.038006056 +0000 UTC m=+6.273662239 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d925f8c0): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9748cb0 item 87 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 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/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927a040): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927a040): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927a040): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927a040): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927a040): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.0392407 +0000 UTC m=+6.274896883 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927a040): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927a540): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927a540): open at offset 5 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927a540): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9749110 item 88 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927a540): _readAt: size=2, off=5 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927a540): >_readAt: n=0, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927a540): _writeAt: size=3, off=5 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927a540): >_writeAt: n=3, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927a540): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.039686523 +0000 UTC m=+6.275342705 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927a540): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927aac0): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927aac0): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927aac0): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927aac0): >_readAt: n=3, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927aac0): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.039686523 +0000 UTC m=+6.275342705 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927aac0): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9749420 item 88 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927b100): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927b100): open at offset 0 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927b100): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927b100): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927b100): >_readAt: n=0, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927b100): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927b100): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927b100): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.040769229 +0000 UTC m=+6.276425413 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927b100): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927b640): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927b640): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927b640): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d97497a0 item 89 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927b640): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927b640): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.041197699 +0000 UTC m=+6.276853882 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927b640): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927bb80): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927bb80): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927bb80): open at offset 5 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927bb80): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927bb80): >_readAt: n=2, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927bb80): _writeAt: size=3, off=7 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9749960 item 89 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927bb80): >_writeAt: n=3, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927bb80): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.041625848 +0000 UTC m=+6.277282031 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d927bb80): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ac200): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ac200): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ac200): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ac200): >_readAt: n=8, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ac200): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.041625848 +0000 UTC m=+6.277282031 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ac200): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9749b20 item 89 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ac840): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ac840): open at offset 0 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ac840): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ac840): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ac840): >_readAt: n=0, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ac840): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ac840): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ac840): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.04280705 +0000 UTC m=+6.278463233 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ac840): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92acd80): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92acd80): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92acd80): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91960e0 item 90 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92acd80): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92acd80): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.043243286 +0000 UTC m=+6.278899468 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92acd80): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ad2c0): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ad2c0): open at offset 5 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ad2c0): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91963f0 item 90 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ad2c0): _readAt: size=2, off=5 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ad2c0): >_readAt: n=0, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ad2c0): _writeAt: size=3, off=5 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ad2c0): >_writeAt: n=3, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ad2c0): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.043768689 +0000 UTC m=+6.279424892 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ad2c0): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ad880): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ad880): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ad880): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ad880): >_readAt: n=3, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ad880): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.043768689 +0000 UTC m=+6.279424892 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92ad880): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d91967e0 item 90 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92adec0): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92adec0): open at offset 0 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92adec0): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92adec0): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92adec0): >_readAt: n=0, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92adec0): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92adec0): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92adec0): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.045179074 +0000 UTC m=+6.280835258 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d92adec0): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930a500): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930a500): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930a500): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9197570 item 91 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930a500): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930a500): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.04563157 +0000 UTC m=+6.281287753 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930a500): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930aa40): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930aa40): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930aa40): open at offset 5 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930aa40): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930aa40): >_readAt: n=2, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930aa40): _writeAt: size=3, off=7 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d9197c70 item 91 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930aa40): >_writeAt: n=3, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930aa40): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.046098092 +0000 UTC m=+6.281754275 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930aa40): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930afc0): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930afc0): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930afc0): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930afc0): >_readAt: n=8, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930afc0): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.046098092 +0000 UTC m=+6.281754275 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930afc0): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8f78000 item 91 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 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/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930b600): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930b600): open at offset 0 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930b600): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930b600): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930b600): >_readAt: n=0, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930b600): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930b600): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930b600): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.047374353 +0000 UTC m=+6.283030537 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930b600): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930bb40): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930bb40): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930bb40): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8f78380 item 92 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930bb40): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930bb40): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.047901079 +0000 UTC m=+6.283557262 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d930bb40): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932c180): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932c180): open at offset 5 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932c180): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8f78620 item 92 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932c180): _readAt: size=2, off=5 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932c180): >_readAt: n=0, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932c180): _writeAt: size=3, off=5 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932c180): >_writeAt: n=3, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932c180): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.048492568 +0000 UTC m=+6.284148750 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932c180): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932c740): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932c740): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932c740): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932c740): >_readAt: n=3, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932c740): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.048492568 +0000 UTC m=+6.284148750 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932c740): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8f78930 item 92 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932cd80): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932cd80): open at offset 0 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932cd80): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932cd80): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932cd80): >_readAt: n=0, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932cd80): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932cd80): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932cd80): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.049704708 +0000 UTC m=+6.285360891 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932cd80): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932d2c0): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932d2c0): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932d2c0): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8f78d20 item 93 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932d2c0): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932d2c0): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.050201578 +0000 UTC m=+6.285857761 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932d2c0): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932d9c0): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932d9c0): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932d9c0): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932d9c0): >_readAt: n=5, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932d9c0): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.050201578 +0000 UTC m=+6.285857761 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d932d9c0): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8f78ee0 item 93 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 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/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9352100): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9352100): open at offset 0 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9352100): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9352100): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9352100): >_readAt: n=0, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9352100): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9352100): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9352100): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.051403069 +0000 UTC m=+6.287059251 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9352100): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9352640): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9352640): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9352640): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8f79260 item 94 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9352640): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9352640): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.051861826 +0000 UTC m=+6.287518009 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9352640): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9352d40): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9352d40): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9352d40): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9352d40): >_readAt: n=5, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9352d40): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.051861826 +0000 UTC m=+6.287518009 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9352d40): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8f79420 item 94 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 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/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9353380): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9353380): open at offset 0 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9353380): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9353380): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9353380): >_readAt: n=0, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9353380): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9353380): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9353380): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.053170309 +0000 UTC m=+6.288826493 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d9353380): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d93538c0): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d93538c0): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d93538c0): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8f79880 item 95 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d93538c0): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d93538c0): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.053570195 +0000 UTC m=+6.289226378 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d93538c0): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d937e0c0): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d937e0c0): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d937e0c0): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d937e0c0): >_readAt: n=5, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d937e0c0): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.053570195 +0000 UTC m=+6.289226378 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d937e0c0): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8f79a40 item 95 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 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/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d937e700): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d937e700): open at offset 0 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d937e700): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d937e700): _readAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d937e700): >_readAt: n=0, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d937e700): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d937e700): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d937e700): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.054752399 +0000 UTC m=+6.290408582 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d937e700): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d937ec40): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d937ec40): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d937ec40): >openPending: err= 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d8f79dc0 item 96 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d937ec40): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d937ec40): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.055194665 +0000 UTC m=+6.290850848 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d937ec40): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 05:21:49 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d937f340): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d937f340): openPending: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d937f340): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d937f340): >_readAt: n=5, err=EOF 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d937f340): close: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 05:21:49.055194665 +0000 UTC m=+6.290850848 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : open-test-file(0xb11d937f340): >close: err= 2026/05/12 05:21:49 DEBUG : open-test-file: Remove: 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xb11d96d63f0 item 96 2026/05/12 05:21:49 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 05:21:49 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 05:21:49 DEBUG : open-test-file: >Remove: err= 2026/05/12 05:21:49 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:49 DEBUG : Looking for writers 2026/05/12 05:21:49 DEBUG : >WaitForWriters: 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.41s) --- PASS: TestRWFileHandleOpenTests/writes (0.21s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.00s) --- 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) --- PASS: TestRWFileHandleOpenTests/full (0.20s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- 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.00s) --- 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:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:49 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:49 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 05:21:49 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : file1: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : file1(0xb11d937fec0): openPending: 2026/05/12 05:21:49 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:49 DEBUG : file1(0xb11d937fec0): >openPending: err= 2026/05/12 05:21:49 DEBUG : file1: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:49 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/12 05:21:49 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/12 05:21:49 DEBUG : file1(0xb11d937fec0): _writeAt: size=2, off=0 2026/05/12 05:21:49 DEBUG : file1(0xb11d937fec0): >_writeAt: n=2, err= 2026/05/12 05:21:49 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/12 05:21:49 DEBUG : file1(0xb11d937fec0): RWFileHandle.Flush 2026/05/12 05:21:49 DEBUG : file1(0xb11d937fec0): RWFileHandle.Release 2026/05/12 05:21:49 DEBUG : file1(0xb11d937fec0): close: 2026/05/12 05:21:49 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/12 05:21:49 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : file1(0xb11d937fec0): >close: err= 2026/05/12 05:21:49 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:49 DEBUG : Looking for writers 2026/05/12 05:21:49 DEBUG : file1: reading active writers 2026/05/12 05:21:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 05:21:49 DEBUG : Looking for writers 2026/05/12 05:21:49 DEBUG : file1: reading active writers 2026/05/12 05:21:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 05:21:49 DEBUG : Looking for writers 2026/05/12 05:21:49 DEBUG : file1: reading active writers 2026/05/12 05:21:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 05:21:49 DEBUG : Looking for writers 2026/05/12 05:21:49 DEBUG : file1: reading active writers 2026/05/12 05:21:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 05:21:49 DEBUG : file1: vfs cache: starting upload 2026/05/12 05:21:49 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1.a0a9169e.partial" 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1.a0a9169e.partial 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /home/rclone/rclone-test-kayinar2fuyo/file1.a0a9169e.partial 2026/05/12 05:21:49 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/12 05:21:49 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/12 05:21:49 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/05/12 05:21:49 INFO : file1: Copied (new) 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:49 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/12 05:21:49 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/05/12 05:21:49 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/12 05:21:49 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:49 INFO : file1: vfs cache: upload succeeded try #1 2026/05/12 05:21:49 DEBUG : Looking for writers 2026/05/12 05:21:49 DEBUG : file1: reading active writers 2026/05/12 05:21:49 DEBUG : >WaitForWriters: 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:49 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:49 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/05/12 05:21:49 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:49 DEBUG : Looking for writers 2026/05/12 05:21:49 DEBUG : file1: reading active writers 2026/05/12 05:21:49 DEBUG : >WaitForWriters: 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.17s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:49 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:49 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:49 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 05:21:49 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:49 DEBUG : rename_me: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : rename_me(0xb11d9052dc0): openPending: 2026/05/12 05:21:49 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/12 05:21:49 DEBUG : rename_me(0xb11d9052dc0): >openPending: err= 2026/05/12 05:21:49 DEBUG : rename_me: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/12 05:21:49 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/05/12 05:21:49 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/05/12 05:21:49 DEBUG : rename_me(0xb11d9052dc0): _writeAt: size=5, off=0 2026/05/12 05:21:49 DEBUG : rename_me(0xb11d9052dc0): >_writeAt: n=5, err= 2026/05/12 05:21:49 DEBUG : rename_me(0xb11d9052dc0): close: 2026/05/12 05:21:49 DEBUG : rename_me: vfs cache: setting modification time to 2026-05-12 05:21:49.232366456 +0000 UTC m=+6.468022639 2026/05/12 05:21:49 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/05/12 05:21:49 DEBUG : rename_me(0xb11d9052dc0): >close: err= 2026/05/12 05:21:49 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/05/12 05:21:49 DEBUG : i_was_renamed: Updating file with 0xb11d983a8f0 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/12 05:21:49 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:49 DEBUG : Looking for writers 2026/05/12 05:21:49 DEBUG : i_was_renamed: reading active writers 2026/05/12 05:21:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 05:21:49 DEBUG : Looking for writers 2026/05/12 05:21:49 DEBUG : i_was_renamed: reading active writers 2026/05/12 05:21:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 05:21:49 DEBUG : Looking for writers 2026/05/12 05:21:49 DEBUG : i_was_renamed: reading active writers 2026/05/12 05:21:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 05:21:49 DEBUG : Looking for writers 2026/05/12 05:21:49 DEBUG : i_was_renamed: reading active writers 2026/05/12 05:21:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 05:21:49 DEBUG : i_was_renamed: vfs cache: starting upload 2026/05/12 05:21:49 DEBUG : i_was_renamed.93f0068e.partial: size = 5 OK 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/i_was_renamed.93f0068e.partial" 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/i_was_renamed.93f0068e.partial 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kayinar2fuyo/i_was_renamed.93f0068e.partial 2026/05/12 05:21:49 DEBUG : i_was_renamed.93f0068e.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 05:21:49 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/12 05:21:49 DEBUG : i_was_renamed.93f0068e.partial: renamed to: i_was_renamed 2026/05/12 05:21:49 INFO : i_was_renamed: Copied (new) 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/i_was_renamed" 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/i_was_renamed 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kayinar2fuyo/i_was_renamed 2026/05/12 05:21:49 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 05:21:49 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-05-12 05:21:49 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/12 05:21:49 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/12 05:21:49 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/05/12 05:21:49 DEBUG : Looking for writers 2026/05/12 05:21:49 DEBUG : i_was_renamed: reading active writers 2026/05/12 05:21:49 DEBUG : >WaitForWriters: 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.16s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:49 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 05:21:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo" 2026/05/12 05:21:49 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 8558f20bbf1a5777c862752b37ad49be /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/05/12 05:21:49 DEBUG : forgetting directory cache 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate(0xb11d98b4080): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate(0xb11d98b4080): openPending: 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 8558f20bbf1a5777c862752b37ad49be /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-12 04:22:49 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate(0xb11d98b4080): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate(0xb11d98b4080): >_readAt: n=20, err=EOF 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate(0xb11d98b4080): close: 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-12 04:22:49 +0000 UTC 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate(0xb11d98b4080): >close: err= 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 944a242d910e2bbacae0d0db8c64490a /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/05/12 05:21:49 DEBUG : forgetting directory cache 2026/05/12 05:21:49 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate(0xb11d98b4a00): _readAt: size=512, off=0 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate(0xb11d98b4a00): openPending: 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 944a242d910e2bbacae0d0db8c64490a /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-12 04:23:49 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-05-12 04:22:49 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-12 04:23:49 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-05-12 04:22:49 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/05/12 05:21:49 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/12 05:21:49 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate(0xb11d98b4a00): >openPending: err= 2026/05/12 05:21:49 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate(0xb11d98b4a00): >_readAt: n=20, err=EOF 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate(0xb11d98b4a00): close: 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-12 04:23:49 +0000 UTC 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate(0xb11d98b4a00): >close: err= 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 4e063366550d230fc1fb85c19dbb494d /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:49 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/05/12 05:21:50 DEBUG : forgetting directory cache 2026/05/12 05:21:50 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d98b5080): _readAt: size=512, off=0 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d98b5080): openPending: 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 4e063366550d230fc1fb85c19dbb494d /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-12 04:24:49 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-05-12 04:23:49 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-12 04:24:49 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-05-12 04:23:49 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/05/12 05:21:50 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/12 05:21:50 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d98b5080): >openPending: err= 2026/05/12 05:21:50 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d98b5080): >_readAt: n=20, err=EOF 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d98b5080): close: 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-12 04:24:49 +0000 UTC 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d98b5080): >close: err= 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a8c7956852282e88c22a986150cb5a68 /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/05/12 05:21:50 DEBUG : forgetting directory cache 2026/05/12 05:21:50 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d976d180): _readAt: size=512, off=0 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d976d180): openPending: 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a8c7956852282e88c22a986150cb5a68 /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-12 04:25:49 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-05-12 04:24:49 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-12 04:25:49 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-05-12 04:24:49 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/05/12 05:21:50 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/12 05:21:50 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d976d180): >openPending: err= 2026/05/12 05:21:50 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d976d180): >_readAt: n=20, err=EOF 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d976d180): close: 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-12 04:25:49 +0000 UTC 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d976d180): >close: err= 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 25074c7237d5f7774d304950950b2d66 /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/05/12 05:21:50 DEBUG : forgetting directory cache 2026/05/12 05:21:50 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d9697600): _readAt: size=512, off=0 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d9697600): openPending: 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 25074c7237d5f7774d304950950b2d66 /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-12 04:26:49 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-05-12 04:25:49 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-12 04:26:49 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-05-12 04:25:49 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/05/12 05:21:50 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/12 05:21:50 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d9697600): >openPending: err= 2026/05/12 05:21:50 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d9697600): >_readAt: n=20, err=EOF 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d9697600): close: 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-12 04:26:49 +0000 UTC 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d9697600): >close: err= 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/05/12 05:21:50 DEBUG : forgetting directory cache 2026/05/12 05:21:50 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d976c440): _readAt: size=512, off=0 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d976c440): openPending: 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-12 04:27:49 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-05-12 04:26:49 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-12 04:27:49 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-05-12 04:26:49 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/05/12 05:21:50 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/12 05:21:50 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d976c440): >openPending: err= 2026/05/12 05:21:50 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d976c440): >_readAt: n=20, err=EOF 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d976c440): close: 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-12 04:27:49 +0000 UTC 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d976c440): >close: err= 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/05/12 05:21:50 DEBUG : forgetting directory cache 2026/05/12 05:21:50 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d976cc80): _readAt: size=512, off=0 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d976cc80): openPending: 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-05-12 04:28:49 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-05-12 04:27:49 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-05-12 04:28:49 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-05-12 04:27:49 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/05/12 05:21:50 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/05/12 05:21:50 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d976cc80): >openPending: err= 2026/05/12 05:21:50 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d976cc80): >_readAt: n=21, err=EOF 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d976cc80): close: 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-12 04:28:49 +0000 UTC 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate(0xb11d976cc80): >close: err= 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:50 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/05/12 05:21:51 DEBUG : forgetting directory cache 2026/05/12 05:21:51 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate(0xb11d976d5c0): _readAt: size=512, off=0 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate(0xb11d976d5c0): openPending: 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-05-12 04:29:49 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-05-12 04:28:49 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-05-12 04:29:49 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-05-12 04:28:49 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/05/12 05:21:51 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/05/12 05:21:51 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate(0xb11d976d5c0): >openPending: err= 2026/05/12 05:21:51 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate(0xb11d976d5c0): >_readAt: n=22, err=EOF 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate(0xb11d976d5c0): close: 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-12 04:29:49 +0000 UTC 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate(0xb11d976d5c0): >close: err= 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a04b60cad5c51870e80f668df3d720c0 /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/05/12 05:21:51 DEBUG : forgetting directory cache 2026/05/12 05:21:51 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate(0xb11d8c9f940): _readAt: size=512, off=0 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate(0xb11d8c9f940): openPending: 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a04b60cad5c51870e80f668df3d720c0 /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-05-12 04:30:49 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-05-12 04:29:49 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-05-12 04:30:49 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-05-12 04:29:49 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/05/12 05:21:51 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/05/12 05:21:51 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate(0xb11d8c9f940): >openPending: err= 2026/05/12 05:21:51 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate(0xb11d8c9f940): >_readAt: n=23, err=EOF 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate(0xb11d8c9f940): close: 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-12 04:30:49 +0000 UTC 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate(0xb11d8c9f940): >close: err= 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 074978d6705e58530a3c8d378a08fa37 /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/05/12 05:21:51 DEBUG : forgetting directory cache 2026/05/12 05:21:51 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate(0xb11d8ef4f80): _readAt: size=512, off=0 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate(0xb11d8ef4f80): openPending: 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 074978d6705e58530a3c8d378a08fa37 /home/rclone/rclone-test-kayinar2fuyo/TestRWCacheUpdate 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-05-12 04:31:49 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-05-12 04:30:49 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-05-12 04:31:49 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-05-12 04:30:49 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/05/12 05:21:51 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/05/12 05:21:51 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate(0xb11d8ef4f80): >openPending: err= 2026/05/12 05:21:51 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate(0xb11d8ef4f80): >_readAt: n=24, err=EOF 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate(0xb11d8ef4f80): close: 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-12 04:31:49 +0000 UTC 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate(0xb11d8ef4f80): >close: err= 2026/05/12 05:21:51 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:51 DEBUG : Looking for writers 2026/05/12 05:21:51 DEBUG : TestRWCacheUpdate: reading active writers 2026/05/12 05:21:51 DEBUG : >WaitForWriters: 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (2.22s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/FiLeA" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/FiLeA 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /home/rclone/rclone-test-kayinar2fuyo/FiLeA 2026/05/12 05:21:51 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/FiLeA" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/FiLeA 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /home/rclone/rclone-test-kayinar2fuyo/FiLeA 2026/05/12 05:21:51 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/FiLeB" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/FiLeB 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /home/rclone/rclone-test-kayinar2fuyo/FiLeB 2026/05/12 05:21:51 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/FiLeB" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/FiLeB 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /home/rclone/rclone-test-kayinar2fuyo/FiLeB 2026/05/12 05:21:51 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/12 05:21:51 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:51 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:51 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/12 05:21:51 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/12 05:21:51 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/12 05:21:51 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:51 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/FiLeA" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/FiLeA 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /home/rclone/rclone-test-kayinar2fuyo/FiLeA 2026/05/12 05:21:51 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/12 05:21:51 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/12 05:21:51 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/12 05:21:51 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/12 05:21:51 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:51 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/FiLeA" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/FiLeA 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /home/rclone/rclone-test-kayinar2fuyo/FiLeA 2026/05/12 05:21:51 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/12 05:21:51 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/12 05:21:51 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/12 05:21:51 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/12 05:21:51 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:51 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:51 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/12 05:21:51 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/12 05:21:51 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/12 05:21:51 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:51 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/FiLeB" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/FiLeB 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /home/rclone/rclone-test-kayinar2fuyo/FiLeB 2026/05/12 05:21:51 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/12 05:21:51 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/12 05:21:51 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/12 05:21:51 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/12 05:21:51 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:51 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/FilEb" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/FilEb 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /home/rclone/rclone-test-kayinar2fuyo/FilEb 2026/05/12 05:21:51 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/FiLeA" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/FiLeA 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /home/rclone/rclone-test-kayinar2fuyo/FiLeA 2026/05/12 05:21:51 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/FiLeA" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/FiLeA 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /home/rclone/rclone-test-kayinar2fuyo/FiLeA 2026/05/12 05:21:51 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/FiLeB" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/FiLeB 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /home/rclone/rclone-test-kayinar2fuyo/FiLeB 2026/05/12 05:21:51 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/FiLeB" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/FiLeB 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /home/rclone/rclone-test-kayinar2fuyo/FiLeB 2026/05/12 05:21:51 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/FilEb" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/FilEb 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /home/rclone/rclone-test-kayinar2fuyo/FilEb 2026/05/12 05:21:51 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/FilEb" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/FilEb 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /home/rclone/rclone-test-kayinar2fuyo/FilEb 2026/05/12 05:21:51 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/05/12 05:21:51 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/12 05:21:51 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/12 05:21:51 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/12 05:21:51 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:51 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:51 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/12 05:21:51 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/12 05:21:51 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/05/12 05:21:51 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:51 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:51 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/12 05:21:51 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/12 05:21:51 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/05/12 05:21:51 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:51 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:51 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/12 05:21:51 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/12 05:21:51 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/05/12 05:21:51 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:51 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:51 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/12 05:21:51 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/12 05:21:51 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/12 05:21:51 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:51 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/FiLeB" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/FiLeB 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /home/rclone/rclone-test-kayinar2fuyo/FiLeB 2026/05/12 05:21:51 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/12 05:21:51 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/12 05:21:51 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/12 05:21:51 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/12 05:21:51 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:51 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/FilEb" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/FilEb 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /home/rclone/rclone-test-kayinar2fuyo/FilEb 2026/05/12 05:21:51 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/12 05:21:51 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/12 05:21:51 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/12 05:21:51 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/12 05:21:51 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/12 05:21:51 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/12 05:21:51 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/12 05:21:51 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/12 05:21:51 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:51 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:51 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:51 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:51 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:51 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/12 05:21:51 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/12 05:21:51 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/12 05:21:51 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:51 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:51 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/12 05:21:51 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/12 05:21:51 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/12 05:21:51 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:51 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:51 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:51 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:51 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:51 DEBUG : Looking for writers 2026/05/12 05:21:51 DEBUG : FilEb: reading active writers 2026/05/12 05:21:51 DEBUG : FiLeA: reading active writers 2026/05/12 05:21:51 DEBUG : FiLeB: reading active writers 2026/05/12 05:21:51 DEBUG : >WaitForWriters: 2026/05/12 05:21:51 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:51 DEBUG : Looking for writers 2026/05/12 05:21:51 DEBUG : FiLeA: reading active writers 2026/05/12 05:21:51 DEBUG : FiLeB: reading active writers 2026/05/12 05:21:51 DEBUG : FilEb: reading active writers 2026/05/12 05:21:51 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (0.11s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/normal name with no special characters.txt" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/normal\ name\ with\ no\ special\ characters.txt 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /home/rclone/rclone-test-kayinar2fuyo/normal name with no special characters.txt 2026/05/12 05:21:51 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/normal name with no special characters.txt" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/normal\ name\ with\ no\ special\ characters.txt 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /home/rclone/rclone-test-kayinar2fuyo/normal name with no special characters.txt 2026/05/12 05:21:51 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/測試_Русский___ě_áñ" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/測試_Русский___ě_áñ 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /home/rclone/rclone-test-kayinar2fuyo/測試_Русский___ě_áñ 2026/05/12 05:21:51 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/測試_Русский___ě_áñ" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/測試_Русский___ě_áñ 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /home/rclone/rclone-test-kayinar2fuyo/測試_Русский___ě_áñ 2026/05/12 05:21:51 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/12 05:21:51 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:51 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/12 05:21:51 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/12 05:21:51 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/12 05:21:51 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:51 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/normal name with no special characters.txt" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/normal\ name\ with\ no\ special\ characters.txt 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /home/rclone/rclone-test-kayinar2fuyo/normal name with no special characters.txt 2026/05/12 05:21:51 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/12 05:21:51 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/05/12 05:21:51 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/05/12 05:21:51 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/05/12 05:21:51 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:51 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/測試_Русский___ě_áñ" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/測試_Русский___ě_áñ 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /home/rclone/rclone-test-kayinar2fuyo/測試_Русский___ě_áñ 2026/05/12 05:21:51 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/12 05:21:51 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/12 05:21:51 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/12 05:21:51 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/12 05:21:51 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:51 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:51 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:51 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:51 DEBUG : Looking for writers 2026/05/12 05:21:51 DEBUG : normal name with no special characters.txt: reading active writers 2026/05/12 05:21:51 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/05/12 05:21:51 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.04s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:51 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Reusing VFS from active cache 2026/05/12 05:21:51 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:51 DEBUG : Looking for writers 2026/05/12 05:21:51 DEBUG : >WaitForWriters: 2026/05/12 05:21:51 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:51 DEBUG : Looking for writers 2026/05/12 05:21:51 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.01s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:51 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:51 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:51 DEBUG : Looking for writers 2026/05/12 05:21:51 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:51 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:51 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:51 DEBUG : Looking for writers 2026/05/12 05:21:51 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:51 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:51 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:51 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file2" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file2 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 25ba584dea3b091afba78acbe36da91a /home/rclone/rclone-test-kayinar2fuyo/dir/file2 2026/05/12 05:21:51 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file2" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file2 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /home/rclone/rclone-test-kayinar2fuyo/dir/file2 2026/05/12 05:21:51 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/12 05:21:51 DEBUG : forgetting directory cache 2026/05/12 05:21:51 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 05:21:51 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:51 DEBUG : dir: Looking for writers 2026/05/12 05:21:51 DEBUG : file2: reading active writers 2026/05/12 05:21:51 DEBUG : Looking for writers 2026/05/12 05:21:51 DEBUG : dir: reading active writers 2026/05/12 05:21:51 DEBUG : file1: reading active writers 2026/05/12 05:21:51 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.04s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:51 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:51 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:51 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file2" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file2 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 25ba584dea3b091afba78acbe36da91a /home/rclone/rclone-test-kayinar2fuyo/dir/file2 2026/05/12 05:21:51 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file2" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file2 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /home/rclone/rclone-test-kayinar2fuyo/dir/file2 2026/05/12 05:21:51 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/12 05:21:51 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:51 DEBUG : dir: Looking for writers 2026/05/12 05:21:51 DEBUG : Looking for writers 2026/05/12 05:21:51 DEBUG : dir: reading active writers 2026/05/12 05:21:51 DEBUG : file1: reading active writers 2026/05/12 05:21:51 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.03s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:51 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:51 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:51 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file2" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file2 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 25ba584dea3b091afba78acbe36da91a /home/rclone/rclone-test-kayinar2fuyo/dir/file2 2026/05/12 05:21:51 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file2" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file2 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /home/rclone/rclone-test-kayinar2fuyo/dir/file2 2026/05/12 05:21:51 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/12 05:21:51 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : file1: Open: flags=O_RDONLY 2026/05/12 05:21:51 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/12 05:21:51 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/12 05:21:51 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/05/12 05:21:51 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:51 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:51 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/12 05:21:51 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/05/12 05:21:51 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/05/12 05:21:51 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/12 05:21:51 DEBUG : dir/new_file.txt: size = 0 OK 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/new_file.txt" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/new_file.txt 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-kayinar2fuyo/dir/new_file.txt 2026/05/12 05:21:51 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/12 05:21:51 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/12 05:21:51 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/05/12 05:21:51 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/12 05:21:51 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:51 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/12 05:21:51 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:51 DEBUG : dir: Looking for writers 2026/05/12 05:21:51 DEBUG : file2: reading active writers 2026/05/12 05:21:51 DEBUG : new_file.txt: reading active writers 2026/05/12 05:21:51 DEBUG : Looking for writers 2026/05/12 05:21:51 DEBUG : dir: reading active writers 2026/05/12 05:21:51 DEBUG : file1: reading active writers 2026/05/12 05:21:51 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.04s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:51 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file2" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file2 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 25ba584dea3b091afba78acbe36da91a /home/rclone/rclone-test-kayinar2fuyo/dir/file2 2026/05/12 05:21:51 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file2" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file2 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /home/rclone/rclone-test-kayinar2fuyo/dir/file2 2026/05/12 05:21:51 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/12 05:21:51 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/05/12 05:21:51 DEBUG : dir/file1: Updating file with dir/file1 0xb11d98d8680 2026/05/12 05:21:51 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/12 05:21:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 25ba584dea3b091afba78acbe36da91a /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:51 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir/file1" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /home/rclone/rclone-test-kayinar2fuyo/dir/file1 2026/05/12 05:21:51 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/12 05:21:51 INFO : dir/file1: Moved (server-side) to: file0 2026/05/12 05:21:51 DEBUG : file0: Updating file with file0 0xb11d98d8680 2026/05/12 05:21:51 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 05:21:51 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file0" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file0 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 25ba584dea3b091afba78acbe36da91a /home/rclone/rclone-test-kayinar2fuyo/file0 2026/05/12 05:21:51 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file0" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/file0 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /home/rclone/rclone-test-kayinar2fuyo/file0 2026/05/12 05:21:51 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/12 05:21:51 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:51 DEBUG : dir: Looking for writers 2026/05/12 05:21:51 DEBUG : Looking for writers 2026/05/12 05:21:51 DEBUG : dir: reading active writers 2026/05/12 05:21:51 DEBUG : file0: reading active writers 2026/05/12 05:21:51 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.05s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:51 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Server has VFS statistics extension 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: About path "/home/rclone/rclone-test-kayinar2fuyo" 2026/05/12 05:21:51 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:51 DEBUG : Looking for writers 2026/05/12 05:21:51 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.00s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:51 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:51 DEBUG : Added virtual directory entry vAddDir: "/" 2026/05/12 05:21:51 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/12 05:21:51 DEBUG : Added virtual directory entry vAddDir: "b" 2026/05/12 05:21:51 DEBUG : Added virtual directory entry vAddDir: "c" 2026/05/12 05:21:51 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: New connection 127.0.0.1:42152->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/05/12 05:21:52 DEBUG : Added virtual directory entry vAddDir: "d" 2026/05/12 05:21:52 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo/dir/file1: no such file or directory 2026/05/12 05:21:52 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo/dir/file1: no such file or directory 2026/05/12 05:21:52 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: New connection 127.0.0.1:42166->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/05/12 05:21:52 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo/dir/file1: no such file or directory 2026/05/12 05:21:52 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo/dir/file1: no such file or directory 2026/05/12 05:21:52 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:52 DEBUG : Looking for writers 2026/05/12 05:21:52 DEBUG : a: Looking for writers 2026/05/12 05:21:52 DEBUG : b: Looking for writers 2026/05/12 05:21:52 DEBUG : c: Looking for writers 2026/05/12 05:21:52 DEBUG : d: Looking for writers 2026/05/12 05:21:52 DEBUG : Looking for writers 2026/05/12 05:21:52 DEBUG : /: reading active writers 2026/05/12 05:21:52 DEBUG : a: reading active writers 2026/05/12 05:21:52 DEBUG : b: reading active writers 2026/05/12 05:21:52 DEBUG : c: reading active writers 2026/05/12 05:21:52 DEBUG : d: reading active writers 2026/05/12 05:21:52 DEBUG : >WaitForWriters: 2026/05/12 05:21:52 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo/dir/file1: no such file or directory 2026/05/12 05:21:52 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo/dir/file1: no such file or directory --- PASS: TestVFSMkdir (0.21s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:52 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:52 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/12 05:21:52 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/05/12 05:21:52 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/05/12 05:21:52 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/05/12 05:21:52 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:52 DEBUG : a/b/c/d: Looking for writers 2026/05/12 05:21:52 DEBUG : a/b/c: Looking for writers 2026/05/12 05:21:52 DEBUG : d: reading active writers 2026/05/12 05:21:52 DEBUG : a/b: Looking for writers 2026/05/12 05:21:52 DEBUG : c: reading active writers 2026/05/12 05:21:52 DEBUG : a: Looking for writers 2026/05/12 05:21:52 DEBUG : b: reading active writers 2026/05/12 05:21:52 DEBUG : Looking for writers 2026/05/12 05:21:52 DEBUG : a: reading active writers 2026/05/12 05:21:52 DEBUG : >WaitForWriters: 2026/05/12 05:21:52 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo/dir/file1: no such file or directory 2026/05/12 05:21:52 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo/dir/file1: no such file or directory --- PASS: TestVFSMkdirAll (0.04s) === 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:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:52 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:52 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:52 DEBUG : Looking for writers 2026/05/12 05:21:52 DEBUG : >WaitForWriters: --- PASS: TestVFSIsMetadataFile (0.00s) === RUN TestWriteFileHandleReadonly write_test.go:38: Skipping test on non local remote --- SKIP: TestWriteFileHandleReadonly (0.00s) === RUN TestWriteFileHandleMethods run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:52 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:52 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:52 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:52 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/12 05:21:52 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/12 05:21:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:52 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/12 05:21:52 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/12 05:21:52 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/05/12 05:21:52 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/12 05:21:52 DEBUG : file1: size = 5 OK 2026/05/12 05:21:52 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:52 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:52 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:52 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 05:21:52 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/12 05:21:52 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/12 05:21:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:52 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:52 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:52 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:52 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 05:21:52 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:52 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:52 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:52 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/12 05:21:52 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:52 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:52 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/12 05:21:52 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/12 05:21:52 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:52 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:52 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/12 05:21:52 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/12 05:21:52 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/05/12 05:21:52 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/12 05:21:52 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/12 05:21:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:52 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/12 05:21:52 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/12 05:21:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:52 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/12 05:21:52 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo/dir/file1: no such file or directory 2026/05/12 05:21:52 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{T9JjS}/rclone-test-kayinar2fuyo/dir/file1: no such file or directory 2026/05/12 05:21:52 DEBUG : file1: size = 0 OK 2026/05/12 05:21:52 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:52 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:52 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:52 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/12 05:21:52 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/12 05:21:52 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/12 05:21:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:52 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/12 05:21:52 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/12 05:21:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:52 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/12 05:21:52 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/12 05:21:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:52 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: File to upload is small (7 bytes), uploading instead of streaming 2026/05/12 05:21:52 DEBUG : file1: size = 7 OK 2026/05/12 05:21:52 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:52 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:52 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:52 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/05/12 05:21:52 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/05/12 05:21:52 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/12 05:21:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:52 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:52 DEBUG : Looking for writers 2026/05/12 05:21:52 DEBUG : file1: reading active writers 2026/05/12 05:21:52 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.03s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:52 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:52 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:52 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:52 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/12 05:21:52 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/12 05:21:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:52 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/05/12 05:21:53 DEBUG : file1: aborting in-sequence write wait, off=100 2026/05/12 05:21:53 DEBUG : file1: failed to wait for in-sequence write to 100 2026/05/12 05:21:53 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: File to upload is small (11 bytes), uploading instead of streaming 2026/05/12 05:21:53 DEBUG : file1: size = 11 OK 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:53 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/12 05:21:53 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/12 05:21:53 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/12 05:21:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:53 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:53 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:53 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/12 05:21:53 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:53 DEBUG : Looking for writers 2026/05/12 05:21:53 DEBUG : file1: reading active writers 2026/05/12 05:21:53 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.03s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:53 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:53 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:53 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:53 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/12 05:21:53 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/12 05:21:53 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/05/12 05:21:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/12 05:21:53 DEBUG : file1: size = 5 OK 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:53 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 05:21:53 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/12 05:21:53 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/12 05:21:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:53 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/05/12 05:21:53 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:53 DEBUG : Looking for writers 2026/05/12 05:21:53 DEBUG : file1: reading active writers 2026/05/12 05:21:53 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.02s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:53 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:53 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:53 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:53 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/12 05:21:53 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/12 05:21:53 DEBUG : file1: WriteFileHandle.Release closing 2026/05/12 05:21:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/12 05:21:53 DEBUG : file1: size = 0 OK 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:53 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/12 05:21:53 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/12 05:21:53 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/12 05:21:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:53 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/05/12 05:21:53 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:53 DEBUG : Looking for writers 2026/05/12 05:21:53 DEBUG : file1: reading active writers 2026/05/12 05:21:53 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.01s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:53 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:53 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:53 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:53 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/12 05:21:53 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/12 05:21:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: File to upload is small (2 bytes), uploading instead of streaming 2026/05/12 05:21:53 DEBUG : file1: size = 2 OK 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:53 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/12 05:21:53 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/12 05:21:53 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/12 05:21:53 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/05/12 05:21:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:53 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:53 DEBUG : Looking for writers 2026/05/12 05:21:53 DEBUG : file1: reading active writers 2026/05/12 05:21:53 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.02s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:53 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:53 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:53 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:53 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/12 05:21:53 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/12 05:21:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/12 05:21:53 DEBUG : file1: size = 0 OK 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:53 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/12 05:21:53 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/12 05:21:53 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/12 05:21:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:53 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:53 DEBUG : file1: Open: flags=O_RDONLY 2026/05/12 05:21:53 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/12 05:21:53 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/12 05:21:53 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:53 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:53 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:53 DEBUG : Looking for writers 2026/05/12 05:21:53 DEBUG : file1: reading active writers 2026/05/12 05:21:53 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.01s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:53 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:53 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 05:21:53 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 05:21:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:53 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/12 05:21:53 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/12 05:21:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: File to upload is small (100 bytes), uploading instead of streaming 2026/05/12 05:21:53 DEBUG : file1: size = 100 OK 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/file1" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 49dbd3877be3a44d89d0b7baa2735139 /home/rclone/rclone-test-kayinar2fuyo/file1 2026/05/12 05:21:53 DEBUG : file1: Parsed hash: 49dbd3877be3a44d89d0b7baa2735139 2026/05/12 05:21:53 DEBUG : file1: md5 = 49dbd3877be3a44d89d0b7baa2735139 OK 2026/05/12 05:21:53 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/12 05:21:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 05:21:53 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 05:21:53 DEBUG : file1: Open: flags=O_RDONLY 2026/05/12 05:21:53 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/12 05:21:53 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/12 05:21:53 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:53 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:53 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:53 DEBUG : Looking for writers 2026/05/12 05:21:53 DEBUG : file1: reading active writers 2026/05/12 05:21:53 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.02s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:53 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/flat/f000.txt" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/flat/f000.txt 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a217847fb21f7e963650acc42a7a3b39 /home/rclone/rclone-test-kayinar2fuyo/flat/f000.txt 2026/05/12 05:21:53 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/flat/f000.txt" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/flat/f000.txt 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /home/rclone/rclone-test-kayinar2fuyo/flat/f000.txt 2026/05/12 05:21:53 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/flat/f001.txt" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/flat/f001.txt 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: f4ae3155a94225d34a70f10e659557c3 /home/rclone/rclone-test-kayinar2fuyo/flat/f001.txt 2026/05/12 05:21:53 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/flat/f001.txt" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/flat/f001.txt 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 46007547503950688fd883befced0e53561dae68 /home/rclone/rclone-test-kayinar2fuyo/flat/f001.txt 2026/05/12 05:21:53 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/flat/f002.txt" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/flat/f002.txt 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /home/rclone/rclone-test-kayinar2fuyo/flat/f002.txt 2026/05/12 05:21:53 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/flat/f002.txt" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/flat/f002.txt 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /home/rclone/rclone-test-kayinar2fuyo/flat/f002.txt 2026/05/12 05:21:53 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/flat/f003.txt" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/flat/f003.txt 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /home/rclone/rclone-test-kayinar2fuyo/flat/f003.txt 2026/05/12 05:21:53 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/flat/f003.txt" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/flat/f003.txt 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /home/rclone/rclone-test-kayinar2fuyo/flat/f003.txt 2026/05/12 05:21:53 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/flat/f004.txt" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/flat/f004.txt 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /home/rclone/rclone-test-kayinar2fuyo/flat/f004.txt 2026/05/12 05:21:53 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/flat/f004.txt" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: sha1sum /home/rclone/rclone-test-kayinar2fuyo/flat/f004.txt 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /home/rclone/rclone-test-kayinar2fuyo/flat/f004.txt 2026/05/12 05:21:53 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/05/12 05:21:53 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/05/12 05:21:53 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/05/12 05:21:53 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:53 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/flat/f000.txt" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/flat/f000.txt 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a217847fb21f7e963650acc42a7a3b39 /home/rclone/rclone-test-kayinar2fuyo/flat/f000.txt 2026/05/12 05:21:53 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/12 05:21:53 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/05/12 05:21:53 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/05/12 05:21:53 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:53 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/flat/f001.txt" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/flat/f001.txt 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: f4ae3155a94225d34a70f10e659557c3 /home/rclone/rclone-test-kayinar2fuyo/flat/f001.txt 2026/05/12 05:21:53 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/12 05:21:53 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/05/12 05:21:53 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/05/12 05:21:53 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:53 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/flat/f002.txt" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/flat/f002.txt 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /home/rclone/rclone-test-kayinar2fuyo/flat/f002.txt 2026/05/12 05:21:53 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/12 05:21:53 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/05/12 05:21:53 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/05/12 05:21:53 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:53 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/flat/f003.txt" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/flat/f003.txt 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /home/rclone/rclone-test-kayinar2fuyo/flat/f003.txt 2026/05/12 05:21:53 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/12 05:21:53 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/05/12 05:21:53 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/05/12 05:21:53 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:53 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/flat/f004.txt" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/flat/f004.txt 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /home/rclone/rclone-test-kayinar2fuyo/flat/f004.txt 2026/05/12 05:21:53 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/12 05:21:53 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:53 DEBUG : flat: Looking for writers 2026/05/12 05:21:53 DEBUG : f000.txt: reading active writers 2026/05/12 05:21:53 DEBUG : f001.txt: reading active writers 2026/05/12 05:21:53 DEBUG : f002.txt: reading active writers 2026/05/12 05:21:53 DEBUG : f003.txt: reading active writers 2026/05/12 05:21:53 DEBUG : f004.txt: reading active writers 2026/05/12 05:21:53 DEBUG : Looking for writers 2026/05/12 05:21:53 DEBUG : flat: reading active writers 2026/05/12 05:21:53 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (0.10s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:53 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:53 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/05/12 05:21:53 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/05/12 05:21:53 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:53 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/a/b/c/deep.txt" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/a/b/c/deep.txt 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 6627415e807ee33c7302917216e7da68 /home/rclone/rclone-test-kayinar2fuyo/a/b/c/deep.txt 2026/05/12 05:21:53 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/05/12 05:21:53 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/05/12 05:21:53 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/05/12 05:21:53 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:53 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/a/b/mid.txt" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/a/b/mid.txt 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /home/rclone/rclone-test-kayinar2fuyo/a/b/mid.txt 2026/05/12 05:21:53 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/05/12 05:21:53 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/05/12 05:21:53 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/05/12 05:21:53 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:53 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/a/top.txt" 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/a/top.txt 2026/05/12 05:21:53 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: b28354b543375bfa94dabaeda722927f /home/rclone/rclone-test-kayinar2fuyo/a/top.txt 2026/05/12 05:21:53 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/05/12 05:21:53 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:53 DEBUG : a/b/c: Looking for writers 2026/05/12 05:21:53 DEBUG : deep.txt: reading active writers 2026/05/12 05:21:53 DEBUG : a/b: Looking for writers 2026/05/12 05:21:53 DEBUG : c: reading active writers 2026/05/12 05:21:53 DEBUG : mid.txt: reading active writers 2026/05/12 05:21:53 DEBUG : a: Looking for writers 2026/05/12 05:21:53 DEBUG : b: reading active writers 2026/05/12 05:21:53 DEBUG : top.txt: reading active writers 2026/05/12 05:21:53 DEBUG : Looking for writers 2026/05/12 05:21:53 DEBUG : a: reading active writers 2026/05/12 05:21:53 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.07s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:53 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:53 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/05/12 05:21:53 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/05/12 05:21:53 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:53 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:53 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:53 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:53 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:53 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:53 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:53 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:53 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:53 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:53 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:53 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:53 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:54 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:54 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/bigdir/big.bin" 2026/05/12 05:21:54 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/bigdir/big.bin 2026/05/12 05:21:54 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 7dbf8b8349e2c5f2978a3460bf6ef6b5 /home/rclone/rclone-test-kayinar2fuyo/bigdir/big.bin 2026/05/12 05:21:54 DEBUG : bigdir/big.bin: Parsed hash: 7dbf8b8349e2c5f2978a3460bf6ef6b5 2026/05/12 05:21:54 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:54 DEBUG : bigdir: Looking for writers 2026/05/12 05:21:54 DEBUG : big.bin: reading active writers 2026/05/12 05:21:54 DEBUG : Looking for writers 2026/05/12 05:21:54 DEBUG : bigdir: reading active writers 2026/05/12 05:21:54 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.76s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo", Local "Local file system at /tmp/rclone2348162224", Modify Window "1s" 2026/05/12 05:21:54 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: poll-interval is not supported by this remote 2026/05/12 05:21:54 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/05/12 05:21:54 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/05/12 05:21:54 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:54 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:54 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir1/a.txt" 2026/05/12 05:21:54 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir1/a.txt 2026/05/12 05:21:54 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /home/rclone/rclone-test-kayinar2fuyo/dir1/a.txt 2026/05/12 05:21:54 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/05/12 05:21:54 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/05/12 05:21:54 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/05/12 05:21:54 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:54 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:54 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir2/b.txt" 2026/05/12 05:21:54 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir2/b.txt 2026/05/12 05:21:54 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: 415290769594460e2e485922904f345d /home/rclone/rclone-test-kayinar2fuyo/dir2/b.txt 2026/05/12 05:21:54 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/05/12 05:21:54 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/05/12 05:21:54 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/05/12 05:21:54 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 05:21:54 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 05:21:54 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Shell path "/home/rclone/rclone-test-kayinar2fuyo/dir3/c.txt" 2026/05/12 05:21:54 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Running remote command: md5sum /home/rclone/rclone-test-kayinar2fuyo/dir3/c.txt 2026/05/12 05:21:54 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /home/rclone/rclone-test-kayinar2fuyo/dir3/c.txt 2026/05/12 05:21:54 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/05/12 05:21:54 DEBUG : WaitForWriters: timeout=30s 2026/05/12 05:21:54 DEBUG : dir1: Looking for writers 2026/05/12 05:21:54 DEBUG : a.txt: reading active writers 2026/05/12 05:21:54 DEBUG : dir2: Looking for writers 2026/05/12 05:21:54 DEBUG : b.txt: reading active writers 2026/05/12 05:21:54 DEBUG : dir3: Looking for writers 2026/05/12 05:21:54 DEBUG : c.txt: reading active writers 2026/05/12 05:21:54 DEBUG : Looking for writers 2026/05/12 05:21:54 DEBUG : dir1: reading active writers 2026/05/12 05:21:54 DEBUG : dir2: reading active writers 2026/05/12 05:21:54 DEBUG : dir3: reading active writers 2026/05/12 05:21:54 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.04s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/05/12 05:21:54 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kayinar2fuyo: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPOpenssh: -verbose" - Finished OK in 11.547044869s (try 1/5)